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

GameProcessUI expectation failed #40

Closed
Insineer opened this issue Sep 12, 2019 · 0 comments · Fixed by #52
Closed

GameProcessUI expectation failed #40

Insineer opened this issue Sep 12, 2019 · 0 comments · Fixed by #52
Assignees
Labels
bug🐛 Something isn't working
Milestone

Comments

@Insineer
Copy link
Member

Expectation can be failed at this line.

There is the race between:

  1. UIModule change from AuthUI to GameProcessUI in UI::Update()
  2. Network GraphicsUpdateCommand processing.

Command GraphicsUpdateCommand can be received before UIModule change.

@Insineer Insineer added the bug🐛 Something isn't working label Sep 12, 2019
@Insineer Insineer added this to the Pre-Alpha Release milestone Sep 21, 2019
@Insineer Insineer self-assigned this Sep 28, 2019
Insineer added a commit to Insineer/OSS-13 that referenced this issue Sep 28, 2019
…essor

Fixes most synchronization issues and make it possible remove mutexes from GUI logics.

fix EdgeFortress#40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug🐛 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant