You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run x86 Litestep and n-modules on Windows 7 x86_64
Set up an nTaskbar
Run a full screen application and alt-tab out.
What is the expected output? What do you see instead?
Expected output is standard desktop should show up.
Actual output is everything sans nTaskbar.
Sometimes the taskbar will come back with a mouseover, and sometimes a Litestep recycle is required.
What version of the product are you using? On what operating system?
nTaskbar 0.6 x86 (32 bit) and Windows 7 Ultimate x86_64 (64bit)
Please provide any additional information below.
Specific application, World of Warcraft.
Don't run much other than games in full screen. Web browsers, and flash players do not seem to cause the issue either.
The text was updated successfully, but these errors were encountered:
Comment by erik
It has been a little while since I worked on the code last, but I think this "may" have been fixed in-between 0.6 and what is currently in the trunk.
Looks almost like it force recycles when a fullscreen application is swapped from.
Also, looks like some odd empty notifications from nTray are no longer showing up.
Comment by erik
Most likely the issue is that the taskbar lost its rendering context. This isn't really an error, and some things like games can cause it to happen (though I suspect hardware and drivers also play a part). All resources (brushes, images, fonts, ...) are dependent on the rendering context and need to be recreated to some extent when it happens, which is probably what is causing the recycle-like behavior.
Reported by NilOmniscient, Mar 25, 2014
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Expected output is standard desktop should show up.
Actual output is everything sans nTaskbar.
Sometimes the taskbar will come back with a mouseover, and sometimes a Litestep recycle is required.
What version of the product are you using? On what operating system?
nTaskbar 0.6 x86 (32 bit) and Windows 7 Ultimate x86_64 (64bit)
Please provide any additional information below.
Specific application, World of Warcraft.
Don't run much other than games in full screen. Web browsers, and flash players do not seem to cause the issue either.
The text was updated successfully, but these errors were encountered: