0 users browsing Bug Reports. | 1 guest  
Main » Bug Reports » Running the game on a Linux machine. resolvedmono » New reply
Alert
You are about to bump an old thread. This is usually a very bad idea. Please think about what you are about to do before you press the Post button.
New reply
Post help

Presentation

[b]…[/b] — bold type
[i]…[/i] — italic
[u]…[/u] — underlined
[s]…[/s] — strikethrough
[code]…[/code] — code block
[spoiler]…[/spoiler] — spoiler block
[spoiler=…]…[/spoiler]
[source]…[/source] — colorcoded block, assuming C#
[source=…]…[/source] — colorcoded block, specific language[which?]

Links

[img]http://…[/img] — insert image
[url]http://…[/url]
[url=http://…]…[/url]
>>… — link to post by ID
[user=##] — link to user's profile by ID

Quotations

[quote]…[/quote] — untitled quote
[quote=…]…[/quote] — "Posted by …"
[quote="…" id="…"]…[/quote] — ""Post by …" with link by post ID

Embeds


Most plain HTML also allowed.
Thread review
Viny 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!
Kawa First of all, you don't need Wine. Only Mono.

Second, it seems to me your Mono installation seems... incomplete. As if it has only the core library, but no WinForms. Which I find interesting since pretty much all the Linux distros I used recently (all on VM ofcourse) either came with a Mono that did have WinForms, or when I installed it myself (such as on Arch, which comes with a whole lotta nothing) I got WinForms part-and-parcel.

So all I can suggest is to reinstall Mono, maybe doublecheck your package manager.
Viny 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?
Main » Bug Reports » Running the game on a Linux machine. resolvedmono » New reply