Open APersonOnGithub opened 4 years ago
When I open the audit.db file the session and player columns are jibberish so I cannot read them, and the blocked column is always null. Also I have no way to identify the types based on a number Image of what I get when trying to check audit: https://user-images.githubusercontent.com/45295884/89741037-cd69f400-da85-11ea-8b9d-ea3ab8bea965.png
Im using the latest 1.16 pre-release I'm using this SQL viewer, But using sqlite3 on Linux also gives similar results: https://sqlitebrowser.org/
That is data stored in binary. I ran into the same problem, and it seems that I cannot solve it now. This project may help you: https://github.com/Element-0/PacketDecoder
When I open the audit.db file the session and player columns are jibberish so I cannot read them, and the blocked column is always null. Also I have no way to identify the types based on a number Image of what I get when trying to check audit: https://user-images.githubusercontent.com/45295884/89741037-cd69f400-da85-11ea-8b9d-ea3ab8bea965.png
Im using the latest 1.16 pre-release I'm using this SQL viewer, But using sqlite3 on Linux also gives similar results: https://sqlitebrowser.org/