Today i applied 1.22 update.
Now i cannot use the GUI editor anymore, scripts raise an infinite NULL exception list.
Today i applied 1.22 update.
Now i cannot use the GUI editor anymore, scripts raise an infinite NULL exception list.
Launch editor on any map
add a player unit
Start Game
Press Escape
Press Editor button (dialog editor)
See null errors, no interface displayed
Here the first lines of the log :
Error in expression <<null>>
Error position: <<null>> Error Nombre incorrect dans une expression
Error loading control config.bin/RscGUIEditor/controls/Tool_0/
Error in expression <<null>>
Error position: <<null>> Error Nombre incorrect dans une expression
Error loading control config.bin/RscGUIEditor/controls/Tool_1/
Error in expression <<null>>
Error position: <<null>> Error Nombre incorrect dans une expression
Error loading control config.bin/RscGUIEditor/controls/Tool_2/
Error in expression <<null>>
Error position: <<null>> Error Nombre incorrect dans une expression
Error loading control config.bin/RscGUIEditor/controls/Tool_3/
Error in expression <<null>>
Error position: <<null>> Error Nombre incorrect dans une expression
Error loading control config.bin/RscGUIEditor/controls/Tool_4/
Error in expression <<null>>
Error position: <<null>> Error Nombre incorrect dans une expression
Error loading control config.bin/RscGUIEditor/controls/Tool_5/
Error in expression <<null>>
Error position: <<null>> Error Nombre incorrect dans une expression
Error loading control config.bin/RscGUIEditor/controls/Tool_6/
Error in expression <<null>>
Error position: <<null>> Error Nombre incorrect dans une expression
Error loading control config.bin/RscGUIEditor/controls/Tool_7/
Error in expression <<null>>
Error position: <<null>> Error Nombre incorrect dans une expression
Error loading control config.bin/RscGUIEditor/controls/Tool_8/
Error in expression <<null>>
Error position: <<null>> Error Nombre incorrect dans une expression
Error loading control config.bin/RscGUIEditor/controls/Tool_9/
Error in expression <<null>>
Error position: <<null>> Error Nombre incorrect dans une expression
Error loading control config.bin/RscGUIEditor/controls/Tool_10/
Error in expression <<null>>
Error position: <<null>>
I can confirm.
After latest Arma 3 update - GUI editor wont work!
Spammed .rpt with:
Error in expression <<null>>
Error position: <<null>> Error Неверное число в выражении
Error loading control config.bin/RscGUIEditor/controls/Tool_0/
Error in expression <<null>>
Error position: <<null>> Error Неверное число в выражении
Error loading control config.bin/RscGUIEditor/controls/Tool_1/
and so on...
I found the problem.
Check RscGUIEditor class in UI addon config file:
class Tool_1: Tool_0 { idc = "<null>"; };
Also:
class RscButton
{
style = 2;
x = 0;
y = 0;
w = "<null>";
h = "<null>";
and another button classes with wrong "string" parameters.
Made some FIX for GUI Editor: ftp://arma3.ru/arma3/addons/@GUIEditorFix.rar
Please note that this addon only fixes RSCGuiEditor classes, not controls parent classes!
I can confirm that I get the same error trace in the report file when loading the GUI Editor.
Same here. Had to ctrl-alt-del out of Arma. Also every mission in campaign starts with the <null> error, wonder if it's related.
to add to the fix given by BlenderRus just download his rar file and then add the file inside the addon folder into C:\Program Files (x86)\Steam\SteamApps\common\Arma 3\Addons and then you can use the gui editor again