Page 1 of 1
Deus Ex Hosting Problem

Posted:
Mon Oct 27, 08 5:45 pm
by ~Dev
Everytime i try to host deusex shuts down and Says there is an error on line 73 (Dxmtl)

Posted:
Mon Oct 27, 08 6:00 pm
by Dae
Could you please post your deusex.ini?
(also please check that DXMTL152b1 isn't in your EditPackages)

Posted:
Mon Oct 27, 08 6:12 pm
by ~Dev
Here you go.
EDIT : No its not.

Posted:
Mon Oct 27, 08 6:20 pm
by Dae
Hmm... your .ini works for me, no mistakes as far as I can see
try redownloading dxmtl152b1 and replacing your dxmtl152b1.u with a new one

Posted:
Mon Oct 27, 08 6:33 pm
by ~Dev
No dice.

Posted:
Wed Oct 29, 08 3:40 pm
by Alex
- Code: Select all
assert (Level.Game.BaseMutator != None);
assert (Level.Game.BaseMutator.Class == Class'CBPMutator');
assert (Level.Game.BaseMutator.NextMutator != None);
assert (Level.Game.BaseMutator.NextMutator.Class == Class'AntiCheat1');
assert (Level.SpawnNotify != None);
assert (Level.SpawnNotify.Next == None);
assert (Level.SpawnNotify.Class == Class'V30');
One of those requirements are not met. So either there's some wrong shizz within the mutators, or the spawnnotify is not initialized properly, or a custom spawnnotify is used.