- Reg time
- 2013-1-10
- Last login
- 2013-9-4
- Read permission
- 10
- Credits
- 37
- Digests
- 0
- Posts
- 2

|
Edited by buscher at 2013-1-16 07:47
Hello!
As I Finally got it working here my quick wine akaneiro howto.
First of all I only tested it with wine 1.5.21, it might or might not work with older version.
As I was told Akaneiro uses DX10, so you rather want newer wine version than older 
Ok let's get started!
HINT: Run EVERYTHING as user, NOT root.
1. Get the Client from http://dropcanvas.com/kygex (not a direct link) "[WIN] Akaneiro Launcher Installer.exe"
2. Install the Game.
Run on the console
$ wine \[WIN\]\ Akaneiro\ Launcher\ Installer.exe
or
$ wine "[WIN] Akaneiro Launcher Installer.exe"
whatever you prefer, its the same.
3. Follow the Installation
At the end of the Installation it ask you to start the game after that, don't start it.
You can try start it, but it won't work (at least with wine 1.5.21 might work in future). It hangs at the version check.
4. Get ws2_32.dll
If you windows is mounted for example under /mnt/windows_C
Run on the Console:
$ cp /mnt/windows_C/Windows/System32/ws2_32.dll ~/.wine/drive_c/Program\ Files/Akaneiro\ Launcher/
OR
get the ws2_32.dll somewhere else, maybe the Internet.
And put it under ~/.wine/drive_c/Program\ Files/Akaneiro\ Launcher/
5. Override ws2_32.dll
Run on the Console:
$ winecfg
Go to the "Libraries" tab.
And write in the "New override for library:"-combobox "ws2_32"
And Press "Add", now wine warns you not to do it, but we have to, do it.
6. Run the Game
Go to the wine Akaneiro directory
$ cd ~/.wine/drive_c/Program\ Files/Akaneiro\ Launcher/
and run the game via
$ WINEDEBUG="-all" wine launcher.exe
That's it!
NOTE: WINEDEBUG="-all" is just for hiding all debug/info/warn messages, to gain a tiny bit more performance.
The game runs "OK" to good, sometimes the performance is not very good, but playable.
With wine-alsa I had no sound issues. The Game itself sometimes had some lag issues, but I was told that is also the case under windows.
I aslo tested Fullscreen/Windowed with and without wine virtual Desktop, it works fine 
And here my System specs:
- AMD Phenom(tm) II X4 945 Processor @ 3.0Ghz
- GeForce GTX 560
- nvidia-drivers-310.19
- xorg-server-1.13.1.901
- kernel 3.7.2
|
|