Hi Michael, Well, to begin with neither of these issues are caused by DirectX from what I can see.
I'm not certain about the error code from Rail Racer, but if you don't have .NET 1.1 installed Rail Racer has a tendancy to crash because it was written in VB 2003 for .NET 1.1 and was never updated to newer versions of .NET that aren't completely backward compatible with .NET 1.x. So if you haven't already tried it install .NET 1.1, reinstall Managed DirectX, and see if that fixes your problem. As for Descent into Madness it is written in Python and uses PyGame not DirectX. By the error messages it looks as though it is attempting to load a missing dll of somekind. You might want to check your install and see if you have the sdl libraries installed as PyGame is a wrapper for LibSDL 1.2.13 not Microsoft DirectX. HTH On 2/8/12, michael barnes <[email protected]> wrote: > Hey, Thomas. > Here is the messages I get when I try to run Railracer and Descent into > madness. > > Railracer Error > --------------------------- > > --------------------------- > Could not load type > 'XenoCode.User.Attributes.AssemblyAttributes.SuppressDisassembly' from > assembly 'GameEngine, Version=1.0.3123.19428, Culture=neutral, > PublicKeyToken=null' because the parent does not exist. > --------------------------- > OK > ---------------------------Descent into madness Error > > Traceback (most recent call last): > File "Main.py", line 26, in ? > File "pygame\__init__.pyo", line 64, in ? > File "pygame\base.pyo", line 9, in ? > File "pygame\base.pyo", line 7, in __load > ImportError: DLL load failed: The parameter is incorrect. > Traceback (most recent call last): > File "Main.py", line 26, in ? > File "pygame\__init__.pyo", line 64, in ? > File "pygame\base.pyo", line 9, in ? > File "pygame\base.pyo", line 7, in __load > ImportError: DLL load failed: The parameter is incorrect. > > -- > Email services provided by the System Access Mobile Network. Visit > www.serotek.com to learn more about accessibility anywhere. --- Gamers mailing list __ [email protected] If you want to leave the list, send E-mail to [email protected]. You can make changes or update your subscription via the web, at http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org. All messages are archived and can be searched and read at http://www.mail-archive.com/[email protected]. If you have any questions or concerns regarding the management of the list, please send E-mail to [email protected].
