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

Release build crashes when PatchModuleUI is enabled #6

Closed
emoose opened this issue Jul 21, 2015 · 0 comments
Closed

Release build crashes when PatchModuleUI is enabled #6

emoose opened this issue Jul 21, 2015 · 0 comments

Comments

@emoose
Copy link
Contributor

emoose commented Jul 21, 2015

The crash seems to happen when the UI_MenuUpdateHook is called, after the Tick function creates the UIData struct and sends the notification etc.

Not really sure what could be causing it, I remember that hook used to crash in ED because we were calling the UIData stuff from a different thread, but after making it use the same thread as the game loop it worked fine. AFAIK it should be using the game loop thread in ED too, so I'm not sure why it's crashing.

Also not sure if it might just be my environment, if someone can test a release build and report back it'd be appreciated.

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