Hi Marco, and thanks for your bugreport.

Marco Schuster <[EMAIL PROTECTED]> (09/04/2007):
> When starting in a Konsole shell, the following appears:
> [EMAIL PROTECTED]:~$ supertuxkart
> Data files will be fetched from: '/usr/share/games/supertuxkart/'
> Config directory '/home/marco/.supertuxkart' successfully created.
> Speicherzugriffsfehler

You could use strace (from the package of the same name) to try and get
some information about the cause of this error. To use it:
$ strace supertuxkart 2> /tmp/supertuxkart.log

Please beware, an strace log can grow up quickly (e.g. several megabytes
until a crash is quite usual).

> Speicherzugriffsfehler is German for memory access error.

Thanks for the translation. Just in case you come across a similar
situation in the future, remember you can just use the following:
$ LANG=C supertuxkart

to get your program running under a "C" locale. I'm just wondering
whether that could be translated to "segmentation fault", which is also
named "segmentation violation", aka SEGV.

Cheers,

-- 
Cyril Brulebois

Attachment: pgpBqVGyhYbqV.pgp
Description: PGP signature

Reply via email to