11-22-2015, 06:51 AM -
(11-22-2015, 03:33 AM)Dante38490 Wrote: I found reason with emu stop in the end,
caused by this Line 337 in cellFont.cpp :
Quote:buffer[((s32)y + ypos + yoff + baseLineY)*surface->width + (s32)x + xpos] = box[ypos * width + xpos];
after disable that rpcs3 not stop
Well, that's most likely caused by the 2 cellFont unimplemented methods, which's exceptions you uncommented, so you could get further.