News:

Use the "Forum Search"
It may help you to find anything in the forum ;).

[bugreport] Line update while paused

Started by swed, February 11, 2012, 11:45:07 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

swed

Hello !

Here is a way to reproduce an annoying bug, from last svn revision :
- convoi on line1, carrying passengers from stop1 to stop2
- pause
- update line1, replace stop2 by stop3
- save
- unpause

Then, convoi still carry passengers to stop2, which is nomore in his schedule. It wins money without transporting any passenger.
Wrong freight removal is apparently not called using this way (done at each convoi step when line_update_pending is set).
If you don't pause, or don't save, it works fine.

Maybe I just have to stop saving while paused...
Bye!

Dwachs

#1
thanks for the report, will look into it.

Edit: should be fixed in r5274.
Parsley, sage, rosemary, and maggikraut.

swed

Hi !

I confirm it's corrected.
Thanks a lot for this quick fix.

But there is still a way to reproduce this problem, acting like that :
- convoi on line1, carrying passengers from stop1 to stop2
- pause
- update line1, replace stop2 by stop3
- save game
- load game

(today's rev 5411)

Dwachs

#3
yes you are right, I still have the savegamem, which I used to fix one half of the bug, the other half is still in the savegame.

Edit: please check again with r5413. Convoys with wrong freight have to be manually corrected: just open & close their schedule window.
Parsley, sage, rosemary, and maggikraut.

swed