-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot get block from structure #3
Comments
I would like the keep the structure file private. If a contributor needs it, then please dm me on discord (tag: |
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. |
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:
|
OS: Pop!_OS 22.04 LTS x86_64 |
This comment was marked as outdated.
This comment was marked as outdated.
1 similar comment
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 at
b
: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:
The text was updated successfully, but these errors were encountered: