jonkogan / nullpomino

Automatically exported from code.google.com/p/nullpomino
0 stars 0 forks source link

SDL and Slick fail to start on some computers #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open play_slick.bat

What is the expected output? What do you see instead?
This is not a problem with my computer, as Slick works fine there as well. 
However, on some other computers (e.x. my girlfriend's new laptop, Dell XPS 
with Intel Core i7 and ATI Radeon HD 5730) it fails to start. SDL fails to 
start, but does so silently (no errors in log_sdl.txt) and as such I'm not sure 
what happens with that...

My laptop has right around the same specs but runs SDL and Slick fine.

Please use labels and text to provide additional information.
Here is the contents of log_slick.txt:

10-07-24 18:43:34,658 [main] INFO  
org.game_host.hebo.nullpomino.gui.slick.NullpoMinoSlick: NullpoMinoSlick Start
10-07-24 18:43:34,720 [main] ERROR 
org.game_host.hebo.nullpomino.gui.slick.NullpoMinoSlick: Game initialize failed
java.lang.UnsatisfiedLinkError: 
C:\Users\Nicole\Documents\Tetris\NullpoMino7_2_0\lib\lwjgl.dll: Can't load IA 
32-bit .dll on a AMD 64-bit platform
 at java.lang.ClassLoader$NativeLibrary.load(Native Method)
 at java.lang.ClassLoader.loadLibrary0(Unknown Source)
 at java.lang.ClassLoader.loadLibrary(Unknown Source)
 at java.lang.Runtime.loadLibrary0(Unknown Source)
 at java.lang.System.loadLibrary(Unknown Source)
 at org.lwjgl.Sys$1.run(Sys.java:72)
 at java.security.AccessController.doPrivileged(Native Method)
 at org.lwjgl.Sys.doLoadLibrary(Sys.java:65)
 at org.lwjgl.Sys.loadLibrary(Sys.java:81)
 at org.lwjgl.Sys.<clinit>(Sys.java:98)
 at org.lwjgl.opengl.Display.<clinit>(Display.java:129)
 at org.newdawn.slick.AppGameContainer$1.run(AppGameContainer.java:39)
 at java.security.AccessController.doPrivileged(Native Method)
 at org.newdawn.slick.AppGameContainer.<clinit>(AppGameContainer.java:36)
 at org.game_host.hebo.nullpomino.gui.slick.NullpoMinoSlick.main(NullpoMinoSlick.java:203)

Original issue reported on code.google.com by Zirc...@gmail.com on 24 Jul 2010 at 10:55

GoogleCodeExporter commented 8 years ago
I ran into this problem on a laptop back around when I first started work on 
PoochyBot. The error seems to occur only on computers with 64-bit processors 
running the 64-bit version of the Java Runtime Environment. Uninstalling the 
JRE and installing the 32-bit version makes it work. The problem appears to be 
that lwjgl.dll is only compatible with the 32-bit JRE.

Original comment by Poochy.EXE on 25 Jul 2010 at 2:29

GoogleCodeExporter commented 8 years ago
Using the 64-bit lwjgl/slick libs included did the trick... So I guess we do 
know what this problem is all about. I'm closing it. Thanks.

Original comment by Zirc...@gmail.com on 25 Jul 2010 at 3:09

GoogleCodeExporter commented 8 years ago
This was fixed whenever the new libs were uploaded.

Original comment by Zirc...@gmail.com on 1 Nov 2010 at 5:21

GoogleCodeExporter commented 8 years ago

Original comment by w.kowa...@gmail.com on 21 Jan 2011 at 5:47