Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Cross-Platform Development => Topic started by: Sasquatch on December 15, 2007, 04:43:33 pm

Title: OSX Leopard problems: I need help
Post by: Sasquatch on December 15, 2007, 04:43:33 pm
since buying OSX Leopard, my FS is broken.  The engine glow has turned into skull and crossbones, even with no mods turned on.  Also, the background looks funny.  I need some expert help on this one.
Title: Re: OSX Leopard problems: I need help
Post by: taylor on December 15, 2007, 04:47:38 pm
Give this test build a try and see if it fixes anything for you (may make some things worse though):
http://icculus.org/~taylor/fso/willrobinson/Xt1208-osx.tgz
Title: Re: OSX Leopard problems: I need help
Post by: Sasquatch on December 15, 2007, 05:08:35 pm
well, it fixed the skybox issue, but totally effed up everything else.  the skull and crossbones was still there, and the HUD was a jumble of letters, numbers, and punctuations. Also, all menu screens were completely white.

Title: Re: OSX Leopard problems: I need help
Post by: Sasquatch on December 15, 2007, 05:10:13 pm
I forgot to mention that I have a G4 processor, not an intel, if that makes any difference.
Title: Re: OSX Leopard problems: I need help
Post by: neoterran on December 21, 2007, 10:54:47 am
I think you can kind of give up on Freespace on OS X for a while. It's got some serious issues compared the the PC version.
Title: Re: OSX Leopard problems: I need help
Post by: Admiral_Stones on December 21, 2007, 11:12:32 am
Can you give me a screenie of the 'engine glows'? Im curious.
Title: Re: OSX Leopard problems: I need help
Post by: Hazaanko on December 23, 2007, 03:23:45 pm
I think you can kind of give up on Freespace on OS X for a while. It's got some serious issues compared the the PC version.

Wha???  Mine runs flawlessly on Leopard.  What kind of issues are you having?
Title: Re: OSX Leopard problems: I need help
Post by: Admiral_Stones on January 18, 2008, 03:52:19 pm
Bump. I have the same problems, and it's SO TOTALLY DEPRESSING to being able to play FS. I've also tried a complete re-install with Turey's.
Title: Re: OSX Leopard problems: I need help
Post by: Soulstorm on January 19, 2008, 05:20:40 pm
please post your system specs. All of you :)

However, I keep hearing that  FS2_Open has many problems on OS X. All started by that damn problem a long time ago, with the ATI cards. Note that I am having the same problem, and for the last 7 months, I haven't been able to play FS2_Open properly. I have an iMac 17" with Core 2 Duo, and ATI X1600 inside with 128 mbytes RAM.
Title: Re: OSX Leopard problems: I need help
Post by: Tinman on January 20, 2008, 03:50:25 am
the xt1208 build mentioned earlier in this thread works quite good in 10.4.11 full screen and in 10.5.1 only in windowed mode.

so try the windowed mode. it's ok for me MBP C2D AtiX1600, 10.5.1.
(in 10.5.1 full screen the screen is white with some grey lines that is text, but i can close the app knowing the keys to use. so the app is running ok but the screen output is chaos)
Title: Re: OSX Leopard problems: I need help
Post by: Admiral_Stones on January 20, 2008, 04:11:32 am
I have a iMac 17" iSight,
1,9 GHz G5 Processor,
1,5 GB of RAM,
ATI X600 Pro (or XT?) with 128 MB VRAM.
Title: Re: OSX Leopard problems: I need help
Post by: neoterran on January 20, 2008, 01:23:15 pm
I think you can kind of give up on Freespace on OS X for a while. It's got some serious issues compared the the PC version.

Wha???  Mine runs flawlessly on Leopard.  What kind of issues are you having?

any glsl makes the whole thing white. I'm on an nvidia 8600 tho, which might be the problem. All macs aren't the same.
Title: Re: OSX Leopard problems: I need help
Post by: neoterran on January 20, 2008, 01:23:51 pm
the xt1208 build mentioned earlier in this thread works quite good in 10.4.11 full screen and in 10.5.1 only in windowed mode.

so try the windowed mode. it's ok for me MBP C2D AtiX1600, 10.5.1.
(in 10.5.1 full screen the screen is white with some grey lines that is text, but i can close the app knowing the keys to use. so the app is running ok but the screen output is chaos)

Oh, i never thought of this, i'll try this.
Title: Re: OSX Leopard problems: I need help
Post by: neoterran on January 20, 2008, 01:48:47 pm
yeah, it's fullscreen mode that messes everything up.

Taylor - something must have changed in 10.5 with how Macs handle rendering to Full Screen. Maybe this will give you an idea of how to fix it.
Title: Re: OSX Leopard problems: I need help
Post by: taylor on January 20, 2008, 03:41:52 pm
Taylor - something must have changed in 10.5 with how Macs handle rendering to Full Screen. Maybe this will give you an idea of how to fix it.
It's actually pretty common (if no always the case, I'm not an expert in the area) for windowed and fullscreen modes to be handled differently by the low-level graphics subsystem.  The way the buffers are dealt with depends on how the OS-level (driver or OS specific) deals with windowed and fullscreen hardware accelerated graphics.  It still doesn't point away from some sort of driver bug though, which is disappointing.  If there was a driver bug causing the problem then it's not unthinkable that they unknowingly fixed the issue that we have simply by improving the driver to better deal with newer OS hardware accelerated window effects.  Such a fix would have little, if any, affect on fullscreen modes.

Although I'm sure that there is a driver bug that is ultimately at fault here, I'm equally as sure that something in the code is triggering it, possibly a bug on our side, and that is something that we should be able to fix.  The problem is just identifying it.  This is largely hardware specific rather than platform specific, so there is little I can do except sit here twisting in the wind trying to come up with the next wild-ass idea that might fix it.  So far I've made 14 builds specifically to try and address this problem, but have gotten nowhere with it.  My guess is that it's just going to take someone with the coding/OpenGL skills and the right hardware to track it down.  And I don't have the right hardware.
Title: Re: OSX Leopard problems: I need help
Post by: neoterran on February 11, 2008, 08:37:57 pm
Yeah, well, that sucks.

On a related note however : We got an driver update today along with 10.5.2 and a new version of OpenGL as well. Haven't taken a look at it yet.

One of the bigger problems with Apple as well is that they switch back and forth between ATI and Nvidia for their cards which probably doesn't help in being able to fix Vendor specific issues.

I'm on a 8600, most people are probably on the older Ati X1600 series.
Title: Re: OSX Leopard problems: I need help
Post by: squidsquasher on March 13, 2008, 07:30:34 pm
The FS2_Open-Xt_1208 test build works great for me here - OS X 10.5.2 on brand new Macbook Pro 2.4GHz with the NVidia GeForce 8600M GT.

Thanks taylor!
Title: Re: OSX Leopard problems: I need help
Post by: Admiral_Stones on October 11, 2008, 11:43:58 am
Whew. Stability in Leopard is, in appropriate words, a cockslap.
Trying the XT build now.
Title: Re: OSX Leopard problems: I need help
Post by: chief1983 on October 11, 2008, 12:24:08 pm
Question 1, Hazaanko, what is your setup like that it works?  Up to date system?  What card?

Question 2, with 10.5.4 or 10.5.5 or whatever out, why are people running outdated systems?  Afraid of the update breaking something or is there another reason not to update?
Title: Re: OSX Leopard problems: I need help
Post by: Admiral_Stones on October 11, 2008, 12:45:21 pm
Well, just like some people are still running Windows 98 or so. Some people are too lazy to upgrade or don't want to pay etc. OR because they still need classic.
Title: Re: OSX Leopard problems: I need help
Post by: chief1983 on October 11, 2008, 01:21:54 pm
No I mean, not upgrade, sorry, but update.  That's more like running XP SP1 instead of SP2 or SP3.  Why run 10.5.2?
Title: Re: OSX Leopard problems: I need help
Post by: Admiral_Stones on October 11, 2008, 04:11:53 pm
Oh. In this case - that post dates back to March 13.
Title: Re: OSX Leopard problems: I need help
Post by: chief1983 on October 11, 2008, 05:46:11 pm
Oh crap this was one hell of a bump then wasn't it.  I totally missed that.