OpenFunscripter 3.2.0 For MacOS

Hello , I am trying to get your application running on my Mac and it keeps getting stuck when I open a new video. It automatically opens 2 video windows and metadata and will not let me go further.

Any help would be appreciated. Thanks

Close the metadata editor then you can continue

Ah thank you! That was very helpfull!

Scherm­afbeelding 2024-06-11 om 21.49.59|690x424

Kind Regards Serenitatum

you need to install the MPV

I can’t fiind it in the content package. Do you have a DL link?

Ah I did some research and Aplle Silicon is homebrew software for Mac, wich I don’t have on my Mac. Tried to install the MPV. But I think this is above my knowledge. Thank you for your kind support.

You need to install brew first.

Hello
Sorry to up this thread, but preparing my MacBook in case of rainy days in vacation, anyone know where to put extensions LUA on a Mac ?
Tried to open the folder with the menu in OFS, but not working and don’t know where to put (in App archive in Applications, or another directory?)
Thanks

Hi I’m having an issue with the program, it opens the video in a different window outside of the funscripter app, and then I can’t make any adjustments the window is unresponsive

when running the unix file inside the app the terminal shows this
2024-09-05 12:59:44.654 OpenFunscripter[611:6181] DEBUG: Couldn’t find mapping for device (0)

2024-09-05 12:59:44.755 OpenFunscripter[611:6181] DEBUG: There are 0 joysticks available

2024-09-05 12:59:44.755 OpenFunscripter[611:6181] DEBUG: There are 0 joysticks available

2024-09-05 12:59:44.755 OpenFunscripter[611:6181] DEBUG: Couldn’t find mapping for device (0)

2024-09-05 12:59:44.856 OpenFunscripter[611:6181] DEBUG: There are 0 joysticks available

2024-09-05 12:59:44.856 OpenFunscripter[611:6181] DEBUG: There are 0 joysticks available

2024-09-05 12:59:44.856 OpenFunscripter[611:6181] DEBUG: Couldn’t find mapping for device (0)

2024-09-05 12:59:44.955 OpenFunscripter[611:6181] DEBUG: There are 0 joysticks available

2024-09-05 12:59:44.955 OpenFunscripter[611:6181] DEBUG: There are 0 joysticks available

2024-09-05 12:59:44.955 OpenFunscripter[611:6181] DEBUG: Couldn’t find mapping for device (0)

Also I’m unable to click/close the metadata window when initially importing a video, it is half size and unresponsive, when i click x

Im running ventura on an intel based mac


try reset layout

1 Like

Options-> Preferences → Scripting

You can temporarily hide the metadata dialog to solve the problem of being unable to close it

I haven’t found a folder or solution for the Lua extension yet, so you can only use the OFS core Lua extension on Mac.

Can I get steps to download this on a macbook that is running older version I get this error “You have macOS 12.7.6. The application requires macOS 13.0 or later.”

I have installed OFS and all seems ok until I open a video. It then loads 2 video windows and the program becomes completely unresponsive and I need to force quit.

I have hidden meta data and assigned keys for actions. When opening it via packages etc, terminal shows a never ending list of the following:

2024-09-11 16:37:38.563 OpenFunscripter[1723:13693] DEBUG: There are 0 joysticks available
2024-09-11 16:37:38.563 OpenFunscripter[1723:13693] DEBUG: There are 0 joysticks available

I am running a macbook pro with an M2 chip.

The only thing I can think of is that I started installing without the fake-intel bash shell then installed it with the bash shell… Not sure, it is very complicated

Any help would be appreciated! Thanks

Hi this didn’t work, I can reset layout before loading a video, but once I load the video the two windows pop up outside of the program, one playing the video I imported, the other completely black. after these windows pop up I cannot click on or interact with anything inside the program. I can also not exit out of the pop up windows the X symbol doesn’t respond. in the window with the video playing I can basically minimize it and stop and start playback of the video. I believe the pop up windows are preventing me from clicking inside the program. I Essentially have to force quit the program to exit as I cant interact.

You need to first unintall mpv in arch-bash
and then install mpv under fake-intel bash.
mpv distinguishes between arch and intel architecture.
If you do not delete mpv under arch-bash, it will cause confusion, that is, software based on intel architecture(OFS 3.2.0 Macos) is calling mpv with arch version.

For Intel Macs only:
brew install mpv

(The above brew install commands will probably take a while depending on how fast your Mac & internet is)

Hopefully that all worked. Now let’s make sure we’re in the right place
cd ~/OpenFunscripter

And build things
cmake -B build
cd build
make

If everything’s gone to plan, you should after quite a few minutes have a nice working OpenFunscripter app! It’s inside the ~/OpenFunscripter/bin folder.

Let’s copy it to your Applications folder
cp -a ~/OpenFunscripter/bin/OpenFunscripter.app /Applications/

And open it from the commandline
open /Applications/OpenFunscripter.app

Please follow this step to recompile the program for mac with intel CPU and you should not have much trouble

Would you please explain how to do so ? I have the exact same issue, 2 video windows, and the program being totally irresponsive :confused: