-
Notifications
You must be signed in to change notification settings - Fork 51
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
Random Screen Freezing #67
Comments
Have the very same problem.. Hope an update comes soon.. Once the game freezes, i can stil see myself moving/splitting on the mini-map until i die |
Finaly my screen gets totally stuck... Its some minimap error |
Here you got material to work with http://pastebin.com/Q6kHtqzq |
hello Thanks for this mod its the best ! |
@vmagick59 ye it can possible be bad manipulation with some unicode characters... bud I now cant access my main PC so I cant really help.. but here http://pastebin.com/Q6kHtqzq u have material to work with, if you want to try to fix this. At end of that file are error from console with lines. |
Where are the crew ? :) |
Having the same issue, doesn't seem to be related to splitting but just at random times the overall screen just freezes and the teams leaderboard disappears but you can still see the bot moving around on the minimap. I also noticed that the Apos bot experiences something similar so it appears to be a change in the agar servers |
Same problem here started about 2-3 days ago only way I managed to temporarily fix it while in game is to hold the f11 key. It works but its painful to watch |
Ok so I know very little about programming but found a workaround that just disables the mini-map which seems to fix the issue: Go into the tapermonkey dashboard and click on zeach cobbler which brings up the code, scroll down just a little until you see "var miniMapCtx" and on the 2nd line where it says ".appendTo(jQuery('body'))" and change the word "body" to "canvas". I'm sure there's a better way to do it but that at least disables the mini-map and seems to fix the freezing issues. |
@mrblah1 lol you dont disabling it, you just applying it to "canvas"... |
@mrblah1: Not working.. Sometimes you get lucky, being able to play for an hour.. But most times just after 10min or less |
@sofiadif if you want to play without this shit bug just comment line in code that executing the minimap.. apply it to "canvas" isnt really good fix |
@PepinCZ: I can live without the minimap, could you explain a bit more? |
Just submit a PR with a temp fix until somebody fix it the right way |
@kauegimenes I already submitted few things but I think @RealDebugMonkey isnt there... |
If you want to temporarily fix the issue, follow this steps: (this will actually remove minimap - that causing the error)
Or if you are lazy, just install this modified version of the script https://github.com/PepinCZ/ZeachCobbler/raw/minimap_fix/ZeachCobbler.user.js (it also has some changes that are in my pull request...) |
@PepinCZ maybe @RealDebugMonkey should give permission for you to merge PRs or we could create a new fork. Almost a month to merge is sad :( |
@kauegimenes yep, thats good idea! Also please, give me report if my temporarily fix working. |
Awesome! Thanks Pepin, I'll try it out tonight and let you know how it works. |
@PepinCZ If you want to move forward with a new fork, i will follow you. Just change the name of the bot to prevent conflict. |
@kauegimenes I dont know new fork is good idea, because a lot of people will use this "outdated" repository. |
@PepinCZ: Thank you, Can confirm that it works now with minimap disabled :) |
@PepinCZ Yeah, but since it's broken. It's a possible solution. |
Ok, I think I finaly fixed it, I just need few mins to test it. |
So I finaly managed to fix it... It's in pull request, but instead of waiting for @RealDebugMonkey to accept PR use my fork 😈 https://github.com/PepinCZ/ZeachCobbler/raw/master/ZeachCobbler.user.js |
@PepinCZ I tried your raw file, but now it wont connect any servers and the moment when i disable it, i can join servers again, just wanted to let you know |
@PepinCZ: Also tried your raw file, 2 x 45minutes.. Worked awesome for me :) |
@PepinCZ Awesome! so the problem was with the I think using |
@kauegimenes no, its it does not matter if its |
@Aers20 I think that was pure accident.. its not possible. I tested it. |
Anybody else getting the awwww snap crash error in chrome now? |
Yeah I sometimes get it it might be because of not enough ram tho |
@mrblah1 hmm, thats weird.. please tell me your system information (cpu, ram...) |
Corei5 3.5Ghz and 16GB of ram with win7. |
I'm also experiencing another glitch where a split blob just gets stuck and can't move anymore, my other blobs can move but that one stays put forever, nobody else can eat it either. Anybody else experiencing this? |
@mrblah1 ok, thats weird... i not getting any of thsi bugs... |
@mrblah1 Can you confirm this only happens with ZeachCobbler bot? |
I'm also having the issue as @mrblah1 So my guess - maybe its ZC but i can't be sure. It happens randomly a few times.. I've also seen other smaller blobs being "afk", but won't be eaten. And I'm not sure other players can see them My blob never disappears from the screen, if its stuck in a corner, and i'll go to the other corner, i would see the whole map |
@sofiadif @mrblah1 When I testing many times I have issue that some player(s) on server get stucked and I cant eat them and they are stuck in the minimap forever.... This also happened to me with food pallets. But never when I split up. Hey Its a weird glitch. Anyone please help, because i dont know what is this. |
The problem is DebugMonkey didn't document the protocol, so when the I'm not willing to reverse the agar.io protocol, so it's unfortunate that I On Thu, Nov 12, 2015 at 6:18 PM, Pepin [email protected] wrote:
|
I have the same issue so I open another bug copy/pasting @sofiadif comment with the self explanatory video. |
When i open agar.io it freezes it's like stuck Check this >> http://prnt.sc/b6ggvg |
Fisrt, thank you for your powerful mod.
Sometimes the interface freezes, most probably when splitting or exploding on a virus.
Only refreshing the page solves the issue.
To help you debug, I've noticed the following error in the javascript console :
Uncaught IndexSizeError: Failed to execute 'arc' on 'CanvasRenderingContext2D': The radius provided (-324.016) is negative
Has anyone experienced this behaviour lately ? It's very recent to me.
The text was updated successfully, but these errors were encountered: