isXander / Controlify

Another controller mod - for fabric!
https://www.isxander.dev/mods/controlify
GNU Lesser General Public License v3.0
126 stars 24 forks source link

[Update/2.0] Fix a crash on controller carousel screen caused by null controller name #253

Closed SilentException closed 4 months ago

SilentException commented 4 months ago

I used PS3 SIXAXIS controller connected via USB and noticed a crash on controller carousel screen. Maybe weird choice of a controller but this fixes it.

crash-2024-03-10_17.32.35-client.txt

isXander commented 4 months ago

I think a better way of doing this is to use the driver name, rather than just setting as empty. I can implement this myself quickly, thank you for your contribution though!

SilentException commented 4 months ago

Nice one, thanks.