-
Notifications
You must be signed in to change notification settings - Fork 188
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
Crash On Windows using qtx64 5.4.0 #142
Comments
Can this be merged? Fixed my issues too. |
It fixed my issue too (my application still doesn't work for #19). |
@niemeyer, can we know why you are not merging this pull request? Are there any side-effects we should be aware? Thank you. |
@neclepsio This is an external branch, not a pull request. It also seems to indicate a fundamental bug in the support for the C++ language. This will definitely not be the only occurrence, and it doesn't make sense to replace perfectly valid code with arbitrary workarounds until a given broken environment works. We need to know why the given environment is broken in the first place, and fix that. |
@niemeyer thank you, I did not understand it was an environment problem when I asked. I think it's the same as #142. I opened golang/go#10023, which seems to me the explanation of both. |
I suspect you meant #19? I'm closing this one on the same basis: From the looks of it, it seems that there are major bugs in the C++ support in that environment. I'm tentatively closing this bug on qml and will follow up on golang/go#10023. If there is a reason to think go-qml is at fault somehow, please feel free to reopen this. |
Yes, I meant #19. |
Make it work without global variable initialization. This is due to golang/go#10023 (duplicate of golang/go#4069) and solves go-qml#142.
Using Go 1.5 solves this. Please update documents to state Go 1.5 is required under Windows. |
Make it work without global variable initialization. This is due to golang/go#10023 (duplicate of golang/go#4069) and solves go-qml#142.
http://sourceforge.net/projects/qtx64/files/qt-x64/5.4.0/mingw-4.9/seh/qt-5.4.0-x64-mingw492r0-seh-opengl.exe/download
I've been using go1.4, qt 5.4.0 to explore this library and it crashes on the example programs.
Any idea what the problem is?
The text was updated successfully, but these errors were encountered: