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

require does not find libraries properly when using F5 (Run) #124

Open
tomshackell opened this issue Sep 24, 2023 · 0 comments
Open

require does not find libraries properly when using F5 (Run) #124

tomshackell opened this issue Sep 24, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@tomshackell
Copy link

tomshackell commented Sep 24, 2023

I followed the tutorial video and created two projects, one is a shared library (Library) the other uses that library (TestMC).

image

I added the library in my settings:

image

It works correctly if I build the project (F7), and it works correctly if I simulate it (F6). However, when I run the project (F5) it generates this error:

image

Indicating the library isn't found. I use 'Run' to run my unit tests and such like, and the require not working properly is very inconvenient.

@tomshackell tomshackell added the bug Something isn't working label Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant