|
From: Marc P. <clo...@ho...> - 2004-06-06 23:30:42
|
Gwenole, I too am having problems with JIT enabled. SheepShaver boots without JIT enabled, but as soon as it is enabled, a black window will show up for a second, then crash back to the shell. I ran ./SheepShaver; echo "Error Code: $?" and it returned Error Code: 255. It returned the same error code regardless of which video modes were enabled, or whether quickdraw was enabled, or whether the DR emulator was enabled or not. However, when I unchecked "Ignore Illegal Memory Accesses," it sigsev'd, with the message: bash-2.05b$ ./SheepShaver; echo "Error Code: $?" SheepShaver V2.2 by Christian Bauer and Mar"c" Hellwig Reading ROM file... PowerPC CPU emulator by Gwenole Beauchesne SIGSEGV pc 0x40f5d03e ea 0x3c00 r0 00000000 r1 68ffe000 r2 00000000 r3 68fff400 r4 00200000 r5 68fff740 r6 68fff100 r7 80800007 r8 00000001 r9 00000000 r10 40c6e020 r11 0002f072 r12 40c6e020 r13 80500000 r14 00000000 r15 00000000 r16 00000002 r17 203ffeea r18 200033e0 r19 40862b10 r20 203ffef6 r21 20ffff88 r22 203ffff6 r23 00000000 r24 2001ec32 r25 00000820 r26 fffffffe r27 00000028 r28 00000000 r29 40cff008 r30 40c60000 r31 68fff000 f0 0.00000 f1 0.00000 f2 0.00000 f3 0.00000 f4 0.00000 f5 0.00000 f6 0.00000 f7 0.00000 f8 0.00000 f9 0.00000 f10 0.00000 f11 0.00000 f12 0.00000 f13 0.00000 f14 0.00000 f15 0.00000 f16 0.00000 f17 0.00000 f18 0.00000 f19 0.00000 f20 0.00000 f21 0.00000 f22 0.00000 f23 0.00000 f24 0.00000 f25 0.00000 f26 0.00000 f27 0.00000 f28 0.00000 f29 0.00000 f30 0.00000 f31 0.00000 lr 40b13c20 ctr 203ffec2 cr 80500000 xer 20000000 pc 40b13c20 fpscr 00000000 Error Code: 0 Hope this helps. ~Marc |