Dolphin, the GameCube and Wii emulator - Forums
Render to Main Window Crashes in Latest Build - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Support (https://forums.dolphin-emu.org/Forum-support)
+--- Thread: Render to Main Window Crashes in Latest Build (/Thread-render-to-main-window-crashes-in-latest-build)

Pages: 1 2


Render to Main Window Crashes in Latest Build - Kurausukun - 09-06-2014

Using r3022, having "render to main window" checked causes Dolphin to stop working and then stop responding a few seconds later when I open a game. I'm assuming this has something to do with whichever revision fixed the "toolbar in fullscreen mode" issue, but crashing isn't really an improvement IMO. Also, if I don't render to the main window, I get horrible tearing (even with Vsync on), and more frame drops.


RE: Render to Main Window Crashes in Latest Build - shuffle2 - 09-06-2014

Please post a crash dump and/or setting info. I can't reproduce this on my end.


RE: Render to Main Window Crashes in Latest Build - Kurausukun - 09-06-2014

(09-06-2014, 06:42 AM)shuffle2 Wrote: Please post a crash dump and/or setting info. I can't reproduce this on my end.

I attached my graphics settings, everything under the regular config is default, everything under the "advanced" tab in graphics is unchecked. I'd love to post a crash dump, but I have no idea how. If you tell me, I'll gladly post one if these settings aren't enough info. Thank you.


RE: Render to Main Window Crashes in Latest Build - KHg8m3r - 09-06-2014

switch over to the D3D backend


RE: Render to Main Window Crashes in Latest Build - Kurausukun - 09-06-2014

I have an nVidia card, will that cost me a good deal of performance?


RE: Render to Main Window Crashes in Latest Build - KHg8m3r - 09-06-2014

Nope, you'll be fine


RE: Render to Main Window Crashes in Latest Build - Kurausukun - 09-06-2014

Just tried with D3D, it still crashes the same way.


RE: Render to Main Window Crashes in Latest Build - shuffle2 - 09-06-2014

Kurausukun:
https://forums.dolphin-emu.org/Thread-dolphin-crashes-after-10-15-minutes-due-to-xaudio2-7-dll-unloaded?pid=296049#pid296049


RE: Render to Main Window Crashes in Latest Build - Kurausukun - 09-06-2014

(09-06-2014, 09:53 AM)shuffle2 Wrote: Kurausukun:
https://forums.dolphin-emu.org/Thread-dolphin-crashes-after-10-15-minutes-due-to-xaudio2-7-dll-unloaded?pid=296049#pid296049

I'm not sure if it makes any difference at all, but I'm including one crash dump using D3D and one using OGL. I put them in a .7z archive because the forum was bitching at me that the files were too big. I hope that's not a problem.


RE: Render to Main Window Crashes in Latest Build - shuffle2 - 09-06-2014

Thanks for the dump.
The crash is happening because CFrame::UpdateGUI() is called when menubar is nullptr. It is probably a regression from my changes...interesting that it doesn't happen to me. I'll check it out and try to fix it sometime soon.