Skip to content
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

Crash on offscreen pattern editor or computer slowdown #128

Closed
nyanpasu64 opened this issue Apr 18, 2022 · 0 comments · Fixed by #129
Closed

Crash on offscreen pattern editor or computer slowdown #128

nyanpasu64 opened this issue Apr 18, 2022 · 0 comments · Fixed by #129

Comments

@nyanpasu64
Copy link
Collaborator

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant