Christophe Gimenez
Christophe Gimenez
Ok, got it. I didn't noticed that my go.mod was targeting an old version of Oto. Fixing it to ```require github.com/hajimehoshi/oto v0.6.1``` What I don't get is that I followed...
I'm on Catalina, latest fxruby version, and this snippet of code does not crash...
Same problem here (macOS), ``` func (a *App) shutdown(ctx context.Context) { panic("feel bad") } ``` is never called
Hi ! Same problem here with latest cordova tooling, and no matter the ios simulator used ``` cordova emulate ios [.. bunch of output] ** BUILD SUCCEEDED ** Deploying to...
Tried and got : ``` Host OS : osx Target platform : osx Using SDL lib : sdl Using SDL prefix: make: *** No rule to make target `osx-package'. Stop....
``` make clean make PLATFORM=osx package-osx Host OS : osx Target platform : osx Using SDL lib : sdl Using SDL prefix: mkdir -p Oricutron_osx_v12/Oricutron.app/Contents/MacOS mkdir -p Oricutron_osx_v12/Oricutron.app/Contents/Resources/images mkdir -p...
But the snippet solves the problem !
About make PLATFORM=osx package-osx macOS app is built under the Oricutron_osx_v12 directory, but when launching from the desktop (app in the same place, didn't tried from the Applications directory) :...
And the 3 steps up levels problem is back :-( The code snippet worked, but then https://github.com/pete-gordon/oricutron/commit/2e3f760c460cfe0c4ec365d5df20945bead8bba0 negated (on purpose I presume) the CFURLGetFileSystemRepresentation() call, which cause the chdir(path) to...