Page MenuHomeFeedback Tracker

crash when executing hint ((("zgm_obj_1_c1_dyn" select [0, count _marker - 4]) splitString "c") joinString "area_")
Closed, ResolvedPublic

Description

Just execute
hint ((("zgm_obj_1_c1_dyn" select [0, count _marker - 4]) splitString "c") joinString "area_")

No crash when executing long version:
_marker = "zgm_obj_1_c1_dyn";
_marker = _marker select [0, count _marker - 4];
_marker = _marker splitString "c";
_marker = _marker joinString "area_";
hint _marker;

Details

Legacy ID
1848098974
Severity
None
Resolution
Fixed
Reproducibility
Have Not Tried
Operating System
Windows 7
Category
Game Crash

Event Timeline

d3nn16 set Category to Game Crash.Sep 14 2015, 6:08 PM
d3nn16 set Reproducibility to Have Not Tried.
d3nn16 set Severity to None.
d3nn16 set Resolution to Open.
d3nn16 set Legacy ID to 1848098974.May 8 2016, 12:43 PM
d3nn16 added a subscriber: d3nn16.

this issue is resolved no crash this time

d3nn16 removed a subscriber: d3nn16.Dec 21 2020, 1:50 PM
LouMontana closed this task as Resolved.May 3 2021, 11:31 AM
LouMontana updated the task description. (Show Details)
LouMontana changed Resolution from Open to Fixed.
LouMontana set Operating System to Windows 7.