ExtraJuiceMan / ChristWareAmongUs

A cheat for the recently popular fad game Among Us
MIT License
110 stars 33 forks source link

Radar causes crashes #18

Open kittenzok opened 4 years ago

kittenzok commented 4 years ago

im unfamiliar with this game/source but ill try to fix it, crashing when using radar if its left on when the game ends or lobby closes

v0idp commented 4 years ago

does this still happen when you compile it with latest commits ?

kittenzok commented 4 years ago

i just compiled it before posting, so yes.

v0idp commented 4 years ago

You are using it on 2020.9.9 I assume, not the most recent version ?

caiocinel commented 4 years ago

I'm having the same problem, I'm on version 2020.9.9s, the line that has the problem is "Vector2 localPos = PlayerControl_GetTruePosition (localPlayer, NULL);", and it only happens when you click "Play Again" at the end of a game.

v0idp commented 4 years ago

I can confirm this. Will look into it.

caiocinel commented 4 years ago

Fixed in #19 (c0278a6)