.metaproj not found error when exporting as a FX plugin
-
@Neplound Ok there must be something different in this project than your other projects. What does your project do?
-
@d-healey
Wait, sorry but what do you mean?My project is a FX plugin and does reverb, delay and other things (if thats what you re asking)
I will check everything again.
Again sorry for not understanding... -
@Neplound said in .metaproj not found error when exporting as a FX plugin:
My project is a FX plugin and does reverb, delay and other things (if thats what you re asking)
Yes that's what I meant, what does it do that is different to the projects that you were able to compile.
-
@d-healey
Ohhh, okay:
It is bigger, it has phaser, filter, distortion and gain (and then the reverb and delay like i said)It is quite the same as previous plugins i think
-
@Neplound said in .metaproj not found error when exporting as a FX plugin:
And yes i tried to delete build files,
How did you delete the build files?
-
@d-healey
Yes ive tried nearly everything. -
@Neplound Did you use Export >> Clean build directory?
-
@d-healey
Oh sorry for late reply but yes -
@Neplound Could be a permission issue, since it says it can't write to the file. Is this project folder in the same location as your other projects?
-
@d-healey
Yes it is... -
@Neplound Does it work if you export it as a standalone app or an instrument plugin?
-
@d-healey
Sadly, no it doesnt work... -
@Neplound Can you send me the project? Without the binaries, additional source code, pooled resources, and samples folders.
-
@d-healey
Do i need to send you zip file? -
-
@Neplound Are you exporting as VST2?
-
@d-healey
No no, i tried to do that VST3 option too -
@Neplound I get the same error on Windows. Compiles fine on Linux. I'll see if I can figure out the issue.
-
I found the problem. You have a space at the end of your project name and this confuses poor little Windows.
Change "ALL in ONE " to "ALL in ONE"
-
@d-healey
Hello, i will try that, thanks!