master branch (90e8da0cfb54ac593cdbed74c3d0c9b09bad3a9f) ======================================================== bitwig 3.2.8 & 3.3.7 -------------------- behavior as before: no crash when loading the plugin, but also no update without explicit sendChangeMessage develop branch (c0bcba8d712b8d6f560b2675b3ecf07592249dbc) ========================================================= bitwig 3.2.8 ------------ this version is no longer able to load the plugin and fails with the following output on console: [2021-04-27 18:19:47 notifications info] Opening project osccontrol-test: [2021-04-27 18:19:47 float-document-master error] Error loading file /servers/krag/ssd-home1/pschmitz/.vst3/osccontrol-light-gui.vst3 ABCDEF019182FAEB64724C7432356530: com.bitwig.base.io.lEM: com.bitwig.flt.library.metadata.reader.exception.CouldNotReadMetadataException: could not read metadata: No plugin found in file with sub path ABCDEF019182FAEB64724C7432356530 at llR.QUi(SourceFile:40) at llR.TQT(SourceFile:14) at Glf.pwn(SourceFile:385) at QQt.run(SourceFile:71) at qer.run(SourceFile:284) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: com.bitwig.flt.library.metadata.reader.exception.CouldNotReadMetadataException: could not read metadata: No plugin found in file with sub path ABCDEF019182FAEB64724C7432356530 at xnL.QUi(SourceFile:47) at xnL.i1(SourceFile:10) at prr.i1(SourceFile:41) at HeM.i1(SourceFile:22) at prr.i1(SourceFile:41) at HeM.i1(SourceFile:22) at llR.QUi(SourceFile:36) ... 7 more [2021-04-27 18:19:47 float-document-master info] Stopping engine for New 1 [2021-04-27 18:19:47 float-gui-widgets info] Closing audio IO device ... [2021-04-27 18:19:47 float-document-master info] Starting engine for osccontrol-test [2021-04-27 18:19:47 ramona-server error] Connection broken with client: java.io.EOFException at com.bitwig.ramona.serial.tvW.Pan(SourceFile:263) at com.bitwig.ramona.serial.tvW.yG3(SourceFile:413) at bHx.TQT(SourceFile:847) at bHx.QUi(SourceFile:669) at bHx.QUi(SourceFile:650) at com.bitwig.ramona.protocol.emS.QUi(SourceFile:88) at bIt.YXd(SourceFile:384) at bIu.run(SourceFile:275) [2021-04-27 18:19:47 float-engine-communication info] Engine connecting with sample rate 44100 and block size 512 [2021-04-27 18:19:47 float-document-master error] Error loading file /servers/krag/ssd-home1/pschmitz/.vst3/osccontrol-light-gui.vst3 ABCDEF019182FAEB64724C7432356530: com.bitwig.base.io.lEM: com.bitwig.flt.library.metadata.reader.exception.CouldNotReadMetadataException: could not read metadata: No plugin found in file with sub path ABCDEF019182FAEB64724C7432356530 at llR.QUi(SourceFile:40) at llR.TQT(SourceFile:14) at Glf.pwn(SourceFile:385) at QQt.run(SourceFile:71) at qer.run(SourceFile:284) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: com.bitwig.flt.library.metadata.reader.exception.CouldNotReadMetadataException: could not read metadata: No plugin found in file with sub path ABCDEF019182FAEB64724C7432356530 at xnL.QUi(SourceFile:47) at xnL.i1(SourceFile:10) at prr.i1(SourceFile:41) at HeM.i1(SourceFile:22) at prr.i1(SourceFile:41) at HeM.i1(SourceFile:22) at llR.QUi(SourceFile:36) ... 7 more bitwig 3.3.7 ------------ loads successfully and works without explicit sendChangeMessage!