-
-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Labels
bugSomething isn't working correctlySomething isn't working correctly
Description
Hi.
Trying cogentcore on windows 11 24H2.
Followed: https://www.cogentcore.org/core/install
Demo -> Panic
go run cogentcore.org/core/examples/demo@main
panic: runtime error: index out of range [0] with length 0
Other test -> Good
go run github.com/cogentcore/webgpu/examples/triangle@main
works as expected.
Simple code test ->Panic
panic: runtime error: index out of range [0] with length 0
package main
import "cogentcore.org/core/core"
func main() {
b := core.NewBody()
core.NewButton(b).SetText("Hello, World!")
b.RunMainWindow()
}Am I missing something ?
Metadata
Metadata
Assignees
Labels
bugSomething isn't working correctlySomething isn't working correctly
Type
Projects
Status
Todo