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

openttd-0.5.0_rc3 crashes with UKRoadset 1.0E #544

Closed
DorpsGek opened this issue Jan 14, 2007 · 2 comments
Closed

openttd-0.5.0_rc3 crashes with UKRoadset 1.0E #544

DorpsGek opened this issue Jan 14, 2007 · 2 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

purtill opened the ticket and wrote:

With the attached grf file (originally downloaded from http://www.tt-terminal.co.uk/downloads.shtml), openttd-0.5.0_rc3 crashes when generating the map. (The crash is the bug I'm reporting, not any problem with the grf file.) I can reproduce the crash as follows:

(0) Copy the grf file into the data directory (in my case, /usr/share/games/openttd/data/misc).
(1) Move any existing ~/.openttd directory out of the way.
(2) Start openttd (everything is back to the defaults).
(3) Add the UK Roadset (only) using the NewGRF Settings button.
(4) Click on New Game.

I'm running gentoo linux; I can provide you with the ebuild I'm using if that's of any use.

Attachments

Reported version: trunk
Operating system: Linux


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

Darkvater wrote:

There was a bug in RC3 which incorrectly had debugging output causing your game to crash. This has been fixed for RC4.
You can fix it yourself by either adding a -DNO_DEBUG_MESSAGES flag to gcc and recompile, or change
grfmsg(7, "GRFID 0x%08X unknown, skipping test", BSWAP32(cond_val));
to
DEBUG(grf, 7) "GRFID 0x%08X unknown, skipping test", BSWAP32(cond_val));

in newgrf.c:2421 ~

I will close this bugreport for now, please reopen if it still happens in RC4.


This comment was imported from FlySpray: https://bugs.openttd.org/task/544#comment836

@DorpsGek
Copy link
Member Author

Darkvater closed the ticket.

Reason for closing: Fixed


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

@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 6, 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