Installation worked. UT is installed in dependeny of Unreal and I tested both UT-versions: 451 and 436, both produce the same error with Unreal version 226: $ unreal Unreal engine initialized Bound to SDLDrv.so Joystick [0] : Unknown Joystick SDLClient initialized. Bound to Render.so Lighting subsystem initialized Rendering initialized LoadMap: Entry Bound to Fire.so dlerror: ./Core.so: undefined symbol: intUObjectexecIsUTracing appError called: Can't find 'intUObjectexecIsUTracing' in 'Core.dll' Executing UObject::StaticShutdownAfterError Executing USDLClient::ShutdownAfterError Signal: SIGIOT [iot trap] Aborting. Exiting. Name subsystem shut down Reproducible: Always Steps to Reproduce: 1. Installing UT 2. Installing Unreal (CD_ROOT for UT is set to /opt/unreal-tournament and CD_ROOT for unreal is set to /cdrom where the unreal cd is mounted 3. calling unreal Actual Results: start process crashes due to unresolved symbols in unreal's core.so (the unreal splash screen is visible for a few seconds) Expected Results: starting of unreal Unreal Tournament is working. My Gentoo is up-to-date and I tried out Kernel gentoo-sources (2.4.22-r7) and 2.6.2-ck1. My user is of course in the games group. Always the same error.
i took UT out of DEPEND since it's not needed you shouldnt use /opt/unreal-tournament as the home of the UT cd since Unreal will not work with UT 451 please `emerge -C unreal ; rm -rf /opt/unreal ; emerg unreal` but this time only use data off the cds
Thank you.