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

Fatal error at startup #109

Closed
Fauleresel opened this issue Feb 15, 2024 · 4 comments
Closed

Fatal error at startup #109

Fauleresel opened this issue Feb 15, 2024 · 4 comments

Comments

@Fauleresel
Copy link
Contributor

Error message says :
Bildschirmfoto_2024-02-15_10-40-53

@James103
Copy link

Do you get the same error
a) with default OpenGFX graphics?
b) with Improved Town Houses also loaded?

@Fauleresel
Copy link
Contributor Author

The nml says:

/* Create an error if OpenTTD version is before 14.0 (required for town_production_effect property) */
if (version_openttd(14,0) > openttd_version) {
error(FATAL, string(STR_ERROR_GAME_VERSION));
}

It works with 14.0 beta.
Maybe you could mention that somewhere, I guess you can close the issue.

@2TallTyler
Copy link
Owner

2TallTyler commented Feb 15, 2024

That error in NML is supposed to show you a descriptive error instead of what you reported. I guess I coded it wrong. 😄

I also forgot to change the strings in all languages.

I will leave this open until I figure out how to do the error properly. Thanks for the report!

@2TallTyler
Copy link
Owner

Strings fixed in #112.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants