-
Notifications
You must be signed in to change notification settings - Fork 133
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
AudioBuffer / AudioBufferList Missing Constructors #158
Comments
Oh cheers @dkimitsa that seemed simple enough, thanks. I realize I now need to wait for the pull request/commit/build etc so I just want to bring up the fact that the AudioBufferList second constructor is also missing (https://developer.apple.com/documentation/coreaudio/audiobufferlist). I bring this up because I'd hate to wait for the next build and then have it still not working. I feel like the RoboVM I could very well be wrong but I figure better safe than sorry rather than waiting and seeing it is indeed broken, if you don't mind tossing that constructor into another pull request? Appreciate it. |
I see the issue now, will take a look tomorrow |
@dkimitsa Thanks a lot really appreciate your help with this stuff! |
Merged the PR. |
you can build RoboVM yourself for now it is quite easy |
@dkimitsa huh you're right, that was easy, it did take a long time though lol Sorry to keep coming back with questions, but all seems good, and it compiles (the changes you've applied in this PR are visible too). But regardless if I deploy or compile a release build, the process fails right after the step: "Copying [AdHoc/Development] provisioning profile..." No idea why, I haven't touched the profiles and they were just working a day ago when using the latest snapshot as well as old-RoboVM. You have any ideas? Maybe related to Xcode? Edit: I can deploy a random project from Xcode (version 8.0). |
@rdamiano is there any other output in robovm tab besides ""Copying [AdHoc/Development] provisioning profile..." ? |
@dkimitsa Nothing useful that I can tell, it's just going through the normal process and then fails. Here's a screenshot. |
could you please also check Idea log as there will be a little bit more about NullPointerException |
@dkimitsa Okay didn't know about the logs, here's I believe the relevant output:
|
it was broken by one of commits, check #168 i've created |
@dkimitsa Yep that did it, alright cool thanks again for all the help looks like I'm up and running now ;) |
This was something fixed late in development of OLD RoboVM, after going closed-source.
After the fix, this code in OLD RoboVM worked perfectly:
In MobiDevelop's RoboVM, this is no longer possible since AudioBuffer / AudioBufferFillList have no valid constructors:
This ^ code doesn't work at all and crashes.
I actually brought this up in support back when RoboVM was officially under development, and it was fixed quickly by the developers in a nightly so I assume this is a simple fix? (Please forgive my ignorance this stuff goes over my head a bit.)
This is for an app made back when RoboVM started, and I've since been working with OLD RoboVM but really want to update to MobiDevelop's version, this is so far the only obstacle.
The text was updated successfully, but these errors were encountered: