-
Notifications
You must be signed in to change notification settings - Fork 16
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
Call runtime.LockOSThread automatically in NewQApplication #72
Comments
Although if |
@ilius Are you sure? The documentation for LockOSThread says it should affect the entire goroutine indefinitely. It doesn't stop taking effect when returning from the function, it only stops taking effect when explicitly unlocking with UnlockOSThread. But, real experience beats documentation. Sorry to bother you but since I can't currently reproduce this, would you be able to remove your own calls to LockOSThread and try the branch from #83 ? |
I got this error with #84 on FreeBSD. Then I ran |
I get this error on |
I think this is caused by a mismatched version of your qt6 and qt6-multimedia packages. Really they should have the same version. Can you check in your package manager if there are more updates? |
They are both 6.7.3, the latest version in FreeBSD repo. |
Oh, qt6-base was older. |
FreeBSD's pkg is not as clever as Linux's apt or dnf I guess! |
Moving Also #83 without Next I reverted back miqt to master (still no Anyway, #83 fixes it. |
Originally posted by @ilius in #68 (reply in thread)
The text was updated successfully, but these errors were encountered: