bdbd
New Member
Posts: 24
|
Post by bdbd on Dec 6, 2017 2:05:15 GMT
I have same problem. error said cannot find 6.png but i have all image. Runtime error:com.appautomatic.ankulua.e: Can't find 6.png stack traceback: [C] : in function 'click' ? : in function 'click'
Nox 5.0, 480x800, landscape mode I also tried Settings:setCompareDimension(true, 800), Settings:setScriptDimension(true, 800), and 480, 960 because my nox is 480 x 800 finaaly also tried landscape mode and portrait mode.I found that nox was problem. it couldn't recognize landscape mode after start ankulua. the display never rotate!
|
|
|
Post by maxmr15 on Apr 17, 2018 1:42:32 GMT
I have the same problem plz help. Lg x power Android 6.0.1
|
|
|
Post by AnkuLua on Apr 17, 2018 3:07:57 GMT
Please share the screenshot.
|
|
|
Post by maxmr15 on Apr 17, 2018 21:49:18 GMT
|
|
|
Post by AnkuLua on Apr 18, 2018 7:23:14 GMT
Please run the script in landscape mode.
|
|
|
Post by omgmofo on May 11, 2018 5:06:32 GMT
Is this example indicative of the fastest speed at which these scripts and button presses can run? I just bought a lifetime license, but am a bit worried if this is the typical speed of execution.
|
|
|
Post by AnkuLua on May 11, 2018 6:14:16 GMT
Try "(BETA)Fast tap and touch" in AnkuLua settings. It's much faster.
|
|
|
Post by kuroida on Aug 21, 2019 0:06:26 GMT
|
|
|
Post by Exilereven on Aug 21, 2019 3:41:43 GMT
That error usually means that the image in question "-.png" , is not in the correct folder (images) or it is not present in the correct folder (as in it is visually not in the correct folder).
Make sure you followed the guide correctly, and that all images are in the correct place.
Let me know how it goes.
|
|
|
Post by Exilereven on Aug 21, 2019 4:01:58 GMT
Look at your file path, there's no images folder it's looking through. So that tells me that you probably didn't download to the correct folder. Try running main script straight from Ankulua folder. And make sure all the images are in the image folder in the Ankulua folder. Then try running script.
|
|
|
Post by kuroida on Aug 21, 2019 11:26:50 GMT
The file path in my previous post was ankulua > calculator_plus > calculator_plus > images which I think is correct? If I move it I get a different error: imgur.com/a/39C1b5tIt's also able to press the numbers, just not any of the symbols and they're in the same folder. *edit: wait. I don't have it on sd card maybe that's why. Is there a way to change the path so it looks at the phone's internal memory?
|
|
|
Post by AnkuLua on Aug 21, 2019 20:43:40 GMT
The file path in my previous post was ankulua > calculator_plus > calculator_plus > images which I think is correct? If I move it I get a different error: imgur.com/a/39C1b5tIt's also able to press the numbers, just not any of the symbols and they're in the same folder. *edit: wait. I don't have it on sd card maybe that's why. Is there a way to change the path so it looks at the phone's internal memory? You need to select the script again in new directory.
|
|
|
Post by eclipse on Jan 14, 2020 11:07:08 GMT
So, as far as i can see, the problem "6.png" is not in the file structure: i tried to change it, and there is the other error for the file could not be physically found. It looks like it's a problem, that the exact image could not be found on the screen =) And it starts to push "something", if i do set similarity to 0.1, but misses sometimes. Where is the pixel measuring error? =)
|
|
|
Post by AnkuLua on Jan 14, 2020 12:10:20 GMT
So, as far as i can see, the problem "6.png" is not in the file structure: i tried to change it, and there is the other error for the file could not be physically found. It looks like it's a problem, that the exact image could not be found on the screen =) And it starts to push "something", if i do set similarity to 0.1, but misses sometimes. Where is the pixel measuring error? =) 6.png is in the zip file. This is just for the users to know how to use AnkuLua. You can now start using AnkuLua to help playing games.
|
|
|
Post by eclipse on Jan 14, 2020 12:45:29 GMT
I mean, why is it only working at 0.1 preciseness? What to fix to increase it to an appropriate level? UPD: I've figured out what was it. Distortion was because of the navigation. Just added 1 line:
setImmersiveMode(true)
but maybe you would like to add immersive mode autocheck into your example in avoidance of further questions like this one...
|
|