Search found 492 matches

by corristo
16 Aug 2017, 09:21
Forum: Support
Topic: [SOLVED] OpenMW CS crashes on my Mac
Replies: 16
Views: 8934

Re: OpenMW CS crashes on my Mac

To be clear, both OpenMW and OpenMW-CS are in the same folder? There is a known issue that in a MAC they need to both be present in the same location for OpenMW-CS to work. Not quite. You only have to have them in the same folder in order to be able to run OpenMW from OpenMW-CS. That's it. @troglod...
by corristo
12 Aug 2017, 15:14
Forum: Support
Topic: [SOLVED] OpenMW CS crashes on my Mac
Replies: 16
Views: 8934

Re: OpenMW CS crashes on my Mac

Correction: you have to run OpenCS like that to get meaningful output:

Code: Select all

/whatever/path/you/have/OpenMW-CS.app/Contents/MacOS/OpenMW-CS
This would really help to identify the issue. Thanks.
by corristo
29 Jul 2017, 13:09
Forum: Organisation and Planning
Topic: OpenMW 0.42.0
Replies: 306
Views: 171995

Re: OpenMW 0.42.0

by corristo
22 Jul 2017, 14:15
Forum: General Development
Topic: Implement a docker hub image for compiling MWO?
Replies: 10
Views: 5884

Re: Implement a docker hub image for compiling MWO?

Code: Select all

And I don't know if you can create a MacOS one without creating licence problems.
No licensing problems if you run the image on a real Mac.
by corristo
08 Jul 2017, 11:07
Forum: General Development
Topic: Newbie questions about building OpenMW on a Mac
Replies: 21
Views: 10603

Re: Newbie questions about building OpenMW on a Mac

I'd still suggest to get rid of SDL framework in /Library/Frameworks just to make sure OpenMW builds.
by corristo
08 Jul 2017, 10:50
Forum: General Development
Topic: Newbie questions about building OpenMW on a Mac
Replies: 21
Views: 10603

Re: Newbie questions about building OpenMW on a Mac

macOS doesn't ship SDL, at lest I've never had it it my /Library/Frameworks.

Also you don't need SDL from Homebrew, our dependency repo provides SDL.

Unfortunately there's no sandbox build for OpenMW yet. I'll try to make it build with SDL framework in /Library/Frameworks to see what we can do.
by corristo
02 Jul 2017, 13:50
Forum: General Development
Topic: Newbie questions about building OpenMW on a Mac
Replies: 21
Views: 10603

Re: How do I set up and build the project with Xcode?

As far as I can judge from the build log, OpenMW picks up globally installed SDL.framework (/Library/Frameworks/SDL.framework), not the one from openmw-deps-mac, that almost certainly the reason of the failure you're experiencing. UPD: if someone knows how to make CMake prioritize CMAKE_PREFIX_PATH ...
by corristo
02 Jul 2017, 13:48
Forum: General Development
Topic: Newbie questions about building OpenMW on a Mac
Replies: 21
Views: 10603

Re: How do I set up and build the project with Xcode?

Dependencies are indeed mentioned in the wiki: https://wiki.openmw.org/index.php?title=Development_Environment_Setup#Dependencies Also, I posted a link for prebuilt dependencies to not bother you with building them yourself. If you still want to build them, I suggest to pull today's changes from Git...
by corristo
01 Jul 2017, 11:53
Forum: General Development
Topic: Newbie questions about building OpenMW on a Mac
Replies: 21
Views: 10603

Re: How do I set up and build the project with Xcode?

Yep, @psi29a has a point, making CMake run successfully is a first mandatory step before getting any IDE working with the project. I'd suggest not to run before_script.osx.sh bur rather use it as an example to build your own CMake command, because this script has some paths hardcoded, namely depende...
by corristo
01 May 2017, 10:31
Forum: Support
Topic: Moving Files Help
Replies: 1
Views: 3063

Re: Moving Files Help

Just in case, I've replied to you on Reddit: https://www.reddit.com/r/OpenMW/comment ... x/dgz9giw/.

Regarding the sync question: I did something similar by symlinking OpenMW configuration & save folders to Dropbox. Worked like a charm.