notgoodusename / OsirisAndExtra

Other
127 stars 64 forks source link

nullptr crash? #484

Closed JannesBonk closed 1 year ago

JannesBonk commented 1 year ago

image idfk why does this happend, it can maybe be a csgo issue or a base issue, tested on my paste and default osirisandextra. maybe skill issue or cfg issue im not sure. maybe server cuz it doesnt happen on other servers

Xsintashi commented 1 year ago

enjoy fixing nullptrs like that. even disassembler doesnt work

JannesBonk commented 1 year ago

enjoy fixing nullptrs like that. even disassembler doesnt work

happens only on neonhvh server tho, so its server issue

Xsintashi commented 1 year ago

randomly on this server?

JannesBonk commented 1 year ago

randomly on this server?

when i join or a round begins

gr1ndy commented 1 year ago

CBaseHandle* m_hMyWeapons() { return (CBaseHandle*((uintptr_t)this + 0x2DF8); } float& m_flSpawnTime() { return *(float*)((uintptr_t)this + 0xA360); }

stolen from yougame.

JannesBonk commented 1 year ago

CBaseHandle* m_hMyWeapons() { return (CBaseHandle*((uintptr_t)this + 0x2DF8); } float& m_flSpawnTime() { return *(float*)((uintptr_t)this + 0xA360); }

stolen from yougame.

its not that tho, it was a tickbase issue that broke the server 💀