Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"AndroidJoystick is not supported by your version of linux" confusing message in log #962

Closed
germn opened this issue Dec 17, 2016 · 2 comments

Comments

@germn
Copy link
Contributor

germn commented Dec 17, 2016

If we use new toolchain we will see this messages:

[ERROR ] Input: AndroidJoystick is not supported by your version of linux

and

[WARNING] Base: Unknown <android> provider

It happens because old pygame toolchain used AndroidJoystick as android provider and Kivy tells us it's unavailable in new toolchain.

While this is not a problem, this messages are confusing, especially since sdl2 doesn't use AndroidJoystick and android provider at all.

I think this messages shouldn't be in new toolchain app log.

@KeyWeeUsr
Copy link
Contributor

The logs are probably from kivy directly, not from toolchain. Until pygame is deprecated completely, this probably won't be removed.

@inclement
Copy link
Member

I think Kivy probably could just have a fix to not try this import when SDL2 is being used. Although it doesn't really matter, it's not nice to see the warning in the log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants