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
We're encountering a regression in v0.5.2 compared to v0.5.1, where two PCs with integrated GPUs are now crashing on startup inside a SurfaceRepository::getWindowedSrc function. As far as I can tell, it's because this, and thus g_primaryRepository, is nullptr.
I received a crashdump from this issue. This session used a regular v0.5.2-Release build, so symbols will match: Buccaneer.exe.18456.dmp.zip
As far as I can tell, primary surface repository is something that has been added in v0.5.2, so perhaps this crash is indicative of a bug in this implementation.
The text was updated successfully, but these errors were encountered:
@narzoul I got a confirmation from QA that this fix helps and it does not regress the other configurations previously unaffected by this bug, thank you 🙂
We are going to ship with a self-compiled v0.5.2 + this fix with an appropriate version bump to 0.5.2.1, since I need to also store the corresponding the PDB of this ddraw.dll and thus I can't just use your test DLL.
This can probably be closed as a duplicate or kept open until a new public release is out with this fix included.
We're encountering a regression in v0.5.2 compared to v0.5.1, where two PCs with integrated GPUs are now crashing on startup inside a
SurfaceRepository::getWindowedSrc
function. As far as I can tell, it's becausethis
, and thusg_primaryRepository
, isnullptr
.I received a crashdump from this issue. This session used a regular
v0.5.2-Release
build, so symbols will match:Buccaneer.exe.18456.dmp.zip
As far as I can tell, primary surface repository is something that has been added in v0.5.2, so perhaps this crash is indicative of a bug in this implementation.
The text was updated successfully, but these errors were encountered: