Projucer asserts in File::parseAbsolutePath() when using relative, non-global juce module paths

See screenshot for the assert, which happens when saving the project.

It seems like it only happens for this file submodules/JUCE/modules/juce_audio_plugin_client/VST3/juce_VST3ManifestHelper.mm. Same assert on both windows and mac.

I don’t have the assert if I use an absolute path, e.g., C:\Users\UserName\JUCE\modules, or the global JUCE module path.

This is with the AudioPluginDemo straight from the tip of develop (38f10fcacdaaf4145a259204dcf07600bf3ff95d).

Thank you for reporting. A fix has been released on develop

1 Like