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

Cases/Gender string codes crash for unknown languages #4718

Closed
DorpsGek opened this issue Aug 10, 2011 · 5 comments
Closed

Cases/Gender string codes crash for unknown languages #4718

DorpsGek opened this issue Aug 10, 2011 · 5 comments
Labels
component: NewGRF This issue is related to NewGRFs flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)

Comments

@DorpsGek
Copy link
Member

George opened the ticket and wrote:

http://www.tt-forums.net/viewtopic.php?f=26&t=30188&start=1620# p963425

Reported version: 1.1.1
Operating system: All


This issue was imported from FlySpray: https://bugs.openttd.org/task/4718
@DorpsGek
Copy link
Member Author

Alberth wrote:

I tried to reproduce this issue, and failed.
Map generation in 1940, using 1.1.1 and that exact list of newgrfs works flawlessly.
(although I think you need at least a vehicle grf or vehicle adaption grf to enable transport of all cargoes).


This comment was imported from FlySpray: https://bugs.openttd.org/task/4718#comment10172

@DorpsGek
Copy link
Member Author

Rubidium wrote:

What OpenTTD parameters do the ECS vectors/houses look at to disable some parts of the vectors/code? I think it is one of those parameters that triggers the issue.


This comment was imported from FlySpray: https://bugs.openttd.org/task/4718#comment10175

@DorpsGek
Copy link
Member Author

George wrote:

None. Params check is available in TTDP versions only
// Check for New NewCargos switch. "On" is required. Generate error if "Off"
8 * 6 09 85 01 \71 6B 01
9 * 17 0B 03 7F 02 "newcargos On" 00
// Check for New NewIndustries switch. "On" is required. Generate error if "Off"
10 * 6 09 85 01 \71 67 01
11 * 21 0B 03 7F 02 "newindustries On" 00
// Check for New NewHouses switch. "On" is required. Generate error if "Off"
12 * 6 09 85 01 \71 59 01
13 * 17 0B 03 7F 02 "newhouses On" 00


This comment was imported from FlySpray: https://bugs.openttd.org/task/4718#comment10176

@DorpsGek
Copy link
Member Author

frosch wrote:

The bug triggers when cases/genders are used for unknown languages.
In this case the user likely deleted "hungarian.lng".


This comment was imported from FlySpray: https://bugs.openttd.org/task/4718#comment10177

@DorpsGek
Copy link
Member Author

Rubidium closed the ticket.

Reason for closing: Fixed

In r22735


This comment was imported from FlySpray: https://bugs.openttd.org/task/4718

@DorpsGek DorpsGek added flyspray This issue is imported from FlySpray (https://bugs.openttd.org/) component: NewGRF This issue is related to NewGRFs bug labels Apr 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: NewGRF This issue is related to NewGRFs flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)
Projects
None yet
Development

No branches or pull requests

1 participant