Corrupt project files?

Hi!

I’m using Renoise on Linux with yabridge which lets you run Windows VSTs on Linux

it works really nice, but it has happened a couple times now where when re-opening a Renoise project that has yabridge plugins loads an empty project. (no tracks, instruments, patterns, etc)

I’m wondering if it’s a bug with yabridge or Renoise, but either way it would be nice to get some parts of the project files back.

I’ve attached the Renoise logs when opening these “corrupt” project files, plus an example project file.

Any help is much appreciated, thanks!

project file: https://transfer.sh/174gxp2/example.xrns
logs: https://transfer.sh/1rO9By8/loading-example-xrns.log

PS. yabridge is GitHub - robbert-vdh/yabridge: A modern and transparent way to use Windows VST2 and VST3 plugins on Linux

The song loads and plays on my system, issue may be system related, file security or something perhaps.

Capture

According to the logfile, there may be an issue with SHM, it might help to increase the ‘shmmax’.

thanks!! not sure how I missed that stuff in the logs. but sure enough in /etc/systemd/system.conf, setting

[Manager]
DefaultLimitMEMLOCK=100000000

then confirm

$ ulimit --lock-size
97656

works perfect now. thanks :grinning:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.