Sia UI wallet issue and developers lax on fixing bug
-
Hi
I will pay 200 Sias for a resolution.I have a Sia 1.3.0 , on latest Mac OSX, the wallet was running fine until today, I received this error, on github it shows it is an unresolved bug.. now I used to access the wallet through the passphrase to unlock it.
I have a 2 weeks old backup and can restore the backup as a last resort but don't want to go that road yet as I need to create a full separate backup on another drive to restore the old backup open wallet, fetch seed then restore again.. a task of a few days and there is a chance the error might popup on the backup in the event the blockchain format is screwed by the devs.. (will need to unlock it while offline)
Bottom line to get back to my issue.. my seed is buried deep under a ton of files that will take me ages to find (did not think will ever need the sia wallet) and I need to open the wallet.. either by fixing the issue on my mac, or finding the needed wallet file to unlock on another mac or windows.. I have on hand only the unlock password/passphraseAny hints?
Below is the errorA critical error loading Sia has occured: Siad unexpectedly exited. Error log: Loading...
(0/6) Loading siad...
(1/6) Loading gateway...
(2/6) Loading consensus...
(3/6) Loading transaction pool...
(4/6) Loading wallet...
(5/6) Loading host...
(6/6) Loading renter...
goroutine 1 [running]:
runtime/debug.Stack(0x1043947, 0x0, 0xc42008e418)
/usr/local/go/src/runtime/debug/stack.go:24 +0x79
runtime/debug.PrintStack()
/usr/local/go/src/runtime/debug/stack.go:16 +0x22
github.com/NebulousLabs/Sia/build.Critical(0xc42008e590, 0x1, 0x1)
/home/luke/go/src/github.com/NebulousLabs/Sia/build/critical.go:16 +0xa7
github.com/NebulousLabs/Sia/persist.(*Logger).Critical(0xc420fec760, 0xc42008e590, 0x1, 0x1)
/home/luke/go/src/github.com/NebulousLabs/Sia/persist/log.go:37 +0xe0
github.com/NebulousLabs/Sia/modules/renter/hostdb.(*HostDB).uptimeAdjustments(0xc420fee140, 0x0, 0x0, 0x0, 0x0, 0xc420f5b8e0, 0x13, 0x0, 0x0, 0x0, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hostweight.go:318 +0x278
github.com/NebulousLabs/Sia/modules/renter/hostdb.(*HostDB).calculateHostWeight(0xc420fee140, 0x0, 0x0, 0x0, 0x0, 0xc420f5b8e0, 0x13, 0x0, 0x0, 0x0, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hostweight.go:374 +0x20f
github.com/NebulousLabs/Sia/modules/renter/hostdb.(*HostDB).(github.com/NebulousLabs/Sia/modules/renter/hostdb.calculateHostWeight)-fm(0x0, 0x0, 0x0, 0x0, 0xc420f5b8e0, 0x13, 0x0, 0x0, 0x0, 0x0, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hostdb.go:107 +0x6c
github.com/NebulousLabs/Sia/modules/renter/hostdb/hosttree.(*HostTree).Insert(0xc420fec780, 0x0, 0x0, 0x0, 0x0, 0xc420f5b8e0, 0x13, 0x0, 0x0, 0x0, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hosttree/hosttree.go:214 +0xdd
github.com/NebulousLabs/Sia/modules/renter/hostdb.(*HostDB).load(0xc420fee140, 0xc420fded70, 0xc420fe9620)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/persist.go:69 +0x28b
github.com/NebulousLabs/Sia/modules/renter/hostdb.newHostDB(0x19e9ba0, 0xc420072dc0, 0x19ea7c0, 0xc420139b80, 0xc420fcbec0, 0x3f, 0x19e83c0, 0x1b0c470, 0x0, 0x0, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hostdb.go:111 +0x44a
github.com/NebulousLabs/Sia/modules/renter/hostdb.New(0x19e9ba0, 0xc420072dc0, 0x19ea7c0, 0xc420139b80, 0xc420fcbec0, 0x3f, 0xc420fcbec0, 0x3f, 0x1)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hostdb.go:69 +0xb4
github.com/NebulousLabs/Sia/modules/renter.New(0x19e9ba0, 0xc420072dc0, 0x19ea7c0, 0xc420139b80, 0x19ed080, 0xc42035ab00, 0x19e99a0, 0xc420072840, 0xc420fcbec0, 0x3f, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/renter.go:168 +0x81
main.startDaemon(0x0, 0x0, 0x7ffeefbffcbc, 0xe, 0x7ffeefbffce8, 0x5, 0x7ffeefbffcd7, 0x5, 0x0, 0x7ffeefbffd41, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/siad/daemon.go:266 +0xcb5
main.startDaemonCmd(0xc42007b200, 0xc4200192c0, 0x0, 0x5)
/home/luke/go/src/github.com/NebulousLabs/Sia/siad/daemon.go:335 +0x162
github.com/spf13/cobra.(*Command).execute(0xc42007b200, 0xc42000e0d0, 0x5, 0x5, 0xc42007b200, 0xc42000e0d0)
/home/luke/go/src/github.com/spf13/cobra/command.go:653 +0x299
github.com/spf13/cobra.(*Command).ExecuteC(0xc42007b200, 0x16fce88, 0x3b, 0xc420148960)
/home/luke/go/src/github.com/spf13/cobra/command.go:728 +0x339
github.com/spf13/cobra.(*Command).Execute(0xc42007b200, 0x1aefba0, 0x16e58f7)
/home/luke/go/src/github.com/spf13/cobra/command.go:687 +0x2b
main.main()
/home/luke/go/src/github.com/NebulousLabs/Sia/siad/main.go:174 +0x7aa
Critical error: Host entry scan history not sorted.
Please submit a bug report here: https://github.com/NebulousLabs/Sia/issues
goroutine 1 [running]:
runtime/debug.Stack(0x1043947, 0x0, 0xc42008e418)
/usr/local/go/src/runtime/debug/stack.go:24 +0x79
runtime/debug.PrintStack()
/usr/local/go/src/runtime/debug/stack.go:16 +0x22
github.com/NebulousLabs/Sia/build.Critical(0xc42008e590, 0x1, 0x1)
/home/luke/go/src/github.com/NebulousLabs/Sia/build/critical.go:16 +0xa7
github.com/NebulousLabs/Sia/persist.(*Logger).Critical(0xc420fec760, 0xc42008e590, 0x1, 0x1)
/home/luke/go/src/github.com/NebulousLabs/Sia/persist/log.go:37 +0xe0
github.com/NebulousLabs/Sia/modules/renter/hostdb.(*HostDB).uptimeAdjustments(0xc420fee140, 0x0, 0x0, 0x0, 0x0, 0xc420354f40, 0x12, 0x0, 0x0, 0x0, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hostweight.go:318 +0x278
github.com/NebulousLabs/Sia/modules/renter/hostdb.(*HostDB).calculateHostWeight(0xc420fee140, 0x0, 0x0, 0x0, 0x0, 0xc420354f40, 0x12, 0x0, 0x0, 0x0, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hostweight.go:374 +0x20f
github.com/NebulousLabs/Sia/modules/renter/hostdb.(*HostDB).(github.com/NebulousLabs/Sia/modules/renter/hostdb.calculateHostWeight)-fm(0x0, 0x0, 0x0, 0x0, 0xc420354f40, 0x12, 0x0, 0x0, 0x0, 0x0, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hostdb.go:107 +0x6c
github.com/NebulousLabs/Sia/modules/renter/hostdb/hosttree.(*HostTree).Insert(0xc420fec780, 0x0, 0x0, 0x0, 0x0, 0xc420354f40, 0x12, 0x0, 0x0, 0x0, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hosttree/hosttree.go:214 +0xdd
github.com/NebulousLabs/Sia/modules/renter/hostdb.(*HostDB).load(0xc420fee140, 0xc420fded70, 0xc420fe9620)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/persist.go:69 +0x28b
github.com/NebulousLabs/Sia/modules/renter/hostdb.newHostDB(0x19e9ba0, 0xc420072dc0, 0x19ea7c0, 0xc420139b80, 0xc420fcbec0, 0x3f, 0x19e83c0, 0x1b0c470, 0x0, 0x0, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hostdb.go:111 +0x44a
github.com/NebulousLabs/Sia/modules/renter/hostdb.New(0x19e9ba0, 0xc420072dc0, 0x19ea7c0, 0xc420139b80, 0xc420fcbec0, 0x3f, 0xc420fcbec0, 0x3f, 0x1)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hostdb.go:69 +0xb4
github.com/NebulousLabs/Sia/modules/renter.New(0x19e9ba0, 0xc420072dc0, 0x19ea7c0, 0xc420139b80, 0x19ed080, 0xc42035ab00, 0x19e99a0, 0xc420072840, 0xc420fcbec0, 0x3f, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/renter.go:168 +0x81
main.startDaemon(0x0, 0x0, 0x7ffeefbffcbc, 0xe, 0x7ffeefbffce8, 0x5, 0x7ffeefbffcd7, 0x5, 0x0, 0x7ffeefbffd41, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/siad/daemon.go:266 +0xcb5
main.startDaemonCmd(0xc42007b200, 0xc4200192c0, 0x0, 0x5)
/home/luke/go/src/github.com/NebulousLabs/Sia/siad/daemon.go:335 +0x162
github.com/spf13/cobra.(*Command).execute(0xc42007b200, 0xc42000e0d0, 0x5, 0x5, 0xc42007b200, 0xc42000e0d0)
/home/luke/go/src/github.com/spf13/cobra/command.go:653 +0x299
github.com/spf13/cobra.(*Command).ExecuteC(0xc42007b200, 0x16fce88, 0x3b, 0xc420148960)
/home/luke/go/src/github.com/spf13/cobra/command.go:728 +0x339
github.com/spf13/cobra.(*Command).Execute(0xc42007b200, 0x1aefba0, 0x16e58f7)
/home/luke/go/src/github.com/spf13/cobra/command.go:687 +0x2b
main.main()
/home/luke/go/src/github.com/NebulousLabs/Sia/siad/main.go:174 +0x7aa
Critical error: Host entry scan history not sorted.
Please submit a bug report here: https://github.com/NebulousLabs/Sia/issues
goroutine 1 [running]:
runtime/debug.Stack(0x1043947, 0x0, 0xc42008e418)
/usr/local/go/src/runtime/debug/stack.go:24 +0x79
runtime/debug.PrintStack()
/usr/local/go/src/runtime/debug/stack.go:16 +0x22
github.com/NebulousLabs/Sia/build.Critical(0xc42008e590, 0x1, 0x1)
/home/luke/go/src/github.com/NebulousLabs/Sia/build/critical.go:16 +0xa7
github.com/NebulousLabs/Sia/persist.(*Logger).Critical(0xc420fec760, 0xc42008e590, 0x1, 0x1)
/home/luke/go/src/github.com/NebulousLabs/Sia/persist/log.go:37 +0xe0
github.com/NebulousLabs/Sia/modules/renter/hostdb.(*HostDB).uptimeAdjustments(0xc420fee140, 0x1, 0x1100000, 0xbd00, 0x1100000, 0xc420fd5980, 0x13, 0x280000000, 0x400000, 0x280000000, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hostweight.go:318 +0x278
github.com/NebulousLabs/Sia/modules/renter/hostdb.(*HostDB).calculateHostWeight(0xc420fee140, 0x1, 0x1100000, 0xbd00, 0x1100000, 0xc420fd5980, 0x13, 0x280000000, 0x400000, 0x280000000, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hostweight.go:374 +0x20f
github.com/NebulousLabs/Sia/modules/renter/hostdb.(*HostDB).(github.com/NebulousLabs/Sia/modules/renter/hostdb.calculateHostWeight)-fm(0x1, 0x1100000, 0xbd00, 0x1100000, 0xc420fd5980, 0x13, 0x280000000, 0x400000, 0x280000000, 0xb4a94564ed7a6317, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hostdb.go:107 +0x6c
github.com/NebulousLabs/Sia/modules/renter/hostdb/hosttree.(*HostTree).Insert(0xc420fec780, 0x1, 0x1100000, 0xbd00, 0x1100000, 0xc420fd5980, 0x13, 0x280000000, 0x400000, 0x280000000, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hosttree/hosttree.go:214 +0xdd
github.com/NebulousLabs/Sia/modules/renter/hostdb.(*HostDB).load(0xc420fee140, 0xc420fded70, 0xc420fe9620)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/persist.go:69 +0x28b
github.com/NebulousLabs/Sia/modules/renter/hostdb.newHostDB(0x19e9ba0, 0xc420072dc0, 0x19ea7c0, 0xc420139b80, 0xc420fcbec0, 0x3f, 0x19e83c0, 0x1b0c470, 0x0, 0x0, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hostdb.go:111 +0x44a
github.com/NebulousLabs/Sia/modules/renter/hostdb.New(0x19e9ba0, 0xc420072dc0, 0x19ea7c0, 0xc420139b80, 0xc420fcbec0, 0x3f, 0xc420fcbec0, 0x3f, 0x1)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hostdb.go:69 +0xb4
github.com/NebulousLabs/Sia/modules/renter.New(0x19e9ba0, 0xc420072dc0, 0x19ea7c0, 0xc420139b80, 0x19ed080, 0xc42035ab00, 0x19e99a0, 0xc420072840, 0xc420fcbec0, 0x3f, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/renter.go:168 +0x81
main.startDaemon(0x0, 0x0, 0x7ffeefbffcbc, 0xe, 0x7ffeefbffce8, 0x5, 0x7ffeefbffcd7, 0x5, 0x0, 0x7ffeefbffd41, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/siad/daemon.go:266 +0xcb5
main.startDaemonCmd(0xc42007b200, 0xc4200192c0, 0x0, 0x5)
/home/luke/go/src/github.com/NebulousLabs/Sia/siad/daemon.go:335 +0x162
github.com/spf13/cobra.(*Command).execute(0xc42007b200, 0xc42000e0d0, 0x5, 0x5, 0xc42007b200, 0xc42000e0d0)
/home/luke/go/src/github.com/spf13/cobra/command.go:653 +0x299
github.com/spf13/cobra.(*Command).ExecuteC(0xc42007b200, 0x16fce88, 0x3b, 0xc420148960)
/home/luke/go/src/github.com/spf13/cobra/command.go:728 +0x339
github.com/spf13/cobra.(*Command).Execute(0xc42007b200, 0x1aefba0, 0x16e58f7)
/home/luke/go/src/github.com/spf13/cobra/command.go:687 +0x2b
main.main()
/home/luke/go/src/github.com/NebulousLabs/Sia/siad/main.go:174 +0x7aa
Critical error: Host entry scan history not sorted.
Please submit a bug report here: https://github.com/NebulousLabs/Sia/issues
goroutine 1 [running]:
runtime/debug.Stack(0x1043947, 0x0, 0xc42008e418)
/usr/local/go/src/runtime/debug/stack.go:24 +0x79
runtime/debug.PrintStack()
/usr/local/go/src/runtime/debug/stack.go:16 +0x22
github.com/NebulousLabs/Sia/build.Critical(0xc42008e590, 0x1, 0x1)
/home/luke/go/src/github.com/NebulousLabs/Sia/build/critical.go:16 +0xa7
github.com/NebulousLabs/Sia/persist.(*Logger).Critical(0xc420fec760, 0xc42008e590, 0x1, 0x1)
/home/luke/go/src/github.com/NebulousLabs/Sia/persist/log.go:37 +0xe0
github.com/NebulousLabs/Sia/modules/renter/hostdb.(*HostDB).uptimeAdjustments(0xc420fee140, 0x1, 0x1100000, 0xbd00, 0x1100000, 0xc420fd5980, 0x13, 0x280000000, 0x400000, 0x280000000, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hostweight.go:318 +0x278
github.com/NebulousLabs/Sia/modules/renter/hostdb.(*HostDB).calculateHostWeight(0xc420fee140, 0x1, 0x1100000, 0xbd00, 0x1100000, 0xc420fd5980, 0x13, 0x280000000, 0x400000, 0x280000000, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hostweight.go:374 +0x20f
github.com/NebulousLabs/Sia/modules/renter/hostdb.(*HostDB).(github.com/NebulousLabs/Sia/modules/renter/hostdb.calculateHostWeight)-fm(0x1, 0x1100000, 0xbd00, 0x1100000, 0xc420fd5980, 0x13, 0x280000000, 0x400000, 0x280000000, 0xb4a94564ed7a6317, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hostdb.go:107 +0x6c
github.com/NebulousLabs/Sia/modules/renter/hostdb/hosttree.(*HostTree).Insert(0xc420fec780, 0x1, 0x1100000, 0xbd00, 0x1100000, 0xc420fd5980, 0x13, 0x280000000, 0x400000, 0x280000000, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hosttree/hosttree.go:214 +0xdd
github.com/NebulousLabs/Sia/modules/renter/hostdb.(*HostDB).load(0xc420fee140, 0xc420fded70, 0xc420fe9620)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/persist.go:69 +0x28b
github.com/NebulousLabs/Sia/modules/renter/hostdb.newHostDB(0x19e9ba0, 0xc420072dc0, 0x19ea7c0, 0xc420139b80, 0xc420fcbec0, 0x3f, 0x19e83c0, 0x1b0c470, 0x0, 0x0, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hostdb.go:111 +0x44a
github.com/NebulousLabs/Sia/modules/renter/hostdb.New(0x19e9ba0, 0xc420072dc0, 0x19ea7c0, 0xc420139b80, 0xc420fcbec0, 0x3f, 0xc420fcbec0, 0x3f, 0x1)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/hostdb/hostdb.go:69 +0xb4
github.com/NebulousLabs/Sia/modules/renter.New(0x19e9ba0, 0xc420072dc0, 0x19ea7c0, 0xc420139b80, 0x19ed080, 0xc42035ab00, 0x19e99a0, 0xc420072840, 0xc420fcbec0, 0x3f, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/modules/renter/renter.go:168 +0x81
main.startDaemon(0x0, 0x0, 0x7ffeefbffcbc, 0xe, 0x7ffeefbffce8, 0x5, 0x7ffeefbffcd7, 0x5, 0x0, 0x7ffeefbffd41, ...)
/home/luke/go/src/github.com/NebulousLabs/Sia/siad/daemon.go:266 +0xcb5
main.startDaemonCmd(0xc42007b200, 0xc4200192c0, 0x0, 0x5)
/home/luke/go/src/github.com/NebulousLabs/Sia/siad/daemon.go:335 +0x162
github.com/spf13/cobra.(*Command).execute(0xc42007b200, 0xc42000e0d0, 0x5, 0x5, 0xc42007b200, 0xc42000e0d0)
/home/luke/go/src/github.com/spf13/cobra/command.go:653 +0x299
github.com/spf13/cobra.(*Command).ExecuteC(0xc42007b200, 0x16fce88, 0x3b, 0xc420148960)
/home/luke/go/src/github.com/spf13/cobra/command.go:728 +0x339
github.com/spf13/cobra.(*Command).Execute(0xc42007b200, 0x1aefba0, 0x16e58f7)
/home/luke/go/src/github.com/spf13/cobra/command.go:687 +0x2b
main.main()
/home/luke/go/src/github.com/NebulousLabs/Sia/siad/main.go:174 +0x7aa
Critical error: Host entry scan history not sorted.
Please submit a bug report here: https://github.com/NebulousLabs/Sia/issues
Closing host...
Closing wallet...
Closing transaction pool...
Closing consensus...
Closing gateway...
incompatible version
-
Oh, and tried to delete the 2 db files (consensus and other one.. ) did not solve the error
-
Ok, I will keep the 200 coins as I solved the issue by restoring the whole Sia-UI directory from time machine, this restored the uncorrupted files and launched the application where I restored the Seed
-
Contact me i solved allready the Problem