WineHQ
Comments
 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

RE: Wine crashed when starting the client
by Sérgio on Wednesday May 16th 2012, 13:13
Did you compile your wine with --enable-win64?
If yes, run the command above with a modification:

wine64 "rads_user_kernel.exe" run lol_launcher $(ls ../projects/lol_launcher/releases/) LoLLauncher.exe

But you have to run this command INSIDE the League of Legends folder.
Mine is located at:
/home/"user"/.wine/drive_c/Riot/LoL/RADS/system/

where "rads_user_kernel.exe" is located.

Create a bash script to run this command everytime you need.

Click with the right button at an empty place inside the folder -> Create new document -> Empty document

Name it like "League of Legends.sh" (sh is a bash script)

Edit it on gedit or notepad and paste the command:

wine64 "rads_user_kernel.exe" run lol_launcher $(ls ../projects/lol_launcher/releases/) LoLLauncher.exe

Mark it as executable clicking with the right mouse button over it -> Properties -> Permissions tab.

Then OK, execute the file and have fun =D

[post new] [reply to this]

Page loaded in 0.00409 seconds.