-
Notifications
You must be signed in to change notification settings - Fork 31
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
(Studio One 7 + AU or VST) or (FL 2024 + VST3) + macOS 13 => "does not work" #905
Comments
Hello, |
What you should also do is create an installer and run it, else you might have trouble reproducing 100% your issue unless on Logic. It seems there are caches if you just use --publish, I had trouble this way and tested former version. To be 100% sure
Only then if the bug happen we can be sure there is an issue, else it might be a wrong binary, it happens to me all the time except with Logic for some reason |
you say your plugin crash, please post your crash log |
Sorry for my question, how to I get the crash log ?
regards
Le sam. 25 janv. 2025 à 14:16, p0nce ***@***.***> a écrit :
… you say your plugin crash, please post your crash log
—
Reply to this email directly, view it on GitHub
<#905 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJK2BR6F6EVVNJX7QJWVPL2MOFD3AVCNFSM6AAAAABV3KZB7CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJTHE3DGNJZGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I followed your advices/procedure (remove the pluginsd from folders, recreate a signed installation, etc.) For Studio One , here is the log : Warning: UCNET:Enabled UDP multicast on official port 47809 (1 sockets)Warning: UCNET:Local UDP port bound to 53035 (2 sockets)Warning: UCNET:Adding server via UDP discovery 192.168.1.52 : tcp 49934 udp 52447 (alive event)Warning: UCNET:Server "Plug-in Scanner" (id = "{1E2B6426-D954-A04D-A9C0-2F0CA2B36F7E}.11979") resolved at host "192.168.1.52", tcp 49934 udp 52447Warning: UCNET:Resolving hostname localhost...Warning: UCNET:Connecting to localhost...Warning: UID conflict on class registration: KV_Element (AudioSynth VST2) => used by: Element (AudioSynth VST3/Synth)Warning: UID conflict on class registration: KV_ElementFX (AudioEffect VST2) => used by: Element FX (AudioEffect VST3)Warning: UID conflict on class registration: TAL-Reverb-4 (AudioEffect VST2) => used by: TAL Reverb 4 Plugin (AudioEffect VST3)Warning: UID conflict on class registration: ARP 2600 V3 (AudioEffect AudioUnit)Warning: UID conflict on class registration: Analog Lab V (AudioEffect AudioUnit)Warning: UID conflict on class registration: FL Studio (AudioEffect AudioUnit)Warning: UID conflict on class registration: Buchla Easel V (AudioEffect AudioUnit)Warning: UID conflict on class registration: DX7 V (AudioEffect AudioUnit)Warning: UID conflict on class registration: Element (AudioEffect AudioUnit)Warning: UID conflict on class registration: HISE (AudioEffect AudioUnit)Warning: UID conflict on class registration: Jun-6 V (AudioEffect AudioUnit)Warning: UID conflict on class registration: Pigments (AudioEffect AudioUnit)Warning: UID conflict on class registration: Mini V3 (AudioEffect AudioUnit)Warning: UID conflict on class registration: Mellotron V (AudioEffect AudioUnit)Warning: UID conflict on class registration: Massive (AudioEffect AudioUnit)Warning: UID conflict on class registration: Reaktor5 (AudioEffect AudioUnit)Warning: UID conflict on class registration: Reaktor 6 (AudioEffect AudioUnit)Warning: UID conflict on class registration: Synplant (AudioEffect AudioUnit)Warning: UID conflict on class registration: Phoscyon (AudioEffect AudioUnit)Warning: UID conflict on class registration: Phoscyon 2 (AudioEffect AudioUnit)Warning: UID conflict on class registration: Vocoder V (AudioEffect AudioUnit)Warning: UID conflict on class registration: iZotope Iris 2 (AudioEffect AudioUnit)Warning: UID conflict on class registration: TripleCheese (AudioEffect AudioUnit)Warning: UID conflict on class registration: DLSMusicDevice (AudioEffect AudioUnit)Warning: UID conflict on class registration: impOSCar2 (AudioEffect AudioUnit)Warning: UID conflict on class registration: AUMIDISynth (AudioEffect AudioUnit)Warning: UID conflict on class registration: TAL-NoiseMaker (AudioEffect AudioUnit)Warning: UID conflict on class registration: AUSampler (AudioEffect AudioUnit)Warning: UCNET:Removing server via UDP discovery 192.168.1.52 : tcp 49934 udp 52447 (leave event)Warning: UCNET:Server "Plug-in Scanner" removed.Warning: UCNET:Adding server via UDP discovery 192.168.1.52 : tcp 49936 udp 50057 (alive event)Warning: UCNET:Server "Plug-in Scanner" (id = "{38151EBC-4867-5142-BC80-A106BF8C828C}.11980") resolved at host "192.168.1.52", tcp 49936 udp 50057Warning: UCNET:Resolving hostname localhost...Warning: UCNET:Connecting to localhost...Warning: UCNET:Removing server via UDP discovery 192.168.1.52 : tcp 49936 udp 50057 (leave event)Warning: UCNET:Server "Plug-in Scanner" removed.Warning: [UserProfileManager] Signed in to FirestoreWarning: UCNET:Started listening on TCP port 49944 (2 sockets)Warning: UCNET:Server "Studio One/7.0.2.103351 macOS x64" registration reply received.Segmentation fault: 11 -- end tell me if you need more stuf. |
For FL Studio, here is the log: (ldc-1.39.0)[126 sribas@STEPH-MacBook /]% /Applications/FL\ Studio\ 2024.app/Contents/MacOS/OsxFL -- end I am wondering if the issue doesnot come from my code and not from the Dplug framework ;-) |
In Spotlight, find the Console app then it will display all recent crash, the thread that crash and its stack trace. Advice: make a repro script: a .sh that builds, then --publish or open the explorer to make you launch the installer, then wait for keypress, then launch the DAW while showing stdio. Then printf your way until the crash. I'd say there is a 40% chance it comes from your code intuitively, there have been a few changes in Dplug as well so who knows? Someone need to investigate. |
oki, I do it and come back top you . I love the option --publish !!! it helps me a lot to reduce the number of manipulation i am doing :) |
Yes but sometimes it's not sufficient to truly update for some reason, in REAPER and FL I think I had trouble at times, and ths installer was needed :( |
I think we can close the issue for the moment as I did as you mentionned and got this debug message: core.exception.ArrayIndexError@source/libs/academic_downsampling.d(232): index [736] is out of bounds for array of length 736 I have to check into my downsampling lib further to find the bug I guess :-) |
Ah if you find something, it would be very cool to update the Wasteland! |
User confirmed a bug in user code, with no particular Dplug action item |
Hello,
I am on a MAC OS 13.7 and when I launch FL 2024 and upload my plugin on a track, FL Studio crashes. No time to launch some sounds , etc.
same with Studio one :(
I have MAC OS 13.7 with Dplug 15.0.8 and LDC 1.39 and Dub 1.38
to be more precise, it doesnot work : FL 2024 1.2 -> VST3 (works in case I upload the AU or the CLAP version)
it doesnot Studio one 7.0.2 -> AU + VST (works with CLAP)
What can I do to help to find a way to solve this ?
tell me if you need more info.
Regards
The text was updated successfully, but these errors were encountered: