-
Notifications
You must be signed in to change notification settings - Fork 5
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
The server is crashing if I change the values for the spacing #10
Comments
This causes multiplayer servers to crash as well if a player enters a non numeric value or uses the sliders to adjust the pattern. Players are now used to close these dialogs by using the e key which triggers the crash. |
Posted the issue already on the mod forum, but it is exactly the same issue: Error on value Change in the GUI of the Artillery Bombardment Remote. To reproduce the error just open the Artillery Bombardment Remote of the mod with right click and use one of the sliders. Then the attached error will likely occur (for us every time). If typing a number value directly into the fields the error will not! occur. It is specifically an issue with the sliders and how they hand over there changed state. As a workaround just typing the numbers and save them will work for now. As a second workaround if other windows block the Artillery Bombardment Remotes -> Right Click GUI it its possible to disable the other mods (e.g. Module Inserter). Set the values by manually typing, save the game, then reactivate other mods. 991.039 Error MainLoop.cpp:1283: Exception at tick 22359191: The mod Artillery Bombardment Remote (1.1.1) caused a non-recoverable error. Error while running event artillery-bombardment-remote::on_gui_value_changed (ID 88) Error while running event artillery-bombardment-remote::on_gui_value_changed (ID 88) |
Seems like gui text boxes now only accept actual text, so it needs to be converted to a string first. |
It seems the slider is returning a number and the input wants a string.
The text was updated successfully, but these errors were encountered: