Critical error

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

sid3000

New Member
May 25, 2005
5
0
0
all my ut2004 mods works fine, utxmp seems to crashed on start , the zip and exe installation gives the same result.
what am i missing.

Snap1.jpg
 

IndianPsycho

Registered user
Feb 17, 2004
570
0
0
www.free-monkey.com
Open UTXMP.ini in UTXMP/System and find the line starting with 'GUIController', in the [Engine.Engine] section. It should read:

Code:
GUIController=XMPUI.XMPGUIController

If it doesn't, change it to that.
 

sid3000

New Member
May 25, 2005
5
0
0
IndianPsycho said:
Open UTXMP.ini in UTXMP/System and find the line starting with 'GUIController', in the [Engine.Engine] section. It should read:

Code:
GUIController=XMPUI.XMPGUIController

If it doesn't, change it to that.


that line is already there in utxmp.ini, it must be something else.

the last line of crash log

Warning: Failed to load 'UI': Can't find file for package 'UI'
Warning: Failed to load 'UIResT': Can't find file for package 'UI'
Warning: Failed to load 'XMP': Can't find file for package 'UI'
Warning: Failed to load 'XMPUI': Can't find file for package 'UI'
Warning: Failed to load 'Class XMPUI.XMPGUIController': Can't find file for package 'UI'
IMaster: Could not load interaction [ini:Engine.Engine.GUIController]
Critical: Could not spawn a GUI Controller!
Critical: Windows GetLastError: The system cannot find the file specified. (2)
Exit: Executing UObject::StaticShutdownAfterError
Exit: Executing UWindowsClient::ShutdownAfterError
Exit: Double fault in object ShutdownAfterError
Critical: UGameEngine::Init
Critical: InitEngine
Critical: FMallocWindows::Free
Critical: FMallocWindows::Free
Localization: No localization: Window.IDDIALOG_CrashBox.IDC_CrashBox (int)
Exit: Exiting.
Log: FileManager: Reading 0 GByte 37 MByte 740 KByte 882 Bytes from HD took 0.312000 seconds (0.228000 reading, 0.084000 seeking).
Log: FileManager: 1.040993 seconds spent with misc. duties
Uninitialized: Name subsystem shut down
Uninitialized: Log file closed, 05/25/05 17:10:56
'
 
Last edited:

sid3000

New Member
May 25, 2005
5
0
0
theres a script error somewhere in the compiled code.

it seems that someone used XMPUI.XMPGUIController, and refere to it as in package UI, by renaming the package XMPUI to UI the crash no longer happens , but the XMPUI must be there as well.

thansk anyways.
 

sid3000

New Member
May 25, 2005
5
0
0
IndianPsycho said:
Did you install the XMP playermodels for UT2K4 somebody released a good while back?


yeah, that crap probably is screwing my utxmp installaion :mad: