OpenRA does not run on Slackware 13.37 (x86)

Discussion about the game and its default mods.
Post Reply
p5ych0
Posts: 3
Joined: Fri Apr 08, 2011 8:18 pm

OpenRA does not run on Slackware 13.37 (x86)

Post by p5ych0 »

I have all the required dependencies installed, but openra does not execute...

System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.Screen ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.XplatUI ---> System.Net.Sockets.SocketException: The requested address is not valid in this context
at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00000] in <filename unknown>:0
at System.Windows.Forms.XplatUIX11.SetDisplay (IntPtr display_handle) [0x00000] in <filename unknown>:0
at System.Windows.Forms.XplatUIX11..ctor () [0x00000] in <filename unknown>:0
at System.Windows.Forms.XplatUIX11.GetInstance () [0x00000] in <filename unknown>:0
at System.Windows.Forms.XplatUI..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Windows.Forms.SystemInformation.get_VirtualScreen () [0x00000] in <filename unknown>:0
at System.Windows.Forms.Screen..cctor () [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at OpenRA.GameRules.GraphicSettings..ctor () [0x00000] in <filename unknown>:0
at OpenRA.GameRules.Settings..ctor (System.String file, OpenRA.Arguments args) [0x00000] in <filename unknown>:0
at OpenRA.Game.Initialize (OpenRA.Arguments args) [0x00000] in <filename unknown>:0
at OpenRA.Program.Run (System.String[] args) [0x00000] in <filename unknown>:0
at OpenRA.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0

^exception.log
... What now?

User avatar
Sleipnir
Posts: 878
Joined: Wed Apr 10, 2002 11:52 pm
Contact:

Post by Sleipnir »

This looks like a mono error. What version of mono are you running? Can you paste the output of `mono --version'?

p5ych0
Posts: 3
Joined: Fri Apr 08, 2011 8:18 pm

Post by p5ych0 »

Sleipnir wrote: This looks like a mono error. What version of mono are you running? Can you paste the output of `mono --version'?
Output of mono --version :

Mono JIT compiler version 2.10.1 (tarball ven 4 mar 2011, 08.52.14, CET)
Copyright (C) 2002-2011 Novell, Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: x86
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: Included Boehm (with typed GC and Parallel Mark)

OpenRA was running with this version of mono, but it started giving this problem "of nothing". I believe that the openra has a conflict with another package.

My openra version: 20110320

ddd
Posts: 272
Joined: Sat Oct 23, 2010 5:04 pm

Post by ddd »

Try the latest version of openra. I execute openra on mono-2.10.1-r2 without any problems in Gentoo Linux.

p5ych0
Posts: 3
Joined: Fri Apr 08, 2011 8:18 pm

Post by p5ych0 »

Hi,

then, I reinstalled the mono and openra package. OpenRA is running now. :-)

Thanks!

Post Reply