RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Linux again, but it is getting close to run

seirge

Wanderer
Try to use this serialization.cs (and replace all ReadItem<>, ReadMobile<>, ReadGuild<> in your Scripts to ReadItemG<>, ReadMobileG<>, ReadGuildG<>).
It works for me. (I am running shard on RunUO 2.0/mono/FreeBSD for 6 months)
But check twice that you use latest runuo svn and latest mono (1.2.5+)
 

Attachments

  • Serialization.cs
    35.1 KB · Views: 46

sybasesql

Wanderer
seirge;718481 said:
Try to use this serialization.cs (and replace all ReadItem<>, ReadMobile<>, ReadGuild<> in your Scripts to ReadItemG<>, ReadMobileG<>, ReadGuildG<>).
It works for me. (I am running shard on RunUO 2.0/mono/FreeBSD for 6 months)
But check twice that you use latest runuo svn and latest mono (1.2.5+)

Big thanks! Work for me!
 

SysError

Wanderer
http://www.runuo.com/forums/server-support-mono/86152-server-startup-problem.html

Also download serialisation.cs
http://www.runuo.com/forums/server-support-mono/85220-linux-again-but-getting-close-run-2.html
Goto page one download "Championspawner.cs Gauntletspawner.cs Communicationcrystal.cs Autosave.cs Accounts.cs DataPath.cs and Accountprompt.cs"

Recompile server and load.


I replaced all those files? but no result
I still have this error

using latest svn Runuo+ML

Code:
RunUO - [www.runuo.com] Version 2.0, Build 2956.15877
Core: Running on .NET Framework Version 2.0.50727
Core: Unix environment detected
Scripts: Compiling C# scripts...Error:
System.Exception: Compiler failed to produce the assembly. Stderr='Scripts/Mondain's Legacy/Engines/Perless System/PeerlessAltar.cs(524,30): warning CS0472: Your code is *very* likely incorrect;   The result of comparing `System.TimeSpan' against null is always True;  mcs supports this to be compatible with the broken CSC behavior

GLib-ERROR **: gmem.c:172: failed to allocate 2097152 bytes
aborting...
Stacktrace:

  at (wrapper managed-to-native) System.Reflection.Emit.ModuleBuilder.build_metadata (System.Reflection.Emit.ModuleBuilder) <0x00004>
  at (wrapper managed-to-native) System.Reflection.Emit.ModuleBuilder.build_metadata (System.Reflection.Emit.ModuleBuilder) <0xffffffff>
  at System.Reflection.Emit.ModuleBuilder.Save () <0x004e7>
  at System.Reflection.Emit.AssemblyBuilder.Save (string,System.Reflection.PortableExecutableKinds,System.Reflection.ImageFileMachine) <0x0046b>
  at System.Reflection.Emit.AssemblyBuilder.Save (string) <0x00014>
  at Mono.CSharp.CodeGen.Save (string) <0x00038>
  at Mono.CSharp.Driver.MainDriver (string[]) <0x00d8a>
  at Mono.CSharp.Driver.Main (string[]) <0x00055>
  at (wrapper runtime-invoke) Mono.CSharp.Driver.runtime_invoke_int_string[] (object,intptr,intptr,intptr) <0xffffffff>
', Stdout=''
  at Mono.CSharp.CSharpCodeCompiler.CompileFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000] 
  at Mono.CSharp.CSharpCodeCompiler.CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000] 
  at System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromFile (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000] 
  at Server.ScriptCompiler.CompileCSScripts (Boolean debug, Boolean cache, System.Reflection.Assembly& assembly) [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
 

ClanCC

Wanderer
SysError;737562 said:
I replaced all those files? but no result
I still have this error
Don't replace the files, you should merge them with an diff tool.
Also, it looks like an memory/file problem? Did you try getting the SVN version again and try compiling it? Make sure your using Mono 1.2.5 or above.
SysError said:
GLib-ERROR **: gmem.c:172: failed to allocate 2097152 bytes
 

SysError

Wanderer
again =)

merged all files with WinMerge tool
compiled and started server

Code:
%mono --debug RunUO.exe
RunUO - [www.runuo.com] Version 2.0, Build 2958.18860
Core: Running on .NET Framework Version 2.0.50727
Core: Unix environment detected
Scripts: Compiling C# scripts...Error:
System.Exception: Compiler failed to produce the assembly. Stderr='Scripts/Custom/Mondain's Legacy/Engines/Perless System/PeerlessAltar.cs(524,30): warning CS0472: Your code is *very* likely incorrect;   The result of comparing `System.TimeSpan' against null is always True;  mcs supports this to be compatible with the broken CSC behavior

(process:85397): GLib-ERROR (recursed) **: gmem.c:172: failed to allocate 4 bytes
aborting...
Stacktrace:


(process:85397): GLib-ERROR (recursed) **: gmem.c:172: failed to allocate 4 bytes
aborting...
', Stdout=''
  at Mono.CSharp.CSharpCodeCompiler.CompileFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00255] in /usr/ports/lang/mono/work/mono-1.2.5.1/mcs/class/System/Microsoft.CSharp/CSharpCodeCompiler.cs:235
  at Mono.CSharp.CSharpCodeCompiler.CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00012] in /usr/ports/lang/mono/work/mono-1.2.5.1/mcs/class/System/Microsoft.CSharp/CSharpCodeCompiler.cs:138
  at System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromFile (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00015] in /usr/ports/lang/mono/work/mono-1.2.5.1/mcs/class/System/System.CodeDom.Compiler/CodeDomProvider.cs:127
  at Server.ScriptCompiler.CompileCSScripts (Boolean debug, Boolean cache, System.Reflection.Assembly& assembly) [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
new difference: "filed to allocate 4 bytes " =)

admin of my server set limits to me

Code:
%limits
Resource limits (current):
  cputime          infinity secs
  filesize         infinity kB
  datasize           524288 kB
  stacksize           65536 kB
  coredumpsize     infinity kB
  memoryuse          524288 kB
  memorylocked     infinity kB
  maxprocesses           12
  openfiles           11095
  sbsize           infinity bytes
  vmemoryuse       infinity kB
%
he tried starting the server without limits, but server eat all memory and die.
 

SysError

Wanderer
Code:
Stderr='Scripts/Custom/Mondain's Legacy/Engines/Perless System/PeerlessAltar.cs(524,30): warning CS0472: Your code is *very* likely incorrect;

PeerlessAltar.cs
Code:
public virtual void OnPeerlessDeath()
		{
			SendMessage( 1072681 ); // The master of this realm has been slain! You may only stay here so long.
			
			if ( DelayAfterBossSlain [COLOR="Red"]!=[/COLOR] null )
				SendMessage( 1075611, DelayAfterBossSlain.TotalSeconds ); // Time left: ~1_time~ seconds
				
			StopTimer();
			
			// delete master keys				
			for ( int i = m_MasterKeys.Count - 1; i >= 0; i -- ) 
				m_MasterKeys[ i ].Delete();
				
			m_MasterKeys.Clear();
			
			m_Timer = Timer.DelayCall( DelayAfterBossSlain, new TimerCallback( FinishSequence ) );
		}
 

Attachments

  • PeerlessAltar.cs
    15 KB · Views: 25

seirge

Wanderer
This is only a warning.
The main reason is that while compiling mono requires much memory.
It is rather strange, I can run it under FreeBSD and Linux x32, but under linux-x64 it failes to compile even with 1gb memory.
Is your OS x64 also?
 

SysError

Wanderer
Code:
last pid: 86133;  load averages:  0.00,  0.00,  0.00   up 29+11:23:15  08:58:18
4 processes:   1 running, 3 sleeping
CPU states:  0.0% user,  0.0% nice,  0.0% system,  0.0% interrupt,  100% idle
Mem: 64M Active, 264M Inact, 114M Wired, 12K Cache, 110M Buf, 543M Free
vfs.flushwithdeps: 69
hw.machine: i386
hw.model: AMD Duron(tm) processor
hw.ncpu: 1
hw.byteorder: 1234
hw.physmem: 1052151808
hw.usermem: 932659200
hw.pagesize: 4096
hw.floatingpoint: 1
hw.machine_arch: i386
hw.realmem: 1056899072
hw.ata.wc: 1
hw.ata.atapi_dma: 1
hw.ata.ata_dma: 1
hw.pci.do_power_resume: 1
hw.pci.do_power_nodriver: 0
hw.pci.enable_io_modes: 1
hw.pci.host_mem_start: 2147483648
hw.pci.irq_override_mask: 57080
hw.intr_storm_threshold: 500
hw.availpages: 256873
hw.bus.devctl_disable: 0
hw.kbd.keymap_restrict_change: 0
hw.syscons.kbd_debug: 1
hw.syscons.kbd_reboot: 1
hw.syscons.bell: 1
hw.syscons.saver.keybonly: 1
hw.syscons.sc_no_suspend_vtswitch: 0
hw.busdma.total_bpages: 33
hw.busdma.zone0.total_bpages: 1
hw.busdma.zone0.free_bpages: 1
hw.busdma.zone0.reserved_bpages: 0
hw.busdma.zone0.active_bpages: 0
hw.busdma.zone0.total_bounced: 0
hw.busdma.zone0.total_deferred: 0
hw.busdma.zone0.lowaddr: 0xffffffff
hw.busdma.zone0.alignment: 4096
hw.busdma.zone0.boundary: 0
hw.busdma.zone1.total_bpages: 32
hw.busdma.zone1.free_bpages: 32
hw.busdma.zone1.reserved_bpages: 0
hw.busdma.zone1.active_bpages: 0
hw.busdma.zone1.total_bounced: 0
hw.busdma.zone1.total_deferred: 0
hw.busdma.zone1.lowaddr: 0xffffffff
hw.busdma.zone1.alignment: 2
hw.busdma.zone1.boundary: 65536
hw.clockrate: 1394
hw.via_feature_xcrypt: 0
hw.via_feature_rng: 0
hw.instruction_sse: 1
hw.apic.enable_extint: 0
hw.acpi.supported_sleep_state: S1 S4 S5
hw.acpi.power_button_state: S5
hw.acpi.sleep_button_state: S1
hw.acpi.lid_switch_state: NONE
hw.acpi.standby_state: S1
hw.acpi.suspend_state: S3
hw.acpi.sleep_delay: 1
hw.acpi.s4bios: 0
hw.acpi.verbose: 0
hw.acpi.disable_on_reboot: 0
hw.acpi.handle_reboot: 0
hw.acpi.reset_video: 0
hw.acpi.cpu.cx_supported: C1/0 C2/90 C3/900
hw.acpi.cpu.cx_lowest: C1
hw.acpi.cpu.cx_usage: 100.00% 0.00% 0.00%
hw.acpi.thermal.min_runtime: 0
hw.acpi.thermal.polling_rate: 10
hw.acpi.thermal.user_override: 0
hw.acpi.thermal.tz0.temperature: 50,0C
hw.acpi.thermal.tz0.active: -1
hw.acpi.thermal.tz0.passive_cooling: 0
hw.acpi.thermal.tz0.thermal_flags: 0
hw.acpi.thermal.tz0._PSV: 68,0C
hw.acpi.thermal.tz0._HOT: -1
hw.acpi.thermal.tz0._CRT: 70,0C
hw.acpi.thermal.tz0._ACx: 68,0C -1 -1 -1 -1 -1 -1 -1 -1 -1
I'm newbie in FreeBSD =)
but clean Runuo works
with ML not works :(
 

lweberru

Wanderer
Hi,

I use the svn version r286 (newest) and get the following error during compile:
Code:
./Server/Utility.cs(1252,125): error CS0030: Cannot convert type `TInput' to `TOutput'
./Server/Utility.cs(1252,125): The type `' has two conflicting definitions, one comes from `runuo, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' and the other from `runuo, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' (in the previous error)
Compilation failed: 1 error(s), 0 warnings

What should I do with the Utility.cs? Do I need this function? Should I use the Version from another release?

Lukas
 

lweberru

Wanderer
Hi RavonTUS,

thanks for the tip,

If I use latest svn I can compile but get the follow message during start:
Code:
[runuo@gateway runuo-svn]$ mono runuo.exe 
RunUO - [www.runuo.com] Version 2.0, Build 3013.23354
Core: Running on .NET Framework Version 2.0.50727
Core: Unix environment detected
Scripts: Compiling C# scripts...done (cached)
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,03 seconds)
This server has no accounts.
Do you want to create the owner account now? (y/n)
Username: admin
Password: admin
Account created.
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) <0x00069>
  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.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x0009a>
  at System.Reflection.MethodBase.Invoke (object,object[]) <0x0001a>
  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]
        [0x110440]
        mono [0x817a760]
        mono [0x817b6bd]
        mono [0x817b879]
        [0x7162bf1]
        [0x7162ae2]
        [0x716287c]
        [0x75e8ab6]
        mono [0x815dbd6]
        mono(mono_runtime_invoke+0x27) [0x80f15d7]
        mono(mono_runtime_invoke_array+0x226) [0x80f7016]
        mono [0x80ea58c]
        [0x246c5d]
        [0x2462fb]
        [0x75e8a8b]
        [0x2797a5]
        [0x24221e]
        [0x2411c3]
        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/libc.so.6(__libc_start_main+0xe0) [0x2f2f70]
        mono [0x8058641]

Debug info from gdb:

Using host libthread_db library "/lib/libthread_db.so.1".
...

I use the mono tar ball:
Code:
mono --version
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:       normal
        Notifications: epoll
        Architecture:  x86
        Disabled:      none

Any Idea?
 

lweberru

Wanderer
Hi,

The Saves folder does not exist (initially) and it seems that mono or runuo has a bug, asking for a folder/file which does not exist.

If I copy my Saves folder from another installation, the problem does not exist.

There is another problem, installing XmlSpawner2:
Code:
RunUO - [www.runuo.com] Version 2.0, Build 3013.23354
Core: Running on .NET Framework Version 2.0.50727
Core: Unix environment detected
Scripts: Compiling C# scripts...failed (12 errors, 0 warnings)
Errors:
 + Custom/XmlMobiles/XmlQuestNPC.cs:
    CS0234: Line 11: The type or namespace name `Scripts' does not exist in the namespace `Server'. Are you missing an assembly reference?
    CS0246: Line 11: The type or namespace name `Scripts.Commands' could not be found. Are you missing a using directive or an assembly reference?
 + Custom/XmlAttach/XmlAttachment.cs:
    CS0234: Line 4: The type or namespace name `Scripts' does not exist in the namespace `Server'. Are you missing an assembly reference?
    CS0246: Line 4: The type or namespace name `Scripts.Commands' could not be found. Are you missing a using directive or an assembly reference?
    CS0234: Line 4: The type or namespace name `Scripts' does not exist in the namespace `Server'. Are you missing an assembly reference?
    CS0246: Line 4: The type or namespace name `Scripts.Commands' could not be found. Are you missing a using directive or an assembly reference?
 + Custom/XmlUtils/WriteMulti.cs:
    CS0246: Line 40: The type or namespace name `CommandEventArgs' could not be found. Are you missing a using directive or an assembly reference?
 + Custom/XmlSpawnerSkillCheck.cs:
    CS0234: Line 11: The type or namespace name `Scripts' does not exist in the namespace `Server'. Are you missing an assembly reference?
    CS0246: Line 11: The type or namespace name `Scripts.Commands' could not be found. Are you missing a using directive or an assembly reference?
    CS0234: Line 11: The type or namespace name `Scripts' does not exist in the namespace `Server'. Are you missing an assembly reference?
    CS0246: Line 11: The type or namespace name `Scripts.Commands' could not be found. Are you missing a using directive or an assembly reference?
 + Custom/XmlSpawner2.cs:
    CS0506: `Server.Mobiles.XmlSpawner.Name': Line 1217: cannot override inherited member `Server.Item.Name' because it is not marked virtual, abstract or override
 + Custom/XmlQuest/XmlQuestPoints.cs:
    CS0246: Line 167: The type or namespace name `CommandEventArgs' could not be found. Are you missing a using directive or an assembly reference?
    CS0246: Line 187: The type or namespace name `CommandEventArgs' could not be found. Are you missing a using directive or an assembly reference?
 + Custom/XmlMobiles/TalkingBaseVendor.cs:
    CS0115: Line 753: `Server.Mobiles.TalkingBaseVendor.GetContextMenuEntries(Server.Mobile, System.Collections.ArrayList)' is marked as an override but no suitable method found to override
 + Custom/XmlMobiles/TalkingBaseEscortable.cs:
    CS0115: Line 462: `Server.Mobiles.TalkingBaseEscortable.AddCustomContextEntries(Server.Mobile, System.Collections.ArrayList)' is marked as an override but no suitable method found to override
 + Custom/XmlQuest/XmlQuestToken.cs:
    CS0506: `Server.Items.XmlQuestToken.Name': Line 866: cannot override inherited member `Server.Item.Name' because it is not marked virtual, abstract or override
 + Custom/XmlUtils/WhatIsIt.cs:
    CS0246: Line 62: The type or namespace name `CommandEventArgs' could not be found. Are you missing a using directive or an assembly reference?
 + Custom/XmlMobiles/TalkingBaseCreature.cs:
    CS0115: Line 746: `Server.Mobiles.TalkingBaseCreature.GetContextMenuEntries(Server.Mobile, System.Collections.ArrayList)' is marked as an override but no suitable method found to override
 + Custom/XmlQuest/XmlQuestHolder.cs:
    CS0506: `Server.Items.XmlQuestHolder.Name': Line 781: cannot override inherited member `Server.Item.Name' because it is not marked virtual, abstract or override
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.
Exiting...done

I was able to remove some of the
Code:
The type or namespace name `Scripts'

by replacing
Code:
using Server.Scripts;

with

Code:
using Server;

with this script:

Code:
for file in Custom/XmlQuest/XmlQuestLeaders.cs Custom/XmlUtils/XmlEdit.cs Custom/BaseXmlSpawner.cs Custom/XmlMobiles/TalkingBaseVendor.cs Custom/XmlAttach/XmlGetAttachGump.cs Custom/XmlAttach/XmlAttach.cs Custom/XmlSpawnerGumps.cs Custom/XmlSpawner2.cs Custom/ItemFlags.cs Custom/XmlUtils/XmlAdd.cs Custom/XmlMobiles/TalkingBaseCreature.cs Custom/XmlUtils/XmlFind.cs Custom/SpawnerExporter.cs Custom/XmlAttachments/XmlDialog.cs; do echo $file; cat Scripts/$file | sed -e 's/using Server\.Scripts/using Server/g' > Scripts/$file.neu;cp -p Scripts/$file Scripts/$file.backup; mv -f Scripts/$file.neu Scripts/$file; done

but there are a lot of further error messages as you can see.

I know, that XmlSpawner2 != runuo and this forum only said: "runuo works with mono", but XmlSpawner2 is I think one of the best addons I have ever seen. So for a usefull runuo/mono environment we need a solution which works with some popular addons like XmlSpawner2, nerun, ...

Regards
Lukas
 

RavonTUS

Sorceror
lweberru;748170 said:
Hi,
but there are a lot of further error messages as you can see.

I know, that XmlSpawner2 != runuo and this forum only said: "runuo works with mono", but XmlSpawner2 is I think one of the best addons I have ever seen. So for a usefull runuo/mono environment we need a solution which works with some popular addons like XmlSpawner2, nerun, ...

Regards
Lukas

I would tent to agree, there are several other scripts that I like that do not run yet. However, please try to keep the thread focused on the topic. Otherwise you will loose the people that are trying to get the basics to work.

-Ravon
 

lweberru

Wanderer
Hi RavenTUS,

so I think there is a problem with the runuo itself. The following is from a blank installation. Without having a Saves folder

Code:
RunUO - [www.runuo.com] Version 2.0, Build 3013.23354
Core: Running on .NET Framework Version 2.0.50727
Core: Unix environment detected
Scripts: Compiling C# scripts...done (cached)
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,03 seconds)
This server has no accounts.
Do you want to create the owner account now? (y/n)
Username: admin
Password: admin
Account created.
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) <0x00069>
  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.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x0009a>
  at System.Reflection.MethodBase.Invoke (object,object[]) <0x0001a>
  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>

Any Idea.

EDIT:

if i change the follow
Code:
                private static bool m_DetectClientRequirement = true;

to

Code:
                private static bool m_DetectClientRequirement = false;

the server is starting

PS:The Compile of the XmlSpawner2 had success

Regards
Lukas
 
Top