MMOWorkshop Help
by Elise Hartzell · in Torque Game Engine · 09/09/2007 (1:41 pm) · 0 replies
I got the MMOWorkshop kit, and I compile the game, and everythings fine, it works. But when I exit the game, I look at the compiler and I have this:
-------------------------------------------------------------------------
Running...
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)]
Traceback (most recent call last):
File "C:\TorqueMMOKit\mud\client\gui\encyclopediaWnd.py", line 290, in PyExec
tar = tarfile.open("./%s/data/ui/encyclopedia/momworld.tar.gz"%GAMEROOT,'r:gz')
File "C:\Python25\lib\tarfile.py", line 1157, in open
return func(name, filemode, fileobj)
File "C:\Python25\lib\tarfile.py", line 1200, in gzopen
fileobj = file(name, mode + "b")
IOError: [Errno 2] No such file or directory: './test.game/data/ui/encyclopedia/momworld.tar.gz'
--------> Server Immortal
was-> 12.000000:0.269600
now -> 12.000000:15.000000
EnterWorld 127.0.0.1 127.0.0.1
CreateServer
1 {0: [1, 2, 3], 1: [0, 2, 3], 2: [0, 1, 3], 3: [0, 1, 2]}
WARNING!!!!! Cannot find GREYWOLF SpawnGroup
WARNING!!!!! Cannot find GREYWOLF SpawnGroup
CONNECT 127.0.0.1
Traceback (most recent call last):
File "C:\TorqueMMOKit\mud\tgepython\console.py", line 79, in callback
r=self.functionBindings[namespace][functionname](args)
File "C:\TorqueMMOKit\mud\client\irc.py", line 169, in CycleReply
TOME_CMD_CTRL.visible = True
AttributeError: 'NoneType' object has no attribute 'visible'
was-> 12.000000:38.994995
now -> 12.000000:39.000000
Zone Down!
Stopping Zone
Exception exceptions.AttributeError: "'NoneType' object has no attribute 'deferr'" in> ignored
Finished.
----------------------------------------------------------------------------
And without the wolf spawns or anything, it will be no fun =(
Anyone know a solution or uplload the file momworld.tar.gz if they have it?
-------------------------------------------------------------------------
Running...
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)]
Traceback (most recent call last):
File "C:\TorqueMMOKit\mud\client\gui\encyclopediaWnd.py", line 290, in PyExec
tar = tarfile.open("./%s/data/ui/encyclopedia/momworld.tar.gz"%GAMEROOT,'r:gz')
File "C:\Python25\lib\tarfile.py", line 1157, in open
return func(name, filemode, fileobj)
File "C:\Python25\lib\tarfile.py", line 1200, in gzopen
fileobj = file(name, mode + "b")
IOError: [Errno 2] No such file or directory: './test.game/data/ui/encyclopedia/momworld.tar.gz'
--------> Server Immortal
was-> 12.000000:0.269600
now -> 12.000000:15.000000
EnterWorld 127.0.0.1 127.0.0.1
CreateServer
1 {0: [1, 2, 3], 1: [0, 2, 3], 2: [0, 1, 3], 3: [0, 1, 2]}
WARNING!!!!! Cannot find GREYWOLF SpawnGroup
WARNING!!!!! Cannot find GREYWOLF SpawnGroup
CONNECT 127.0.0.1
Traceback (most recent call last):
File "C:\TorqueMMOKit\mud\tgepython\console.py", line 79, in callback
r=self.functionBindings[namespace][functionname](args)
File "C:\TorqueMMOKit\mud\client\irc.py", line 169, in CycleReply
TOME_CMD_CTRL.visible = True
AttributeError: 'NoneType' object has no attribute 'visible'
was-> 12.000000:38.994995
now -> 12.000000:39.000000
Zone Down!
Stopping Zone
Exception exceptions.AttributeError: "'NoneType' object has no attribute 'deferr'" in
Finished.
----------------------------------------------------------------------------
And without the wolf spawns or anything, it will be no fun =(
Anyone know a solution or uplload the file momworld.tar.gz if they have it?