You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem? 1. Start wxL (debug build)
2. Switch to a profile with a valid root folder/FSO binary.
2. Rapidly change the selected binary back and forth among the binaries listed on the basic settings page (works best on Windows) What is the expected output? What do you see instead? Expected output is for no asserts or checks to fail. Instead, the wxCHECK_RET at the start of FlagListManager::OnBinaryChanged() fails, because it receives a binary change event in the middle of flag file processing for a previously selected binary.
The resolution to this problem is going to require more invasive changes than what can be justified in a point release (or at least such such short notice).
From [email protected] on June 16, 2012 10:20:23
What steps will reproduce the problem? 1. Start wxL (debug build)
2. Switch to a profile with a valid root folder/FSO binary.
2. Rapidly change the selected binary back and forth among the binaries listed on the basic settings page (works best on Windows) What is the expected output? What do you see instead? Expected output is for no asserts or checks to fail. Instead, the wxCHECK_RET at the start of FlagListManager::OnBinaryChanged() fails, because it receives a binary change event in the middle of flag file processing for a previously selected binary.
Original issue: http://code.google.com/p/wxlauncher/issues/detail?id=88
The text was updated successfully, but these errors were encountered: