TyphoonMC / TyphoonLimbo

Lightweight minecraft limbo server
GNU General Public License v2.0
92 stars 13 forks source link

fails to build #40

Open fulcanelly opened 3 years ago

fulcanelly commented 3 years ago

when I tried to build or install dependencies I got this

root@debian-02 ~/d/TyphoonLimbo# go build
config.go:5:2: cannot find package "github.com/TyphoonMC/TyphoonCore" in any of:
    /usr/lib/go-1.11/src/github.com/TyphoonMC/TyphoonCore (from $GOROOT)
    /root/go/src/github.com/TyphoonMC/TyphoonCore (from $GOPATH)
config.go:6:2: cannot find package "github.com/TyphoonMC/go.uuid" in any of:
    /usr/lib/go-1.11/src/github.com/TyphoonMC/go.uuid (from $GOROOT)
    /root/go/src/github.com/TyphoonMC/go.uuid (from $GOPATH)
root@debian-02 ~/d/TyphoonLimbo# go get "github.com/TyphoonMC/TyphoonCore" 
# github.com/TyphoonMC/TyphoonCore
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:778:17: invalid operation: 1 << i (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:797:17: invalid operation: 1 << i (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:808:30: invalid operation: 1 << int(bitsPerBlock) (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:852:29: invalid operation: value << startOffset (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:855:27: invalid operation: value >> (64 - startOffset) (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:919:17: invalid operation: 1 << i (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:933:17: invalid operation: 1 << i (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:939:30: invalid operation: 1 << int(bitsPerBlock) (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:984:29: invalid operation: value << startOffset (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:987:27: invalid operation: value >> (64 - startOffset) (shift count type int, must be unsigned integer)
/root/go/src/github.com/TyphoonMC/TyphoonCore/packet_handle.go:987:27: too many errors
root@debian-02 ~/d/TyphoonLimbo# 
ryanrox333 commented 3 years ago

I feel like the dev stopped supporting this.

lukemagdalin commented 3 years ago

That is a dependency, you have to run go get github.com/TyphoonMC/TyphoonCore while in the typhoonlimbo folder. if you are on windows you might also need to close and open a new command prompt.

MrSlimeDiamond commented 3 years ago

I'm going to assume that this has been discontinued, on the README it says the latest build failed and it hasn't been updated since June 2020. also, don't use the root account :]

Rabbit0w0 commented 2 years ago

I'm going to assume that this has been discontinued, on the README it says the latest build failed and it hasn't been updated since June 2020. also, don't use the root account :]

inactive actually