We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
panic: interface conversion: draw.Image is nil, not *vnc2video.VncCanvas
goroutine 21 [running]: github.com/amitbet/vnc2video.(*CursorPseudoEncoding).Read(0xc00005e0c0, 0x6f4b88, 0xc000182500, 0xc0000ee500, 0x65ae60, 0xc0000ee508) /root/go/pkg/mod/github.com/amitbet/[email protected]/encoding_cursor.go:53 +0x7c9 github.com/amitbet/vnc2video.(*Rectangle).Read(0xc0000ee500, 0x6f4b88, 0xc000182500, 0xc000042e40, 0x1) /root/go/pkg/mod/github.com/amitbet/[email protected]/image.go:199 +0x385 github.com/amitbet/vnc2video.(*FramebufferUpdate).Read(0x84c540, 0x6f4b88, 0xc000182500, 0xc0000b6c90, 0x1, 0x1, 0x0) /root/go/pkg/mod/github.com/amitbet/[email protected]/messages.go:124 +0x2da github.com/amitbet/vnc2video.(*DefaultClientMessageHandler).Handle.func2(0xc0000acac0, 0x6f4b88, 0xc000182500, 0xc000093460, 0xc000180000, 0xc000094d80) /root/go/pkg/mod/github.com/amitbet/[email protected]/client.go:304 +0x2de created by github.com/amitbet/vnc2video.(*DefaultClientMessageHandler).Handle /root/go/pkg/mod/github.com/amitbet/[email protected]/client.go:285 +0x2b7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
panic: interface conversion: draw.Image is nil, not *vnc2video.VncCanvas
goroutine 21 [running]:
github.com/amitbet/vnc2video.(*CursorPseudoEncoding).Read(0xc00005e0c0, 0x6f4b88, 0xc000182500, 0xc0000ee500, 0x65ae60, 0xc0000ee508)
/root/go/pkg/mod/github.com/amitbet/[email protected]/encoding_cursor.go:53 +0x7c9
github.com/amitbet/vnc2video.(*Rectangle).Read(0xc0000ee500, 0x6f4b88, 0xc000182500, 0xc000042e40, 0x1)
/root/go/pkg/mod/github.com/amitbet/[email protected]/image.go:199 +0x385
github.com/amitbet/vnc2video.(*FramebufferUpdate).Read(0x84c540, 0x6f4b88, 0xc000182500, 0xc0000b6c90, 0x1, 0x1, 0x0)
/root/go/pkg/mod/github.com/amitbet/[email protected]/messages.go:124 +0x2da
github.com/amitbet/vnc2video.(*DefaultClientMessageHandler).Handle.func2(0xc0000acac0, 0x6f4b88, 0xc000182500, 0xc000093460, 0xc000180000, 0xc000094d80)
/root/go/pkg/mod/github.com/amitbet/[email protected]/client.go:304 +0x2de
created by github.com/amitbet/vnc2video.(*DefaultClientMessageHandler).Handle
/root/go/pkg/mod/github.com/amitbet/[email protected]/client.go:285 +0x2b7
The text was updated successfully, but these errors were encountered: