IAMDinosaur icon indicating copy to clipboard operation
IAMDinosaur copied to clipboard

FAILED TO FIND GAME! on Ubuntu 17.10

Open SuuSoJeat opened this issue 6 years ago • 5 comments

Invalid MIT-MAGIC-COOKIE-1 keyFAILED TO FIND GAME!`` screenshot from 2018-02-07 12-11-10

SuuSoJeat avatar Feb 07 '18 05:02 SuuSoJeat

I get the same

jwjohns avatar Feb 14 '18 19:02 jwjohns

same here

ahsanatha avatar Feb 21 '18 05:02 ahsanatha

same here

chipytux avatar Mar 28 '18 21:03 chipytux

I found the solution! This warning message is shown cause the screen is much large and the script have a limitation of scaned pixels. Resize the browser window and execute it again. screenshot from 2018-05-08 01-43-46

ctcruz avatar May 08 '18 04:05 ctcruz

In my case it just worked when I made some changes:

  1. line 10 on GameManipulator.js from var COLOR_DINOSAUR = '535353'; to var COLOR_DINOSAUR = '545454'; but dino color really is '535353', so I don't know why

  2. line 142 on GameManipulator.js from GameManipulator.offset[1] + GameManipulator.gameOverOffset[1] to GameManipulator.offset[1] + GameManipulator.gameOverOffset[1] - 10 cause the 'game over' reader was reading a little under the word 'game' and not founding it.

I'm using Chrome on Ubuntu 18.04

dario-bandeira avatar Jul 25 '18 12:07 dario-bandeira