Closed freq-mod closed 10 months ago
Assertion fail at https://github.com/Dn-Programming-Core-Management/Dn-FamiTracker/blob/main/Source/FamiTrackerView.cpp#L1795 it seems
Are you using a release build or beta build?
It was a nightly build from appveyor (97cd125)
Was able to reproduce. Simply click the double arrow indicator in the main pattern index twice.
This assertion fail appears to happen only on debug builds
When the cursor points to the >>
in the frame editor, the selected channel is -1. This causes the assertion to fail because the CFamiTrackerView::SelectChannel()
function casts this value to an unsigned integer, thus 0xffffffff
is greater than MAX_CHANNELS.
I don't exactly remember what has caused this, it was some time ago. Might try to reproduce this