-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Textbox #70
Textbox #70
Conversation
Hmm, this actually started breaking Amiberry, so I had to roll it back. |
:-/ I quickly tested with demo provided and no crashes. |
@midwan : I have found the issue and fix :-) |
Hm, I'm still getting a segfault on startup in Amiberry, even after merging all the latest commits from guisan here. Unless you didn't apply all the fixes yet, there must be something more... I'll see if I have time to dig through it in more detail. |
So it is un-merged https://github.com/Jarod42/guisan/tree/textfield_fix - const std::string& getText() const;
+ std::string getText() const; ) |
@Jarod42 I tried that, along with the related change in |
Putting a few breakpoints in the code, I found where the crash happens: It starts off here:
which takes us to
And I get a |
It seems to be, that instead of The crash happened again in
and more specifically, in this line: looks like The callstack was this:
Looks like |
Thanks for investigation, I will see how/when guichan fixes that. |
No description provided.