Problems making a KRP Linux Server with wine

Questions about Wine on Linux
Locked
Alpine
Level 1
Level 1
Posts: 5
Joined: Wed Jun 27, 2012 11:19 am

Problems making a KRP Linux Server with wine

Post by Alpine »

Hey guys,
I´m testing on making a linux server for kart racing pro with wine, because there is no ported version of the game for linux yet. But sadly the server doesn´t start. I get always a few errors, which are documented in the screen below...

http://img62.imageshack.us/img62/1105/k ... eerror.png

What I´ve done so far...
1. Installed Wine 1.4
2. Set up gnome
3. Installed Screen
4. Started wine + krp with root permissions -> http://img341.imageshack.us/img341/4311 ... asroot.png
5. Started the krp server with Wine 1.0.1
6. Started the krp server without gnome -> with screen and wine -> http://img59.imageshack.us/img59/2904/k ... screen.png

I hope someone can help me at this problem ;) The system is a Vserver with Debian Squeeze 32bit.
Can´t imagine a way to go on...even at several forums i took a look so far :(
Thanks :)
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

Looks like it wants openal32.dll.
It should be present in wine as of version 1.2, guess the log you posted was from wine 1.0.1?
How about a log from wine 1.4?
Alpine
Level 1
Level 1
Posts: 5
Joined: Wed Jun 27, 2012 11:19 am

Post by Alpine »

That is a log from wine 1.4.
I checked the version again -> http://img837.imageshack.us/img837/2579/wine14.png

With wine 1.0.1 I had tested it too, but there was the same error. Then I installed wine 1.4 with this guide http://peters-christoph.de/allgemein/1- ... ian-lenny/. The installation lapsed without problems and afterwards I got through "wine --version" -> 1.4. So all what i´ve posted was executed under 1.4. I hope the installation was right so far...
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Alpine wrote:Then I installed wine 1.4 with this guide http://peters-christoph.de/allgemein/1- ... ian-lenny/.
Were there any warnings from ./configure? Are the openal development files installed on your system?
Alpine
Level 1
Level 1
Posts: 5
Joined: Wed Jun 27, 2012 11:19 am

Post by Alpine »

Hey,
thank you for your reply :)

I can´t remember so far to any warnings. I had nothing to confirm...
Over "dpkg -l | more" I´ve checked the packages and I found two openal packages. The Openal1 package I installed manually from the repository.

http://img265.imageshack.us/img265/316/dpkgpackages.png
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Alpine wrote: I can´t remember so far to any warnings. I had nothing to confirm...
Check the configure log.
Over "dpkg -l | more" I´ve checked the packages and I found two openal packages. The Openal1 package I installed manually from the repository.

http://img265.imageshack.us/img265/316/dpkgpackages.png
That's not the development package. You need it to compile Wine with openal support. As to where to find it, ask your distro.
Alpine
Level 1
Level 1
Posts: 5
Joined: Wed Jun 27, 2012 11:19 am

Post by Alpine »

How I check the configure log?
I´ve installed now OpenAL (development package), but it doesn´t work.

http://img826.imageshack.us/img826/5659/opnealnew.png

How to go on? I´m a newbie in linux :/
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Alpine wrote:How I check the configure log?
I´ve installed now OpenAL (development package), but it doesn´t work.
Did you rebuild Wine after you installed it? You have to.

The configure log is saved in the build directory as a plain text file named config.log. Use any text editor to read it.
Alpine
Level 1
Level 1
Posts: 5
Joined: Wed Jun 27, 2012 11:19 am

Post by Alpine »

Thanks for your help :)
It works now ;)
Locked