FATAL Unrecoverable error {"error": "trust: malformed cache: invalid character '\\x00' looking for beginning of value"

Hey there,

got a small problem starting my storagenode since today. As soon as I am trying to start my node via service I am prompted with an unexpected error 1067.

The storagenode.log got the following entries:

|2021-06-10T07:42:22.229+0200|INFO|Configuration loaded|{Location: C:\\Program Files\\Storj\\Storage Node\\config.yaml}|
|---|---|---|---|
|2021-06-10T07:42:22.236+0200|INFO|Operator email|{Address: ---}|
|2021-06-10T07:42:22.236+0200|INFO|Operator wallet|{Address: ---}|
|2021-06-10T07:42:22.262+0200|FATAL|Unrecoverable error|{error: trust: malformed cache: invalid character '\\x00' looking for beginning of value, errorVerbose: trust: malformed cache: invalid character '\\x00' looking for beginning of value\n\tstorj.io/storj/storagenode/trust.LoadCacheData:96\n\tstorj.io/storj/storagenode/trust.LoadCache:36\n\tstorj.io/storj/storagenode/trust.NewPool:86\n\tstorj.io/storj/storagenode.New:378\n\tmain.cmdRun:177\n\tstorj.io/private/process.cleanup.func1.4:363\n\tstorj.io/private/process.cleanup.func1:381\n\tgithub.com/spf13/cobra.(*Command).execute:852\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:960\n\tgithub.com/spf13/cobra.(*Command).Execute:897\n\tstorj.io/private/process.ExecWithCustomConfig:88\n\tstorj.io/private/process.Exec:65\n\tmain.(*service).Execute.func1:64\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57}|
|2021-06-10T07:42:25.953+0200|INFO|Configuration loaded|{Location: C:\\Program Files\\Storj\\Storage Node\\config.yaml}|
|2021-06-10T07:42:25.961+0200|INFO|Operator email|{Address: ---}|
|2021-06-10T07:42:25.961+0200|INFO|Operator wallet|{Address: ---}|
|2021-06-10T07:42:25.986+0200|FATAL|Unrecoverable error|{error: trust: malformed cache: invalid character '\\x00' looking for beginning of value, errorVerbose: trust: malformed cache: invalid character '\\x00' looking for beginning of value\n\tstorj.io/storj/storagenode/trust.LoadCacheData:96\n\tstorj.io/storj/storagenode/trust.LoadCache:36\n\tstorj.io/storj/storagenode/trust.NewPool:86\n\tstorj.io/storj/storagenode.New:378\n\tmain.cmdRun:177\n\tstorj.io/private/process.cleanup.func1.4:363\n\tstorj.io/private/process.cleanup.func1:381\n\tgithub.com/spf13/cobra.(*Command).execute:852\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:960\n\tgithub.com/spf13/cobra.(*Command).Execute:897\n\tstorj.io/private/process.ExecWithCustomConfig:88\n\tstorj.io/private/process.Exec:65\n\tmain.(*service).Execute.func1:64\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57}|

I can start the node via commandline without any errors. Is there anything I can do to fix the service-thingy?

Sincerely,

Stefan

PS: I am using the windows gui.