Page MenuHomeFeedback Tracker

GUI Editor is broken
New, WishlistPublic

Description

Today i applied 1.22 update.

Now i cannot use the GUI editor anymore, scripts raise an infinite NULL exception list.

Details

Legacy ID
3431409337
Severity
None
Resolution
Open
Reproducibility
Always
Category
Editor
Steps To Reproduce

Launch editor on any map
add a player unit
Start Game
Press Escape
Press Editor button (dialog editor)
See null errors, no interface displayed

Additional Information

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>>

Event Timeline

giova edited Steps To Reproduce. (Show Details)Jun 30 2014, 3:40 PM
giova edited Additional Information. (Show Details)
giova set Category to Editor.
giova set Reproducibility to Always.
giova set Severity to None.
giova set Resolution to Open.
giova set Legacy ID to 3431409337.May 7 2016, 6:51 PM

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!

hercx added a subscriber: hercx.May 7 2016, 6:51 PM
hercx added a comment.Jul 1 2014, 3:53 PM

I can confirm that I get the same error trace in the report file when loading the GUI Editor.

Confirmed, this NEEDS to be fixed.

Thanks for the fix BlenderRus. It's working for now...

Jrog added a subscriber: Jrog.May 7 2016, 6:51 PM
Jrog added a comment.Jul 5 2014, 8:38 AM

Same here. Broken.

AZCoder added a subscriber: AZCoder.May 7 2016, 6:51 PM

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.

yacobm8 added a subscriber: yacobm8.May 7 2016, 6:51 PM

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

Seems fixed after today's update.

Works for me too. Also the <null> error is gone from campaign missions.