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
SA.exe!CPlotSpectrogram::OnDrawSpectrogram(CDC * pDC, CRect rWnd, CRect rClip, CSaView * pView, int bSmooth, int * bAliased) Line 606 C++
SA.exe!CPlotSpectrogram::OnDraw2(CDC * pDC, CRect rWnd, CRect rClip, CSaView * pView) Line 1032 C++
SA.exe!CPlotSpectrogram::OnDraw(CDC * pDC, CRect rWnd, CRect rClip, CSaView * pView) Line 1130 C++
SA.exe!CPlotWnd::OnPaint() Line 2035 C++
[External Code]
mfc140ud.dll![Frames below may be incorrect and/or missing, no symbols loaded for mfc140ud.dll] Unknown
SA.exe!wWinMain(HINSTANCE__ * hInstance, HINSTANCE__ * hPrevInstance, wchar_t * lpCmdLine, int nCmdShow) Line 26 C++
The text was updated successfully, but these errors were encountered:
To reproduce:
Code fails due to access violation.
Line:
*pPixel = (uint8)((pPowerLeft[y] * nLeft + pPowerRight[y] * nRight + 8192) >> 14);
Call stack:
The text was updated successfully, but these errors were encountered: