• Register

This member has provided no bio about themself...

Comment History
Seegras
Seegras - - 4 comments @ The Curse of Nordic Cove

Yep, this helps. The installer has some more unicode-problems, though. There's a lot of � in the EULA, I would guess they're some kind of misformed carriage return. Plus the permissions are screwed, all files have execute-permissions, even the handbook. Anyway. The game installs, and it starts. Has other problems though, but that has nothing to do with the installer.

Good karma+1 vote
Seegras
Seegras - - 4 comments @ The Curse of Nordic Cove

I have no idea why it even wants to grep through that. Totally unnecessary. And it works without it as well.

Good karma+1 vote
Seegras
Seegras - - 4 comments @ The Curse of Nordic Cove

That thing I posted is a Java stacktrace...

Good karma+1 vote
Seegras
Seegras - - 4 comments @ The Curse of Nordic Cove

Installation fails on Debian Sid 32bit w/ 64bit Kernel:

$ linux32 ./TheCurseOfNordicCove.bin
Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
strings: '/lib/libc.so.6': No such file

Launching installer...

An internal LaunchAnywhere application error has occured and this application cannot proceed. (LAX)

Stack Trace:
java.lang.IllegalArgumentException: Malformed \uxxxx encoding.
at java.util.Properties. loadConvert (Properties.java:568)
at java.util.Properties. load0 (Properties.java:391)
at java.util.Properties. load (Properties.java:341)
at com.zerog. common.java.util. PropertiesUtil.loadProperties (DashoA10*..)
at com.zerog.lax.LAX.<init> (DashoA10*..)
at com.zerog.lax.LAX.main (DashoA10*..)

libc.so.6 is in /lib/i386-linux-gnu/libc.so.6

Good karma+1 vote