Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Hellbent

Zdoom on Mavericks?

Recommended Posts

Anyone running Zdoom on Mavericks? Won't seem to work on mine. Gives an exception error and crashes. Before upgrading to Mavericks zdoom was running fine on Lion, I believe was my previous OS.

Share this post


Link to post

Works fine for me. It probably wouldn't be a bad idea to clear delete and reinstall the app and then delete your ini in ~/Library/Preferences.

The only other issue I can think of that might be relevant is to make sure you allow third party applications to run. My default Mavericks will only run signed apps (I believe through the app store?). I can't remember if Lion was like that, but I know Mountain Lion was.

Share this post


Link to post

It is very likely that this is either a signing or a permission issue as Apple changed the rules somewhat for Mavericks:

Craig Hockenberry at furbo.org said:

Very simply put, you can no longer sign a bundle (like your .app) if any nested bundle in that package is unsigned. These nested bundles are things like helper executables, embedded frameworks, plug-ins and XPC services.

The result is that you’ll need to update your Xcode projects as soon as you start building on 10.9.

See: http://furbo.org/2013/10/17/code-signing-and-mavericks/

Share this post


Link to post

As long as the compiler is compatible with Apple's GCC (or more importantly CMake) then it should work. (Clang isn't officially supported yet.) I don't use the Xcode IDE to compile. In fact, until recently it wouldn't build in the Xcode IDE period.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×