
$ apt-get remove --purge wine
$ apt-get install wine
$ winecfg (to create virtual drive)
$ wget http://www.kegel.com/wine/winetricks
$ chmod 766 ./winetricks && sudo mv ./winetricks /usr/local/bin
$ winetricks d3dx9 vcrun2005 dotnet20
$ wine bin32/AION.bin -ip:206.127.147.28 -port:2106 -cc:2 -noauthgg -lang:enu -noweb
Oprocz tego trzeb jeszcze wyedytować /etc/security/limits.conf
i wprowadzić
yourusername soft nofile 8192
yourusername hard nofile 8192
zresetowąc PC i sprawdzić komenda ulimit -n jaki port mamy ustawiony. jesli jest 8192 to gra powinna nam zadziałać.
Niestety mi gra dalej nie działa problem mam z wierszami:
wine: Unimplemented function d3dx9_36.dll.D3DXCreateSphere called at address 0x7b843cd3 (thread 0009), starting debugger...
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.MFCLOC" (8.0.50608.0)
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.MFCLOC" (8.0.50608.0)
ten problem tez udalo mi sie rozwiazac z aiona pod zainstalowalem directx i do wine dodalem directa _36
