Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Server crash when moving station #10

Open
p-blomberg opened this issue Dec 29, 2011 · 0 comments
Open

Server crash when moving station #10

p-blomberg opened this issue Dec 29, 2011 · 0 comments
Assignees

Comments

@p-blomberg
Copy link
Owner

('127.0.0.1', 52834)::foo ['6 ENTACTION Station_0001 MOVE -61.2000048637 36.38 0.0'] -> ['6 OK']
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/slafs/Sites/projekt-github/yamosg/server/main.py", line 22, in
server.Server("0.0.0.0", 1234).main()
File "/Users/slafs/Sites/projekt-github/yamosg/server/init.py", line 134, in main
self.tick()
File "/Users/slafs/Sites/projekt-github/yamosg/server/init.py", line 129, in tick
self.game.tick()
File "/Users/slafs/Sites/projekt-github/yamosg/server/init.py", line 339, in tick
o.tick(key_tick)
File "/Users/slafs/Sites/projekt-github/yamosg/server/entity.py", line 135, in tick
self._velocity = self._velocity.normalize() * self.max_speed
File "/Users/slafs/Sites/projekt-github/yamosg/common/vector.py", line 113, in mul
return self.class(self.x * scalar, self.y * scalar, self.z * scalar)
TypeError: unsupported operand type(s) for *: 'float' and 'NoneType'

@ghost ghost assigned ext Dec 29, 2011
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants