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

DrawStringMultiCenter crashes in News #127

Closed
dzavalishin opened this issue Sep 11, 2021 · 1 comment · Fixed by #128
Closed

DrawStringMultiCenter crashes in News #127

dzavalishin opened this issue Sep 11, 2021 · 1 comment · Fixed by #128
Labels
bug Something isn't working

Comments

@dzavalishin
Copy link
Owner

NewsItem.java:74, crash in Strings.java:15, parameter is null
Text is '.Service subsidy awarded...'

text ':{BLACK}{BIGFONT}Service subsidy awarded to {COMPANY}!{}{}{STRING} service from {STATION} to {STATION} will pay triple rates for the next year!'

Supposed to eat 5 args (2 for COMPANY), but there are just 4 of them sent.

@dzavalishin dzavalishin added the bug Something isn't working label Sep 11, 2021
@dzavalishin
Copy link
Owner Author

Supposedly error in InjectDParam()

dzavalishin added a commit that referenced this issue Sep 11, 2021
Hopefully fixed #127
Also fixed running text in status bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant