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!

Help

ThalmagusPL

Wanderer
Help

Hello, i have errors, help

Code:
  at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00241] in /tmp/buildd/mono-1.2.2.1/mcs/class/System/System.Diagnostics/Process.cs:988
  at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x0003e] in /tmp/buildd/mono-1.2.2.1/mcs/class/System/System.Diagnostics/Process.cs:1030
  at System.Diagnostics.Process.Start () [0x00000] in /tmp/buildd/mono-1.2.2.1/mcs/class/System/System.Diagnostics/Process.cs:1037
  at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
  at Mono.CSharp.CSharpCodeCompiler.CompileFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x000cf] in /tmp/buildd/mono-1.2.2.1/mcs/class/System/Microsoft.CSharp/CSharpCodeCompiler.cs:193
  at Mono.CSharp.CSharpCodeCompiler.CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00012] in /tmp/buildd/mono-1.2.2.1/mcs/class/System/Microsoft.CSharp/CSharpCodeCompiler.cs:138
  at System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromFile (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00014] in /tmp/buildd/mono-1.2.2.1/mcs/class/System/System.CodeDom.Compiler/CodeDomProvider.cs:119
  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

** (Core.exe:13102): WARNING **: exception inside UnhandledException handler: Cannot cast from source type to destination type.

I need persons which my server will adapt to linux (debian)
 

seirge

Wanderer
Firstly, you should use mono 1.2.5 (not 1.2.2.1).
Secondly, you should use fresh SVN version (not RC1).
 

SysError

Wanderer
Revision 282: /devel


Code:
RunUO - [www.runuo.com] Version 2.0, Build 2950.17907
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...
** 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) <0x00004>
  at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes (bool) <0xffffffff>
  at System.Reflection.Assembly.GetTypes () <0x0000c>
  at Server.Core.VerifySerialization (System.Reflection.Assembly) <0x0006e>
  at Server.Core.VerifySerialization () <0x00055>
  at Server.ScriptCompiler.Compile (bool,bool) <0x00131>
  at Server.Core.Main (string[]) <0x008fd>
  at (wrapper runtime-invoke) Server.Core.runtime_invoke_void_string[] (object,intptr,intptr,intptr) <0xffffffff>
 

ClanCC

Wanderer
SysError;736663 said:
Revision 282: /devel


Code:
RunUO - [www.runuo.com] Version 2.0, Build 2950.17907
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...
** 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) <0x00004>
  at (wrapper managed-to-native) System.Reflection.Assembly.GetTypes (bool) <0xffffffff>
  at System.Reflection.Assembly.GetTypes () <0x0000c>
  at Server.Core.VerifySerialization (System.Reflection.Assembly) <0x0006e>
  at Server.Core.VerifySerialization () <0x00055>
  at Server.ScriptCompiler.Compile (bool,bool) <0x00131>
  at Server.Core.Main (string[]) <0x008fd>
  at (wrapper runtime-invoke) Server.Core.runtime_invoke_void_string[] (object,intptr,intptr,intptr) <0xffffffff>
try using this fix: http://www.runuo.com/forums/server-support-mono/86152-server-startup-problem.html

Do not replace your runuo svn files with these, use an diff program to merge it then recompile.
 

falconsan

Wanderer
How to compile the RunUO SVN Server ?
I read Compiling Core for dummies Log, where I can find Mondain's Legacy , and Ultima.dll ?

-------------------------------------------
4. Adding Mondain's Legacy
Open WinMerge, its located in "Start/All Programs/WinMerge/WinMerge".
Click on "File", located at the top of the screen in the menu bar, and select "Open".
Left: open first file (in our case C:\Core\Core\Server\Item.cs)
Right: open file you want to merge (in our case C:\Mondain's Legacy\Core\Item.cs), click OK
Click on "Merge", located at the top of the screen in the menu bar, and select "Next Difference".
If the difference (yellow color) is in #region Mondain's Legacy ... code ... #endregion, click "Merge" and select "Copy to Left"
-------------------------------------------
Download Ultima.dll (download, you have to be logged in to download). Place it in your server folder (in our case C:\RunUO\).
Open your server project (in our case C:\Core\Core\Core.sln). Close everything in the main window.
Click on "Project", located at the top of the screen in the menu bar, and select "Add Reference...".
Click "Browse" tab:
File name: Location of the Ultima.dll (in our case C:\RunUO\Ultima.dll).
Click OK.
------------------------------------------------------------------------
 
Top