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

Release window bug #144

Open
eduardohr-muniz opened this issue Mar 6, 2023 · 4 comments
Open

Release window bug #144

eduardohr-muniz opened this issue Mar 6, 2023 · 4 comments

Comments

@eduardohr-muniz
Copy link

In debug mode it works perfectly when I build for windows, it stops working, did anyone manage to solve it or can you give me a tip on how to solve it?

@simolus3
Copy link
Owner

simolus3 commented Mar 6, 2023

What is the error?

@eduardohr-muniz
Copy link
Author

eduardohr-muniz commented Mar 6, 2023

the error at first says that it is not finding the .s3db file in the assets
The strange thing is that in debug it works

@simolus3
Copy link
Owner

simolus3 commented Mar 6, 2023

The .s3db file is something you've added, right? I don't (yet) see how it's related to this package, so you open assets with sqlite3 directly, does the file exist?

@michalsrutek
Copy link
Contributor

Are you sure you're including the necessary .dll files even in the release build? I had a similar problem and the missing files ended up being the solution.

You might want to create a release build outputting any errors, so you can easily go and address them.

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