2shady4u / godot-sqlite

GDExtension wrapper for SQLite (Godot 4.x+)
MIT License
850 stars 76 forks source link

Networked database causing crashes #150

Open thearduinoguy opened 12 months ago

thearduinoguy commented 12 months ago

Windows 11

Godot 4.1

Database is held on a network server and the program will frequently crash. Has anyone else experienced this or know what may be causing this? If the database is local I do not have the same issues.

2shady4u commented 12 months ago

Hello @thearduinoguy

What kind of setup are you using? How are you accessing the database remotely?

thearduinoguy commented 11 months ago

Windows 11 and the database is in a shared folder on a networked PC.

jaszolty commented 11 months ago

Hi both,

I'm experiencing crashes too.

Godot 4.1.1 Windows 10 with the database on a shared folder over the network.

For me it seems to crash when exported as a release version. The update statement will actually save OK before Godot crashes and closes completely. So could possibly be to do with close_db() function.

However when exported as debug or running from the editor itself, I have yet to see any crashes.

Thank you.