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

Doesn't work when exported #176

Closed
scotmcp opened this issue May 18, 2024 · 2 comments
Closed

Doesn't work when exported #176

scotmcp opened this issue May 18, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@scotmcp
Copy link

scotmcp commented May 18, 2024

Environment:
Linux Mint 21.3
Godot 4.2.2

Issue description:
When running the game in the editor, works fine
when running the game from the project manager screen, works fine
when I export the game, the gdsqlite doesn't seem to be touching the file at all, db reads and writes fail.

I copied the database to the target location manually. I tested that godot is writing files to the correct location (using a test FileAccess.WRITE function)

Minimal reproduction project:
It's a huge project.

@scotmcp scotmcp added the bug Something isn't working label May 18, 2024
@2shady4u 2shady4u self-assigned this May 18, 2024
@2shady4u
Copy link
Owner

Hello @scotmcp,

If you export the game in DEBUG mode and run the exported game through the linux terminal, are there any errors reported?

@scotmcp
Copy link
Author

scotmcp commented May 18, 2024

CLosing this issue as not to do with gdsqlite, the problem lies elsewhere.....I got it working when running straight from terminal, it's when the server is started as a daemon that is causing the issue, and FileAccess.WRITE also breaks in this case, so it's something else entirely.

I would say it's permissions, but the daemons are running as root. :-/

Thank you!!!

@scotmcp scotmcp closed this as completed May 18, 2024
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

2 participants