Hi,
I updated to Catalyst 5.12 (actually the equivalnt Omega drivers). The color problems is gone but a new one appeared: when I exit my game, leaving the exclusive full screen mode generates an exeption… and I have to kill manually the game to come back to my desktop. The problem is then I cannot come back to my original screen resolution until I restart my PC…
Here is the stack dump:
Exception during disposal:
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at java.awt.Window.doDispose(Unknown Source)
at java.awt.Window.dispose(Unknown Source)
at kernel.Game.restoreScreen(Game.java:560)
at kernel.Game.finishOff(Game.java:539)
at kernel.Game.run(Game.java:303)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.InternalError: Could not set display mode
at sun.awt.Win32GraphicsDevice.configDisplayMode(Native Method)
at sun.awt.Win32GraphicsDevice.setDisplayMode(Unknown Source)
at sun.awt.Win32GraphicsDevice.setFullScreenWindow(Unknown Source)
at java.awt.Window$1DisposeAction.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Exception in thread “Thread-2” java.lang.InternalError: Could not set display mode
at sun.awt.Win32GraphicsDevice.configDisplayMode(Native Method)
at sun.awt.Win32GraphicsDevice.setDisplayMode(Unknown Source)
at sun.awt.Win32GraphicsDevice.setFullScreenWindow(Unknown Source)
at kernel.Game.restoreScreen(Game.java:561)
at kernel.Game.finishOff(Game.java:539)
at kernel.Game.run(Game.java:303)
at java.lang.Thread.run(Unknown Source)
I have been trying to install the real Catalyst to check if it was coming from Omega but Catalyst doesn’t want to install. There is a pop-up telling me I should try to run th setup with standard VGA driver… I’ll try this later…
If I don’t open the OpenGL pipeline, everything goes right. The DirectX pipeline seems ok.
I am using the java 6.0 b63 nd my graphic card is an ATI Mobility Radeon 9700 series.
The grapical driver I am using is Omega 2.6.87 (equivalent to Catalyst 5.12) for Win XP.
There seems to be some bad interaction between the OpenGL pipeline and this new Omega driver…
Hope anyone of you has a solution… so I can finally use the OpenGL pipeline.