Skip to content

Conversation

@JanEricNitschke
Copy link
Contributor

No description provided.

@JanEricNitschke
Copy link
Contributor Author

I cant get this to work locally because i always get this error when doing "maturin develop":

error[E0599]: no method named `has_pvs_vis_bits_deprecated` found for struct `CsvcMsgPacketEntities` in the current scope
  --> /mnt/d/CSGO/ML/demoparser/src/parser/src/second_pass/entities.rs:89:28
   |
89 |                     if msg.has_pvs_vis_bits_deprecated() != 0 {
   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
help: there is a method `has_pvs_vis_bits` with a similar name
   |
89 -                     if msg.has_pvs_vis_bits_deprecated() != 0 {
89 +                     if msg.has_pvs_vis_bits() != 0 {
   |


Not sure what i dont have up to date here. It always touches the proto.rs file andm esses this up.

@JanEricNitschke JanEricNitschke marked this pull request as ready for review October 26, 2025 10:46
@LaihoE
Copy link
Owner

LaihoE commented Oct 26, 2025

Yeah I had the same at one point. Not exactly sure what causes it. Maybe you could somehow clean the proto build? maybe delete the cargo.lock?

@JanEricNitschke
Copy link
Contributor Author

I deleted the cargo lock and the "CS2-Gametracking" and that seems to have resolved it, thanks!

PR should be fine/ready. Works locally and CI seems to be green.

@LaihoE LaihoE merged commit 79cbefa into LaihoE:main Oct 26, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants