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

Stops read dir in config #23

Closed AdisAlagic closed 3 years ago

AdisAlagic commented 4 years ago

Hello! I found out that if I start beatmap from local dir (where .exe is contains) it works ok. But if I start from cmd (Win+R) and write full path the game starts search in standard folder 1 2

I also found out that Russian symbols aren't the reason. My osu dir is D:\osu!

Wieku commented 4 years ago

It's because game starts in the folder you're in currently, so it tries to load assets/settings/danser.db in C:\Users\AdisAlagic

Wieku commented 4 years ago

I will see if I can fix that

Wieku commented 4 years ago

Will be fixed in new version of danser. Leaving this open for visibility.