[Linux] can't get game loaded

Everything about Death Ball.

Moderators: Jay2k1, DavidM, The_One

Locked
XST1
Junior Member
Posts: 1
Joined: 19-01-2005 23:41

[Linux] can't get game loaded

Post by XST1 »

I would like to play deathball with ut2004 under linux. I have the latest patch and I followed teidons instuctions from the thread at http://forums.gameservers.net/showthrea ... adid=17902 but was only to get to the UT2004 splash screen. Here is the logfile:
Log: Log file open, Wed Jan 19 17:39:22 2005
Init: Name subsystem initialized
Init: Version: 3339 (128.29)
Init: Compiled: Nov 13 2004 05:57:06
Init: Command line: -mod=deathball
Init: (This is Linux patch version 3339.0)
Init: Character set: Unicode
Init: Base directory: /opt/ut2004/System/
Init: Ini:../deathball/System/deathball.ini UserIni:../deathball/System/deathballUser.ini
Init: Build label: UT2004 Build UT2004_Build_[2004-11-11_10.48]
Init: Object subsystem initialized
Warning: Missing Class Class Editor.TransBuffer
Log: Initializing OpenGLDrv...
Log: binding libGL.so.1
Log: Game class is 'GameInfo'
Log: Bringing Level Entry.myLevel up for play (0) appSeconds: 15.829101...
ScriptLog: GameInfo::InitGame : bEnableStatLogging False
Warning: Missing MaterialSequence MaterialSequence 2K4Menus.Controls.background_anim
Warning: Missing Texture Texture 2K4Menus.AVPlayer.StopPressed
Log: Browse: ..\Maps\NoIntro.ut2?Name=n00b?Class=Engine.Pawn?Character=dbplayer?team=255?PassAimCone=30.00?MenuMusic=True
Log:
Developer Backtrace:
Log: [ 1] ./ut2004-bin [0x85bfc81]
Log: [ 2] /lib/libpthread.so.0 [0x4003f1e6]
Log: [ 3] [0xffffe420]
Log: [ 4] ./ut2004-bin(_ZN7UObject16GetPackageLinkerEPS_PKwjP11UPackageMapP5FGuidi+0x669) [0x859d029]
Log: [ 5] ./ut2004-bin(_ZN7UObject16StaticLoadObjectEP6UClassPS_PKwS4_jP11UPackageMap+0x1f0) [0x859df50]
Log: [ 6] ./ut2004-bin(_ZN11UGameEngine7LoadMapERK4FURLP13UPendingLevelPK4TMapI7FStringS6_ERS6_+0x2ef) [0x82346af]
Log: [ 7] ./ut2004-bin(_ZN11UGameEngine6BrowseE4FURLPK4TMapI7FStringS2_ERS2_+0xaf2) [0x822eb42]
Log: [ 8] ./ut2004-bin(_ZN11UGameEngine4InitEv+0x5cd) [0x822865d]
Log: [ 9] ./ut2004-bin [0x8153c96]
Log: [10] ./ut2004-bin(main+0x2f8d) [0x814f93d]
Log: [11] /lib/libc.so.6(__libc_start_main+0xc0) [0x401fa0e0]
Log: [12] ./ut2004-bin(readdir+0x99) [0x814c781]
Log: Unreal Call Stack: UObject::StaticAllocateObject <- UObject::CreatePackage <- UObject::GetPackageLinker <- UObject::StaticLoadObject <- VerifyPackages <- UGameEngine::LoadMap <- LocalMapURL <- UGameEngine::Browse <- UGameEngine::Init <- InitEngine
Exit: Exiting.
Log: FileManager: Reading 0 GByte 45 MByte 280 KByte 856 Bytes from HD took 8.604674 seconds (1.896226 reading, 6.708448 seeking).
Log: FileManager: 0.000000 seconds spent with misc. duties
Uninitialized: Name subsystem shut down
Uninitialized: Allocation checking disabled
Uninitialized: Log file closed, Wed Jan 19 17:39:38 2005
Any help would be appreciated thanks.
User avatar
speedy
Posts: 2899
Joined: 11-03-2003 19:25
Contact:

Post by speedy »

are some of yout textures missing or something?

i don't have an idea.
Gagamel
Junior Member
Posts: 9
Joined: 20-07-2004 14:39

Post by Gagamel »

Any special output in the console?
game crashes oder stop working?
Any other games working?
Directory names correct(Maps/maps etc ...)?
Newest UT patch installed?

DB with linux causes many problems, tried it sometime ago and it took very long to get it working

but davidm: Is not our fault, that only our mod is not working without much work O:-)
beefsack
Posts: 921
Joined: 09-03-2003 22:57
Location: Canberra, Australia
Contact:

Post by beefsack »

yeah installed fedora today and got ut2004 running (absolutely sweet might i add, my windows is screaming for a format and ut runs so good under linux) but deathball aint launching, anyone whose done it before can they give some advice?
User avatar
Messy
Posts: 6334
Joined: 01-10-2003 14:37

Post by Messy »

http://forums.gameservers.net/showthrea ... adid=17902
teidon wrote: defaultlinux.ini is (still) borked. For Linux users:
1. Remove default.ini from ut2004/deathball/system directory and rename defaultlinux.ini to default.ini.
2. Try to start Deathball (it will fail).
3. Open ~/ut2004/deathball/system/Deathball.ini and find [Core.System] section and add line "Paths=../Maps/*.ut2" under it.
4. Play Deathball.

For DavidM: Remove line "-Paths=../Maps/*.ut2" from defaultlinux.ini file's [Core.System] section.
Gagamel
Junior Member
Posts: 9
Joined: 20-07-2004 14:39

Post by Gagamel »

With one of the last DB versions and Fedora 2 it was only possibl to play DB, when it was installed direct into the UT main folders(Try this at last, cause this is not the finest way). Probably teidons mehtod is enough with this version
User avatar
teidon
Junior Member
Posts: 13
Joined: 30-08-2004 16:07

Post by teidon »

I just noticed that I had forgotten a dot from ~/.ut2004/... in my instructions. :rolleyes: So XST1 you have to edit ~/.ut2004/deathball/System/Deathball.ini file (.ut2004 is a hidden directory under your home directory) and add line "Paths=../Maps/*.ut2" under [Core.System] section.

Updated the instructions...
Locked