Ed Davies
Ed Davies
I can't reproduce this on Ubuntu 18.04, 19.04 or Debian. Is this only happening on NixOS? Does the prebuilt Projucer binary that comes with the download from https://shop.juce.com/get-juce/download also crash?
Thanks, I've managed to reproduce the crash by running installing Nix on Ubuntu 19.04 and running the `nix-shell` command that you posted above. The line it's crashing on is in...
This is due to the way that command line arguments are handled on Unix vs Windows. You should be able to use the `JUCEApplicationBase::getCommandLineParameters()` or `JUCEApplicationBase::getCommandLineParameterArray()` methods inside `initialise()` to...