PiRSquared17 / zildo

Automatically exported from code.google.com/p/zildo
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Exception at startup ZildoServer on a vista laptop #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch ZildoServer.bat

What is the expected output? What do you see instead?
A game ?

C:\Users\Romain\Documents\Version 1.07\Version 1.07>ZildoServer.bat

C:\Users\Romain\Documents\Version 1.07\Version 1.07>set lwjglPath="lwjgl"

C:\Users\Romain\Documents\Version 1.07\Version 1.07>java
-Djava.library.path="lw
jgl" -cp
lib/jinput.jar;lib/lwjgl.jar;lib/lwjgl_devil.jar;lib/lwjgl_util.jar;Zil
do.jar zildo.ZildoServer
Loading polaky
mode: 640x480 32bpp 60Hz
mode: 640x480 16bpp 60Hz
Exception in thread "main" java.lang.RuntimeException:
java.lang.RuntimeExceptio
n: Unable to set up screen !
        at zildo.fwk.opengl.OpenGLGestion.<init>(OpenGLGestion.java:60)
        at zildo.fwk.opengl.OpenGLZildo.<init>(OpenGLZildo.java:27)
        at zildo.client.Client.<init>(Client.java:56)
        at zildo.SinglePlayer.launchGame(SinglePlayer.java:43)
        at zildo.MultiPlayer.<init>(MultiPlayer.java:31)
        at zildo.ZildoServer.main(ZildoServer.java:22)
Caused by: java.lang.RuntimeException: Unable to set up screen !
        at zildo.fwk.opengl.OpenGLGestion.createWindow(OpenGLGestion.java:94)
        at zildo.fwk.opengl.OpenGLGestion.initDisplay(OpenGLGestion.java:113)
        at zildo.fwk.opengl.OpenGLGestion.<init>(OpenGLGestion.java:57)
        ... 5 more

Original issue reported on code.google.com by Romain.T...@gmail.com on 9 Aug 2009 at 3:51

GoogleCodeExporter commented 9 years ago
The game has tried two display modes : one with 32 bytes per pixel and one 
another
with 16 bytes per pixel.
Both was in 640x480, which is the criteria for playing Zildo today.

Maybe we should reconsider this screen resolution if this case happens on many
configurations. We could try 800x600, or whatever.

To be continued ...

Original comment by tcheg...@gmail.com on 9 Aug 2009 at 10:16

GoogleCodeExporter commented 9 years ago
It seems to be a driver problem.
I got the same issue with an ATI Radeon 9600, on Windows 7.

Other people have same trouble :
http://lwjgl.org/forum/index.php?action=printpage%3Btopic=2445.0

Original comment by tcheg...@gmail.com on 29 Aug 2009 at 4:44

GoogleCodeExporter commented 9 years ago
No problem in Windows 7 with a NVIDIA card. It's a driver problem, indeed.
There isn't any ATI driver yet for Radeon 9600 on Windows 7 which works well. 
This
one doesn't work properly:
http://support.amd.com/us/gpudownload/windows/Legacy/Pages/radeonaiw_vista32.asp
x

We have to wait for an update from ATI.

Original comment by tcheg...@gmail.com on 30 Aug 2009 at 9:43