From: Michael D. <mic...@gm...> - 2005-07-04 16:21:14
|
>> Max screen dimensions: 1024x768 >> Current screen depth: 32 bpp >> SDL supports 1024x768x32 with a HWSURFACE (windowed) >> SDL supports 1024x768x32 with a HWSURFACE (fullscreen) >> > > And your screen depth is really set to Thousands and not Millions? > Because looking at the image, I'd thought something like 24/32 bpp > offset. > My screen is set to Millions. I tried opening SheepShaver at Thousands and 256 and there was no difference. >> do_test() returned 0 >> >> Hope some of this helps! >> > > Unfortunately not, unless CrashReporter appeared? ;-) It should not > in any case. Probably something broke in our Mach exception handler > for Tiger. I don't think CrashReporter came up. I'll send the entire console message for when I run SheepShaver (it might help to see where it crashes?) it's after paranoia checks and setting up the display (and this is when I tried it with Thousands of colors): SheepShaver V2.2 by Christian Bauer and Mar"c" Hellwig Paranoia checks... [tick_thread] waiting for emul thread to initialize [emul_thread] waiting for tick thread to initialize [emul_thread] filling in registers and waiting for interrupt [tick_thread] trigger interrupt SIGUSR2 caught ...passed Reading ROM file... Available video modes: 640x480 (ID 81), 2 colors 800x600 (ID 83), 2 colors 640x480 (ID 81), 4 colors 800x600 (ID 83), 4 colors 640x480 (ID 81), 16 colors 800x600 (ID 83), 16 colors 640x480 (ID 81), 256 colors 800x600 (ID 83), 256 colors 640x480 (ID 81), 32768 colors 800x600 (ID 83), 32768 colors video_open() Current video mode: 640x480 (ID 81), 16 bpp the_buffer = 0x4710000, the_buffer_copy = 0x465b000 ### No appropriate blitter found R/G/B mask values : 0x007c00, 0x0003e0, 0x00001f (depth = 16) R/G/B shift values : 10/5/0 monitor.mac_frame_base = 04710000 WARNING: Unknown CPU type Jul 4 11:07:09 michael-dickisons-ibook-g4 crashdump[332]: SheepShaver crashed Jul 4 11:07:10 michael-dickisons-ibook-g4 crashdump[332]: crash report written to: /Users/michaeldickison/Library/Logs/CrashReporter/ SheepShaver.crash.log |