Czech Danish Dutch English French German Hungarian Italian Norwegian Polish Portuguese Brasilian Portuguese Romanian Serbian Spanish Swedish

This page contains bugs of the most recent Ultimate Stunts releases. If you discovered a bug in the most recent version, and the bug is not listed here, please go to the sourceforge bug report page. If it's not listed there too, you can submit a description.
Important: currently Ultimate Stunts is not finished. Don't report problems that are related to unimplemented features. Also, please first read the documentation!

As I don't like bugs, I never add them to Ultimate Stunts. All Ultimate Stunts related bugs have to be caused by others ;-)

Fatal bugs:

Bug description Applies to Caused by Possible solution
Window becomes black after resizing it The Windows version of Ultimate Stunts SDL-related problem Use another OS, like Linux, start fullscreen or don't resize
Ultimate Stunts crashes when starting the game Version 0.5.3 in windows (probably) a bug in Ultimate Stunts (but maybe it is in the NVIDIA openGL drivers) Don't use the Diablo car (the problem seems to be in the Diablo body model)
Ultimate Stunts crashes when starting a race. Standard output contains errors about an ALUT function stopping because of previous AL errors. Version 0.7.0, compiled with OpenAL sound Most likely, some bug in OpenAL Will be fixed in the next release (0.7.1), so please have patience

Compilation problems:

First (relevant) error Applies to Caused by Possible solution
In file included from /usr/include/c++/3.3.2/backward/new.h:33,
                 from /usr/include/g++-3/stl_algobase.h:52,
                 from /usr/include/g++-3/vector:30,
                 from binbuffer.h:20,
                 from binbuffer.cpp:17:
/usr/include/c++/3.3.2/backward/backward_warning.h:32:2: warning:
#warning This file includes at least one deprecated or antiquated
header. Please consider using one of the 32 headers found in section
17.4.1.2 of the C++ standard. Examples include substituting the <X>
header for the <X.h> header for C++ includes, or <sstream>
instead of
the deprecated header <strstream.h>. To disable this warning use
-Wno-deprecated.
gcc 3.3 (maybe also other versions?) Incompatibility with previous versions of the STL? We have no idea. Please contact if this happens to you.
/usr/bin/ld: cannot find -lXi
Compilations on X Window based systems (Linux, BSD, etc.) Some X Window libraries not being present on your system. They've probably been removed in recent X Window versions. Open the configure script in a text editor, and remove all occurrences of -lXi in lists of X Window libraries. Ultimate Stunts doesn't need it, so this should not give problems. Save your modified configure, execute it, and try to compile again. (Will be) fixed in Ultimate Stunts 0.7.1