Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80674 --- shadow/80674 2007-01-31 11:03:27.000000000 -0500 +++ shadow/80674.tmp.973 2007-02-01 08:53:35.000000000 -0500 @@ -48,6 +48,51 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-01-31 11:03 ------- I believe this is similar to bug 80531, and should be fixed. Can you verify with a recent checkout or with v1.2.3 (either the preview, or the final version when it comes out?) + +------- Additional Comments From [EMAIL PROTECTED] 2007-02-01 08:53 ------- +I updated to MONO 1.2.20070131. It now compiles, however, when I run +the exe I get the following here (here is the -debug). + +$ gmcs -out:../RunUO.exe -d:MONO -optimize+ -unsafe -debug +-r:System.Drawing,System.Web,System.Windows.Forms,System.Data,System.Xml +-nowarn:219 -recurse:*.cs + +Compilation succeeded - 5 warning(s) + +$ mono --debug RunUO.exe +RunUO - [www.runuo.com] Version 2.0, Build 2588.12501 +Core: Running on .NET Framework Version 2.0.50727 +Core: Optimizing for 2 processors +Scripts: Compiling C# scripts...Error: +System.Exception: Compiler failed to produce the assembly. Stderr='', +Stdout='' + at Mono.CSharp.CSharpCodeCompiler.CompileFromFileBatch +(System.CodeDom.Compiler.CompilerParameters options, System.String[] +fileNames) [0x00255] in +/home/test/mono/mono-1.2.20070131/mcs/class/System/Microsoft.CSharp/CSharpCodeCompiler.cs:235 + at Mono.CSharp.CSharpCodeCompiler.CompileAssemblyFromFileBatch +(System.CodeDom.Compiler.CompilerParameters options, System.String[] +fileNames) [0x00012] in +/home/test/mono/mono-1.2.20070131/mcs/class/System/Microsoft.CSharp/CSharpCodeCompiler.cs:138 + at System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromFile +(System.CodeDom.Compiler.CompilerParameters options, System.String[] +fileNames) [0x00015] in +/home/test/mono/mono-1.2.20070131/mcs/class/System/System.CodeDom.Compiler/CodeDomProvider.cs:127 + at Server.ScriptCompiler.CompileCSScripts (Boolean debug, Boolean +cache, System.Reflection.Assembly& assembly) [0x00197] in +/home/test/runuo/RunUO-New/RunUO-v2.0-SVN/Server/ScriptCompiler.cs:224 + at Server.ScriptCompiler.Compile (Boolean debug, Boolean cache) +[0x00034] in +/home/test/runuo/RunUO-New/RunUO-v2.0-SVN/Server/ScriptCompiler.cs:526 + at Server.Core.Main (System.String[] args) [0x00313] in +/home/test/runuo/RunUO-New/RunUO-v2.0-SVN/Server/Main.cs:421 +This exception is fatal, press return to exit + +** (RunUO.exe:5976): WARNING **: exception inside UnhandledException +handler: Cannot cast from source type to destination type. + + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
