erri120 / rpgmpacker

Simple CLI program for packaging RPG Maker games to use in an automated build/deploy pipeline.
MIT License
28 stars 3 forks source link

libffmpeg.dylib seems to be missing in OSX deployment #43

Closed auragamedev closed 2 years ago

auragamedev commented 3 years ago

Version Information:

There seems to be a hardcoded chromium version number, but RPGM changed the nwjs versions and with it also the chromium versions so the libffmpeg.dylib file seems to be incorrectly ignored.

https://github.com/erri120/rpgmpacker/blob/ffcb27912abb6e2d57d55a5f844a529754a58516/RPGMPackerLib/src/utility.cpp

Upper picture is export from RPGMaker, lower one using RPGMPacker.

Screenshot 2021-04-21 14 05 47

Log: https://gist.github.com/auragamedev/91a22845e1c906f57d3d12574745bf24

erri120 commented 2 years ago

Fixed in #44