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

Kontakt 7.6 (newest release) not opening in DawDreamer #180

Open
liamfudge opened this issue Oct 14, 2023 · 2 comments
Open

Kontakt 7.6 (newest release) not opening in DawDreamer #180

liamfudge opened this issue Oct 14, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@liamfudge
Copy link

Issue Description

When trying to load the vst3 file “Kontakt 7.vst3” (version 7.6, the latest update), it fails to open within DawDreamer. However, it works perfectly within Logic/Cubase.

Kontakt 7.6 is *supposed to fix a massive bug for offline rendering of sequence/script-based .nki libraries (eg. Session Guitarist Acoustic Strummer, Action Drums Ensemble). Until this update, these libraries were unusable within DawDreamer due to audio dropouts and artifacts in the final audio exports.
 

For clarification, here’s the code I ran and the resulting errors:

import dawdreamer as daw

SAMPLE_RATE = 44100
BUFFER_SIZE = 1024

KONTAKT7_PLUGIN = './plugins/Kontakt 7.vst3'

engine = daw.RenderEngine(SAMPLE_RATE, BUFFER_SIZE)

synth = engine.make_plugin_processor('instrument_name', KONTAKT7_PLUGIN)
assert synth.get_name() == 'instrument_name'
synth.open_editor()

Errors

error: attempt to map invalid URI `./plugins/Kontakt 7.vst3'
[2023-10-13 16:51:10.049] [error] rpc_client::connect: connect to /Users/Shared/Native Instruments/com.native-instruments.odr_agent.kks failed system:2
[2023-10-13 16:51:10.061] [info] BrowserModelObserver::browser_settings_changed()
The file /Library/Application Support/Native Instruments/Hardware/Hardware Connection Service/NIHardwareConnectionService.app does not exist.
[2023-10-13 16:51:10.062] [error] Couldn't start "open -j /Library/Application Support/Native Instruments/Hardware/Hardware Connection Service/NIHardwareConnectionService.app" returns 1
[2023-10-13 16:51:10.120] [error] rpc_client::connect: connect to /Users/Shared/Native Instruments/com.native-instruments.odr_agent.kks failed system:2
[2023-10-13 16:51:10.130] [info] BrowserModelObserver::browser_settings_changed()
The file /Library/Application Support/Native Instruments/Hardware/Hardware Connection Service/NIHardwareConnectionService.app does not exist.
[2023-10-13 16:51:10.132] [error] Couldn't start "open -j /Library/Application Support/Native Instruments/Hardware/Hardware Connection Service/NIHardwareConnectionService.app" returns 1
qrc:/imports/com/nativeinstruments/CXBrowser/Templates/ProductBrowser.qml:259:13: Unable to assign [undefined] to int 
                 property int cellWidthMin: root.productTileWidth 
                 ^
qrc:/imports/com/nativeinstruments/CXBrowser/Templates/ProductBrowser.qml:259:13: Unable to assign [undefined] to int
[2023-10-13 16:51:11.126] [info] BrowserModelObserver::browser_filter_changed() for property 6
[2023-10-13 16:51:11.126] [info] BrowserModelObserver::browser_sounds_changed()
[2023-10-13 16:51:11.128] [info] BrowserModelObserver::browser_filter_changed() for property 0
qrc:/imports/com/nativeinstruments/CXBrowser/Templates/ProductBrowser.qml:259:13: Unable to assign [undefined] to int 
                 property int cellWidthMin: root.productTileWidth 
                 ^
qrc:/imports/com/nativeinstruments/CXBrowser/Templates/ProductBrowser.qml:259:13: Unable to assign [undefined] to int
Segmentation fault: 11

Is it possible to get Kontakt 7.6 working with DawDreamer? It seems like DawDreamer is looking for files that aren’t crucial to running the vst, considering that Logic/Cubase are able to open the plugin.

@DBraun
Copy link
Owner

DBraun commented Oct 14, 2023

Sorry that it's not working. Could you check Spotify's pedalboard module as an alternative?

@DBraun DBraun added the bug Something isn't working label Oct 14, 2023
@MrGrample
Copy link

seems like a problem on NI side. Pedalboard has the same issue, as well as auto-rendering through Reaper using reapy. Reaper renders the audio correctly tho, only throwing these errors in log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants