IncoCode / AccountInBank-GTA5

This script lets you store your money in bank account and earn interest (0.001% per day by default). Also you can transfer money between characters accounts.
8 stars 3 forks source link

InvalidDataException with SHVDN 2.10.9 on GTA Version 1604.1 #40

Closed Matteas-Eden closed 5 years ago

Matteas-Eden commented 5 years ago
[18:57:48] [ERROR] Failed to instantiate script 'AccountInBank.AccountInBank' because constructor threw an exception:
System.IO.InvalidDataException: Found invalid data while decoding.
   at AccountInBank.Model.GTADate.set_Day(Int32 value)
   at AccountInBank.Helper.GetCurrentDate()
   at AccountInBank.Bank.LoadSettings()
   at AccountInBank.AccountInBank..ctor()

Started happening very recently, despite the fact that I did not change add/remove/update any script files or dependencies. I understand that there's already an issue with GTADate posted, but since that's from 3 years ago I didn't see in any harm in posting mine.

Any help would be appreciated.