Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Concurrent Issues with GraphicsCache Sometimes #156

Open
hawkerm opened this issue Jun 21, 2017 · 0 comments
Open

Concurrent Issues with GraphicsCache Sometimes #156

hawkerm opened this issue Jun 21, 2017 · 0 comments
Assignees

Comments

@hawkerm
Copy link
Member

hawkerm commented Jun 21, 2017

Spammed all at once when multiple clients connected simultaneously through loader program. Probably something to do with network threading interacting with world object creation and such not being thread safe... :(

Traceback (most recent call last):
File "GUI\main.pyo", line 160, in addorremove
File "Game\BaubleHunt.pyo", line 224, in init
File "GUI\GraphicsCache.pyo", line 43, in getImage
KeyError: 0

Traceback (most recent call last):
File "GUI\main.pyo", line 160, in addorremove
File "Game\BaubleHunt.pyo", line 224, in init
File "GUI\GraphicsCache.pyo", line 43, in getImage
KeyError: 0

Traceback (most recent call last):
File "GUI\main.pyo", line 160, in addorremove
File "Game\BaubleHunt.pyo", line 224, in init
File "GUI\GraphicsCache.pyo", line 43, in getImage
KeyError: 0

Traceback (most recent call last):
File "GUI\main.pyo", line 128, in addorremove
File "GUI\ObjWrappers\ShipWrapper.pyo", line 18, in init
File "GUI\GraphicsCache.pyo", line 43, in getImage
KeyError: 0

Traceback (most recent call last):
File "GUI\main.pyo", line 128, in addorremove
File "GUI\ObjWrappers\ShipWrapper.pyo", line 18, in init
File "GUI\GraphicsCache.pyo", line 43, in getImage
KeyError: 0

Traceback (most recent call last):
File "GUI\main.pyo", line 128, in addorremove
File "GUI\ObjWrappers\ShipWrapper.pyo", line 23, in init
File "GUI\GraphicsCache.pyo", line 43, in getImage
KeyError: 0

@hawkerm hawkerm self-assigned this Jun 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant