cnaude / Scavenger

Fork of Scavenger originally created by SirHedgehog
MIT License
8 stars 6 forks source link

Strange internal error at latest stable #12

Closed EvilOlaf closed 9 years ago

EvilOlaf commented 9 years ago
[03:06:11 INFO]: [Scavenger] Enabling Scavenger v1.6-38
[03:06:11 INFO]: [Scavenger] Configuration loaded.
[03:06:11 INFO]: [Scavenger] Economy disabled. Item recovery will be free.
[03:06:11 ERROR]: [Scavenger] An internal error occured. => AAcBAAAKAAAKAAdkaXNwbGF5CQAETG9yZQgAAAABABFEaWUgUmVpc2UgYmVnaW5udAgABE5hbWUA
CkdydW5kc3RlaW4AAA==

[03:06:11 INFO]: [Scavenger] Loading e9428ee2-9744-4970-ae02-f7db4e28c482.exampleGroup's inventory from disk.
[03:06:11 INFO]: [Scavenger] Loaded ignore list. (Count = 0)
[03:06:11 INFO]: [Scavenger] Offline-mode is set to false, no Authenticator Hook

oO

It loaded and working well but this issue is pretty....weird ^^

Spigot 1.8 (no 1.8.3)

cnaude commented 9 years ago

That error is a known issue. It just means one of the items could not be read from disk. On Mar 9, 2015 11:10 AM, "EvilOlaf" notifications@github.com wrote:

[03:06:11 INFO]: [Scavenger] Enabling Scavenger v1.6-38 [03:06:11 INFO]: [Scavenger] Configuration loaded. [03:06:11 INFO]: [Scavenger] Economy disabled. Item recovery will be free. [03:06:11 ERROR]: [Scavenger] An internal error occured. => AAcBAAAKAAAKAAdkaXNwbGF5CQAETG9yZQgAAAABABFEaWUgUmVpc2UgYmVnaW5udAgABE5hbWUA CkdydW5kc3RlaW4AAA==

[03:06:11 INFO]: [Scavenger] Loading e9428ee2-9744-4970-ae02-f7db4e28c482.exampleGroup's inventory from disk. [03:06:11 INFO]: [Scavenger] Loaded ignore list. (Count = 0) [03:06:11 INFO]: [Scavenger] Offline-mode is set to false, no Authenticator Hook

oO

It loaded and working well but this issue is pretty....weird ^^

Spigot 1.8 (no 1.8.3)

— Reply to this email directly or view it on GitHub https://github.com/cnaude/Scavenger/issues/12.

EvilOlaf commented 9 years ago

So somehow a file of Scavenger got corrupted?

cnaude commented 9 years ago

No it's a bug in Minecraft code. Some items are not serializable and will fail to restore from disk. This is only an issue for players that die and then quit before respawning. The plugin will save the pending restore to disk in the event the server is restarted. On Mar 9, 2015 11:37 AM, "EvilOlaf" notifications@github.com wrote:

So somehow a file of Scavenger got corrupted?

— Reply to this email directly or view it on GitHub https://github.com/cnaude/Scavenger/issues/12#issuecomment-77915073.

cnaude commented 9 years ago

Fixed in latest build.

EvilOlaf commented 9 years ago

Nice. Will test tomorrow.