Posts: 1/2
Since: 12-03-12

Last post: 4166 days
Last view: 4166 days
Hello!

I'm using Ubuntu. I don't manage to start the game.

I have this version of mono:
<pre>> mono --version
Mono JIT compiler version 2.10.5 (Debian 2.10.5-1ubuntu0.1)
Copyright (C) 2002-2011 Novell, Inc, Xamarin, Inc and Contributors.
www.mono-project.com
TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: Included Boehm (with typed GC and Parallel Mark)
</pre>

And this version of wine:
<pre>> wine --version
wine-1.3.28
</pre>

I tried both the 64 and 32 bits versions, both give exactly the same error message:
<pre>/noxico-0.1.14> mono Noxico.exe
Missing method EnableVisualStyles in assembly /home/xxxxxx/opt/noxico/
noxico-0.1.14/Noxico.exe, type System.Windows.Forms.Application

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or
assembly 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' or one of its dependencies.
File name: 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089'
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not
load file or assembly 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089' or one of its dependencies.
File name: 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089'</pre>

If I try with wine, I get
<pre>> wine Noxico.exe
wine: Install Mono 2.8 or greater for Windows to run .NET 4.0 applications.</pre>
but I have Mono 2.10.

So, I'm lost! Does anyone know what this mean and how to proceed from here?
Posted on 12-06-12, 09:58 am in Running the game on a Linux machine. [resolved] [mono] (revision 1)

 

Posts: 2/2
Since: 12-03-12

Last post: 4166 days
Last view: 4166 days
Installing the following package solved the problem:
<pre>libmono-system-windows-forms4.0-cil
Mono System.Windows.Forms Library (for CLI 4.0)</pre>
Thank you!
Main » Viny » List of posts