Wieku / danser-go

Dancing visualizer of osu! standard maps and custom osu! client written in Go. Also a generator for osu! videos.
Other
749 stars 102 forks source link

Weird error #68

Closed IllianDeCube09 closed 3 years ago

IllianDeCube09 commented 3 years ago

Describe the bug I don't know what the problem is, but all I have are incomprehensible strings in CMD and the same strings in danser.log. Just a couple of minutes before that, I launched the same level and everything worked fine (trying different settings). Now any levels do not work, giving the same error in CMD.

Screenshots изображение

Logs 2021/01/11 16:17:13 Ran using: [danser-0.4.1b.exe -a=Seven Lions -t=December] 2021/01/11 16:17:13 panic: invalid character '\n' in string literal 2021/01/11 16:17:13 goroutine 1 [running, locked to thread]: 2021/01/11 16:17:13 github.com/wieku/danser-go/app/settings.load(0xc0000060e8, 0x10fa500, 0xc00003a4e0) 2021/01/11 16:17:13 C:/Users/Wieku/go/src/github.com/wieku/danser-go/app/settings/manager.go:54 +0xb4 2021/01/11 16:17:13 github.com/wieku/danser-go/app/settings.LoadSettings(0x0, 0x0, 0x0) 2021/01/11 16:17:13 C:/Users/Wieku/go/src/github.com/wieku/danser-go/app/settings/manager.go:44 +0x2b0 2021/01/11 16:17:13 main.run.func1() 2021/01/11 16:17:13 C:/Users/Wieku/go/src/github.com/wieku/danser-go/main.go:106 +0x8d4 2021/01/11 16:17:13 github.com/faiface/mainthread.Call.func1() 2021/01/11 16:17:13 C:/Users/Wieku/go/pkg/mod/github.com/faiface/mainthread@v0.0.0-20171120011319-8b78f0a41ae3/mainthread.go:63 +0x36 2021/01/11 16:17:13 github.com/faiface/mainthread.Run(0x11aa600) 2021/01/11 16:17:13 C:/Users/Wieku/go/pkg/mod/github.com/faiface/mainthread@v0.0.0-20171120011319-8b78f0a41ae3/mainthread.go:44 +0xc6 2021/01/11 16:17:13 main.main() 2021/01/11 16:17:13 C:/Users/Wieku/go/src/github.com/wieku/danser-go/main.go:422 +0x1c5 2021/01/11 16:17:13 2021/01/11 16:17:13 goroutine 6 [chan receive]: 2021/01/11 16:17:13 github.com/faiface/mainthread.Call(0xc000004be0) 2021/01/11 16:17:13 C:/Users/Wieku/go/pkg/mod/github.com/faiface/mainthread@v0.0.0-20171120011319-8b78f0a41ae3/mainthread.go:66 +0xca 2021/01/11 16:17:13 main.run() 2021/01/11 16:17:13 C:/Users/Wieku/go/src/github.com/wieku/danser-go/main.go:56 +0xa5 2021/01/11 16:17:13 github.com/faiface/mainthread.Run.func1(0x11aa600, 0xc00014c060) 2021/01/11 16:17:13 C:/Users/Wieku/go/pkg/mod/github.com/faiface/mainthread@v0.0.0-20171120011319-8b78f0a41ae3/mainthread.go:37 +0x2e 2021/01/11 16:17:13 created by github.com/faiface/mainthread.Run 2021/01/11 16:17:13 C:/Users/Wieku/go/pkg/mod/github.com/faiface/mainthread@v0.0.0-20171120011319-8b78f0a41ae3/mainthread.go:36 +0xba 2021/01/11 16:17:13

Computer configuration: Operating System: Windows 10 pro CPU: Intel(R) Core(TM) i5-5200U 2.20GHz

Wieku commented 3 years ago

Can you send your settings file? Error states that (most probably) path is broken.

IllianDeCube09 commented 3 years ago

settings.txt

Wieku commented 3 years ago

Missing quote mark here: image