Dolphin, the GameCube and Wii emulator - Forums
error prompt then crash git version - 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: error prompt then crash git version (/Thread-error-prompt-then-crash-git-version)



error prompt then crash git version - Goddard - 12-04-2013

I see this alert - MSAA on default framebuffer isn't supported.
Please avoid forcing dolphin to use MSAA by the driver.
8 samples on default framebuffer found.

./dolphin-emu
59:37:694 /media/user1/drive/projects/dolphin-emu/Source/Core/DiscIO/Src/NANDContentLoader.cpp:216 W[DIO]: CreateFromDirectory: error opening /home/user1/.dolphin-emu/Wii/title/00000001/00000002/content/title.tmd
59:37:718 /media/user1/drive/projects/dolphin-emu/Source/Core/DiscIO/Src/NANDContentLoader.cpp:216 W[DIO]: CreateFromDirectory: error opening /home/user1/.dolphin-emu/Wii/title/00000001/00000002/content/title.tmd
59:47:865 /media/user1/drive/projects/dolphin-emu/Source/Core/Core/Src/ConfigManager.cpp:139 N[BOOT]: Saving settings to /home/user1/.dolphin-emu/Config/Dolphin.ini
59:48:027 /media/user1/drive/projects/dolphin-emu/Source/Core/DolphinWX/Src/Main.cpp:678 N[Wiimote]: Not connected
59:48:078 /media/user1/drive/projects/dolphin-emu/Source/Core/DolphinWX/Src/GLInterface/GLX.cpp:88 N[Video]: glX-Version 1.4
59:48:078 /media/user1/drive/projects/dolphin-emu/Source/Core/DolphinWX/Src/GLInterface/GLX.cpp:110 N[Video]: Got double buffered visual!
59:48:143 /media/user1/drive/projects/dolphin-emu/Source/Core/Core/Src/HW/WiimoteReal/WiimoteReal.cpp:611 N[Wiimote]: WiimoteReal::Initialize
59:48:143 /media/user1/drive/projects/dolphin-emu/Source/Core/Core/Src/Boot/Boot.cpp:196 N[BOOT]: Booting /media/user1/drive/downloads/Call.of.Duty.Modern.Warface.3/Call.of.Duty.Modern.Warface.3.iso
59:48:144 /media/user1/drive/projects/dolphin-emu/Source/Core/Core/Src/HLE/HLE_OS.cpp:43 N[OSREPORT]: 81200614->81300000|
Apploader Initialized.
59:48:144 /media/user1/drive/projects/dolphin-emu/Source/Core/Core/Src/HLE/HLE_OS.cpp:43 N[OSREPORT]: 81200630->81300000| This Apploader built Dec 11 2009 16:01:01 for RVL
00:43:086 /media/user1/drive/projects/dolphin-emu/Source/Core/Core/Src/HW/WiimoteReal/WiimoteReal.cpp:634 N[Wiimote]: WiimoteReal::Shutdown
Aborted (core dumped)


I compiled this from source so I may of done something wrong, or not set this up properly.

Appreciate the help.


RE: error prompt then crash git version - pauldacheez - 12-05-2013

The MSAA message is just telling you that you have MSAA enabled through your GPU drivers (Catalyst, in this case) and that Dolphin isn't affected by that at all (no MSAA-related graphical improvement, may or may not kill performance).

The actual crash you're running into is actually probably caused by an unrelated bug in Catalyst where a GL extension Dolphin uses (AMD_pinned_memory) works fine on the Windows version of Catalyst, but is broken on the Linux version. The .diff I've attached disables that extension; just do "git apply no-pinned-memory.diff" to apply it, then "cmake .. && make -j5 && sudo make install" as usual.