-
Notifications
You must be signed in to change notification settings - Fork 7
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
By running the program without pre-opening the audacity #21
Comments
Try to open Audacity manually, and check if there are any pop-ups, if there are switch them off. |
I have the same problem. blender freezes attempting to start, if launched via terminal you can see the status |
@samytichadou Are you on Ubuntu? |
I use Arch linux |
if I comment out this line with that line still commented if I close blender, open audacity then open blender with audacity already running I can go to the Audacity tools menu and click the refresh next at the top of that menu, and it instantly says pipe available and gives me a checkbox. this is at least a work around that makes it possible to use the addon, I just have to remember to start audacity first and to not click that button unless I do. I hope this investigation helps some with finding the problem. I've never done any python coding with blender or not, is there a way to debug the code to see exactly what line its hanging on? |
Audacity seems to fail to launch for now (updated audacity?), it starts an infinite loop waiting for it. Which version of it (audacity) are you using? I ll try to take a look on the weekend! Does it works correctly if audacity is launched before using a pipe command? (sending receiving...) |
@samytichadou I'm using Audacity 3.0.2, I had to use a very new version because the pipe plug in for audacity didn't become a standard part of the package on Linux until more recently. Windows and Mac had it earlier. I am on Ubuntu 18.04 if I launch audacity on its own, then start blender everything is fine. with that line removed I have a not so great, but usable workaround. I hope these details help! |
Hi i'm investigating a little into this bug, for now i can't reproduce it, i'm on windows 10, blender 2.93.1 and audacity 3.0.2. |
Arch Linux I put the path in the addon. |
Ubuntu 18.04 and Mint 21 (experience with the addon is on Ubuntu) I did just realize something else that is different from previous experiences. I just extracted Blender 2.93.1, I was actually using 2.93.0 previously. I did not have the audacity path specified however (experienced the above with the path to audacity field blank) I will add the path and see if that makes any difference also. |
Here they solve the problem. https://github.com/audacity/audacity/blob/master/scripts/piped-work/pipeclient.py Being fifo type files, although the program is not open is waiting for a new message. |
@b4zz4 I do not understand what you mean. Could you explain in more detail exactly what solves the problem and why? |
What happens is that blender does not start after audacity closes. The display is left in gray. |
@b4zz4 Maybe @kodiakcreativity test it first? I see the function will only be executed if not on win32, what will happen on macos? |
I did that patch, but it doesn't solve the problem at all, I need some more time to see it.
I document it to see if someone else wants to change it.
In macos it is most likely that it will happen the same as in gnu/linux
El lunes, 16 de agosto de 2021 08:33:34 ART, tin2tin ***@***.***> escribió:
@b4zz4
I'm not on Linux. Can you submit a patch that does what you need on Linux? Is this it? ***@***.***
Maybe @kodiakcreativity test it first?
I see the function will only be executed if not on win32, what will happen on macos?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Blender waiting, and he doesn't start.
Command line show:
Audacity Tools --- Looking for Audacity pipe
But if the audacity is open, this works perfectly.
The text was updated successfully, but these errors were encountered: