Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on startup (Empty namespace variable names are no longer allowed) #539

Closed
shukari opened this issue Nov 2, 2016 · 6 comments
Closed
Assignees
Labels
Milestone

Comments

@shukari
Copy link
Contributor

shukari commented Nov 2, 2016

Arma 3 Version: 1.64.139117 (performance v10)
CBA Version: 3.1.1 (stable)

Mods:

  • @CBA_A3

Description:
Get this error on startup.
The cause might be from performance v10 -> fixed some previous tweaks (e.g. with empty variable names)
From dev to performance... from dev: Tweaked: Empty namespace variable names are no longer allowed (https://forums.bistudio.com/topic/140837-development-branch-changelog/?p=3111946)

19:07:04 Error in expression <ns\xeh\fnc_preStart.sqf"



uiNamespace setVariable ["", compileFinal ""];



wi>
19:07:04   Error position: <setVariable ["", compileFinal ""];



wi>
19:07:04   Error Reservierte Variable in Ausdruck
19:07:04 File x\cba\addons\xeh\fnc_preStart.sqf, line 5

Steps to reproduce:

  • Start the game with CBA

Where did the issue occur?

  • on startup

RPT log file:

@jokoho48
Copy link
Member

jokoho48 commented Nov 2, 2016

allready fixed in master. 24330ab

@shukari
Copy link
Contributor Author

shukari commented Nov 2, 2016

From this moment on... it is not possible to change modules in eden because of the performance v10 and cba... eden warning appears if you click ok on a module with: "Variablenname: Encountered restricted character"

@PabstMirror
Copy link
Contributor

The xeh error is only at preStart, will be fixed at next release

The issue with modules happens without CBA,
reported on BIF - https://forums.bistudio.com/topic/160288-arma-3-stable-server-164-performance-binary-feedback/page-89#entry3112919

@shukari
Copy link
Contributor Author

shukari commented Nov 2, 2016

oh... ok.

@PabstMirror
Copy link
Contributor

I think a quick fix for the modules is to just give them a dummy "Variable Name" at the top
I think it just can't be empty

@commy2
Copy link
Contributor

commy2 commented Nov 2, 2016

fixed in #536

for the modules... wait for BI to fix it

@commy2 commy2 closed this as completed Nov 2, 2016
@commy2 commy2 added the Bug label Nov 2, 2016
@commy2 commy2 added this to the 3.2 milestone Nov 2, 2016
@commy2 commy2 self-assigned this Nov 2, 2016
@commy2 commy2 modified the milestones: 3.1.2, 3.2 Nov 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants