supertuxkart-sourceforge-migration / stk-migration-test

0 stars 0 forks source link

Karts without wheels print errors at stdout #737

Open supertuxkart-sourceforge-migration opened 10 years ago

supertuxkart-sourceforge-migration commented 10 years ago

Author: magned

[ ](error) Kart_Model: Missing wheel information 'front-right' for model'xfce mouse.b3d'.
[ ](error) Kart_Model: This can be ignored, but the wheels willnot rotate.
[ ](error) Kart_Model: Missing wheel information 'front-left' for model'xfce mouse.b3d'.
[ ](error) Kart_Model: This can be ignored, but the wheels willnot rotate.
[ ](error) Kart_Model: Missing wheel information 'rear-right' for model'xfce mouse.b3d'.
[ ](error) Kart_Model: This can be ignored, but the wheels willnot rotate.
[ ](error) Kart_Model: Missing wheel information 'rear-left' for model'xfce mouse.b3d'.
[ ](error) Kart_Model: This can be ignored, but the wheels willnot rotate.

This should at least be silenced for this particular kart since the kart has no graphical wheels, and spams stdout unnecessarily.

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

supertuxkart-sourceforge-migration commented 10 years ago

Author: deveee The same problem as with gnu, which doesn't have wheels. I manually removed line "" from kart.xml to avoid this problem. But after next export it will be overwritten.