REGoth-project / REGoth

OpenSource-Reimplementation of the zEngine, used by the game "Gothic"
GNU General Public License v3.0
628 stars 63 forks source link

Not possible to run REGothic on MacOS #328

Closed arturkasperek closed 6 years ago

arturkasperek commented 6 years ago

When I try run gothic game from exe I see something like that:

zrzut ekranu 2018-04-26 o 22 59 18

When I try to compile from source I see something like that ( when I fire

zrzut ekranu 2018-04-26 o 23 01 44

) : What should I do to run REGoth on macos ?

frabert commented 6 years ago

Can you try running git submodule --init --recursive and then building again? Also - assuming you have homebrew installed - please install libsndfile using brew install libsndfile and try running the binary again

ataulien commented 6 years ago

The command is git submodule update --init --recursive. :smile:

arturkasperek commented 6 years ago

@frabert brew install libsndfile helped ;)

arturkasperek commented 6 years ago

is it possible to run compiled DAT file or I need make MOD file ?

frabert commented 6 years ago

AFAIK both MOD archives and direct DAT loading are supported

frabert commented 6 years ago

Closing the issue as solved