Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Yes I was :/ missing a permission or something then. I will try again later today!

(1 edit)

Thanks! Let me know if you can get it to work :)

I might have a clue on why it doesn't work Do you have mozilla firefox installed?

Yes , firefox user here!.

I think i fixed it now, let me know if the new version works :)

(1 edit)

Still not working, here are the problems from the console:

["running", "jumpy", "running"+AND"running", "jumpy"+AND"jumpy", "running"+AND"jumpy"]
Exception in thread "Thread-2" java.lang.NumberFormatException: For input string: "41,200,000 ??????"
        at java.lang.NumberFormatException.forInputString(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at com.ld.keepitalive.WordScreen.GetNoOfResultsBing2(WordScreen.java:441)
        at com.ld.keepitalive.WordScreen.getScore(WordScreen.java:352)
        at com.ld.keepitalive.WordScreen.lambda$0(WordScreen.java:135)
        at java.lang.Thread.run(Unknown Source)
["cat", "respect", "cat"+AND"cat", "respect"+AND"respect", "cat"+AND"respect"]
Exception in thread "Thread-3" java.lang.NumberFormatException: For input string: "73,800,000 ??????"
        at java.lang.NumberFormatException.forInputString(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at com.ld.keepitalive.WordScreen.GetNoOfResultsBing2(WordScreen.java:441)
        at com.ld.keepitalive.WordScreen.getScore(WordScreen.java:352)
        at com.ld.keepitalive.WordScreen.lambda$0(WordScreen.java:135)
        at java.lang.Thread.run(Unknown Source)

(1 edit)

Thanks for the help! Does the new version work now? I think I made a stupid mistake. 

It works! Thank you :D