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: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x10 pc=0x14880ed]
goroutine 169752 [running]: github.com/tomatome/grdp/protocol/sec.(*Client).sendClientRandom(0xc00277e050) ?github.com/tomatome/[email protected]/protocol/sec/sec.go:630 +0x12d github.com/tomatome/grdp/protocol/sec.(*Client).connect(0xc00277e050, {0xc0010492c0, 0x3, 0x4}, {0xc00287fc00, 0x2, 0x2}, 0x3ec, {0xc00129eed0, 0x2, ...}) ?github.com/tomatome/[email protected]/protocol/sec/sec.go:463 +0x3d4 reflect.Value.call({0x18c0460?, 0xc0024d5020?, 0x19d69c0?}, {0x19d836f, 0x4}, {0xc000ec2f60, 0x4, 0x30?}) ?reflect/value.go:596 +0xce7 reflect.Value.Call({0x18c0460?, 0xc0024d5020?, 0xfb0dc5?}, {0xc000ec2f60?, 0x19d69c0?, 0x1dac660?}) ?reflect/value.go:380 +0xb9 github.com/tomatome/grdp/emission.(*Emitter).callListeners.func1({0x18c0460?, 0xc0024d5020?, 0xc002dac94a?}) ?github.com/tomatome/[email protected]/emission/emitter.go:226 +0x405 created by github.com/tomatome/grdp/emission.(*Emitter).callListeners in goroutine 169751 ?github.com/tomatome/[email protected]/emission/emitter.go:201 +0x7f
The text was updated successfully, but these errors were encountered:
github.com/tomatome/grdp 库没更新,这个rdp协议我也不太会修
Sorry, something went wrong.
No branches or pull requests
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x10 pc=0x14880ed]
goroutine 169752 [running]:
github.com/tomatome/grdp/protocol/sec.(*Client).sendClientRandom(0xc00277e050)
?github.com/tomatome/[email protected]/protocol/sec/sec.go:630 +0x12d
github.com/tomatome/grdp/protocol/sec.(*Client).connect(0xc00277e050, {0xc0010492c0, 0x3, 0x4}, {0xc00287fc00, 0x2, 0x2}, 0x3ec, {0xc00129eed0, 0x2, ...})
?github.com/tomatome/[email protected]/protocol/sec/sec.go:463 +0x3d4
reflect.Value.call({0x18c0460?, 0xc0024d5020?, 0x19d69c0?}, {0x19d836f, 0x4}, {0xc000ec2f60, 0x4, 0x30?})
?reflect/value.go:596 +0xce7
reflect.Value.Call({0x18c0460?, 0xc0024d5020?, 0xfb0dc5?}, {0xc000ec2f60?, 0x19d69c0?, 0x1dac660?})
?reflect/value.go:380 +0xb9
github.com/tomatome/grdp/emission.(*Emitter).callListeners.func1({0x18c0460?, 0xc0024d5020?, 0xc002dac94a?})
?github.com/tomatome/[email protected]/emission/emitter.go:226 +0x405
created by github.com/tomatome/grdp/emission.(*Emitter).callListeners in goroutine 169751
?github.com/tomatome/[email protected]/emission/emitter.go:201 +0x7f
The text was updated successfully, but these errors were encountered: