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

java.lang.NumberFormatException: Invalid int: "average" #37

Open
e-yes opened this issue Nov 26, 2014 · 1 comment
Open

java.lang.NumberFormatException: Invalid int: "average" #37

e-yes opened this issue Nov 26, 2014 · 1 comment

Comments

@e-yes
Copy link

e-yes commented Nov 26, 2014

java.lang.Error: FATAL EXCEPTION [Timer-2]
Unity version     : 4.5.2f1
Device model      : asus Transformer TF101
Device fingerprint: asus/WW_epad/TF101:4.0.3/IML74K/WW_epad-9.2.1.24-20120503:user/release-keys

Caused by: java.lang.NumberFormatException: Invalid int: "average"
at java.lang.Integer.invalidInt(Integer.java:138)
at java.lang.Integer.parse(Integer.java:375)
at java.lang.Integer.parseInt(Integer.java:366)
at com.woodenshark.prismatik.mode.ModeController_Capturing.takeColors(ModeController_Capturing.java:278)
at com.woodenshark.prismatik.mode.ModeController_Capturing$3.run(ModeController_Capturing.java:208)
at java.util.Timer$TimerImpl.run(Timer.java:284)
@chris-tina
Copy link

01-12 00:37:13.650 E/AndroidRuntime(4233): FATAL EXCEPTION: Timer-0
01-12 00:37:13.650 E/AndroidRuntime(4233): java.lang.Error: FATAL EXCEPTION [Timer-0]
01-12 00:37:13.650 E/AndroidRuntime(4233): Unity version : 4.6.0f3
01-12 00:37:13.650 E/AndroidRuntime(4233): Device model : asus Transformer TF101
01-12 00:37:13.650 E/AndroidRuntime(4233): Device fingerprint: asus/WW_epad/TF101:4.0.3/IML74K/WW_epad-9.2.1.24-20120503:user/release-keys
01-12 00:37:13.650 E/AndroidRuntime(4233):
01-12 00:37:13.650 E/AndroidRuntime(4233): Caused by: java.lang.NumberFormatException: Invalid int: "average"
01-12 00:37:13.650 E/AndroidRuntime(4233): at java.lang.Integer.invalidInt(Integer.java:138)
01-12 00:37:13.650 E/AndroidRuntime(4233): at java.lang.Integer.parse(Integer.java:375)
01-12 00:37:13.650 E/AndroidRuntime(4233): at java.lang.Integer.parseInt(Integer.java:366)
01-12 00:37:13.650 E/AndroidRuntime(4233): at com.woodenshark.prismatik.mode.ModeController_AverageColor.takeColors(ModeController_AverageColor.java:184)
01-12 00:37:13.650 E/AndroidRuntime(4233): at com.woodenshark.prismatik.mode.ModeController_AverageColor$2.run(ModeController_AverageColor.java:142)
01-12 00:37:13.650 E/AndroidRuntime(4233): at java.util.Timer$TimerImpl.run(Timer.java:284)
01-12 00:37:13.660 W/ActivityManager(284): Force finishing activity com.prismadroid.unity/com.woodenshark.prismatik.unity.MainActivity

@chris-tina chris-tina reopened this Jan 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants