Hyunjin Song
Hyunjin Song
@probonopd Could you test if #6276 fixes this?
@probonopd #6276 is merged. Waiting for your reply.
It may happen when LMMS fails to find Carla plugin library. Have you installed separate Carla package? LMMS' Carla plugins won't work without them.
On Windows, `sf_wchar_open` should be used instead for handling filename encoding properly. `#define ENABLE_SNDFILE_WINDOWS_PROTOTYPES 1` is required for libsndfile < 1.1.0 too.
On Windows, `sf_open` uses local narrow character encoding, which is lossy and can cause issues with filenames that can't be represented with the encoding.
Looking into the source code, sndfile still internally converts the path as narrow encoding -> UTF-16 -> UTF-8, meaning we can't pass UTF-8 strings directly on Windows.
I mean, the input to `sf_open` uses (possibly) lossy narrow encoding from local code page on Windows, which itself is problematic
I'm not sure, but it shouldn't.
I can't get any useful information from your core dump. Do you have the full bactrace with all threads?
FYI, you will find some more places if you `git grep` for `delta()`.