supertuxkart-sourceforge-migration / stk-migration-test2

0 stars 0 forks source link

at end of race stk stops svn r8875 #273

Open supertuxkart-sourceforge-migration opened 10 years ago

supertuxkart-sourceforge-migration commented 10 years ago

Author: jmariano

when finishing a race single player stk stops working. included screenshot, errlogs. was in a debug session when it ocured.

Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/ticket/273

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria I have found this issue to be related to RTT not working; when I artificially disable RTT I can reproduce the issue.

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria Joerg, I think this is a problem with your texture cleanup code. "main_help.png" is loaded as placeholder for the minimap when RTT is missing. However in this case the track removes the texture and when the main menu tries to use it again, it crashes.

I'm not sure how to cleanly correct this problem since it's your code

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria Actually, I found a way to fix it :) simply don't show a question mark when RTT is unavailable (r8881)

Thanks for the report!