Marcin Pączkowski

Results 611 comments of Marcin Pączkowski

@prko could you try replacing the `*handshake` method in the `ScIDE` class with the following? ```supercollider *handshake { var timeout = 10; var endTime = thisThread.seconds + timeout; fork{ this.send(\classLibraryRecompiled);...

The server issue shouldn't be related... Also you'd need to clarify - is the scsynth.exe not running? Or is there just no communication between sclang and scsynth? In any case,...

Thanks for reporting @prko ! BTW could you test "clean" artifact from https://github.com/supercollider/supercollider/pull/6758 on your system? Does the server boot? If it experiences boot delay, it would be great to...

Yeah, this may seem like it works, but it doesn't solve the underlying issue with timing. With the workaround the handshake timeout should only occur if no documents are open...

Can you confirm whether you got `WARNING: Meta_ScIDE handshake: timeout` when IDE had any open documents (even if empty) as opposed to no documents? Note that this timeout is long...

@capital-G can you post the exact errors you are getting? Do you ever get this when not manipulating program's file structure while running SC? I'd consider manipulating config files with...

Let's try to use issue description as the title, instead of a proposed solution which might not be valid.

I was mostly referring to the issue _title_ - I renamed this issue, since the title wasn't describing the issue itself.

In the past I've had a dream of reviving SC on iOS. Could I get some time to check whether any of this may still work?

> most of this PR is still relevant. I disagree. This PR removes the actual code that was once working on iOS AFAIU, before it was called iOS. It's true...