AION Free To Play ftp can't run Launcher GameForge

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
xpris
Level 1
Level 1
Posts: 9
Joined: Wed Jun 23, 2010 6:22 am

AION Free To Play ftp can't run Launcher GameForge

Post by xpris »

Hi folks.
Im tired run Launcher of AION Free To Play in GameForge.
Im install components, what please Launcher.
But when I start running him its dont open.
I have bug error: Image

I have Linux Mageia 2 Cauldron 64bit and stable WINE 1.4.1 32 bit

Any know what I can fix it?
Kodama
Level 2
Level 2
Posts: 23
Joined: Sun Aug 09, 2009 2:15 pm

Re: AION Free To Play ftp can't run Launcher GameForge

Post by Kodama »

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: Select all

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
hope this helps...
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

AION Free To Play ftp can't run Launcher GameForge

Post by jjmckenzie »

On Mon, Apr 23, 2012 at 1:48 AM, Kodama <[email protected]> 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
Kodama
Level 2
Level 2
Posts: 23
Joined: Sun Aug 09, 2009 2:15 pm

Post by Kodama »

in my case I have this error:

Image

any idea what I might do about it?
xpris
Level 1
Level 1
Posts: 9
Joined: Wed Jun 23, 2010 6:22 am

Post by xpris »

Im playing on Europe server (EU) no others. I need EU IP.
Any know what is EU ip?
Kodama
Level 2
Level 2
Posts: 23
Joined: Sun Aug 09, 2009 2:15 pm

Post by Kodama »

xpris wrote:Any know what is EU ip?
79.110.83.8 as mentioned above?
Locked