Odd uDemo Error

Post all UT Building, Coding, Modding, Tutorials and Non-Mapping content here!
Post Reply
User avatar
*POTS*
Posts: 2233
Joined: Fri Oct 17, 2008 8:50 pm

Odd uDemo Error

Post by *POTS* » Thu Mar 25, 2010 10:55 pm

This is the oddest UT error I've ever seen so far.
I simply launched DM-Hyperblast off-line, I tried to open up the System Console and UT crashed with the following error:

Code: Select all

Log: Bound to udemo.dll
Critical: appError called:
Critical: Can't find 'intUudnativeexecKill' in 'udemo.dll'
Critical: Windows GetLastError: Can't find the specified procedure. (127)
Exit: Executing UObject::StaticShutdownAfterError
Exit: Executing UWindowsClient::ShutdownAfterError
Exit: UGalaxyAudioSubsystem::ShutdownAfterError
Exit: UD3DRenderDevice::ShutdownAfterError
Critical: UPackage::GetDllExport
Critical: UFunction::Bind
Critical: UField::PostLoad
Critical: UStruct::PostLoad
Critical: UFunction::PostLoad
Critical: UObject::ConditionalPostLoad
Critical: (Function udemo.udnative.Kill)
Critical: PostLoadObjects
Critical: UObject::EndLoad
Critical: UObject::StaticLoadObject
Critical: (Core.Class udemo.UDmodItem NULL)
Critical: UObject::ProcessEvent
Critical: (UTConsole Transient.UTConsole0, Function UWindow.WindowConsole.UWindow.PostRender)
Critical: UGameEngine::Draw
Critical: UWindowsViewport::Repaint
Critical: UWindowsClient::Tick
Critical: ClientTick
Critical: UGameEngine::Tick
Critical: UpdateWorld
Critical: MainLoop
Exit: Exiting.
FYI I'm not using the stock udemo.dll file, since I installed DemoManager V33 BETA some time ago, and I have a feeling that could be the reason for such an error... Might consider reinstall an older version and see what happens. :?
Plain Old Telephone Service

gopostal
Posts: 1396
Joined: Tue Nov 18, 2008 9:32 am

Re: Odd uDemo Error

Post by gopostal » Fri Mar 26, 2010 11:05 am

See the 'native' part of that error? That's bad. Native code is all the hidden stuff coders can't get at so most likely the error is unfixable because we can't see why it occurs.

Ask Herm about his wood fragments.

User avatar
*POTS*
Posts: 2233
Joined: Fri Oct 17, 2008 8:50 pm

Re: Odd uDemo Error

Post by *POTS* » Mon Mar 29, 2010 8:53 pm

Yes that error is related to the udemo.dll file, which is required to run Demo Manager (all versions), but since it seems to happen only on DM-Hyperblast and only if I try to directly (by double clicking on the file) open the map I suppose I'll have to live with this bug. :roll:

I really can't understand the link between that specific map and the demo driver though.
Plain Old Telephone Service

gopostal
Posts: 1396
Joined: Tue Nov 18, 2008 9:32 am

Re: Odd uDemo Error

Post by gopostal » Mon Mar 29, 2010 8:58 pm

It might not be the map, rather something that occured while taking the demo that cannot be reproduced, like a catastrophic error that the game recovered from. It happens sometimes, UT is buggy like that. Same map three times in a row can play solid twice then hard crash to desktop the third.

Post Reply