You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have crash at start after nothing changed (working config, open in vim, close vim, restart, not working config)
ArchLinux, linux 5.2.0, sampler v 1.0.2
Error:
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x555ea1784b2d]
goroutine 8 [running]:
main.verifyLicense(0xc000013c20, 0xc000013aa0)
main.go:146 +0x2d
created by main.main
main.go:107 +0x983
Looks like it is because of an outdated dependency to github.com/kr/pty. This moved to https://github.com/creack/pty. And the bug was fixed with creack/pty#96
Is there a possibility that you update all dependencies and release a new version @sqshq ?
Have crash at start after nothing changed (working config, open in vim, close vim, restart, not working config)
ArchLinux, linux 5.2.0, sampler v 1.0.2
Error:
Config:
Fix:
rm -r ~/.config/Sampler
The text was updated successfully, but these errors were encountered: