-
Notifications
You must be signed in to change notification settings - Fork 41
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
64-bit support? #4
Comments
I build it on mac os 10.15 Catalina(no longer support 32bit software) with XCode, it is fairly simple. If you want I can send it to you. |
I'd love some sort of build guide, since I'm trying to get this to work on catalina and failing repeatedly. |
I have the same problem :( would be nice if you could sent it :) |
@HaskellZhangSong , I would appreciate it if you could send a copy to me. ikroll@mac.com |
Good job! Can you send me a copy as well: voorth@xs4all.nl |
If you don't mind, I'd like a copy for Catalina. Mike.Bonnice@pobox.com. |
I'm still at 10.14 but wanted to get ready for 10.15. Here are the XCode Build Settings that I used to build it: This removed the fatal errors, I didn't bother to fix the warning messages. |
I made a quick build for Catalina, which at least seems to work fine for me. Binary available for download here: https://github.com/matlimatli/simplesynth/releases/download/1.2/SimpleSynth_1.2.zip |
Hi - I'm using Catalina and trying to get Simplesynth running for use with Scala (microtuning app). I just tried the above link that matlimatli kindly provided above, but it seems to be missing from Github (if I'm not mistaken somehow). My email address is nonbinarysynthesis@gmail.com -- if anyone can help me out with a 64 bit build (feel free to email) or a link to one, I'd be sooooo appreciative. Thanks! |
Sorry, i formatted the link wrong. I have updated my comment, so now the link should work. |
@HaskellZhangSong Looks like I'm having similar problem as the app is not opening. Can you please share the instructions of how to build locally for 64 bit or share the 64 bit version source code with us so we don't have to email you. I need this for a workshop in 2 days please. Thanks. |
@SuyashJoshi You can download a pre-built binary from the link I provided above. There is also updated source code in my github repo (https://github.com/matlimatli/simplesynth) |
my name il mamoa70I build it on mac os 10.15 Catalina(no longer support 32bit software) with XCode, it is fairly simple. If you want I can send it to you. I have the same problem :( would be nice if you could sent it :) |
I have catalina 10.15.6 does not work Simple Synth how can I do ?? Help me ??? send me links to solve the problem thanks |
1 similar comment
I have catalina 10.15.6 does not work Simple Synth how can I do ?? Help me ??? send me links to solve the problem thanks |
i downloaded simple synth 1.2 for pure data but it doesn't work !!! |
Hi @matlimatli I'm unable to run the pre-built binary linked above; Also, I tried to compile the source code using xcode but got this exception:
Any tips on how to proceed here? |
@ronalson In what way are you unable to run the binary? Any kind of message? What OS version are you on? (I do not have any problem on 10.15.6) Any esoteric MIDI devices connected? Since you seem to have it running in Xcode, albeit with a crash, you could perhaps run in debug mode and enable break on exceptions to get some clue about what is happening. |
I'm also a big fan of this app (using it with OpenMusic) but sadly can't run it on Big Sur, including the one updated for Catalina. Could someone perhaps build it for Big Sur? I would be very thankful! |
@Velthuijs I have built it for Big Sur now, available at https://github.com/matlimatli/simplesynth/releases/download/v1.2.1/SimpleSynth.zip Let me know if it works, since I have no means of testing it properly myself at the moment. |
@matlimatli Thank you very much. Unfortunately I get an error message and am unable to open it. Here's a small snippet:
Thanks for taking the time! |
Great! Could you send me a copy please? my mail is fotis.kutsukos@gmail.com Thanks! |
Woohoo! Thank you so much. All seems to be working here on my end (M1 Big Sur) |
We are all grateful for @matlimatli helping to keep this project alive for macOS 10.15 (and beyond)! Just to recap, the apps built by matlimatli for 10.15 and Big Sur (macOS 11) are found here: But the problem described above by @ronalson happens for me too, when trying to open (the app here called) SimpleSynth_1.2 on Catalina 10.15.7
Building your own binary requires both the correct version of XCode (found here for those on 10.15.7: https://developer.apple.com/download/all/?q=Xcode%2012.4) and, more importantly, a whole lot of effort and more than a little expertise (not too mention the 10 GB+ download with your Apple developer account). Maybe we can treat this thread as a place for instructions or guidance on the process of doing so, in the hope that others may be able to help get to the bottom of keeping this piece of FOSS alive. For example, the comment above by @MBonnice (#4 (comment)) mentions a few things they had to do in compiling for 10.14. Perhaps this will be helpful of 10.15 versions as well. Either way, I am downloading Xcode 12.4 in the hope of being able to contribute as well. |
@cicerojones Here is a debug build of the application. Can you try running this version, then use the "Console" app to view the Crash Report and share it with me. |
Thank you for hopping back in here @matlimatli ! Perhaps I should've mentioned that I'm still on Catalina; so this version, SimpleSynthDebug, returns the message about the macOS mismatch when attempting to open: However, I went into the crash reports from the previous attempts to run SimpleSynth 1.2 and so I'm copying that beginning of the report in at the end of this comment. Is there anything you recommend (apart from updating the OS!) or suggest trying? I downloaded (all 26 GB of) Xcode 12.4, which I thought was the correct version for those still running macOS 10.15.7. But trying to open it I got an error message about a missing library. Don't know if any of this is helpful, or if I am simply doing something wrong.
Thanks again for any help! Here's the report from my attempt to run the SimpleSynth 1.2 that I downloaded from
UPDATE: After re-installing Xcode (which fixed the problem with of it not opening before), I opened SimpleSynth 1.2 from Xcode and ran the build process. It complained about a version mismatch again: UPDATE x2
|
Not quite sure how to best format an Exception trace from Xcode, but I'm copying the error below. It appears that the out of bounds error is happening in the file that begins as such:
Here's what the exception trace (which I only got after fixing the Deployment Target as mentioned in the previous comment):
|
Ah, sorry. XCode changed the deployment target without me noticing. (I'm really not a Mac developer, so I'm not very familiar with XCode). However, your stack trace was exactly what I was looking for. I think I found the problem, so try the new debug build which should hopefully work even on Catalina (and not crash if we are lucky). |
It runs now--Hooray! Thank you so much...I was learning more than I wanted about Xcode to see if I could make sense of the error myself. Which I'm sure I wouldn't have. Let me know if there's anything I can do to help. I'd been using the application in a program I'd done with kids, routing motion tracking data from a Kinect through Pure Data and out to SimpleSynth, a whole chain of open source software! Thanks again. |
I'm glad to hear that! Your project sounds awesome, so I am happy to be able to help you. I created a binary release package, available on https://github.com/matlimatli/simplesynth/releases/tag/v1.2.2 |
Hi!
Big fan of this app for a long time!
Any plans to update this for 64-bit? It would be a shame to lose it when 10.14 is released.
If not, do you have any alternatives you could recommend?
The text was updated successfully, but these errors were encountered: