Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wont start on Ubuntu 16.04 #1

Closed
dfgeorge opened this issue Apr 30, 2016 · 2 comments
Closed

Wont start on Ubuntu 16.04 #1

dfgeorge opened this issue Apr 30, 2016 · 2 comments
Assignees
Labels

Comments

@dfgeorge
Copy link

Just installed from package manager, fails to start, error below:

An unexpected error occured.

at Mono.CSharp.CSharpCodeCompiler.CompileFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) <0x4196ce50 + 0x00587> in :0
at Mono.CSharp.CSharpCodeCompiler.CompileFromSourceBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] sources) <0x4196c190 + 0x001ef> in :0
at Mono.CSharp.CSharpCodeCompiler.CompileAssemblyFromSourceBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] sources) <0x4196c0d0 + 0x00033> in :0
at System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromSource (System.CodeDom.Compiler.CompilerParameters options, System.String[] sources) <0x4196a680 + 0x00049> in :0
at System.Xml.Serialization.Compiler.Compile (System.Reflection.Assembly parent, System.String ns, System.Xml.Serialization.XmlSerializerCompilerParameters xmlParameters, System.Security.Policy.Evidence evidence) <0x41969780 + 0x0052b> in :0
at System.Xml.Serialization.TempAssembly.GenerateAssembly (System.Xml.Serialization.XmlMapping[] xmlMappings, System.Type[] types, System.String defaultNamespace, System.Security.Policy.Evidence evidence, System.Xml.Serialization.XmlSerializerCompilerParameters parameters, System.Reflection.Assembly assembly, System.Collections.Hashtable assemblies) <0x4194b6d0 + 0x01073> in :0
at System.Xml.Serialization.TempAssembly..ctor (System.Xml.Serialization.XmlMapping[] xmlMappings, System.Type[] types, System.String defaultNamespace, System.String location, System.Security.Policy.Evidence evidence) <0x4194a620 + 0x00243> in :0
at System.Xml.Serialization.XmlSerializer.GetSerializersFromCache (System.Xml.Serialization.XmlMapping[] mappings, System.Type type) <0x41949360 + 0x00683> in :0
at System.Xml.Serialization.XmlSerializer.FromMappings (System.Xml.Serialization.XmlMapping[] mappings, System.Type type) <0x41947330 + 0x0027b> in :0
at System.Web.Services.Protocols.SoapClientType..ctor (System.Type type) <0x4192b000 + 0x004af> in :0
at System.Web.Services.Protocols.SoapHttpClientProtocol..ctor () <0x4192a900 + 0x00183> in :0
at QuickRoute.UI.QuickRouteServer.QuickRouteServer..ctor () <0x4192a840 + 0x0000f> in :0
at (wrapper remoting-invoke-with-check) QuickRoute.UI.QuickRouteServer.QuickRouteServer:.ctor ()
at QuickRoute.UI.Classes.Util.CheckForNewVersion () <0x4192a470 + 0x00113> in :0
at QuickRoute.UI.Main..ctor () <0x4184ccc0 + 0x004cb> in :0
at (wrapper remoting-invoke-with-check) QuickRoute.UI.Main:.ctor ()
at QuickRoute.UI.Program.Main () <0x4180bd90 + 0x0002f> in :0

@ralovich
Copy link
Owner

Please try again after installing the "mono-mcs" package too.

(On a cleanly installed Ubuntu 16.04 I was not able to reproduce the problem, but on a machine updated from 15.10 I was. In this case the above solution worked for me.)

@ralovich ralovich self-assigned this May 14, 2016
@dfgeorge
Copy link
Author

Thanks for that, it worked (this was on a clean install of Ubuntu 16.04).

Cheers,

Dave

On 14 May 2016 at 21:31, ralovich notifications@github.com wrote:

Please try again after installing the "mono-mcs" package too.

(On a cleanly installed Ubuntu 16.04 I was not able to reproduce the
problem, but on a machine updated from 15.10 I was. In this case the above
solution worked for me.)


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#1 (comment)

ralovich pushed a commit that referenced this issue Oct 6, 2016
Require mono-mcs at runtime, see:
#1

Require tzdata during build:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839512
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants