Closed dreambeaitbos closed 6 months ago
Update to master or development branch, it looks like you are using an older source. And manual offset updates are not supported.
更新到 master 或 development 分支,看起来您使用的是较旧的源代码。并且不支持手动偏移更新。
Do you want to update the source code?,How should I do it?,Ask for answers~
It compiles on my machine, unless cs2-dumper hat major changes since yesterday. Run git pull
or clone the repo again. And don't manually update offsets, unless build.rs can't download them due to china firewall.
It compiles on my machine, unless cs2-dumper hat major changes since yesterday. Run
git pull
or clone the repo again. And don't manually update offsets, unless build.rs can't download them due to china firewall.
it seems cs2-dumper hat major changes
Not really, only game updates. I already fixed radarflow2 for the recent restructure in cs2-dumper.
Not really, only game updates. I already fixed radarflow2 for the recent restructure in cs2-dumper.
I just used your branch and received this error message:
error[E0425]: cannot find value m_bIsScoped in module cs2dumper::client::C_CSPlayerPawnBase
--> src/dma/context/mod.rs:108:77 |
108 | ...t::C_CSPlayerPawnBase::m_bIsScoped, &mut is_scoped); | ^^^^^^^^^^^ not found in cs2dumper::client::C_CSPlayerPawnBase |
---|
help: consider importing this constant | 1 + use crate::dma::cs2dumper::client::C_CSPlayerPawn::m_bIsScoped; |
---|
help: if you import m_bIsScoped , refer to it directly |
108 - batcher.read_into(pawn + cs2dumper::client::C_CSPlayerPawnBase::m_bIsScoped, &mut is_scoped); 108 + batcher.read_into(pawn + m_bIsScoped, &mut is_scoped); |
---|
For more information about this error, try rustc --explain E0425
.
The following warnings were emitted during compilation:
warning: radarflow@0.2.4: not within a suitable 'git' worktree! warning: radarflow@0.2.4: VERGEN_GIT_COMMIT_DATE set to default warning: radarflow@0.2.4: VERGEN_GIT_SHA set to default
error: could not compile radarflow
(bin "radarflow") due to 1 previous error
Try the development branch now.
立即试用开发分支。
Thank you for actively maintaining radar, one of the most perfect developers.
Hello, after the game is updated, I updated the offset in your project, but I reported an error during the compilation, I hope you can fix it, thank you very much! Here are the error codes: error[E0425]: cannot find value
dwBuildNumber
in modulecs2dumper::offsets::engine2_dll
--> src/dma/context/mod.rs:21:115 | 21 | ...fsets::engine2_dll::dwBuildNumber)?; | ^^^^^^^^^^^^^ not found incs2dumper::offsets::engine2_dll
m_bIsScoped
in modulecs2dumper::client::C_CSPlayerPawnBase
--> src/dma/context/mod.rs:107:77cs2dumper::client::C_CSPlayerPawnBase
m_bIsScoped
, refer to it directlycrate::dma::cs2dumper::client::C_CSPlayerPawn::m_bIsScoped
--> src/dma/context/mod.rs:2:5= note:
#[warn(unused_imports)]
on by defaultFor more information about this error, try
rustc --explain E0425
. warning:radarflow
(bin "radarflow") generated 1 warning error: could not compileradarflow
(bin "radarflow") due to 2 previous errors; 1 warning emitted