Type Casting bug crash
Platforms
Android
Build
bleeding-edge 25252
Issue
Map Info:Locale Bundles will cause the game to crash
Steps to reproduce
1.MapEditor->Map Info->Locale Bundles 2.Add A = "11" B = 12 3.Play game 4.World Processor add localeprint "B" printflush message1
https://github.com/user-attachments/assets/88a485d9-5346-4054-8bb0-1f9ac6c2c831
Mods used
No response
Save file
No response
(Crash) logs
crash_1725612037393.txt crash_1725612117512.txt
Submission
- [X] I have updated to the latest release (https://github.com/Anuken/Mindustry/releases) to make sure my issue has not been fixed.
- [X] I have searched the closed and open issues to make sure that this problem has not already been reported.
- [X] I am not using Foo's Client, and have made sure the bug is not caused by mods I have installed.
I think numbers aren't supposed to be entered l
Those are bundles, not constant variables. They are used for easily translatable text. You aren't supposed to put numbers in bundles.
May be the bundles always be string, not need wrap with ' " '?
they should either be automatically converted into string if you try to enter something else or
wait a minute
did they need "" before