![]() |
|
something is wrong with the last few builds - 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: Android (https://forums.dolphin-emu.org/Forum-android) +--- Thread: something is wrong with the last few builds (/Thread-something-is-wrong-with-the-last-few-builds) |
something is wrong with the last few builds - antarusch - 02-04-2017 Greetings everyone, I think something is wrong in the builds of the last few days, I installed some of these builds, using as last build the 2274 one, some games are crashing, for example, tales of symphonia dawn of the new world crashes right after the intro sequence, time splitters future perfect also crashes after loading the 1994 level, when I revert to build 2191 these games load perfectly. Also I think that with these last builds the performance is worse, I´m not entirely sure because I have to do more testing, but in some games I saw performance loss of 2-3 fps. RE: something is wrong with the last few builds - nonexist - 02-04-2017 Since this some games crashes for me when use multicore https://es.dolphin-emu.org/download/dev/318a387e926b068036cd09df1b32478ce5fe3151/ RE: something is wrong with the last few builds - bowsertheloser13 - 02-05-2017 Meh not like games are playable till completion anyway RE: something is wrong with the last few builds - JMC47 - 02-06-2017 The issue is probably with the JIT branching BLR not having guard pages. It'll be fixed eventually. RE: something is wrong with the last few builds - degasus - 02-06-2017 Yeah, I'm sorry for the delay. I was very busy in the last days. Just change this line to "false" to disable this risky optimization: https://github.com/dolphin-emu/dolphin/blob/master/Source/Core/Core/PowerPC/JitArm64/Jit.cpp#L57 RE: something is wrong with the last few builds - degasus - 02-09-2017 May you check if the crash is still in https://github.com/dolphin-emu/dolphin/pull/4870 ? Builds will be available in a few minutes on dl.dolphin-emu.org/prs RE: something is wrong with the last few builds - antarusch - 02-09-2017 (02-09-2017, 08:35 AM)degasus Wrote: May you check if the crash is still in https://github.com/dolphin-emu/dolphin/pull/4870 ? Builds will be available in a few minutes on dl.dolphin-emu.org/prs Yes, the crash is still there, it seems to happen with some games apparently, I tried with other games like zelda the twilight princess and it plays fine. |