On Mon, Apr 23, 2012 at 1:48 AM, Kodama <wineforum-user@xxxxxxxxxx> wrote: > hi, Launcher doesn't work for me either...but: > if you haven't installed the game yet install this stuff with winetricks first. (especially gdiplus and dotnet20 are important) > > > Code: > winetricks d3dx9 vcrun2005sp1 vcrun2008 dotnet20 gdiplus > > > > if it's about starting the game I do it like this: > > >> wine .wine/drive_c/Program\ Files/Gameforge/AION\ Free-To-Play/bin32/aion.bin -ip:79.110.83.80 -port:2106 -lang:enu -cc:2 -noauthgg -noweb -opengl > It is better to switch to the directory first and then launch the program: cd .wine/drive_c/Program\ Files/Gameforge/AION\ Free-To-Play/bin32/ wine aion.bin -ip:79.110.83.80 -port:2106 -lang:enu -cc:2 -noauthgg -noweb -opengl This is how programs are run within Windows as well... James