UPDATED
Now it works with wine 2.14-staging and server thanks to the cracked nfsw.exe 1.9.3, procedure as follows.
Installed:
jdk8-openjdk 8.u144-1
jre8-openjdk 8.u144-1
jre8-openjdk-headless 8.u144-1
and dependencies:
java-runtime-common 2-2
java-environment-common 2-2
clean 32-bit wineprefix
winetricks directx9 d3dx9_43
Copy nfsw.exe from 1.9.3 server to game Data folder and overwrite, for easier usage you can make a script for server:
Server.sh
Make it executable:
chmod +x Server.sh
And now it should work fine.
ORIGINAL POST
Hi, anyone managed to run NFS Offline Server with native windows libs (python, java etc.) in wine?
So, basically, everything works, launcher, game, entering game etc., I can drive about, go to races etc., but powerups do not work untill i choose language for chat (in game), when i do choose, powerups work, but after ~5-8 seconds game freezes.
I can't remmember, there was 3 cmd windows in background when server starts? Because I get only 2. I want to run it with wine python (for obvious reasons) and java.
For anyone interested, here's what I did:
1. Created 32 bit prefix (WinXP).
2. Installed Net.Framework 3.5 (no SP) using winetricks (added 2.0 etc. automatically).
3. Installed ie8 using winetricks, python 2.7 (provided from server readme) with "wine msiexec /i".
4. Changed prefix to Win7, installed Java 8u66 (tried also 8u121, same), registered java env. to my version as suggested on winehq appdb for Java 8.
5. Installed DirectX9 via winetricks.
6. Started launcher, imported persona, carslots etc., started server (2 windows, started sucessfully), started game.
Tried reverting to WinXP (it works the same), tried using both native and builtin libs.
Now it works with wine 2.14-staging and server thanks to the cracked nfsw.exe 1.9.3, procedure as follows.
Installed:
jdk8-openjdk 8.u144-1
jre8-openjdk 8.u144-1
jre8-openjdk-headless 8.u144-1
and dependencies:
java-runtime-common 2-2
java-environment-common 2-2
clean 32-bit wineprefix
winetricks directx9 d3dx9_43
Copy nfsw.exe from 1.9.3 server to game Data folder and overwrite, for easier usage you can make a script for server:
Server.sh
Code:
#!/bin/bash cd "/your/server/location/1.9.3" java -jar nfsw1930.jar & sleep 3 cd "/your/game/location/sdx/Data" wine nfsw.exe US http://127.0.0.1:7331/soapbox/Engine.svc a 1
chmod +x Server.sh
And now it should work fine.
ORIGINAL POST
Hi, anyone managed to run NFS Offline Server with native windows libs (python, java etc.) in wine?
So, basically, everything works, launcher, game, entering game etc., I can drive about, go to races etc., but powerups do not work untill i choose language for chat (in game), when i do choose, powerups work, but after ~5-8 seconds game freezes.
I can't remmember, there was 3 cmd windows in background when server starts? Because I get only 2. I want to run it with wine python (for obvious reasons) and java.
For anyone interested, here's what I did:
1. Created 32 bit prefix (WinXP).
2. Installed Net.Framework 3.5 (no SP) using winetricks (added 2.0 etc. automatically).
3. Installed ie8 using winetricks, python 2.7 (provided from server readme) with "wine msiexec /i".
4. Changed prefix to Win7, installed Java 8u66 (tried also 8u121, same), registered java env. to my version as suggested on winehq appdb for Java 8.
5. Installed DirectX9 via winetricks.
6. Started launcher, imported persona, carslots etc., started server (2 windows, started sucessfully), started game.
Tried reverting to WinXP (it works the same), tried using both native and builtin libs.