GameAnalytics / GA-SDK-DEFOLD

Repository for GameAnalytics Defold SDK
MIT License
14 stars 7 forks source link

GA not working on Linux Mint #6

Closed subsoap closed 5 years ago

subsoap commented 5 years ago

I tested setting it up and running on a Linux Mint install today.

Got this error in log

[2019-03-11 17:05:51.861] [gameanalytics] [warning] Warning/GameAnalytics: Could not add event: SDK datastore error
[2019-03-11 17:05:51.861] [gameanalytics] [error] Error/GameAnalytics: SQLITE3 PREPARE ERROR: out of memory
[2019-03-11 17:05:51.864] [gameanalytics] [error] Error/GameAnalytics: SQLITE3 BEGIN ERROR: out of memory
[2019-03-11 17:06:21.299] [gameanalytics] [warning] Warning/GameAnalytics: Could not add event: SDK datastore error
[2019-03-11 17:06:21.299] [gameanalytics] [error] Error/GameAnalytics: SQLITE3 PREPARE ERROR: out of memory
[2019-03-11 17:06:21.299] [gameanalytics] [error] Error/GameAnalytics: SQLITE3 BEGIN ERROR: out of memory

I tested deleting everything in the GA folder and got same error.

subsoap commented 5 years ago

It seems it is working on some Linux computers, you can see yourself here https://go.gameanalytics.com/game/69474/realtime can I e-mail you to give you a Steam key to test with?

subsoap commented 5 years ago

Actually maybe it is working fine just that closing the game too quickly causes this error to appear in the log.

subsoap commented 5 years ago

Closing for now but may still be worth investigating.