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

ObjectBase is NULL #743

Open
tester0077 opened this issue Jun 14, 2022 · 2 comments
Open

ObjectBase is NULL #743

tester0077 opened this issue Jun 14, 2022 · 2 comments

Comments

@tester0077
Copy link

Just cloned and built the current version of the code under Mint 20.3 and for almost any change in wxFB - intended to output python code - I get a wxFormBuilder error popup with error:

12:30:37: No corresponding ObjectBase for wxObject. Name: wxTextCtrl
12:30:37: ObjectBase is NULL! </home/arnold/Public/wxFormBuilder/src/rad/wxfbmanager.cpp,146>
12:30:37: No corresponding ObjectBase for wxObject. Name: wxTextCtrl
12:30:37: ObjectBase is NULL! </home/arnold/Public/wxFormBuilder/src/rad/wxfbmanager.cpp,146>

very annoying and slows down work very much having to dismiss the dialog on every move.
Will disable the check for now, since dismissing the popup shows no ill effects

@tester0077
Copy link
Author

Unfortunately dropping the line 146 makes things worse, so that is a no go and I'll have to live with the problem for now

@sodevel
Copy link
Member

sodevel commented Jun 17, 2022

Does this only affect Python or other languages as well? Is this only caused by wxTextCtrl or other controls as well? Which wxWidgets version are you using? I have the strong impression this is caused by using a different wxWidgets version for compilation and runtime.

What is the CMake output about the found wxWidgets version (you might need to delete the CMake cache to force to search for it again), what is the output of ldd of the created binary?

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