Skip to content

Instantly share code, notes, and snippets.

@hasufell
Created March 31, 2012 19:26
Show Gist options
  • Save hasufell/2267709 to your computer and use it in GitHub Desktop.
Save hasufell/2267709 to your computer and use it in GitHub Desktop.
openra
Platform is Linux
Using Gl renderer
Desktop resolution: 1920x1200
No custom resolution provided, using desktop resolution
Using resolution: 1920x1200
Available mods:
cnc: C&C ({DEV_VERSION})
ra: Red Alert ({DEV_VERSION})
Loading mods: ra
Unhandled Exception: System.InvalidOperationException: FT_New_Face failed
at OpenRA.Graphics.SpriteFont..ctor (System.String name, Int32 size) [0x00000] in <filename unknown>:0
at OpenRA.Graphics.Renderer.<InitializeFonts>m__27 (KeyValuePair`2 x) [0x00000] in <filename unknown>:0
at (wrapper delegate-invoke) <Module>:invoke_SpriteFont__this___KeyValuePair`2<string, Pair`2<string, int>> (System.Collections.Generic.KeyValuePair`2<string, OpenRA.FileFormats.Pair`2<string, int>>)
at System.Linq.Enumerable.ToDictionary[KeyValuePair`2,String,SpriteFont] (IEnumerable`1 source, System.Func`2 keySelector, System.Func`2 elementSelector, IEqualityComparer`1 comparer) [0x00000] in <filename unknown>:0
at System.Linq.Enumerable.ToDictionary[KeyValuePair`2,String,SpriteFont] (IEnumerable`1 source, System.Func`2 keySelector, System.Func`2 elementSelector) [0x00000] in <filename unknown>:0
at OpenRA.Graphics.Renderer.InitializeFonts (OpenRA.FileFormats.Manifest m) [0x00000] in <filename unknown>:0
at OpenRA.Game.InitializeWithMods (System.String[] mods) [0x00000] in <filename unknown>:0
at OpenRA.Game.Initialize (OpenRA.Arguments args) [0x00000] in <filename unknown>:0
at OpenRA.Program.Run (System.String[] args) [0x00000] in <filename unknown>:0
at OpenRA.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidOperationException: FT_New_Face failed
at OpenRA.Graphics.SpriteFont..ctor (System.String name, Int32 size) [0x00000] in <filename unknown>:0
at OpenRA.Graphics.Renderer.<InitializeFonts>m__27 (KeyValuePair`2 x) [0x00000] in <filename unknown>:0
at (wrapper delegate-invoke) <Module>:invoke_SpriteFont__this___KeyValuePair`2<string, Pair`2<string, int>> (System.Collections.Generic.KeyValuePair`2<string, OpenRA.FileFormats.Pair`2<string, int>>)
at System.Linq.Enumerable.ToDictionary[KeyValuePair`2,String,SpriteFont] (IEnumerable`1 source, System.Func`2 keySelector, System.Func`2 elementSelector, IEqualityComparer`1 comparer) [0x00000] in <filename unknown>:0
at System.Linq.Enumerable.ToDictionary[KeyValuePair`2,String,SpriteFont] (IEnumerable`1 source, System.Func`2 keySelector, System.Func`2 elementSelector) [0x00000] in <filename unknown>:0
at OpenRA.Graphics.Renderer.InitializeFonts (OpenRA.FileFormats.Manifest m) [0x00000] in <filename unknown>:0
at OpenRA.Game.InitializeWithMods (System.String[] mods) [0x00000] in <filename unknown>:0
at OpenRA.Game.Initialize (OpenRA.Arguments args) [0x00000] in <filename unknown>:0
at OpenRA.Program.Run (System.String[] args) [0x00000] in <filename unknown>:0
at OpenRA.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment