Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » TheIDE crash and possible fix (602) [WAS FIXED]
TheIDE crash and possible fix (602) [WAS FIXED] [message #2762] |
Tue, 25 April 2006 04:56  |
prof
Messages: 7 Registered: April 2006
|
Promising Member |
|
|
To reproduce:
1) open TheIDE
2) create an empty package
3) open package organizer
4) right-click
TheIDE crashes in release mode, and asserts in debug mode
Proposed fix:
UppDlg.cpp, in void PackageEditor::OptionMenu(Bar& bar)
bar.Separator();
+ if (!option.IsCursor())
+ {
+ return;
+ }
int type = option.Get(0)
I don't know what is the best way to fix, but this hack worked for me
[Updated on: Wed, 03 May 2006 19:51] by Moderator Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sun Apr 27 18:53:16 CEST 2025
Total time taken to generate the page: 0.00715 seconds
|