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

Attempting to Load Multiple ROMs Crashes the Program #1724

Closed
Vivit-R opened this issue Apr 12, 2020 · 3 comments
Closed

Attempting to Load Multiple ROMs Crashes the Program #1724

Vivit-R opened this issue Apr 12, 2020 · 3 comments

Comments

@Vivit-R
Copy link

Vivit-R commented Apr 12, 2020

When I attempt to open any ROM via the File menu while another ROM is already open, the program crashes, printing the following message to stderr:

Cannot make QOpenGLContext current in a different thread
Aborted (core dumped)

Version Information:

0.8.1
Branch: heads/0.8.1
Revision: a16d5f3

I am running the Qt version in X on Ubuntu 18.04.4 LTS.

@endrift
Copy link
Member

endrift commented Apr 12, 2020

Duplicate of #1642, but I'm unsatisfied with the fix for that (it caused #1686)

@endrift
Copy link
Member

endrift commented Nov 10, 2020

Fixed in 74edd96 on Windows and GLX. Still need to test on macOS and EGL.

@endrift
Copy link
Member

endrift commented Nov 12, 2020

Additional fixes in cb7f150, should work everywhere now, potentially excluding EGL/Wayland.

@endrift endrift closed this as completed Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants