PDA

View Full Version : Runetime error! plz for love of god help



legacy-Wamber
07-01-2006, 02:41 AM
Microsoft Visual C++ Runtime Library [X]
-----------------------------------------------------------------------
Runtime Error!


Program C:\UT2004\System\UT2004.exe


This application has requested the runtime to terminate it in an unsual way. Please contact the applications support team for more information.
-------------------------------------------------------------------------


I'm making a map and I am recieving this error msg everytime I try and "Play Now" on my map. All my others work fine and load in fine, but this one. I have clicked build all and my player starts are fine. Why is it doing this? Why? WHY!?

legacy-Ryandar
07-01-2006, 11:01 AM
... have you tried playing the map via the game itself?

Check your level settings. Perhaps the map has been set to an inappropriate gametype, causing it to go screwy.

legacy-CAWeissen
07-04-2006, 12:09 AM
If all else fails, try reinstalling UT and fixing the bad files. :p

legacy-Ryandar
07-04-2006, 07:02 AM
Before trying that though, perhaps try deleting the UnrealEd.ini
That solves a lot of tricky problems.

legacy-cyclonefox
07-04-2006, 12:49 PM
I usually get those failures, when I post Scripted Triggers on my map, which call neverending loops.
For example:
Action0: ACTION_SetViewTaget---> blah
Action1: ACTION_GotToAction ---> 0
Outcome: The game tries to repeat the action without any time between, lets say, 1000 times per tick. So the game crashes.
But unreal is pretty smart and notices such things before it begins. So it shuts down the game and gives a Runtime Error.