Hello my friends,
The year has barely started and here I am with problems again!
I have a project that uses the “Draw Image” node. It works fine on my desktop when I compile the file.
However, when I try to use the same file on my notebook, it gives me the following error message, which is repeated every frame (nothing is printed on the screen in 2D):
C:\Particular_SGEX\ArmorySDK2412\armsdk/Krom/Krom.exe C:\Particular_SGEX\SGEx\Blindado_Game_Armory\build_Blindado_Game_Armory_11/debug/krom C:\Particular_SGEX\SGEx\Blindado_Game_Armory\build_Blindado_Game_Armory_11/debug/krom-resources --consolepid 7064
Initializing a new default audio device.
Trace: TypeError: Cannot read properties of undefined (reading ‘fromNode’)
at armory_logicnode_DrawStringNode.run (:8475:22)
at armory_logicnode_GateNode.runOutput (:8049:19)
at armory_logicnode_GateNode.run (:8689:9)
at armory_logicnode_GateNode.runOutput (:8049:19)
at armory_logicnode_GateNode.run (:8689:9)
at armory_logicnode_OnRender2DNode.runOutput (:8049:19)
at armory_logicnode_OnRender2DNode.onRender2D (:21100:8)
at iron_App.render2D (:25794:6)
at render (:25782:12)
at kha_System.render (:56730:4)
Trace: Error: End before you begin
at haxe_Exception.thrown (:17700:12)
at kha_graphics4_Graphics2.begin (:77361:25)
at iron_App.render2D (:25787:19)
at render (:25782:12)
at kha_System.render (:56730:4)
at renderCallback (:56873:14)
I don’t even know where to start to solve this problem… Any tips??
Happy new year everyone!!