Loading...
  1. Dismiss Notice
  2. Dismiss Notice
  3. Dismiss Notice
  4. Dismiss Notice
  5. Dismiss Notice
  6. Dismiss Notice
  7. Dismiss Notice
  8. If this is your first visit, you may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Error initializing game

Discussion in 'Problems' started by Moose, Dec 17, 2012.

Thread Status:
Not open for further replies.
  1. Moose

    Moose New Member

    Joined:
    Dec 17, 2012
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    When I try running the game launcher, I get this error:

    Code:
    moose@debian:~/aion$ mono GamezAion.exe
    
    ** (GamezAion.exe:16516): WARNING **: The following assembly referenced from /home/moose/aion/GamezAion.exe could not be loaded:
         Assembly:   System.Windows.Forms    (assemblyref_index=2)
         Version:    2.0.0.0
         Public Key: b77a5c561934e089
    The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/home/moose/aion/).
    
    
    ** (GamezAion.exe:16516): WARNING **: Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
    
    ** (GamezAion.exe:16516): WARNING **: Missing method Show in assembly /home/moose/aion/GamezAion.exe, type System.Windows.Forms.MessageBox
    
    Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
    File name: 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
    
    
    
    I have a 'feeling' this isn't compatible with mono.
     
  2. Smartik1

    Smartik1 Walking F.A.Q. Forum Legend

    Joined:
    Aug 1, 2010
    Messages:
    10,670
    Likes Received:
    5,398
    Trophy Points:
    588
    well this is not a problem with the game itself but with the way the gamez launcher was coded. as far as i know it requires .net framework 4.0 so u should get that here
    Download Microsoft .NET Framework 4 (Web Installer) from Official Microsoft Download Center

    a little surprised though since the wiki mentions the system windows forms in relation with earlier versions of .net framework. anyways u might have to restart ur pc after installing it. it will also run the .net framework optimization after restart to recompile the libraries which is processor intensive so don't be surprised if ur fans get louder and processor usage jumps (takes a few minutes).

    if its not this version, i can link the earlier ones too. the bat launcher could run the game on its own and bypass the gamez launcher and its errors but alente doesnt want me giving people that one since we will be pushing client side fixes through the gamez launcher updater xd

    good luck

    edit: oops this might be more relevant, didnt notice ur not on windows
    http://unix.stackexchange.com/questions/10685/how-do-i-install-monos-system-windows-forms-on-ubuntu
     
    Last edited: Dec 17, 2012
  3. Moose

    Moose New Member

    Joined:
    Dec 17, 2012
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    Alright, installed libmono-winforms2.0-cil package, but now if I try running it, it says "Please reinstall aion, aion.bin not found!", and then I get this error.

    I think it's trying to create the file 'aion.bin', but mono has known issues with writing to files which don't exist. In .NET, it would automatically create the file which doesn't exist, but it wont work on linux.
     
Thread Status:
Not open for further replies.

Share This Page