Skip to main content
Topic: r2150 pak64 WinXP - Crash upon placing an extension building over a station (Read 4378 times) previous topic - next topic

r2150 pak64 WinXP - Crash upon placing an extension building over a station

1. Build a railway;

2. Place "stop without platforms";

3. "Accidentally", place a "Station in Victorian Style (by MHz)" over "stop without platforms";

4. FATAL ERROR: unknown...

Re: r2150 pak64 WinXP - Crash upon placing an extension building over a station

Reply #1
Same here.

I can build extend station buildings at anywhere.
- on the road
- on the different building
- on the sea
etc.

(but didn't crash)

Re: r2150 pak64 WinXP - Crash upon placing an extension building over a station

Reply #2
Still no reply.

Is it possible to revert to old stable code in 100.0 ?
Because new code has no major difference, no priority, and causes crash.

If Okay, I will make a patch.

Re: r2150 pak64 WinXP - Crash upon placing an extension building over a station

Reply #3
Well, the old code did not work well with rectangular extensions, they were always in first rotation.

Re: r2150 pak64 WinXP - Crash upon placing an extension building over a station

Reply #4
Tested in r2178.
When I click on track or on the sea with extension building tools, simutrans quit without any dialogue.


[EDIT]
1. Build a harbor
2. Build a oiltank next to harbor

This also quit without any dialog.

Re: r2150 pak64 WinXP - Crash upon placing an extension building over a station

Reply #5
Yes the test is not finished. Blame my 30min WIndow is too short. I really want to finish this, then release 101.

 

Re: r2150 pak64 WinXP - Crash upon placing an extension building over a station

Reply #6
Thank you for fixing it.
A small translation problem.

"!" => "."

simwerkz.cc:1016
Quote
            return "Tile not empty!";
=>
Quote
            return "Tile not empty.";