phijor / ctroller

Use your 3DS as a gamepad on linux
GNU General Public License v3.0
39 stars 12 forks source link

When built using the latest version of devkitarm and ctrulib, opening the app with no wifi connection will cause a data abort. #8

Open hacker1024 opened 6 years ago

hacker1024 commented 6 years ago

I see "Did you enable wifi?" for a split second before. EDIT: Removing the goto failure line stops the data abort, and then ctroller just waits until a wifi connection is established. Why goto failure in the first place?

hacker1024 commented 6 years ago

I've fixed this: pull request https://github.com/phijor/ctroller/pull/9

phijor commented 6 years ago

Hey, sorry for taking so long to respond to this. I was kind of busy.

I appreciate the pull request, but I'm not really a fan of ignoring any error values. But you are right that waiting for wifi might be good behavior.

ed5665f fixes crashing on launch (for me at leas), can you verify?