ronso0

Results 1331 comments of ronso0

> Here is a screenshot of what happened when I tried to do the gdb backtrace This tells you gdb is not installed. Install it with `sudo apt-get install gdb`...

`gdb ./mixxx` means gdb should look for an executable called _mixxx_ in the current directory. on the left of the command proper you can see the current working directory, and...

The leading `./` tells the interpreter to look for the following file or command in the current working directory. The `~` before the prompt indicates this is your home directory,...

(please post copied text instead of screenshots, that allows us to copy it for responses, thanks) Oh sorry, I forgot this is about the Flatpak version :facepalm: That explains why...

> I'll see if I can get a ChromeOS VM going and dig around a bit. Interesting that no one mentioned that before. Could indeed be a Flatpak install inside...

Note that I just skimmed through it and commented only on places I stumbled upon. Haven't looked at the script in detail --there are much more competent devs for that.

So if you swap channels in a DAW and load as new track all is good?

I've noticed a similiar issue in my branch based on main. It does usually get reloaded, but at some point (after multiple script errors? maybe accidentally clicked "Ignore"?) saving does...

> Maybe related to the OS limit on many files get watched along with a file resource leak? AFAIK here only the Custom.kbd.cfg (#13082) and the only loaded mapping script...

> Interesting. Can you try a commit from before [#13607](https://github.com/mixxxdj/mixxx/pull/13607) and see if that introduced the regression? me? Sorry, unfortunately I can't reproduce this right away, usually reload happens as...