From: Gwenole B. <gb....@fr...> - 2005-06-30 21:20:47
|
Le jeudi, 30 jun 2005, =E0 06:49 Europe/Paris, Michael Dickison a =E9crit = : > Hi, I got SheepShaver to compile and run on Tiger (thanks for the new=20= > paranoia.cpp!) So it works? Nice, thanks, I will commit along with the Linux version I=20= was using. > -- however, the display is screwed up, specifically, it looks like=20 > this: http://home.uchicago.edu/~mikeru/Picture%201.png Please tell me your screen depth. Since you could build from sources,=20 I'd also appreciate to know the video modes reported by SDL (#define=20 DEBUG 1 in video_sdl.cpp) + in Unix/video_blit.cpp, around line 570,=20 remove the test for !blitter_found and the abort(), this will output=20 the right RGB mask to use for your screen. > I am using SDL 1.2.8 from Fink, Mac OS 8.6 from a burned CD, Mac OS=20 > 10.4.1 on an iBook G4, the console has nothing particularly useful --=20= > Thread 0 crashes on launch, as reported by other OS X users. Could be another problem related to Tiger since it doesn't crash for me=20= on 10.2.8. Does gdb report something useful like where it may have=20 crashed? It probably could because MacOS X also uses the PowerOpen ABI=20= so the stack frames may be compatible (to get the backchain). Thanks, Gwenol=E9.= |