Skip to content
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

MIDIator hangs/crashes host on exit (OS X) #14

Open
berntisak opened this issue Nov 20, 2016 · 10 comments
Open

MIDIator hangs/crashes host on exit (OS X) #14

berntisak opened this issue Nov 20, 2016 · 10 comments

Comments

@berntisak
Copy link

Tested in latest versions of both Reaper and Bitwig on OS X 10.11.6

When closing a project containing the MIDIator plugin, the host hangs (not responding) and needs to be force quit. Trying to remove the plugin from a track makes the host crash and close down immediately. I thought Reaper normally was able to isolate plugin crashes, so seems a bit strange.

@Oeyvind
Copy link
Owner

Oeyvind commented Nov 20, 2016

Yes. It has to do with closing of OSC ports. The most recent dev version
of Csound fixes the problem.

  1. nov. 2016 8.42 a.m. skrev "Bernt Isak Wærstad" <notifications@github.com

    :

Tested in latest versions of both Reaper and Bitwig on OS X 10.11.6

When closing a project containing the MIDIator plugin, the host hangs (not
responding) and needs to be force quit. Trying to remove the plugin from a
track makes the host crash and close down immediately. I thought Reaper
normally was able to isolate plugin crashes, so seems a bit strange.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#14, or mute the thread
https://github.com/notifications/unsubscribe-auth/AFUyzSTnnBkSpO_ZmNoIaZuC038Y62sZks5rAHhXgaJpZM4K3laH
.

@berntisak
Copy link
Author

So should be fixed in the 6.08 release I guess - I'll just close the issue then.

@Oeyvind
Copy link
Owner

Oeyvind commented Nov 20, 2016

Lets assume and hope so, but also test once 6.08 is out, that is also
solves the problem on OSX.

2016-11-20 12:17 GMT-08:00 Bernt Isak Wærstad notifications@github.com:

So should be fixed in the 6.08 release I guess - I'll just close the issue
then.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#14 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFUyzeIReDbCXWXuLjT6jHykt4QmK8mPks5rAKrVgaJpZM4K3laH
.

@berntisak
Copy link
Author

Just built latest from source and can confirm it doesn't crash anymore. I do get a new error on the analyzer though:

error: syntax error, unexpected T_IDENT (token "kwhen") from file analyze_send.inc (5)
from file analyzer.csd (1)
line 1684960626:

OSCsend kwhen <<<
Unexpected untyped word OSCsend when expecting a variable
Parsing failed due to invalid input!
Stopping on parser failure

Open a new issue on this one perhaps or is it an easy fix?

@Oeyvind
Copy link
Owner

Oeyvind commented Nov 21, 2016

mm, strange, could you try to run csound -z to veryfy that you have OSCsend?
Then run analyzer.csd on the command line.

2016-11-20 13:47 GMT-08:00 Bernt Isak Wærstad notifications@github.com:

Just built latest from source and can confirm it doesn't crash anymore. I
do get a new error on the analyzer though:

error: syntax error, unexpected T_IDENT (token "kwhen") from file
analyze_send.inc (5)
from file analyzer.csd (1)
line 1684960626:

OSCsend kwhen <<<
Unexpected untyped word OSCsend when expecting a variable
Parsing failed due to invalid input!
Stopping on parser failure

Open a new issue on this one perhaps or is it an easy fix?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#14 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFUyzQu8hu61xSp5Dc1zlqmfgS-YJSJdks5rAMABgaJpZM4K3laH
.

@berntisak
Copy link
Author

Wasn't there and not sure how to do a build with them (seems to be set to on, but apparently they're not built anyway). Would have to wait for the 6.08 release I guess

@Oeyvind
Copy link
Owner

Oeyvind commented Nov 21, 2016

There's a dependency on liblo I think,
This should be covered in the Csound build instructions, but IIRC you
download the source and build it with configure, make install. I don't
remember stumbling upon special problems building it. (...)

2016-11-21 13:08 GMT-08:00 Bernt Isak Wærstad notifications@github.com:

Wasn't there and not sure how to do a build with them (seems to be set to
on, but apparently they're not built anyway). Would have to wait for the
6.08 release I guess


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#14 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFUyzVwE_GzRYqhOCO6M9ywJtMw2xTERks5rAggygaJpZM4K3laH
.

@berntisak
Copy link
Author

Still having those crashes with latest version of Csound (6.08).

When I said it wasn't crashing anymore, was because it wasnt actually running (due to my inability to build Csound with OSC opcodes)

@berntisak berntisak reopened this Dec 2, 2016
@Oeyvind
Copy link
Owner

Oeyvind commented Dec 3, 2016 via email

@berntisak
Copy link
Author

berntisak commented Dec 6, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants