Page MenuHomeFeedback Tracker

joinString with empty selector crashes the game
Closed, ResolvedPublic

Description

Joining strings with joinString crashes the game with INT_DIVIDE_BY_ZERO error when using empty string as selector.

So the example from the wiki, ["1",2,text "3"] joinString "", crashes the game.

Details

Legacy ID
3345239527
Severity
None
Resolution
Fixed
Reproducibility
Always
Category
Game Crash
Steps To Reproduce

Type for example ["Hello", "_", "World"] joinString "" in the debug console the game crashes.

Type ["Hello", "_", "World"] joinString " " and the game won't crash.

Additional Information

As far as I can tell this started to occur after thurday's or friday's dev update..

Event Timeline

h- edited Steps To Reproduce. (Show Details)Oct 16 2015, 8:30 PM
h- edited Additional Information. (Show Details)
h- set Category to Game Crash.
h- set Reproducibility to Always.
h- set Severity to None.
h- set Resolution to Fixed.
h- set Legacy ID to 3345239527.May 8 2016, 12:57 PM
h- edited a custom field.
Adam added a comment.Oct 21 2015, 9:47 AM

will be fixed on devbranch soon™