Easy way to launch Aion Online

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ruinairas
Level 3
Level 3
Posts: 62
Joined: Sun Oct 02, 2011 6:47 pm

Easy way to launch Aion Online

Post by ruinairas »

Locate your "Aion.bin" file at C:/Program Files/NCsoft/Aion/Bin32/aion.bin and rename it to "Aion.exe" from there the game will launch. However you may need to add arguments for it to connect to the correct IP Address. You can do so by terminal or using q4wine.
Kodama
Level 2
Level 2
Posts: 23
Joined: Sun Aug 09, 2009 2:15 pm

what about the Launcher?

Post by Kodama »

hi, do you have an idea on how to actually launch Aion through the Launcher? In my case I get this error:

Image
Ma Xiaojun

Easy way to launch Aion Online

Post by Ma Xiaojun »

@Kodama

Can you give your command launching Aion?
Kodama
Level 2
Level 2
Posts: 23
Joined: Sun Aug 09, 2009 2:15 pm

Re: Easy way to launch Aion Online

Post by Kodama »

Ma Xiaojun wrote:@Kodama

Can you give your command launching Aion?
well this error message is what I get if I start the Launcher:

Code: Select all

wine .wine/drive_c/Program\ Files/Gameforge/NCLauncher/NCLauncher.exe
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Easy way to launch Aion Online

Post by dimesio »

Kodama wrote:

Code: Select all

wine .wine/drive_c/Program\ Files/Gameforge/NCLauncher/NCLauncher.exe
That's not the correct way to run a program from the command line. http://wiki.winehq.org/FAQ#run_from_terminal
Ma Xiaojun

Easy way to launch Aion Online

Post by Ma Xiaojun »

cd ~/.wine/drive_c/Program\ Files/Gameforge/NCLauncher/
wine NCLauncher.exe
Kodama
Level 2
Level 2
Posts: 23
Joined: Sun Aug 09, 2009 2:15 pm

Re: Easy way to launch Aion Online

Post by Kodama »

Ma Xiaojun wrote:cd ~/.wine/drive_c/Program\ Files/Gameforge/NCLauncher/
wine NCLauncher.exe
which gives me the same error none the less
ruinairas
Level 3
Level 3
Posts: 62
Joined: Sun Oct 02, 2011 6:47 pm

Re: what about the Launcher?

Post by ruinairas »

Simply install dotnet20 to get the launcher to work correctly. I'd do this with a fresh prefix because I've noticed if I do it with a "not so fresh" prefix it doesn't want to work. DO NOT INSTALL IE6, IE7, or IE8 it'll mess it all up :P
ruinairas
Level 3
Level 3
Posts: 62
Joined: Sun Oct 02, 2011 6:47 pm

Post by ruinairas »

Oh, and for the error, simply delete Panda Download Manager along with following these instructions.

"I just edited:

drive_c/Program Files/NCsoft/Launcher/Config/Default/Games.xml

and changed all iterations of:

true

To:

false

Then started the Launcher...patch is downloading now (didn't have to manually download
ruinairas
Level 3
Level 3
Posts: 62
Joined: Sun Oct 02, 2011 6:47 pm

Post by ruinairas »

Regardless you can always launch the game with this....assuming you are using the EU version of the game. If you are using the USA version the Ip would be 206.127.147.28.

cd ~/.wine/drive_c/Program\ Files/Gameforge/Aion/Bin32/
wine Aion.bin -ip:79.110.83.80 -port:2106 -lang:enu -cc:2 -noauthgg -noweb
Ma Xiaojun

Easy way to launch Aion Online

Post by Ma Xiaojun »

Would your program work if you install mono tricks instead of dotnet?
I'm just curious.
Kodama
Level 2
Level 2
Posts: 23
Joined: Sun Aug 09, 2009 2:15 pm

Post by Kodama »

1. dotnet20 is installed along with a fresh prefix (but ie8 also)

2. the Launcher works only the first time during download and installtion. Starting it a second time gives me the error you can see in the sreenshot.

3. I'm on Gameforge's free2play version so the path you mentioned:

Code: Select all

drive_c/Program Files/NCsoft/Launcher/Config/Default/Games.xml 
doesn't exist in this version.
ruinairas
Level 3
Level 3
Posts: 62
Joined: Sun Oct 02, 2011 6:47 pm

Post by ruinairas »

Mono on Ubuntu 12.04 doesn't want to work at all..it works on Ubuntu 11.10, but somewhere between a alpha and now the final release it lost compatibility. As for other distros, probably.

NCsoft and Gameforge are just different hosts..switch what I put with "NCsoft" to the Gameforge folder that aion is installed to. Since you installed IE8 I'm guessing you get a lot of random "Download popups". At least that is what happens when I install Internet Explore, it tried to download page elements instead of loading them in the browser :P
Locked