Hi, i'm really enjoying your game, but I have a reccurent crash as soon as i click the "Fleet" icon.
Here's the crashlog
jeudi 28 décembre 2017
Crash on layout: shipCombat
Crash reason: Text contains characters that cannot be resolved by this SpriteFont.
Nom du paramètre : text
Crash report: System.ArgumentException: Text contains characters that cannot be resolved by this SpriteFont.
Nom du paramètre : text
à Microsoft.Xna.Framework.Graphics.SpriteFont.MeasureString(CharacterSource& text, Vector2& size)
à Microsoft.Xna.Framework.Graphics.SpriteFont.MeasureString(String text)
à Starship_Command_2.Controllers.GUIObject.Draw(SpriteBatch spriteBatch)
à Starship_Command_2.Game1.Draw(GameTime gameTime)
à Microsoft.Xna.Framework.Game.DoDraw(GameTime gameTime)
à Microsoft.Xna.Framework.Game.Tick()
à MonoGame.Framework.WinFormsGameWindow.RunLoop()
à MonoGame.Framework.WinFormsGamePlatform.RunLoop()
à Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior)
à Starship_Command_2.Program.Main()