Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43184 - unreal 1 doesn't start - undefined symbol in core.so
Summary: unreal 1 doesn't start - undefined symbol in core.so
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High critical
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-28 01:46 UTC by Thorsten Hirsch
Modified: 2004-02-28 02:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thorsten Hirsch 2004-02-28 01:46:22 UTC
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.
Comment 1 SpanKY gentoo-dev 2004-02-28 01:50:14 UTC
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
Comment 2 Thorsten Hirsch 2004-02-28 02:49:43 UTC
Thank you.