|
|
Linux Technical issues under Linux platform |
|
Thread Tools | Display Modes |
06-04-2011, 04:14 AM | #1 |
Pledge
Join Date: Jun 2011
Posts: 11
|
64bit linux (Suse) cannot find libhal.so when running ./rolauncher
When I try to run ./rolauncher I get the following errors. The login screen pops up, when as soon as I login the game dies.
Code:
/home/user/bin/regnum$ ./rolauncher libhal.so: cannot open shared object file: No such file or directory libhal-storage.so: cannot open shared object file: No such file or directory sudo ln -s libhal.so.1.0.0 libhal.so sudo ln -s libhal-storage.so.1.0.0 libhal-storage.so But still no luck |
06-04-2011, 08:22 AM | #2 |
Marquis
Join Date: Jan 2007
Location: RA
Posts: 1,897
|
Check your /usr/lib64 instead, I think that's where your 64 bit libs are stored in openSUSE.
Because I take it you're using the 64-bit version of Regnum?
__________________
Winning a fight is not what makes you a good player, it's how you do it.
http://home.znur.re/screenshot%20201...2011_39_37.jpg |
06-04-2011, 10:01 AM | #3 |
Baron
Join Date: Jun 2008
Location: Brazil
Posts: 622
|
I was with Opensuse 11.4 (64-bits) a while a go and the only problem i had was with libpng12, due to some erros in launcher compilation that, i thinki, NGD have already solved.
|
06-04-2011, 04:58 PM | #4 | |
Pledge
Join Date: Jun 2011
Posts: 11
|
Quote:
Should I create a symbolic link in the /usr/lib64 to point to the libhal.so.1.0.0.0 in the /user/lib directory? Eh that didnt work, when I created the new sym link I get this now Code:
libhal.so: wrong ELF class: ELFCLASS32 libhal-storage.so: wrong ELF class: ELFCLASS32 The program 'rolauncher' received an X Window System error. This probably reflects a bug in the program. The error was 'BadWindow (invalid Window parameter)'. (Details: serial 32 error_code 3 request_code 138 minor_code 4) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) |
|
06-04-2011, 05:14 PM | #5 |
Marquis
Join Date: Jan 2007
Location: RA
Posts: 1,897
|
You need the 64-bit version of those libraries installed.
That will solve the problem.
__________________
Winning a fight is not what makes you a good player, it's how you do it.
http://home.znur.re/screenshot%20201...2011_39_37.jpg |
06-06-2011, 11:09 PM | #6 |
Pledge
Join Date: Jun 2011
Posts: 11
|
|
|
|