← Return to roguelike
Log in with itch.io to leave a comment.
I've been enjoying this. I'm not doing very well at it, but I'm having fun. I like the different options for visual styles too.
Thank you! let me know when you win :)
Hey Slashie, good job as usual!
However I can't run the console version, is it possible that I need the 32-bit JRE?
Upon loading I get:
Initializing JCurses System Interface
Exception in thread "main" java.lang.UnsatisfiedLinkError: D:\itch\apps\drashrl\
lib\libjcurses.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.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at jcurses.system.Toolkit.<clinit>(Toolkit.java:37)
at jcurses.system.InputChar.<clinit>(InputChar.java:13)
at A.H.B.A.<clinit>(JCursesConsoleInterface.java:201)
at crl.Main.H(Main.java:130)
at crl.Main.main(Main.java:390)
Thanks!
Hi, thank you!
You need to put the 64bit jcurses DLL in the `lib` directory, you can download it from here: https://github.com/slashman/libjcsi/blob/master/lib/libjcurses64.dll
Just delete the existing libjcurses.dll from there, put the new one, and it should work!
And it does, thanks a lot!
I like my RLs as ASCII as they can be ;)
← Return to roguelike
Comments
Log in with itch.io to leave a comment.
I've been enjoying this. I'm not doing very well at it, but I'm having fun. I like the different options for visual styles too.
Thank you! let me know when you win :)
Hey Slashie, good job as usual!
However I can't run the console version, is it possible that I need the 32-bit JRE?
Upon loading I get:
Initializing JCurses System Interface
Exception in thread "main" java.lang.UnsatisfiedLinkError: D:\itch\apps\drashrl\
lib\libjcurses.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.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at jcurses.system.Toolkit.<clinit>(Toolkit.java:37)
at jcurses.system.InputChar.<clinit>(InputChar.java:13)
at A.H.B.A.<clinit>(JCursesConsoleInterface.java:201)
at crl.Main.H(Main.java:130)
at crl.Main.main(Main.java:390)
Thanks!
Hi, thank you!
You need to put the 64bit jcurses DLL in the `lib` directory, you can download it from here: https://github.com/slashman/libjcsi/blob/master/lib/libjcurses64.dll
Just delete the existing libjcurses.dll from there, put the new one, and it should work!
And it does, thanks a lot!
I like my RLs as ASCII as they can be ;)