The 5th beta test of Filmulator 1.0.0 for macOS 10.10+ is here.

Seems to load Qt okay. Did it crash with an error?

There are four b_versions of filmulator right now, I got a bit confused, thought b4 was for 10.12 only… If I’m not mistaken the above output is for b3. Sorry about that, for extra clarity “try this on X version” (?) will help me brain :smiley:

Anyway here’s the output for a clean install of FL_b4 in Mojave. Imported folder with raws, filmulated (oh yeah, sounds dirty… like in the chemical days) one of them, exported tif & jpg. Seemed OK :+1:

QT_DEBUG_filmu_b4.txt.zip (9.2 KB)

Thanks for testing @chroma_ghost !

Do you use dark mode in mojave?

Due to the advanced Qt 5.12 version (a major component of the Filmulator bundle), the b4 version will not run on OS X before 10.12, and what we were wondering with this round is whether the app runs and filmulates on 10.14 Mojave.

Do you use dark mode in mojave?

of course I do, I don’t even try to resist it :stuck_out_tongue:

In the end we never figured out what was wrong, and Filmulator started working for them.

???

I’m profoundly unsatisfied with how that turned out, but it’s working now…

Yeah that was weird, but we were not able to reproduce. I now have a Mojave system to test on. Seems working ok.

Btw filmulator build w/Qt 5.9 is working ok on Macos Mojave 10.14.2beta18C48a.

The fifth beta test of Filmulator 1.0.0 is now available here:

https://kd6kxr.keybase.pub/filmulator_v0.7.0-62-g19f4039.dmg

  • It has been built with Qt5.9.7 and should work on macOS 10.10+.

https://github.com/CarVac/filmulator-gui/issues/72

3 Likes

Filmulator 1.0.0-ß7 for macOS

https://kd6kxr.keybase.pub/Filmulator-v0.7.0-100-gaa026d0.dmg

  • Uses the Qt 5.11.1 interface, which supports macOS 10.11+

https://github.com/CarVac/filmulator-gui/issues/72

2 Likes

Thanks to @asn Filmulator can now be built with cmake as well as qmake, so hopefully that makes it easier to build for mac.

2 Likes

@carvac Does it really work without a CMakeLists.txt? (I didn’t see it in highlightrecovery)

Now they should be there, inside the inner filmulator-gui directory.

3 Likes

@carvac @asn Ok, this works great generating the binary. I used this method.

$ export QT=~/Qt511/5.11.1/clang_64

$ cmake -DCMAKE_BUILD_TYPE="release" -DCMAKE_CXX_COMPILER="clang++" -DCMAKE_CXX_FLAGS=-I/opt/local/include -DCMAKE_OSX_SYSROOT="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.9" -DOpenMP_CXX_FLAGS="-Xpreprocessor -fopenmp /opt/local/lib/libomp.dylib -I/opt/local/include"-DOpenMP_CXX_LIB_NAMES="libomp" -DOpenMP_libomp_LIBRARY=/opt/local/lib/libomp.dylib -DCMAKE_INSTALL_PREFIX=/opt/local -DCMAKE_SHARED_LINKER_FLAGS=-L/opt/local/lib -DCMAKE_PREFIX_PATH=$(echo $QT/lib/cmake/* | sed -Ee 's$ $;$g') -G "Unix Makefiles" ..

$ make -j$(sysctl -n hw.ncpu)

Deploying to a fresh app bundle would be a good next phase for mac.

2 Likes

Could you add that to the build instructions in the README?

With this PR, filmulator is deployed to a fresh application bundle by the CMakeLists.txt scripts.

https://github.com/CarVac/filmulator-gui/pull/89

2 Likes

I’ve gone and built two filmualtor’s for mac.

One uses Qt5.9.8, released on April 18, 2019. It should run on 10.10,11,12. (Yosemite, El Capitan, Sierra) https://kd6kxr.keybase.pub/Filmulator-v0.7.0-144-ged927b7-Qt5.9.zip

The other uses Qt5.13.0, released on June 13, 2019. It supports macOS 10.12,13,14 (Sierra, High Sierra, Mojave) https://kd6kxr.keybase.pub/Filmulator-v0.7.0-144-ged927b7-Qt5.13.zip

https://github.com/CarVac/filmulator-gui/issues/72

1 Like

from screen shots of filmulator.

33%20PM

41%20PM

Hi! I am interested in downloading this. Unfortunately, it seems like the link to the version for newer OS’s is no longer working.

@nik

https://keybase.pub/kd6kxr/

Hi. I will be making an update soon (busy days here).