You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building on mac (Yosemite, x86_64), OpenFL 3.1.0, systools straight from github (this: https://github.com/waneck/systools, using haxelib dev to set it up), retrio-core also from github and set using haxelib dev. It compiles succesfully, and runs:
But when I click the "Open Rom" icon:
It just silently crashes.
When starting it from the CLI, I do get an error message:
nes/bin/mac64/cpp/bin/retrio.app/Contents/MacOS (master)$ ./retrio [2.2.1]
Could not find primitive dialogs_open_file__4.
Error : Null Function Pointer
So it seems related to systools. Any ideas? Maybe I'm using the wrong version? The version from Haxelib, btw, errs with:
openfl build mac [2.2.1]
/Users/fullofcaffeine/icebox/code/retrio-core/retrio/ui/openfl/FilePicker.hx:27: characters 90-95 : Too many arguments
Great work with the emulators, btw! Thank you for making them open source.
The text was updated successfully, but these errors were encountered:
I'm not sure. I do have a pull request in to systools waneck/systools#30 but it doesn't sound like exactly the same issue. You could try building from my fork though.
Hi,
Building on mac (Yosemite, x86_64), OpenFL 3.1.0, systools straight from github (this: https://github.com/waneck/systools, using haxelib dev to set it up), retrio-core also from github and set using haxelib dev. It compiles succesfully, and runs:
But when I click the "Open Rom" icon:
It just silently crashes.
When starting it from the CLI, I do get an error message:
So it seems related to
systools
. Any ideas? Maybe I'm using the wrong version? The version from Haxelib, btw, errs with:Great work with the emulators, btw! Thank you for making them open source.
The text was updated successfully, but these errors were encountered: