Update to v1.3.1



  • I am not able to get 1.3.1 to load. What do I need to do?

    A critical error loading Sia has occured: Siad unexpectedly exited. Error log: Sia Daemon v1.3.1
    Loading...
    (0/6) Loading siad...
    (1/6) Loading gateway...
    Exception 0xc0000005 0x0 0x821c 0x18000890b
    PC=0x18000890b

    syscall.Syscall(0x7ff899d8bfd0, 0x2, 0x224, 0x2, 0x0, 0x1e0, 0xa4a320, 0x642065138)
    /usr/local/go/src/runtime/syscall_windows.go:163 +0x69
    syscall.SetFileCompletionNotificationModes(0x224, 0x2, 0xab573e, 0x4)
    /usr/local/go/src/syscall/zsyscall_windows.go:1727 +0x6f
    internal/poll.(*FD).Init(0xc04206ad20, 0xab573e, 0x4, 0xaf1e50, 0x224, 0x0, 0x0)
    /usr/local/go/src/internal/poll/fd_windows.go:346 +0xf9
    os.newFile(0x224, 0xc042074910, 0x49, 0xab573e, 0x4, 0x0)
    /usr/local/go/src/os/file_windows.go:57 +0x138
    os.openFile(0xc042074910, 0x49, 0x441, 0x1b0, 0x0, 0xc042074910, 0x0)
    /usr/local/go/src/os/file_windows.go:98 +0xff
    os.OpenFile(0xc042074910, 0x49, 0x441, 0x1b0, 0xc042065488, 0x2, 0x2)
    /usr/local/go/src/os/file_windows.go:159 +0x15e
    github.com/NebulousLabs/Sia/persist.NewFileLogger(0xc042074910, 0x49, 0x2, 0xc042074910, 0x49)
    /home/luke/go/src/github.com/NebulousLabs/Sia/persist/log.go:122 +0x51
    github.com/NebulousLabs/Sia/modules/gateway.New(0xc04204a0eb, 0x5, 0x1, 0xc042070500, 0x3d, 0x19, 0x0, 0x0)
    /home/luke/go/src/github.com/NebulousLabs/Sia/modules/gateway/gateway.go:211 +0x2f0
    main.(*Server).loadModules(0xc04209c4b0, 0xaf1aa0, 0xc04209c4b0)
    /home/luke/go/src/github.com/NebulousLabs/Sia/cmd/siad/server.go:465 +0x2365
    main.startDaemon(0x0, 0x0, 0xc0420480cb, 0xe, 0xc04204a0eb, 0x5, 0xc04204810c, 0x5, 0x0, 0xc04204a12a, ...)
    /home/luke/go/src/github.com/NebulousLabs/Sia/cmd/siad/daemon.go:164 +0x1ae
    main.startDaemonCmd(0xc0420ccd80, 0xc0420a0410, 0x0, 0x5)
    /home/luke/go/src/github.com/NebulousLabs/Sia/cmd/siad/daemon.go:209 +0x169
    github.com/spf13/cobra.(*Command).execute(0xc0420ccd80, 0xc042076010, 0x5, 0x7, 0xc0420ccd80, 0xc042076010)
    /home/luke/go/src/github.com/spf13/cobra/command.go:750 +0x2c8
    github.com/spf13/cobra.(*Command).ExecuteC(0xc0420ccd80, 0xae2c79, 0x3b, 0xc0420439a0)
    /home/luke/go/src/github.com/spf13/cobra/command.go:831 +0x315
    github.com/spf13/cobra.(*Command).Execute(0xc0420ccd80, 0xefcd80, 0xacaf03)
    /home/luke/go/src/github.com/spf13/cobra/command.go:784 +0x32
    main.main()
    /home/luke/go/src/github.com/NebulousLabs/Sia/cmd/siad/main.go:174 +0x797

    goroutine 18 [syscall]:
    os/signal.signal_recv(0x0)
    /usr/local/go/src/runtime/sigqueue.go:131 +0xad
    os/signal.loop()
    /usr/local/go/src/os/signal/signal_unix.go:22 +0x29
    created by os/signal.init.0
    /usr/local/go/src/os/signal/signal_unix.go:28 +0x48

    goroutine 19 [IO wait]:
    internal/poll.runtime_pollWait(0x184d160, 0x72, 0xc0420cd698)
    /usr/local/go/src/runtime/netpoll.go:173 +0x5e
    internal/poll.(*pollDesc).wait(0xc0420cd7d8, 0x72, 0xde1500, 0x0, 0x0)
    /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xb5
    internal/poll.(*ioSrv).ExecIO(0xef9158, 0xc0420cd698, 0xc042182000, 0x2, 0x1, 0x0)
    /usr/local/go/src/internal/poll/fd_windows.go:195 +0x13a
    internal/poll.(*FD).acceptOne(0xc0420cd680, 0x21c, 0xc042180000, 0x2, 0x2, 0xc0420cd698, 0x1800d50, 0xc042167d08, 0x41194f, 0x10)
    /usr/local/go/src/internal/poll/fd_windows.go:748 +0xae
    internal/poll.(*FD).Accept(0xc0420cd680, 0xc042174040, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
    /usr/local/go/src/internal/poll/fd_windows.go:782 +0x171
    net.(*netFD).accept(0xc0420cd680, 0x41194f, 0x30, 0xa64440)
    /usr/local/go/src/net/fd_windows.go:192 +0x88
    net.(*TCPListener).accept(0xc0420680e0, 0x58e781, 0xa64440, 0xc042172090)
    /usr/local/go/src/net/tcpsock_posix.go:136 +0x35
    net.(*TCPListener).Accept(0xc0420680e0, 0xc04204a190, 0x9ff480, 0xec53d0, 0xa9f1c0)
    /usr/local/go/src/net/tcpsock.go:247 +0x50
    net/http.(*Server).Serve(0xc0420812b0, 0xdea700, 0xc0420680e0, 0x0, 0x0)
    /usr/local/go/src/net/http/server.go:2695 +0x1b9
    main.(*Server).Serve(0xc04209c4b0, 0xe, 0xc04204a0eb)
    /home/luke/go/src/github.com/NebulousLabs/Sia/cmd/siad/server.go:578 +0x4b
    created by main.startDaemon
    /home/luke/go/src/github.com/NebulousLabs/Sia/cmd/siad/daemon.go:163 +0x19d
    rax 0x0
    rbx 0xefdae0
    rcx 0x224
    rdi 0x200000
    rsi 0xc042065070
    rbp 0xc042065020
    rsp 0x112fd80
    r8 0x0
    r9 0x224
    r10 0x114e90
    r11 0x100438
    r12 0x0
    r13 0xfa
    r14 0xfa
    r15 0xa
    rip 0x18000890b
    rflags 0x10246
    cs 0x33
    fs 0x53
    gs 0x2b



  • @hq7878 sounds like a but, please open a ticket here https://github.com/NebulousLabs/Sia-UI/issues



  • @rado
    Cheers! Glad you're all set.



  • @hq7878
    From what I've read, you need to manually configure your gateways from the terminal or command line. You'll have to dig around for this info. I know the link is in some posts on the forum and you can probably get some good feedback in the discord channel. Or just dig through all the forum and knowledge base first.



  • Does the wallet have to be in your roaming folder or can it be in any folder?


  • Global Moderator

    @hq7878
    Delete the everything here C:\Users\YOUR_USERNAME\AppData\Roaming\Sia-UI except the wallet folder and relaunch sia-ui to see if it fix this. (You can also delete the wallet folder if you know your seed). Change YOUR_USERNAME to the username of the windows profile you're using.

    Find me on the Official Sia Discord.

    Feel free to donate if I helped you!
    SC: e8f701c1b2b37c8560cd9bbd2ab85e352d27112f51f0cec815a1331dcc2257392f6b53440b4c
    DCR: DsSKZQkB1MZ81o5DtePbmC3swPCzgbtdg6f
    ETH/ETC: 0x5d67690768F0Fc4780c578393Ca567e5bCb38378

    0

  • Global Moderator

    @OrlandoLasso
    The wallet itself can be place anywhere, the roaming folder is the place where it stores all the important data. (wallet file, contract, consensus and more).The folder is extracted is just the program itself and can be deleted and redownload without affecting the important data.

    Find me on the Official Sia Discord.

    Feel free to donate if I helped you!
    SC: e8f701c1b2b37c8560cd9bbd2ab85e352d27112f51f0cec815a1331dcc2257392f6b53440b4c
    DCR: DsSKZQkB1MZ81o5DtePbmC3swPCzgbtdg6f
    ETH/ETC: 0x5d67690768F0Fc4780c578393Ca567e5bCb38378

    0


  • Okay, thanks. I deleted the files and I am running the new wallet. Hopefully the synch takes less than a few hours. Thanks.



  • I have read through these instructions here and for the life of me my wallet will not sync. I have downloaded 1.3.1. Deleted the folder (Is this the roaming folder I am supposed delete?) opened the wallet and still not connecting to anythint.

    I am doing something wrong but not sure what...Any help? suggestions?


  • Global Moderator

    Find me on the Official Sia Discord.

    Feel free to donate if I helped you!
    SC: e8f701c1b2b37c8560cd9bbd2ab85e352d27112f51f0cec815a1331dcc2257392f6b53440b4c
    DCR: DsSKZQkB1MZ81o5DtePbmC3swPCzgbtdg6f
    ETH/ETC: 0x5d67690768F0Fc4780c578393Ca567e5bCb38378

    0

Log in to reply