Aqua-Soft Forums: AveDesk 1.3 Bug report thread - Aqua-Soft Forums

Jump to content

  • 10 Pages +
  • 1
  • 2
  • 3
  • 4
  • 5
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

AveDesk 1.3 Bug report thread Rate Topic: -----

#41 User is offline   AndreasV Icon

  • Group: Developers
  • Posts: 2,137
  • Joined: 22-November 03

Posted 28 October 2005 - 12:37 PM

bummer :( , http://mpj.tomaatnet.nl/AD13Tease.zip
0

#42 User is offline   judge Icon

  • Group: Developers
  • Posts: 1,290
  • Joined: 08-November 02

Posted 28 October 2005 - 02:02 PM

If I resize the translation widget and then flip it by clicking on the little arrow in the bottom left hand corner it sets itself back to the its original size.
0

#43 User is offline   judge Icon

  • Group: Developers
  • Posts: 1,290
  • Joined: 08-November 02

Posted 28 October 2005 - 02:07 PM

Sometimes the systray icon for AveDEsk disappears. I suspect it is after explorer has crashed (!). I usually have a desklet that is glued to the desktop. These vanish too. I haven't tried to definitively reproduce it (i.e. by killing explorer) but I would guess a starting point would be:

Set the style of a desklet to 'desktop icon'
Kill explorer
0

#44 User is offline   AndreasV Icon

  • Group: Developers
  • Posts: 2,137
  • Joined: 22-November 03

Posted 28 October 2005 - 02:27 PM

Quote

If I resize the translation widget and then flip it by clicking on the little arrow in the bottom left hand corner it sets itself back to the its original size.

Correct, not taking the current size in account when flipping. Will update it today.

Quote

Sometimes the systray icon for AveDEsk disappears. I suspect it is after explorer has crashed (!). I usually have a desklet that is glued to the desktop. These vanish too. I haven't tried to definitively reproduce it (i.e. by killing explorer) but I would guess a starting point would be:

Set the style of a desklet to 'desktop icon'
Kill explorer

@tray icon: I'm not resetting the trayicon after the shell sent a special 'ExplorerCrashedPleaseResetTrayIcons' message. Gonna update it.

@'desktop icon': Explorer.exe owns the desklet's window actually when set to 'desktop icon'. when explorer.exe goes down, the system destroys all windows being owned by that process, including the 'desktop icons'-desklets.
I could recreate those desklets when the shell is brought back to life, but I'm unsure how to destroy the desklets whose windows have been destroyed. The main problem is the desklets window is used for marshalling, synchronizing etc..
0

#45 User is offline   MPAMPoULAs Icon

  • Group: Member
  • Posts: 137
  • Joined: 07-October 04

Posted 28 October 2005 - 04:00 PM

Bug description: When i add a Translater or StickyNotes Desklet, my maximized windows doesn't "see" my taskbar position.
Items involved: Translator or StickyNotes desklet and any maximized window.

Windows Version: Windows XP Pro SP2
DirectX version: 9.0c
System specs:Pentium 4 2.4ghz, 512MB of DDR RAM
Graphics card & drivers version: Ati Redeon 9500 with 64MB of RAM, Catalyst 5.10
Desklets running: Translator or StickyNotes
Steps to reproduce:
1. Add a Translator or StickyNotes Desklet.
2. Put the taskbar on top.
3. Open any window.
4. Maximize

Screenshot: Picture
Special notes: I have try with different graphics card drivers, with windows taskbar lock/unlock or objectbar and with any of avedesk setting able or disable with no luck.

Edit: I just found that if I disable windowblinds it doesn't happen.So windowblinds it's involved too.
0

#46 User is offline   _cell Icon

  • Group: Member
  • Posts: 278
  • Joined: 12-July 05

Posted 28 October 2005 - 07:29 PM

nightcrawler1089 said:

@_cell--For your second bug, that's not really a bug. Just a feature that hasn't been coded in yet...it wasn't there for any of the other AveDesk releases, I don't think ;).

Course, I never really used them--were they working in older versions? :slant:

-NC

As far as I remember, the second bug I reported was about Cyrillic input in desklets... In earlier versions of AVEDesk the input was done through a common text input control and only on mouse blur displayed on a desklet and it was fine. Now as I can see desklets use some sort of their own input control ant there's this problem with language.
0

#47 User is offline   AndreasV Icon

  • Group: Developers
  • Posts: 2,137
  • Joined: 22-November 03

Posted 28 October 2005 - 07:32 PM

I'm using a specially crafted - by me of course- windowless control, I suspect I'm not handling WM_DEADCHAR or the likes.
0

#48 User is offline   Daeron Tinúviel Icon

  • Group: Member
  • Posts: 27
  • Joined: 28-March 05

Posted 28 October 2005 - 08:11 PM

Windows Version: Windows XP Pro SP2
DirectX version: 9.0c
System specs:Pentium 4 2.4ghz, 1024MB of DDR RAM
Graphics card & drivers version: Ati Redeon 9600 with 128MB of RAM, Catalyst 5.9
Desklets running: Dashboard Weather & DTP

it runs fine and after some time (like 45 minutes) it just close.....i uninstall it and put back Avedesk 1.2 and now it crash it too.....
0

#49 User is offline   AndreasV Icon

  • Group: Developers
  • Posts: 2,137
  • Joined: 22-November 03

Posted 28 October 2005 - 08:13 PM

are you sure you running the latest version of sysstats?
0

#50 User is offline   nightcrawler1089 Icon

  • Group: Administrators
  • Posts: 7,909
  • Joined: 26-February 04

Posted 28 October 2005 - 11:08 PM

@_cell...you requested that Keyboard shortcuts work...did I miss something? :slant:

-NC
0

#51 User is offline   Daeron Tinúviel Icon

  • Group: Member
  • Posts: 27
  • Joined: 28-March 05

Posted 29 October 2005 - 12:06 AM

AndreasV said:

are you sure you running the latest version of sysstats?



yes i do; 2.5.7
0

#52 User is offline   judge Icon

  • Group: Developers
  • Posts: 1,290
  • Joined: 08-November 02

Posted 29 October 2005 - 12:50 AM

AndreasV said:

@'desktop icon': Explorer.exe owns the desklet's window actually when set to 'desktop icon'. when explorer.exe goes down, the system destroys all windows being owned by that process, including the 'desktop icons'-desklets.
I could recreate those desklets when the shell is brought back to life, but I'm unsure how to destroy the desklets whose windows have been destroyed. The main problem is the desklets window is used for marshalling, synchronizing etc..

Well. With the systray icon vanishing it was kind of a double-whammy because there was no way to cleanly exit AveDesk. Fixing that will make the desktop-desklet thing less of an issue.

Re-running the affected desklets would be great. Obviously also cleaning up affected desklets would be ideal, but failing that just moving them to some kind of graveyard would suffice - i.e. don't show them in the control panel and maybe show a message to the effect that you might want to re-start AveDesk because that flaky old exporer crashed and left some crud lying around?
0

#53 User is offline   MixMax Icon

  • Group: Member
  • Posts: 1
  • Joined: 29-October 05

Posted 29 October 2005 - 07:30 AM


Bug description:
Error when trying to close the intro desklet "abnormal program termination"
Items involved: Avedesk 1.3 (avedesk 1.2 worked w/o problems)

Windows Version: Windows XP Home SP2
DirectX version: 9.0c
System specs: AMD Turion 3400+, 512mb of DDR RAM
Graphics card & drivers version: Ati Mobility Redeon x700 with 128Mb of RAM
Desklets running: None
Steps to reproduce:
1. Open the avedesk folder
2. double click the avedesk.exe

Special notes: See the attached pic for more info on the error

Attached File(s)


0

#54 User is offline   schmeckt gut Icon

  • Group: Member
  • Posts: 3
  • Joined: 09-October 05

Posted 29 October 2005 - 06:49 PM

Bug description: Explorer window refreshes itself every couple seconds. Creates a constant flickering effect. Very annoying.
Items involved: Explorer and AveDesk (1.2 & 1.3)

Windows Version: XP Pro SP 2
DirectX version: 9.0c
System specs: Athlon XP 3000+ 2.2ghz, 1.5gb PC2700 DDR RAM
Graphics card & drivers version: GeForce4 Ti 4200 with 64mb of RAM, ForceWare 81.85 Drivers
Desklets running: PIDL Shortcut to C, D, & Recycle Bin; Sticky Notes (Notes in 1.2)

Steps to reproduce: There are no steps. Just have to run these desklets on my system and watch an explorer window spaz out.
0

#55 User is offline   mrhotwings Icon

  • Group: Member
  • Posts: 229
  • Joined: 13-October 05

Posted 29 October 2005 - 07:17 PM

schmeckt gut said:

Bug description: Explorer window refreshes itself every couple seconds. Creates a constant flickering effect. Very annoying.
Items involved: Explorer and AveDesk (1.2 & 1.3)

Windows Version: XP Pro SP 2
DirectX version: 9.0c
System specs: Athlon XP 3000+ 2.2ghz, 1.5gb PC2700 DDR RAM
Graphics card & drivers version: GeForce4 Ti 4200 with 64mb of RAM, ForceWare 81.85 Drivers
Desklets running: PIDL Shortcut to C, D, & Recycle Bin; Sticky Notes (Notes in 1.2)

Steps to reproduce: There are no steps. Just have to run these desklets on my system and watch an explorer window spaz out.

@schmeckt gut

do you get it in Firefox too? i get a flickering drop down menu in webpages like at deviantart when browsing. not sure whether it is related to AVEDESK. shrug
0

#56 User is offline   _cell Icon

  • Group: Member
  • Posts: 278
  • Joined: 12-July 05

Posted 29 October 2005 - 07:35 PM

nightcrawler1089 said:

@_cell...you requested that Keyboard shortcuts work...did I miss something? :slant:

-NC

As for shortcuts - I don't remember myself using them earlier :)) But just decided to start and found them not functioning :))

Guess this is an issue worth mentioning here as far as shortcuts are declared and don't work :)
0

#57 User is offline   schmeckt gut Icon

  • Group: Member
  • Posts: 3
  • Joined: 09-October 05

Posted 30 October 2005 - 03:51 AM

@mrhotwings

I don't use firefox so I couldn't tell ya. Sorry. =/
0

#58 User is offline   Daeron Tinúviel Icon

  • Group: Member
  • Posts: 27
  • Joined: 28-March 05

Posted 30 October 2005 - 05:40 PM

well update radeon drivers to the latest, still avedesk close after an hour
0

#59 User is offline   ShadyApple Icon

  • Group: Member
  • Posts: 678
  • Joined: 08-August 05

Posted 30 October 2005 - 06:08 PM

banks said:

AS for the problem i was having...forget it!

I just used the desklets in Avedesk 1.1

thats what your supposed to do, take the desklets thats missing from 1.1 to 1.3. and thats it.
0

#60 Guest_Julieta_*

  • Group: Guests

Posted 01 November 2005 - 02:55 AM

Has the showcase bug been solved?

Windows Version: XP Pro SP 1
DirectX version: 9.0c
System specs: Intel Graphics, 1GB RAM
Desklets running: PIDL Shortcut to C (set up to showcase)

Showcase doesnt show the only desklet set up to showcase (F8).

- - - -
Julieta, Italian Girl Power
0

  • 10 Pages +
  • 1
  • 2
  • 3
  • 4
  • 5
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users