rtx-remix icon indicating copy to clipboard operation
rtx-remix copied to clipboard

[Runtime Bug]: Halo CE Crashes on startup

Open TheGreatHMMMM opened this issue 4 months ago • 1 comments

Describe the bug

Halo CE crashes on startup when using runtime versions 0.6.0 and above.

Regression

Introduced in Bridge commit 2b66ef0d109b6db3308ce1265a4f5354536529fd

Workaround

Temporarily resolve the issue by commenting out the following lines in bridge/src/client/d3d9_device.cpp:

gSwapChainMapMutex.lock();
gSwapChainMap[m_pSwapchain->getPresentationParameters().hDeviceWindow] = { m_pSwapchain->getPresentationParameters(), this->getCreateParams(),  m_pSwapchain->getId()};
gSwapChainMapMutex.unlock();

How do you reproduce the bug?

Attempt to launch Halo CE with runtime versions 0.6.0 or above

Version

0.6.0 (logs are from 0.6.0)

Logs

halo_d3d9.log NvRemixBridge.log d3d9.log

Crash dumps

No .dmp files were generated

Media

Image

TheGreatHMMMM avatar Oct 14 '25 03:10 TheGreatHMMMM

Thanks for reaching out and tracking down that commit! We've opened REMIX-4679 for internal investigation.

NV-LL avatar Oct 21 '25 18:10 NV-LL