|
||
|
|||||||
| Server Support on Mono Forum dedicated to RunUO 2.0 on Mono. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Newbie
Join Date: Jul 2008
Age: 31
Posts: 52
|
RunUO - [www.runuo.com] Version 2.0, Build 2959.20979
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='', Stdout='' at Mono.CSharp.CSharpCodeCompiler.CompileFromFileBatc h (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000] at Mono.CSharp.CSharpCodeCompiler.CompileAssemblyFrom FileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000] at System.CodeDom.Compiler.CodeDomProvider.CompileAss emblyFromFile (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 any ideas? |
|
|
|
|
|
#2 (permalink) |
|
Newbie
Join Date: Jul 2008
Age: 31
Posts: 52
|
Ok fixed this error removed mono 1.9 and installed 1.2.6 now it compiled correct i only get one script error if i start the server
RunUO - [www.runuo.com] Version 2.0, Build 3123.3862 Core: Running on .NET Framework Version 2.0.50727 Core: Optimizing for 4 processors Core: Unix environment detected Scripts: Compiling C# scripts...ScriptCompiler: : /home/lithium/devel/runuo.exe (Location of the symbol related to previous error) failed (1 errors, 0 warnings) Errors: + Engines/CannedEvil/ChampionSpawn.cs: CS0117: Line 924: `Server.GenericReader' does not contain a definition for `ReadItemG' 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 the part of the script ----------------------------------------------------------------------------------------------------- #if MONO m_Idol = reader.ReadItemG<IdolOfTheChampion>(); #else m_Idol = reader.ReadItem<IdolOfTheChampion>(); #endif m_HasBeenAdvanced = reader.ReadBool(); ------------------------------------------------------------------------------------------------------ this is the latest svn Last edited by Vince-Lithium; 07-20-2008 at 07:54 AM. |
|
|
|
|
|
#3 (permalink) |
|
Newbie
Join Date: Jul 2008
Age: 31
Posts: 52
|
Ok fixed i compiled with
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 now i have a new error haha but we are getting there . Ok the next error i think tells me that it cant find the datafiles but i doublechecked my DataPath.cs I found out that in some uo's the datafile tiledata.mul is named Tiledata.mul in some TileData.mul and tiledata.mul in mine it was Tiledata.mul and i had to rename it to tiledata.mul because linux is as we know Casesensitive keep that in mind Ok server compiled and startet i could make a account and about to log in ^^ |
|
|
|
|
|
#6 (permalink) |
|
Forum Novice
Join Date: Jan 2006
Posts: 329
|
Not sure about the housing issue, but this one is actually normal. RunUO doesn't load the account list when you first bring up the menu, but if you click on the Search button with the Name and Pass fields blank it should show a listing of all accounts.
|
|
|
|
|
|
#8 (permalink) | |
|
Forum Expert
|
Quote:
I did try what you mentioned about switching version of mono but it turned out unsucessful... Any other suggestion on what we could try now ?
__________________
|
|
|
|
|
|
|
#11 (permalink) | |
|
Newbie
Join Date: Jul 2008
Age: 31
Posts: 52
|
Quote:
ye the newest mono wont do u need teh 1.2.6 ! then make sure u get the latest svn after this replace the svn files with the linux files from RavonTUS and AFTER that go into ur devel map and compile |
|
|
|
|
|
|
#12 (permalink) | |
|
Forum Expert
|
Quote:
Thanks for the info, i'll wait until my hoster is available and send him that information. I'll let you know how it worked.
__________________
|
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|