Open Flonja opened 1 year ago
I would like the keep the structure file private. If a contributor needs it, then please dm me on discord (tag: flonja
)
This error typically occurs when there is a mismatch between the versions of different packages or dependencies.
Double-check that all your dependencies, including df-structure and df-mc/dragonfly, are compatible with each other.
Also, If you are using a package manager for your project, such as Go Modules (go.mod file)
, verify that all your dependencies and their versions are correctly listed. Use the package manager to update or retrieve the correct versions of the packages you need.
Hmmmm I seem unable to reproduce using Go version 1.20.5 and dragonfly v0.9.4. Maybe it's dependent on the OS? What os+arch are you using?
I use Go version go1.18.4 darwin/amd64.
Are you also experiencing this issue?
Actually, I don't have a structure file so I couldn't run it. I got:
panic: open file: open example.mcstructure: no such file or directory
undefined: world.BlockPos
Hmmmm I seem unable to reproduce using Go version 1.20.5 and dragonfly v0.9.4. Maybe it's dependent on the OS? What os+arch are you using?
OS: Pop!_OS 22.04 LTS x86_64 Kernel: 6.2.6-76060206-generic Golang: version go1.20.1 linux/amd64
bump
bump
After updating from
v1.0.4
(df-structure) andv0.8.10
(df-mc/dragonfly) my structure couldn't build anymore. I used some code to debug my problem first and found out that it errors out atb
:Stacktrace:
Other run with
fmt.Printf("%T %T\n", b, l)
split into tofmt.Printf
calls:When running this code in v1.0.4 it got the block successfully: