-
Notifications
You must be signed in to change notification settings - Fork 1
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
"ASSERT failure in QWeakPointer" #2
Comments
Barbara |
There are no pre-built CsDesigner 1.8 for Windows. But using 1.0 from the Release page I get a similar (same?)
Huh? Everything was built from
MSVC cl ver. 19.36.32502 for x64. |
The version number for CsDesigner corresponds to its release and will not be in sync with the CS release version numbers. The current release for CsDesigner 1.0.2 and it was built with MinGW. This will work for MSVC users. Just to confirm, if you use our released version of CsDesigner you have this problem. Since we can not repeat it as of yet, can you send us your UI file to test.
The reason we asked about which combination of CS and CsDesigner you used is sometimes developers build in odd combinations. Since you are on MSVC if you had just built CsDesigner using the non-MSVC CS build, that would be an issue. The other question now is did you build CS and CsDesigner on MSVC in release or debug. Thanks for working with us to help discover how to repeat this in our testing environment. Barbara |
Yes.
Here it is: gv-test.ui.txt
I built everything using MSVC in release mode. But I'm not sure that your release mode would include disabling So please try to help me nest back from this
Note the calls are from |
First off I'm deeply impressed with this Designer program.
But building (with Cs1.8) and running it with these steps:
test.ui
file.Settings | Preferences
. Select theForms
tab and enablePreview Zoom 200%
.Ctrl-R
to preview my dialog. It shows scaled to 200% very nicely.Q_ASSERT_X()
fromsrc/core/qsharedpointer.cpp
:ASSERT failure in QWeakPointer: "Detected QWeakPointer creation in a QObject being deleted", file src/core/pointer/qsharedpointer.cpp, line 50
. And the program exits.I've no idea what's this is all about.
The text was updated successfully, but these errors were encountered: