Bernat

Results 414 comments of Bernat

I guess you're referring to the conditional effects: spring, dampen, friction, inertia, etc. Those are generated by the wheel firmware. If there's any functional difference between the G923 and others,...

> I'll try to gather some logs this week, are there any special configuration or environments you want me to try? I'm guessing linux vs linux-zen, steam flatpak vs native,...

Can you paste the contents of the following files? /etc/initramfs-tools/initramfs.conf /etc/initramfs-tools/update-initramfs.conf /etc/initramfs-tools/modules

I don't think this module can affect the Steam Controller. It's the only report and it will probaby be hard to reproduce. I'll need some help. I think the reason...

> Does this also happen when you run performous with the spanish language set within the settings? (you can change this setting runtime since 1.2.0 so there's no need to...

Of course. [songs.json.gz](https://github.com/performous/performous/files/13467243/songs.json.gz)

If I replace periods with commas then it works. I've also quoted the numbers to avoid issues with the Json format. Then I've tried only adding the quotes to see...

A little more. I'm suspecting about some race condition so I've put a delay just before creating the Window object in the mainloop. With that delay there it can load...

I think I know what's happening. The initialization of the SDL video subsystem sets the locale using `setlocale` and since it's running in parallel to the Json code it messes...

Really, it's only the loading of the Json which should be synchronous. That's really fast. I think it would be no problem.