Notice: If the game stops working after an update, it might be a savegame incompatibility. Remove your savegame folder and try again before posting about it.
Registration has an extra hurdle now: There have been advertisement bots, so I added a security keyword to registration. Deal with it.
  0 users browsing Bug Reports. | 1 bot  
Main » Bug Reports » Unable to run or compile on Ubuntu 10.04.
Pages: 1
Posted on 03-31-14, 10:33 pm (revision 1)

 

Posts: 1/2
Since: 03-31-14

Last post: 3607 days
Last view: 3662 days
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.
Posted on 04-01-14, 09:38 am
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets

Posts: 309/344
Since: 06-08-12

Last post: 1691 days
Last view: 1231 days
Update your mono and shit.

I don't just program Noxico...
Posted on 06-03-14, 01:56 pm

 

Posts: 2/2
Since: 03-31-14

Last post: 3607 days
Last view: 3662 days
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."
Posted on 06-03-14, 05:50 pm
<i>Prophet of Celestia</i><br>Baka on the streets, senpai in the sheets

Posts: 310/344
Since: 06-08-12

Last post: 1691 days
Last view: 1231 days
That's a bug that'd supposedly been fixed two commits back.

I don't just program Noxico...
Pages: 1
Main » Bug Reports » Unable to run or compile on Ubuntu 10.04.