We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On a very very laggy Core 2 Duo laptop, I sometimes get crashes on debugger startup:
void CPatternEditor::DrawScreen(CDC *pDC, CFamiTrackerView *pView) { ... ASSERT(m_pPatternDC != NULL); ASSERT(m_pHeaderDC != NULL); ASSERT(m_pRegisterDC != NULL); // // //
they're all null, the asserts fail on debug, and the program crashes on release.
Starting Dn-FT with the pattern editor off the bottom of the screen, triggers the same bug on Windows 10 (but not 7 with/without compositing on).
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
On a very very laggy Core 2 Duo laptop, I sometimes get crashes on debugger startup:
they're all null, the asserts fail on debug, and the program crashes on release.
Starting Dn-FT with the pattern editor off the bottom of the screen, triggers the same bug on Windows 10 (but not 7 with/without compositing on).
The text was updated successfully, but these errors were encountered: