-
Notifications
You must be signed in to change notification settings - Fork 385
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
LogWindow something causes crash on Mono #2741
Comments
so call CreateControl on the listview in the logwindow ctor or something like that and comment it as "mysteriously needed for mono only" |
The Log Window doesn't need to have been opened for this crash to occur, so I don't see how changing its ctor would help. edit: Or is the crash caused by never opening the Log Window? I'll look into this more tomorrow. |
Lol, if the window hasn't been opened, then what wired it up? Maybe something opened it and then closed it immediately. Anyway, it seems likely the Closing event isn't working and the control is being destroyed before detach() gets called. maybe hunt around for another event to hook into |
Same stack trace, didn't open the Tool Box this time. (Although I was about to—maybe the Hawk can see the future now.) I simply opened the Log Window from the main menubar. I was on a dev build after 3c3ab65, and my unstaged changes are probably relevant too. Right before this
|
Was playing SMW w/ Faust core at 68ba190, went to bind an autofire, and it crashed when I pushed a button. I assume it was the "Bind Event: Press:X0 A" print.edit: reliable repro:
On closer inspection, the problem is definitely the Tool Box. I must have accidentally opened it while rewinding in SMW.
The text was updated successfully, but these errors were encountered: