You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce:
Create a JSON file at the path res://player.json and a database file at the path res://test_data.db. The code only contains the following:
Environment:
Issue description:
Export to JSON file failed.
Steps to reproduce:
Create a JSON file at the path
res://player.json
and a database file at the pathres://test_data.db
. The code only contains the following:However, an error occurs:
GDSQLite Error: Can't open specified json-file, file does not exist or is locked
, and the export was unsuccessful.Strangely, when I export it as an .exe file, there's no error, and it successfully exports to the JSON file.
Minimal reproduction project:
Only the code snippet above is needed.
Additional context
The text was updated successfully, but these errors were encountered: