Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Released 8.2.1, try it out and let me know.

(1 edit)

I just purchased downloaded the 8.2.1 and am receiving the following errors on macos using the testroom project:


Line 32:Could not find type "GoZenVideo" in the current scope.

Line 128:Could not find type "GoZenVideo" in the current scope.

Line 137:Could not find type "GoZenVideo" in the current scope.

Line 114:Identifier "GoZenVideo" not declared in the current scope.

Line 381:Identifier "GoZenAudio" not declared in the current scope.


#---- I did get it working on my windows, but I like to use both to code.

You’ll need to allow running permissions on the macos lib files. After that it should work.

(1 edit)

This is confusing to me, is there something else i need to do?

I've chmod +x in terminal for all the lib files and am still getting the same issues.

Please assist further at your earliest convenience.

I checked all my lib files under the macos -> debug / release folder with the following results:

(checked with the ls -l command line for the folders containing the libs in the Test Room project)

drwxr-xr-x@ 17 enhancedimage staff 544 Sep 12 15:46 lib

-rwxr-xr-x@ 1 enhancedimage staff 288088 Sep 12 15:45 libgozen-macos. template_release.arm64.dylib


-rwxr-xr-x@ 1 enhancedimage  staff  10392296 Sep 12 15:45 libavcodec.60.31.102.dylib

-rwxr-xr-x@ 1 enhancedimage  staff  10392296 Sep 12 15:45 libavcodec.60.dylib

-rwxr-xr-x@ 1 enhancedimage  staff  10392296 Sep 12 15:45 libavcodec.dylib

-rwxr-xr-x@ 1 enhancedimage  staff   1631288 Sep 12 15:45 libavformat.60.16.100.dylib

-rwxr-xr-x@ 1 enhancedimage  staff   1631288 Sep 12 15:45 libavformat.60.dylib

-rwxr-xr-x@ 1 enhancedimage  staff   1631288 Sep 12 15:45 libavformat.dylib

-rwxr-xr-x@ 1 enhancedimage  staff    691528 Sep 12 15:45 libavutil.58.29.100.dylib

-rwxr-xr-x@ 1 enhancedimage  staff    691528 Sep 12 15:45 libavutil.58.dylib

-rwxr-xr-x@ 1 enhancedimage  staff    691528 Sep 12 15:45 libavutil.dylib

-rwxr-xr-x@ 1 enhancedimage  staff    120528 Sep 12 15:45 libswresample.4.12.100.dylib

-rwxr-xr-x@ 1 enhancedimage  staff    120528 Sep 12 15:45 libswresample.4.dylib

-rwxr-xr-x@ 1 enhancedimage  staff    120528 Sep 12 15:45 libswresample.dylib

-rwxr-xr-x@ 1 enhancedimage  staff    650376 Sep 12 15:45 libswscale.7.5.100.dylib

-rwxr-xr-x@ 1 enhancedimage  staff    650376 Sep 12 15:45 libswscale.7.dylib

-rwxr-xr-x@ 1 enhancedimage  staff    650376 Sep 12 15:45 libswscale.dylib

It could help to join the Discord server to get further help. I’m not a MacOS person but there are plenty of people who are using GDE GoZen for MacOS.

What you could do is run Godot from the terminal with β€˜β€“verbose’ as that will print more info on what’s going wrong when the extension fails to load.