-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FFI error on Pharo 11 #6
Comments
Sorry, I didn't read well the README. It mentions Pharo 9 so Pharo 7 is too old (I just had an image on my disk and thought it was reasonable to test this lib there...). |
In P11, I did some clicks on the debugger and it makes sense to have |
But don't have more time to continue debugging. |
In the newest version this error is fixed. Tested with windows. |
In a Pharo 7, it loaded but when I tried
(FMSound lowMajorScaleOn: FMSound bass1) play
, I got:Instance of SDL2 class did not understand #initAudio
In a Pharo 11:
Loading with the README's script raised:
I proceeded to load anyway, and when I try:
(FMSound lowMajorScaleOn: FMSound bass1) play
,I get:
Instance of SoundBuffer did not understand #tfPointerAddress
The text was updated successfully, but these errors were encountered: