emilyinure / solace-csgo

An internal csgo cheat for legacy hvh
35 stars 12 forks source link

Issue : console spam #21

Open thiblizz opened 1 year ago

thiblizz commented 1 year ago
basePos NaN
baseLastPos NaN
tipPos NaN
tipVel NaN
basePos NaN
baseLastPos NaN
tipPos NaN
tipVel NaN
basePos NaN
baseLastPos NaN
tipPos NaN
tipVel NaN
basePos NaN
baseLastPos NaN
tipPos NaN
tipVel NaN
basePos NaN
baseLastPos NaN
tipPos NaN
tipVel NaN
basePos NaN
baseLastPos NaN
tipPos NaN
tipVel NaN
basePos NaN
baseLastPos NaN
tipPos NaN
tipVel NaN
basePos NaN
baseLastPos NaN
tipPos NaN
tipVel NaN

This thing keeps spamming the console (cannot be good for performance too).

emilyinure commented 1 year ago

It's due to the fact that I haven't disabled jiggle bones from running whilst the bones its trying to use are null, I'll work on implementing a fix

thiblizz commented 1 year ago

@emilyinure, thank you for looking into the issue.

thiblizz commented 1 year ago

@emilyinure, any updates?

thiblizz commented 1 year ago

@emilyinure, I spotted another bug: https://github.com/emilyinure/solace-csgo/blob/210a1c4b865a3f5c0af622a832a2ac1bcca26662/solace-csgo/offsets.h#L72

Because of the space, the netvar manager is not grabbing the offset. (null)

thiblizz commented 1 year ago

@emilyinure, I spotted another bug:

https://github.com/emilyinure/solace-csgo/blob/210a1c4b865a3f5c0af622a832a2ac1bcca26662/solace-csgo/offsets.h#L72

Because of the space, the netvar manager is not grabbing the offset. (null)

Well seems like this one is randomly crashing, did you get the same problem?