Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | Isccb |
I am trying to export a project with SQLite to HTML5, however, despite having placed the * .db file in “Filters to export non-resource files/folders”, it does not work and appearing on the console “Can’t open file from path 'res://cahdb.db” during the export.
Databases will typically lock themselves from outside access when they’re being modified. Is the database open anywhere on your computer while you’re trying to export?
timothybrentwood | 2021-05-12 01:00
Which SQLite add-on did you use? If you are using a GDNative add-on, you need to export to HTML5 with GDNative support enabled (which has some restrictions on supported browsers).
Calinou | 2021-05-12 16:13