(03-02-2018, 08:13 AM)toastedgoast Wrote: Perhaps I tried to implement this setting incorrectly, could you explain or link to an explanation of how to do this properly?
In GFX.ini, there should be a line saying [Hacks]. If there isn't one, create one at the bottom. Then, right below it (or anywhere below it that's before the start of the next section), put this line:
BBoxPreferStencilImplementation = True
(03-02-2018, 08:25 AM)toastedgoast Wrote: I would be happy to attempt to find a solution, if I get any farther how can I properly report what was causing it to crash in this instance; I saw someone that experienced a similar crash (white screen into app close / fail) at this point in the game, and their issue was that thier intel cpu was not supported by dolphin, however I know it is not a blanket failure of the sd835; as I mentioned many games do work.
The first thought that entered my head was to install Android Studio and use its debugger after building Dolphin yourself, but then I remembered that that debugger also catches every segfault caused by fastmem... :/ So you would also have to disable fastmem, which is annoying (or is there some way to change which errors the debugger catches?). I'm not sure if there's any great suggestion I can give you here.
