Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while creating build files with Projucer #1

Open
ssabug opened this issue Oct 28, 2023 · 4 comments
Open

Error while creating build files with Projucer #1

ssabug opened this issue Oct 28, 2023 · 4 comments

Comments

@ssabug
Copy link

ssabug commented Oct 28, 2023

Hello,

While trying to build the plugin under Linux, got the following error while generating makefiles with Projucer:

can't open resource file: ..../Source/assets/round_button_12_off.png

Could you please provide the files?

@crshrprt
Copy link

In the meanwhile you wait for an answer you can already build it with:

cd Builds/LinuxMakefile/; make -j $(nproc)

since the generated Linux makefile is already there and it will not complain about missing resources.

@KottV
Copy link

KottV commented Nov 19, 2023

round_button_12_y.png is also missed

@p-o-l-e
Copy link
Owner

p-o-l-e commented Nov 20, 2023

Yes *.png is blocked in gitignore. Here is the link - https://drive.google.com/drive/folders/1nHhFB1M41lee0GhbPX3WOL9KyYqjJ60Q?usp=sharing

@ssabug
Copy link
Author

ssabug commented Dec 2, 2023

@p-o-l-e have you got an idea why after the scan below, it looks like the linux vst3 .so file is trying to access /etc/shadow file using sudo ?
https://www.hybrid-analysis.com/sample/a1e8cb9676cd01c752c472f9770705a5de708a14bc700e418dcdcd30a307cd2e

disregard it, looks like this is related to JUCE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants