0 users browsing Bug Reports. | 1 guest  
Main » Bug Reports » Unable to run or compile on Ubuntu 10.04. » New reply
Alert
You are about to bump an old thread. This is usually a very bad idea. Please think about what you are about to do before you press the Post button.
New reply
Post help

Presentation

[b]…[/b] — bold type
[i]…[/i] — italic
[u]…[/u] — underlined
[s]…[/s] — strikethrough
[code]…[/code] — code block
[spoiler]…[/spoiler] — spoiler block
[spoiler=…]…[/spoiler]
[source]…[/source] — colorcoded block, assuming C#
[source=…]…[/source] — colorcoded block, specific language[which?]

Links

[img]http://…[/img] — insert image
[url]http://…[/url]
[url=http://…]…[/url]
>>… — link to post by ID
[user=##] — link to user's profile by ID

Quotations

[quote]…[/quote] — untitled quote
[quote=…]…[/quote] — "Posted by …"
[quote="…" id="…"]…[/quote] — ""Post by …" with link by post ID

Embeds


Most plain HTML also allowed.
Thread review
Kawa That's a bug that'd supposedly been fixed two commits back.
Someone7 I got this error now after world creation on Linux Mint 17:

Exception type: XmlException
Main message: Reference to undeclared entity 'left'. Line 142, position 25.

Stack trace:
at System.Xml.XmlTextReader.ResolveEntity () [0x00000] in <filename unknown>:0
at System.Xml.XmlDocument.ReadNodeCore (System.Xml.XmlReader reader) [0x00000] in <filename unknown>:0
at System.Xml.XmlDocument.ReadNodeCore (System.Xml.XmlReader reader) [0x00000] in <filename unknown>:0
at System.Xml.XmlDocument.ReadNodeCore (System.Xml.XmlReader reader) [0x00000] in <filename unknown>:0
at System.Xml.XmlDocument.ReadNode (System.Xml.XmlReader reader) [0x00000] in <filename unknown>:0
at System.Xml.XmlElement.set_InnerXml (System.String value) [0x00000] in <filename unknown>:0
at Noxico.Mix.GetXmlDocument (System.String fileName, Boolean injectOnTop) [0x00000] in <filename unknown>:0
at Noxico.SceneSystem.Engage (Noxico.Character top, Noxico.Character bottom, System.String name) [0x00000] in <filename unknown>:0
at Noxico.Introduction.<CharacterCreator>b__3d (System.Object s, System.EventArgs e) [0x00000] in <filename unknown>:0
at Noxico.UIElement.DoEnter () [0x00000] in <filename unknown>:0
at Noxico.UIElement.DoMouse (Int32 left, Int32 top) [0x00000] in <filename unknown>:0
at Noxico.UIManager.CheckKeys () [0x00000] in <filename unknown>:0
at Noxico.Introduction.CharacterCreator () [0x00000] in <filename unknown>:0
at Noxico.NoxicoGame.Update () [0x00000] in <filename unknown>:0
at Noxico.MainForm.timer_Tick (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0

Background info:
Noxico 0.1.3
Unix 3.13.0.24
64-bit OS, 64-bit process.
/home/*****/Desktop/Noxico


It says "An XML file somewhere has gone wrong. This is one point where posting the exception data would be helpful."
Kawa Update your mono and shit.
Someone7 Was seeing if they had a new version of Cataclysm out yet, and discovered this game won an online poll for best roguelike of 2013.

I am unable to run the game via Mono, nor am I able to compile it with gmcs. Attempting to compile the source gives me this error:


~/Desktop/Kawa-noxico-f6a644aefab2$ gmcs -v Game.cs
Game.cs(255,43): error CS0241: Default parameter specifiers are not permitted
Game.cs(255,66): error CS0241: Default parameter specifiers are not permitted
Game.cs(255,86): error CS0241: Default parameter specifiers are not permitted
System.NullReferenceException: Object reference not set to an instance of an object
at Mono.CSharp.Parameters..ctor (Mono.CSharp.Parameter[] parameters) [0x00000]
at Mono.CSharp.CSharpParser.yyparse (yyInput yyLex) [0x00000]
at Mono.CSharp.CSharpParser.parse () [0x00000]
Game.cs(255,98): error CS8032: Internal compiler error during parsing, Run with -v for details
Compilation failed: 4 error(s), 0 warnings


Attempting to run the game via Mono gives me this error:


~/Desktop/Noxico$ mono Noxico.exe
WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v1.1.4322

** (Noxico.exe:19899): WARNING **: The following assembly referenced from /home/******/Desktop/Noxico/Noxico.exe could not be loaded:
Assembly: System.Core (assemblyref_index=6)
Version: 4.0.0.0
Public Key: b77a5c561934e089
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/home/******/Desktop/Noxico/).


** (Noxico.exe:19899): WARNING **: Could not load file or assembly 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.

** (Noxico.exe:19899): WARNING **: Missing method Contains in assembly /home/******/Desktop/Noxico/Noxico.exe, type System.Linq.Enumerable

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
File name: "System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"


Please help.
Main » Bug Reports » Unable to run or compile on Ubuntu 10.04. » New reply