Beim Aufruf des Befehls renderitems
, erscheint die Meldung "Error executing command" in der Konsole.
Ich vermute, dass irgendwas mit item_constructionitem.png
nicht stimmt, da die Datei leer ist
Hier noch die Ausgabe in der Debug-Konsole:
Code
Unsupported texture format - Texture2D::EncodeTo functions do not support compressed texture formats.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at System.IO.File.WriteAllBytes (System.String path, System.Byte[] bytes) [0x00000] in <00000000000000000000000000000000>:0
at RisingWorld.Content.Commands.ConsoleCommands.renderitems (System.String[] cmd) [0x00000] in <00000000000000000000000000000000>:0
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <00000000000000000000000000000000>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <00000000000000000000000000000000>:0
at RisingWorld.Content.UI.Layers.ConsoleLayer.ExecuteCommand (System.String command) [0x00000] in <00000000000000000000000000000000>:0
at RisingWorld.Content.UI.Layers.ConsoleLayer.OnKeyInput (System.Single tpf) [0x00000] in <00000000000000000000000000000000>:0
at RisingWorld.Content.Input.InputManager.Update (System.Single tpf) [0x00000] in <00000000000000000000000000000000>:0
at RisingWorld.Content.Game.OnUpdate (System.Single tpf, System.Single unscaledTpf) [0x00000] in <00000000000000000000000000000000>:0
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <00000000000000000000000000000000>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <00000000000000000000000000000000>:0
at RisingWorld.Content.UI.Layers.ConsoleLayer.ExecuteCommand (System.String command) [0x00000] in <00000000000000000000000000000000>:0
at RisingWorld.Content.UI.Layers.ConsoleLayer.OnKeyInput (System.Single tpf) [0x00000] in <00000000000000000000000000000000>:0
at RisingWorld.Content.Input.InputManager.Update (System.Single tpf) [0x00000] in <00000000000000000000000000000000>:0