Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Mono

Server Support on Mono Forum dedicated to RunUO 2.0 on Mono.

Reply
 
Thread Tools Display Modes
Old 05-08-2008, 10:50 AM   #26 (permalink)
Newbie
 
Join Date: May 2008
Posts: 15
Default Compile runuo

When I try to compile runuo

gmcs -out:../runuo.exe -d:MONO -optimize+ -unsafe -r:System,System.Configuration.Install,System.Data, System.Drawing,System.EnterpriseServices,System.Ma nagement,System.Security,System.ServiceProcess,Sys tem.Web,System.Web.Services,System.Windows.Forms,S ystem.Xml -nowarn:219 -recurse:*.cs

I get

error CS2001: Source file `System.Drawing,System.EnterpriseServices,System.M a' could not be found
error CS2001: Source file `nagement,System.Security,System.ServiceProcess,Sy s' could not be found
error CS2001: Source file `tem.Web,System.Web.Services,System.Windows.Forms, S' could not be found
error CS2001: Source file `ystem.Xml' could not be found
Compilation failed: 4 error(s), 0 warnings

Can someone help me with getting this compiled?
jdogherman is offline   Reply With Quote
Old 05-08-2008, 11:01 AM   #27 (permalink)
Forum Expert
 
RavonTUS's Avatar
 
Join Date: Aug 2004
Location: in a house.
Age: 39
Posts: 582
Send a message via ICQ to RavonTUS Send a message via AIM to RavonTUS
Default

Quote:
Originally Posted by jdogherman View Post
When I try to compile runuo

gmcs -out:../runuo.exe -d:MONO -optimize+ -unsafe -r:System,System.Configuration.Install,System.Data, System.Drawing,System.EnterpriseServices,System.Ma nagement,System.Security,System.ServiceProcess,Sys tem.Web,System.Web.Services,System.Windows.Forms,S ystem.Xml -nowarn:219 -recurse:*.cs
This should be one long line, remove the spaces.

-Ravon
__________________

Will RunUO work on Linux? Yes
RavonTUS is offline   Reply With Quote
Old 05-08-2008, 11:16 AM   #28 (permalink)
Newbie
 
Join Date: May 2008
Posts: 15
Default

alright I've put :

gmcs -out:../runuo.exe -d:MONO -optimize+ -unsafe -r:System,System.Configuration.Install,System.Data, System.Drawing,System.EnterpriseServices,System.Ma nagement,System.Security,System.ServiceProcess,Sys tem.Web,System.Web.Services,System.Windows.Forms,S ystem.Xml -nowarn:219 -recurse:*.cs

and I get

error CS2008: No files to compile were specified
Compilation failed: 1 error(s), 0 warnings
jdogherman is offline   Reply With Quote
Old 05-08-2008, 11:47 AM   #29 (permalink)
Forum Novice
 
GhostRiderGrey's Avatar
 
Join Date: Nov 2007
Posts: 120
Default

jdogherman, Looks like you still have a space in S ystem.Xml and System.Ma nagement, and make sure that there isnt a line break in "Sys tem.Web,".


I had to put this into gedit and work on it a bit before I got all the spaces out of it.

Good luck, I think you're almost there!
--GhostRiderGrey

Last edited by GhostRiderGrey; 05-08-2008 at 11:48 AM. Reason: another possible error
GhostRiderGrey is offline   Reply With Quote
Old 05-08-2008, 11:51 AM   #30 (permalink)
Newbie
 
Join Date: May 2008
Posts: 15
Default

gmcs -out:../runuo.exe -d:MONO -optimize+ -unsafe -r:System,System.Configuration.Install,System.Data, System.Drawing,System.EnterpriseServices,System.Ma nagement,System.Security,System.ServiceProcess,Sys tem.Web,System.Web.Services,System.Windows.Forms,S ystem.Xml -nowarn:219 -recurse:*.cs

no break between ma and nagement

still not working
jdogherman is offline   Reply With Quote
Old 05-08-2008, 12:55 PM   #31 (permalink)
Lurker
 
Join Date: Jan 2007
Posts: 3
Default

Code:
** ERROR **: generic_params table claims method has generic parameters, but signature says it doesn't
aborting...
Stacktrace:

  at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes (bool) <0x0000b>
  at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes (bool) <0xffffffff>
  at System.Reflection.Assembly.GetTypes () <0x00013>
  at Server.Core.VerifySerialization (System.Reflection.Assembly) <0x000f0>
  at Server.Core.VerifySerialization () <0x00044>
  at Server.ScriptCompiler.Compile (bool) <0x0029f>
  at Server.Core.Main (string[]) <0x00d39>
I get this error when executing. Any suggestions?
Maldazaar is offline   Reply With Quote
Old 05-10-2008, 02:51 PM   #32 (permalink)
Newbie
 
Scriptiz's Avatar
 
Join Date: Oct 2006
Location: Belgium
Posts: 37
Send a message via MSN to Scriptiz
Default

Thank you for this tuto, I will try it now.

Just a problem, the link you give for the patches on runuo-forge is death? Is it an important patch?

Thank you.

Report :
I downloaded the last RunUO2-RC2-src from the SVC :
Code:
$ svn checkout http://svn.runuo.com/repos/runuo/devel/
Then I compile it (the sources of server are in "Server" sub-directory :
Code:
$ gmcs -out:runuo.exe -d:MONO -optimize+ -unsafe -r:System,System.Configuration.Install,System.Data,System.Drawing,System.EnterpriseServices,System.Management,System.Security,System.ServiceProcess,System.Web,System.Web.Services,System.Windows.Forms,System.Xml -nowarn:219 -recurse:Server/*.cs
Then I got some warning but the file runuo.exe compile fine
Code:
Server/Item.cs(1899,37): warning CS0169: The private method `Server.Item.SetSaveFlag(ref Server.Item.SaveFlag, Server.Item.SaveFlag, bool)' is never used
Server/Timer.cs(380,36): warning CS0414: The private field `Server.Timer.m_QueueCountAtSlice' is assigned but its value is never used
Server/ScriptCompiler.cs(520,30): warning CS0169: The private method `Server.ScriptCompiler.LoadScriptedAssembly(System.Collections.Generic.List<System.Reflection.Assembly>, string, Server.ScriptCompiler.Compiler, bool)' is never used
Server/Gumps/Gump.cs(370,32): warning CS0169: The private method `Server.Gumps.Gump.Compile()' is never used
Server/Persistence/FileQueue.cs(39,37): warning CS0414: The private field `Server.FileQueue.Chunk.offset' is assigned but its value is never used
Compilation succeeded - 5 warning(s)
Finally, I launch "mono runuo.exe" and it began to compile the Scripts in the Scripts folder while a few minutes but then I got some errors wich I don't understand (btw, the scripts-compilation is ligther for the OS ressources on linux than on Windows :P) :
Code:
$ mono runuo.exe 
RunUO - [www.runuo.com] Version 2.0, Build 3052.39033
Core: Running on .NET Framework Version 2.0.50727
Core: Unix environment detected
Scripts: Compiling C# scripts...ScriptCompiler: :   at Mono.CSharp.Expression.CloneTo (Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression target) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Expression.Clone (Mono.CSharp.CloneContext clonectx) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.TypeOf.CloneTo (Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Expression.Clone (Mono.CSharp.CloneContext clonectx) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Binary.CloneTo (Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Expression.Clone (Mono.CSharp.CloneContext clonectx) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Binary.CloneTo (Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Expression.Clone (Mono.CSharp.CloneContext clonectx) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Binary.CloneTo (Mono.CSharp.CloneContext clonectx, Mono.CSharp.Expression t) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Expression.Clone (Mono.CSharp.CloneContext clonectx) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Return.CloneTo (Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Statement.Clone (Mono.CSharp.CloneContext clonectx) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Block.CloneTo (Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.ExplicitBlock.CloneTo (Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.ToplevelBlock.CloneTo (Mono.CSharp.CloneContext clonectx, Mono.CSharp.Statement t) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Statement.Clone (Mono.CSharp.CloneContext clonectx) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Statement.PerformClone () [0x00000] 
ScriptCompiler: :   at Mono.CSharp.AnonymousMethodExpression.CompatibleMethod (Mono.CSharp.EmitContext ec, Mono.CSharp.TypeInferenceContext tic, System.Type return_type, System.Type delegate_type) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.AnonymousMethodExpression.Compatible (Mono.CSharp.EmitContext ec, System.Type delegate_type) [0x00000] --- End of inner exception stack trace ---
ScriptCompiler: :   at Mono.CSharp.AnonymousMethodExpression.Compatible (Mono.CSharp.EmitContext ec, System.Type delegate_type) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.AnonymousMethodExpression.ImplicitStandardConversionExists (System.Type delegate_type) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Convert.ImplicitStandardConversionExists (Mono.CSharp.Expression expr, System.Type target_type) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Convert.ImplicitConversionExists (Mono.CSharp.EmitContext ec, Mono.CSharp.Expression expr, System.Type target_type) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.MethodGroupExpr.IsApplicable (Mono.CSharp.EmitContext ec, System.Collections.ArrayList arguments, Int32 arg_count, System.Reflection.MethodBase& method) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.MethodGroupExpr.OverloadResolve (Mono.CSharp.EmitContext ec, System.Collections.ArrayList Arguments, Boolean may_fail, Location loc) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Invocation.DoResolveOverload (Mono.CSharp.EmitContext ec) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Invocation.DoResolve (Mono.CSharp.EmitContext ec) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Expression.Resolve (Mono.CSharp.EmitContext ec, ResolveFlags flags) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Expression.Resolve (Mono.CSharp.EmitContext ec) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Assign.DoResolve (Mono.CSharp.EmitContext ec) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Expression.Resolve (Mono.CSharp.EmitContext ec, ResolveFlags flags) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Expression.Resolve (Mono.CSharp.EmitContext ec) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.ExpressionStatement.ResolveStatement (Mono.CSharp.EmitContext ec) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.StatementExpression.Resolve (Mono.CSharp.EmitContext ec) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext ec) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.If.Resolve (Mono.CSharp.EmitContext ec) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext ec) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext ec) [0x00000] 
ScriptCompiler: :   at Mono.CSharp.EmitContext.ResolveTopBlock (Mono.CSharp.EmitContext anonymous_method_host, Mono.CSharp.ToplevelBlock block, Mono.CSharp.Parameters ip, IMethodData md, System.Boolean& unreachable) [0x00000] 
done (0 errors, 0 warnings)
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.
I didn't apply the patch that you given on RunUO-Forge because it's death... but the core compilation work, why doesn't he want to compile scripts?

The returns of the two --debug commands are the same as this one above

Thanks for your help

Regards,

Scriptiz


ps: I got this Mono version :
Code:
$ mono -V
Mono JIT compiler version 1.2.6 (tarball)
Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com
	TLS:           __thread
	GC:            Included Boehm (with typed GC)
	SIGSEGV:       altstack
	Notifications: epoll
	Architecture:  x86
	Disabled:      none

Last edited by Scriptiz; 05-10-2008 at 06:06 PM.
Scriptiz is offline   Reply With Quote
Old 05-10-2008, 10:54 PM   #33 (permalink)
Newbie
 
Join Date: May 2008
Posts: 15
Default

When I try to compile it get:

error CS0006: cannot find metadata file `System.Windows.Forms'
Compilation failed: 1 error(s), 0 warnings


What am i doing wrong?
jdogherman is offline   Reply With Quote
Old 05-11-2008, 03:26 AM   #34 (permalink)
Newbie
 
Scriptiz's Avatar
 
Join Date: Oct 2006
Location: Belgium
Posts: 37
Send a message via MSN to Scriptiz
Default

Quote:
Originally Posted by jdogherman View Post
When I try to compile it get:

error CS0006: cannot find metadata file `System.Windows.Forms'
Compilation failed: 1 error(s), 0 warnings


What am i doing wrong?
Wich version of Mono do you have? (type "mono -V" to know) ?

Do you get the RunUO Version from the SVN?

Can you give us the command you use to compile RunUO? Mine is this one in this one when the files are in the subdirectory Server/*.cs :

Code:
gmcs -out:runuo.exe -d:MONO -optimize+ -unsafe -r:System,System.Configuration.Install,System.Data,System.Drawing,System.EnterpriseServices,System.Management,System.Security,System.ServiceProcess,System.Web,System.Web.Services,System.Windows.Forms,System.Xml -nowarn:219 -recurse:Server/*.cs
And it work fine except from some warning of non-used code but finally I got my runuo.exe

Check if there is no whitespace between the namespaces used in your compile lines (like this : "System.Web.Services,System.Windows.Forms")

Last edited by Scriptiz; 05-11-2008 at 03:28 AM.
Scriptiz is offline   Reply With Quote
Old 05-11-2008, 10:27 AM   #35 (permalink)
Newbie
 
Join Date: May 2008
Posts: 15
Default

mono -V:
Quote:
Mono JIT compiler version 1.9.1 (tarball)
Copyright (C) 2002-2007 Novell, Inc and Contributors. Main Page - Mono
TLS: __thread
GC: Included Boehm (with typed GC)
SIGSEGV: altstack
Notifications: epoll
Architecture: x86
Disabled: none

SVN:
Quote:
Checked out revision 295.
Compile command:
Quote:
gmcs -out:runuo.exe -d:MONO -optimize+ -unsafe -r:System,System.Configuration.Install,System.Data, System.Drawing,System.EnterpriseServices,System.Ma nagement,System.Security,System.ServiceProcess,Sys tem.Web,System.Web.Services,System.Windows.Forms,S ystem.Xml -nowarn:219 -recurse:Server/*.cs
There is no white space just the fourms chopping my text

Last edited by jdogherman; 05-11-2008 at 10:30 AM.
jdogherman is offline   Reply With Quote
Old 05-11-2008, 10:40 AM   #36 (permalink)
Newbie
 
Scriptiz's Avatar
 
Join Date: Oct 2006
Location: Belgium
Posts: 37
Send a message via MSN to Scriptiz
Default

Quote:
Originally Posted by jdogherman View Post
mono -V:


SVN:

Compile command:

There is no white space just the fourms chopping my text

It work with version 1.2.6 of Mono on my Ubuntu... Haven't tried with 1.9.1

Try with this command lines to compile :

Code:
gmcs -out:runuo.exe -d:MONO -optimize+ -unsafe -r:System,System.Configuration.Install,System.Data,System.Drawing,System.EnterpriseServices,System.Management,System.Security,System.ServiceProcess,System.Web,System.Web.Services,System.Windows.Forms,System.Xml -nowarn:219 -recurse:Server/*.cs
(all the sources must be in the Server/ directory.

Instead it doesn't work, try to compile it with version 1.2.6 of Mono.
Scriptiz is offline   Reply With Quote
Old 05-11-2008, 10:46 AM   #37 (permalink)
Newbie
 
Join Date: May 2008
Posts: 15
Default

how can i downgrade to 1.2.6 because the compile script still gives the same response
jdogherman is offline   Reply With Quote
Old 05-11-2008, 11:02 AM   #38 (permalink)
Newbie
 
Scriptiz's Avatar
 
Join Date: Oct 2006
Location: Belgium
Posts: 37
Send a message via MSN to Scriptiz
Default

What is your distribution?

If it's a Debian (or Debian-like), just hit in a terminal :

apt-get remove mono

On other distributions, find the way to uninstall or delete mono (there are many community to help you work around on your distribution)

Then go on : Mono 1.2.6 Downloads

To get the 1.2.6 version of Mono
Scriptiz is offline   Reply With Quote
Old 05-11-2008, 11:30 AM   #39 (permalink)
Newbie
 
Join Date: May 2008
Posts: 15
Default

well i unistalled mono

then I reinstalled 1.2.6 but it didnt install gmcs

so I apt-get mono-gmcs and installed it

and now when i try to compile i get

error CS0006: cannot find metadata file `System.Data'
error CS0006: cannot find metadata file `System.Web'
error CS0006: cannot find metadata file `System.Web.Services'
error CS0006: cannot find metadata file `System.Windows.Forms'
Compilation failed: 4 error(s), 0 warnings


I am using ubuntu 8.04
jdogherman is offline   Reply With Quote
Old 05-12-2008, 05:53 AM   #40 (permalink)
Newbie
 
Scriptiz's Avatar
 
Join Date: Oct 2006
Location: Belgium
Posts: 37
Send a message via MSN to Scriptiz
Default

Gimme your email by PM I will send you the one I compiled (devel 295) on my Ubuntu 8.04
Scriptiz is offline   Reply With Quote
Old 05-13-2008, 08:12 AM   #41 (permalink)
Newbie
 
Scriptiz's Avatar
 
Join Date: Oct 2006
Location: Belgium
Posts: 37
Send a message via MSN to Scriptiz
Default

Here is a compiled version of Devel 295 wich work

http://demango.ovh.org/RunUO-linux_scriptiz.tar.gz

Don't forget to read the README file or it won't work

The Scripts are thoses from Devel, and you have to change the DataPath.cs to your UO directory.
Scriptiz is offline   Reply With Quote
Old 05-13-2008, 10:00 AM   #42 (permalink)
Newbie
 
Join Date: May 2008
Posts: 15
Default

Ok... I made it further (with Scriptiz build) but I have a couple of questions.

How can I Download the latest little fixes and how do I Install UO ML.

I assume its the reason i get a fatal error when i try to $ mono runuo.exe

Quote:
RunUO - [www.runuo.com] Version 2.0, Build 3053.18086
Core: Running on .NET Framework Version 2.0.50727
Core: Unix environment detected
Scripts: Compiling C# scripts...done (0 errors, 0 warnings)
Scripts: Compiling VB.NET scripts...no files found.
Scripts: Verifying...done (2120 items, 500 mobiles)
Regions: Loading...done
World: Loading...done (0 items, 0 mobiles) (0.01 seconds)
ServerList: Auto-detecting public IP address...done (24.209.38.231)
tiledata.mul was not found
Make sure your Scripts/Misc/DataPath.cs is properly configured
After pressing return an exception will be thrown and the server will terminate
Error:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: An exception was thrown by the type initializer for Server.TileData ---> System.Exception: TileData: not found
at Server.TileData..cctor () [0x00000] --- End of inner exception stack trace ---

at Server.Item.get_DefaultWeight () [0x00000]
at Server.Item.get_Weight () [0x00000]
at Server.Item.get_PileWeight () [0x00000]
at Server.Item.set_Amount (Int32 value) [0x00000]
at Server.Item..ctor () [0x00000]
at Server.Item..ctor (Int32 itemID) [0x00000]
at Server.Items.BaseWeapon..ctor (Int32 itemID) [0x00000]
at Server.Items.BaseMeleeWeapon..ctor (Int32 itemID) [0x00000]
at Server.Items.Fists..ctor () [0x00000]
at Server.Items.Fists.Initialize () [0x00000]
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[])
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] --- End of inner exception stack trace ---

at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000]
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000]
at Server.ScriptCompiler.Compile (Boolean debug, Boolean cache) [0x00000]
at Server.Core.Main (System.String[] args) [0x00000]
This exception is fatal, press return to exit
Thanks
jdogherman is offline   Reply With Quote
Old 05-13-2008, 10:36 AM   #43 (permalink)
Newbie
 
Join Date: May 2008
Posts: 15
Default

well I think i got UO ML installed and working

no luck yet with the fixes and nothing changes with the RunUO server crashing.

jdogherman is offline   Reply With Quote
Old 05-13-2008, 03:30 PM   #44 (permalink)
Newbie
 
Scriptiz's Avatar
 
Join Date: Oct 2006
Location: Belgium
Posts: 37
Send a message via MSN to Scriptiz
Default

The last fixes are applied in the build I give you.

If you have UO ML installed and you can run it on Linux, open the file located in Scripts/Misc/DataPath.cs and replace the line CustomPath = ""; by the path where you installed UO.

By default it's something like this :

Code:
CustomPath = "/home/your_session_name/.wine/drive_c/Program\ Files/EA\ Games/Ultima\ Online\ Mondain's\ Legacy/";
Check in you Wine directory (menu Wine then Browse C) or go in your home directory and press CTRL+H to show hidden file on Ubuntu and go in the .wine directory. If your are on Kubuntu I think that you have to hit CTRL+.

The error you get is due to a misconfiguration of your DataPath.cs, give it the good path to your UO installation and it will work fine

If you read you're log on RunUO Console :
Code:
tiledata.mul was not found
Make sure your Scripts/Misc/DataPath.cs is properly configured
So configure it and let us know if it work fine
Scriptiz is offline   Reply With Quote
Old 05-13-2008, 04:33 PM   #45 (permalink)
Newbie
 
Join Date: May 2008
Posts: 15
Default

Ok i got it to work I was putting Justin rather than justin (stupid mistake)

And I got it to load

I created a user and password and then it just sat there

so i ctrl+c and got out then i tried to get back it and it gives me an error

Quote:
Stacktrace:

at (wrapper managed-to-native) System.Diagnostics.FileVersionInfo.GetVersionInfo_ internal (string) <0x00004>
at (wrapper managed-to-native) System.Diagnostics.FileVersionInfo.GetVersionInfo_ internal (string) <0xffffffff>
at System.Diagnostics.FileVersionInfo.GetVersionInfo (string) [0x0001c] in /tmp/monobuild/build/BUILD/mono-1.2.6/mcs/class/System/System.Diagnostics/FileVersionInfo.cs:285
at Server.Misc.ClientVerification.Initialize () <0x0007b>
at (wrapper runtime-invoke) Server.Misc.MapDefinitions.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff>
at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke (object,object[]) <0x00004>
at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke (object,object[]) <0xffffffff>
at System.Reflection.MonoMethod.Invoke (object,System.Reflection.BindingFlags,System.Refl ection.Binder,object[],System.Globalization.CultureInfo) [0x00055] in /tmp/monobuild/build/BUILD/mono-1.2.6/mcs/class/corlib/System.Reflection/MonoMethod.cs:149
at System.Reflection.MethodBase.Invoke (object,object[]) [0x00000] in /tmp/monobuild/build/BUILD/mono-1.2.6/mcs/class/corlib/System.Reflection/MethodBase.cs:93
at Server.ScriptCompiler.Compile (bool,bool) <0x003bc>
at Server.Core.Main (string[]) <0x0090d>
at (wrapper runtime-invoke) Server.Core.runtime_invoke_void_string[] (object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

mono [0x8170d80]
mono [0x813d432]
[0xb7eff440]
mono [0x817a760]
mono [0x817b6bd]
mono [0x817b879]
[0xb636d939]
[0xb636d82a]
[0xb636d5c4]
[0xb6a2a1ce]
mono [0x815dbd6]
mono(mono_runtime_invoke+0x27) [0x80f15d7]
mono(mono_runtime_invoke_array+0x226) [0x80f7016]
mono [0x80ea58c]
[0xb6a2a17d]
[0xb6a29eeb]
[0xb6a29e4b]
[0xb6c8c1f5]
[0xb75f421e]
[0xb75f31c3]
mono [0x815dbd6]
mono(mono_runtime_invoke+0x27) [0x80f15d7]
mono(mono_runtime_exec_main+0xb0) [0x80f52f0]
mono(mono_runtime_run_main+0x226) [0x80f5a16]
mono(mono_main+0xa15) [0x8059615]
mono [0x80586fe]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7cba450]
mono [0x8058641]

Debug info from gdb:

[Thread debugging using libthread_db enabled]
[New Thread 0xb7c59940 (LWP 23863)]
[New Thread 0xb6241b90 (LWP 23869)]
[New Thread 0xb6342b90 (LWP 23868)]
[New Thread 0xb6471b90 (LWP 23867)]
[New Thread 0xb706bb90 (LWP 23865)]
[New Thread 0xb708fb90 (LWP 23864)]
0xb7eff410 in __kernel_vsyscall ()
6 Thread 0xb708fb90 (LWP 23864) 0xb7eff410 in __kernel_vsyscall ()
5 Thread 0xb706bb90 (LWP 23865) 0xb7eff410 in __kernel_vsyscall ()
4 Thread 0xb6471b90 (LWP 23867) 0xb7eff410 in __kernel_vsyscall ()
3 Thread 0xb6342b90 (LWP 23868) 0xb7eff410 in __kernel_vsyscall ()
2 Thread 0xb6241b90 (LWP 23869) 0xb7eff410 in __kernel_vsyscall ()
1 Thread 0xb7c59940 (LWP 23863) 0xb7eff410 in __kernel_vsyscall ()

Thread 6 (Thread 0xb708fb90 (LWP 23864)):
#0 0xb7eff410 in __kernel_vsyscall ()
#1 0xb7e25196 in nanosleep () from /lib/tls/i686/cmov/libpthread.so.0
#2 0x08122c5e in collection_thread (unused=0x0) at collection.c:34
#3 0xb7e1d4fb in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#4 0xb7d7ae5e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 5 (Thread 0xb706bb90 (LWP 23865)):
#0 0xb7eff410 in __kernel_vsyscall ()
#1 0xb7e21aa5 in pthread_cond_wait@@GLIBC_2.3.2 ()
from /lib/tls/i686/cmov/libpthread.so.0
#2 0x0811d50f in timedwait_signal_poll_cond (cond=0xb75691dc,
mutex=0xb75691c4, timeout=0x0, alertable=0) at handles.c:1443
#3 0x0811d60f in _wapi_handle_timedwait_signal_handle (handle=0x404,
timeout=0x0, alertable=128) at handles.c:1523
#4 0x0811d75a in _wapi_handle_wait_signal_handle (handle=0xfffffe00,
alertable=-512) at handles.c:1483
#5 0x0810d741 in WaitForSingleObjectEx (handle=0x404, timeout=4294967295,
alertable=0) at wait.c:200
#6 0x080e29e7 in finalizer_thread (unused=0x0) at gc.c:894
#7 0x080c7ca0 in start_wrapper (data=0x8264d90) at threads.c:573
#8 0x0810fa30 in thread_start_routine (args=0xb7416260) at threads.c:264
#9 0x0812d004 in GC_start_routine (arg=0xfffffe00) at pthread_support.c:1369
#10 0xb7e1d4fb in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#11 0xb7d7ae5e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 4 (Thread 0xb6471b90 (LWP 23867)):
#0 0xb7eff410 in __kernel_vsyscall ()
#1 0xb7e21dd2 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
from /lib/tls/i686/cmov/libpthread.so.0
#2 0x0811d4bf in timedwait_signal_poll_cond (cond=0xb756902c,
mutex=0xb7569014, timeout=0xb6471218, alertable=1) at handles.c:1453
#3 0x0811d60f in _wapi_handle_timedwait_signal_handle (handle=0x400,
timeout=0xb6471218, alertable=128) at handles.c:1523
#4 0x0810d66c in WaitForSingleObjectEx (handle=0x400, timeout=10000,
alertable=1) at wait.c:202
#5 0x080c3b04 in async_invoke_thread (data=0x0) at threadpool.c:1226
#6 0x080c7ca0 in start_wrapper (data=0x8e54110) at threads.c:573
#7 0x0810fa30 in thread_start_routine (args=0xb7416398) at threads.c:264
#8 0x0812d004 in GC_start_routine (arg=0xfffffdfc) at pthread_support.c:1369
#9 0xb7e1d4fb in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#10 0xb7d7ae5e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 3 (Thread 0xb6342b90 (LWP 23868)):
#0 0xb7eff410 in __kernel_vsyscall ()
#1 0xb7d7b676 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
#2 0x080c3234 in socket_io_epoll_main (p=0x8203ac0) at threadpool.c:552
#3 0x080c7ca0 in start_wrapper (data=0x8ea51c0) at threads.c:573
#4 0x0810fa30 in thread_start_routine (args=0xb74164d0) at threads.c:264
#5 0x0812d004 in GC_start_routine (arg=0xfffffffc) at pthread_support.c:1369
#6 0xb7e1d4fb in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7 0xb7d7ae5e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 2 (Thread 0xb6241b90 (LWP 23869)):
#0 0xb7eff410 in __kernel_vsyscall ()
#1 0xb7e21dd2 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
from /lib/tls/i686/cmov/libpthread.so.0
#2 0x0811d4bf in timedwait_signal_poll_cond (cond=0xb75b2e44,
mutex=0xb75b2e2c, timeout=0xb6241218, alertable=1) at handles.c:1453
#3 0x0811d60f in _wapi_handle_timedwait_signal_handle (handle=0xef2,
timeout=0xb6241218, alertable=128) at handles.c:1523
#4 0x0810d66c in WaitForSingleObjectEx (handle=0xef2, timeout=10000,
alertable=1) at wait.c:202
#5 0x080c3937 in async_invoke_io_thread (data=0x0) at threadpool.c:284
#6 0x080c7ca0 in start_wrapper (data=0x8eb0c58) at threads.c:573
#7 0x0810fa30 in thread_start_routine (args=0xb7416608) at threads.c:264
#8 0x0812d004 in GC_start_routine (arg=0xfffffdfc) at pthread_support.c:1369
#9 0xb7e1d4fb in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#10 0xb7d7ae5e in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 1 (Thread 0xb7c59940 (LWP 23863)):
#0 0xb7eff410 in __kernel_vsyscall ()
#1 0xb7d39d89 in fork () from /lib/tls/i686/cmov/libc.so.6
#2 0xb7e27034 in fork () from /lib/tls/i686/cmov/libpthread.so.0
#3 0xb7ea20f9 in ?? () from /usr/lib/libglib-2.0.so.0
#4 0xb7d11341 in ?? () from /lib/tls/i686/cmov/libc.so.6
#5 0x08048000 in ?? ()
#6 0x00000028 in ?? ()
#7 0x00000010 in ?? ()
#8 0x00000010 in ?? ()
#9 0x08048000 in ?? ()
#10 0x08ee7f68 in ?? ()
#11 0x08ee66f8 in ?? ()
#12 0xb7df04e0 in ?? () from /lib/tls/i686/cmov/libc.so.6
#13 0xb7deeff4 in ?? () from /lib/tls/i686/cmov/libc.so.6
#14 0x00000010 in ?? ()
#15 0x00000010 in ?? ()
#16 0x00000010 in ?? ()
#17 0xb7d1375b in realloc () from /lib/tls/i686/cmov/libc.so.6
#18 0xb7ea2d1d in g_spawn_sync () from /usr/lib/libglib-2.0.so.0
#19 0xb7ea31dc in g_spawn_command_line_sync () from /usr/lib/libglib-2.0.so.0
#20 0x08170dfb in mono_handle_native_sigsegv (signal=11, ctx=0xbf9a034c)
at mini-exceptions.c:1061
#21 0x0813d432 in sigsegv_signal_handler (_dummy=11, info=0xbf9a02cc,
context=0xbf9a034c) at mini.c:11596
#22 <signal handler called>
#23 unicode_chars (str=0xb614014a) at process.c:81
#24 0x0817a760 in process_get_versioninfo_block (data=0xb614014a,
block=0xb614014a) at process.c:243
#25 0x0817b6bd in process_get_fileversion (filever=0x1012f50,
image=<value optimized out>) at process.c:539
#26 0x0817b879 in ves_icall_System_Diagnostics_FileVersionInfo_GetVe rsionInfo_internal (this=0x1012f50, filename=0x1ae450) at process.c:690
#27 0xb636d939 in ?? ()
#28 0x01012f50 in ?? ()
#29 0x001ae450 in ?? ()
#30 0xbf9a0898 in ?? ()
#31 0xb636d850 in ?? ()
#32 0x01012f50 in ?? ()
#33 0x08eb83e4 in ?? ()
#34 0x01012f50 in ?? ()
#35 0x001ae450 in ?? ()
#36 0x089061ac in ?? ()
#37 0xbf9a0744 in ?? ()
#38 0xb636d914 in ?? ()
#39 0xbf9a075c in ?? ()
#40 0xb636d82a in ?? ()
#41 0x01012f50 in ?? ()
#42 0x001ae450 in ?? ()
#43 0x01012f50 in ?? ()
#44 0x00000001 in ?? ()
#45 0xbf9a0784 in ?? ()
#46 0xb636d5c4 in ?? ()
#47 0x001ae450 in ?? ()
#48 0x00030f00 in ?? ()
#49 0x00000004 in ?? ()
#50 0x089061ac in ?? ()
#51 0x00c17150 in ?? ()
#52 0x089061ac in ?? ()
#53 0x00000000 in ?? ()
#0 0xb7eff410 in __kernel_vsyscall ()


================================================== ===============
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
================================================== ===============

Aborted
And mono --debug runuo.exe dose the same thing as not saying debug
jdogherman is offline   Reply With Quote
Old 05-13-2008, 04:42 PM   #46 (permalink)
Newbie
 
Scriptiz's Avatar
 
Join Date: Oct 2006
Location: Belgium
Posts: 37
Send a message via MSN to Scriptiz
Default

Did you do everything I put on the README file?

Is your client decrypted?

It sat too for me when I use a non decrypted client.
Scriptiz is offline   Reply With Quote
Old 05-13-2008, 04:49 PM   #47 (permalink)
Newbie
 
Join Date: May 2008
Posts: 15
Default

I did everything in the readme

it seem to have worked i just exited it and then it will not come back up

Grrr
jdogherman is offline   Reply With Quote
Old 05-13-2008, 05:00 PM