Infinite loop Crash... anims?
Posted: Tue Mar 08, 2005 10:45 pm
I mtrying to changem y nicep layer's model and then the game crashes to the main (mohAA menu) screen. In console it sais i get an infinite loop in the torso thing (whatever it called.. mike legs?)
here is the error:
WHAT infinite loop? Im using a .tik from the models/player folder... whats wwrong...
my faulty script tidbit:
help! The future of my best mod ever is at stake!
here is the error:
Code: Select all
********************
----- Server Shutdown -----
==== ShutdownGame ====
---------------------------
------- S_StopAllSounds (stop music) -------
MUSIC: changing from [ normal | normal ] to [ none | none ]
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
Setting up Shaders
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
^~^~^ Warning: Can't find player animation 'rifle_stand_raise'.
^~^~^ Warning: Can't find player animation 'rifle_stand_raise'.
^~^~^ Warning: Can't find player animation 'rifle_stand_raise'.
Possible infinite loop in torso state 'RAISE_WEAPON'
^~^~^ Warning: Can't find player animation 'rifle_stand_raise'.
Possible infinite loop in torso state 'RAISE_RIFLE'
Possible infinite loop in torso state 'STAND'
Possible infinite loop in torso state 'RAISE_WEAPON'
^~^~^ Warning: Can't find player animation 'rifle_stand_raise'.
Possible infinite loop in torso state 'RAISE_RIFLE'
Possible infinite loop in torso state 'STAND'
Possible infinite loop in torso state 'RAISE_WEAPON'
^~^~^ Warning: Can't find player animation 'rifle_stand_raise'.
Possible infinite loop in torso state 'RAISE_RIFLE'
Possible infinite loop in torso state 'STAND'
Possible infinite loop in torso state 'RAISE_WEAPON'
^~^~^ Warning: Can't find player animation 'rifle_stand_raise'.
Possible infinite loop in torso state 'RAISE_RIFLE'
********************
ERROR: Stopping due to possible infinite torso state loop
********************
----- Server Shutdown -----
==== ShutdownGame ====
---------------------------
------- S_StopAllSounds (stop music) -------
MUSIC: changing from [ normal | normal ] to [ none | none ]
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
Setting up Shaders
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
my faulty script tidbit:
Code: Select all
afkpvt:
setcvar "cg_3rd_person" "1" //debug
local.pvt = parm.other
local.pvt takeall
local.pvt model "player/german_Afrika_Private_fps.tik"
local.pvt item weapons/p38.tik
local.pvt item weapons/steilhandgranate.tik
local.pvt item weapons/kar98.tik
local.pvt ammo rifle 100
local.pvt ammo pistol 88
local.pvt ammo grenade 2
local.pvt useweaponclass rifle
end