-
Notifications
You must be signed in to change notification settings - Fork 52
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
Viewing words does not work on Ubuntu 18.04 #8
Comments
could you run from a terminal and post the stack traces of the crashes? |
btw I just got a crash in Wt Words by keeping the window open and hitting the button again -- I will fix this one -- is it the same that you got? panic: runtime error: comparing uncomparable type []string
goroutine 13 [running]:
github.com/goki/gi/gi.(*WindowList).FindData(0x6acd1c0, 0x4f25300, 0xc015c6e5e8, 0x0, 0xc000702400)
/Users/oreilly/go/src/github.com/goki/gi/gi/window.go:2491 +0xe0
github.com/goki/gi/gi.RecycleStdDialog(0x4f25300, 0xc015c6e5e8, 0xc01663d590, 0xe, 0x0, 0x0, 0x0, 0xc033860101, 0xc0001b9108, 0xc0001b9130)
/Users/oreilly/go/src/github.com/goki/gi/gi/dialogs.go:467 +0x4e
github.com/goki/gi/giv.SliceViewDialog(0xc0008ec000, 0x4f25300, 0xc015c6e5e8, 0xc01663d590, 0xe, 0x0, 0x0, 0x0, 0x0, 0x0, ...) |
I can't replicate the 2nd crash though, on mac |
first one is fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When following the steps, there have been two times that the simulation crashed. When hitting the [Wt Words] button, the simulation crashes. When hitting the TrainEnv and then on Words to see a list of all the words, the simulation crashes.
The text was updated successfully, but these errors were encountered: