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

nodes do not work when playing in standalone mode #77

Open
CatNippIes opened this issue Feb 24, 2023 · 6 comments
Open

nodes do not work when playing in standalone mode #77

CatNippIes opened this issue Feb 24, 2023 · 6 comments

Comments

@CatNippIes
Copy link

everything works fine when i test in embedded mode, but when i try to play in standalone it just doesnt work, the classic logic bricks work fine, but the logic nodes do not, also once i export it to an exe file, they start working fine again

@youle31
Copy link

youle31 commented Feb 25, 2023

Hello, about that, I'm wondering if it can be related to recent submodules changes and also this commit after merge:

UPBGE/upbge@9185191

where blenderplayer cmakelists file has been edited to mimic other parts of the code.
.gitmodules file has also be removed (in BFBlenderSources and upbge)

@lordloki : On my side, in upbge sources, I removed release/scripts, release/datafiles/locale, and source/tools folders.

At this stage, if I clone upbge sources from the web, and that I do ./make update, I just have to copy addons_conttrib from BFBlenderSources to upbge and run ./make update a second time to have all submodules at the right place.

After, I searched in the code all occurrences of "release/scripts" and found only the one in blenderplayer cmakelists but it is possible that other python scripts/other files might need to be updated to reflect submodules directory change.

I didn't test for now.

@CatNippIes
Copy link
Author

CatNippIes commented Feb 25, 2023 via email

@youle31
Copy link

youle31 commented Feb 25, 2023

https://ufile.io/nsfl0n1r (Here is a last upbge master build with logic nodes addon + a test file included which is working for me both in embedded and in standalone)

(Note: I had to manually download addon from upbge logic nodes addon because scripts/bge_netlogic folder was empty)

@lordloki
Copy link
Member

I just test it and it works perfectly in windows. in which operating system are you testing it, @CatNippIes ?

@CatNippIes
Copy link
Author

CatNippIes commented Feb 25, 2023 via email

@CatNippIes
Copy link
Author

CatNippIes commented Feb 25, 2023 via email

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

3 participants