compiling error
Closed this issue · 2 comments
scoob212 commented
error[E0433]: failed to resolve: could not find game_info
in offsets
--> src\dma\context\mod.rs:21:55
|
21 | let offset_build_number = cs2dumper::offsets::game_info::buildNumber;
| ^^^^^^^^^ could not find game_info
in offsets
For more information about this error, try rustc --explain E0433
.
error: could not compile radarflow
(bin "radarflow" test) due to previous error
superyu1337 commented
Issue is in cs2dumper currently. In the meantime, you can either clone cs2dumper, fix it, and generate new offsets for radarflow2 to use, or wait. I'll take a deeper look later.
superyu1337 commented
Should hopefully be fixed now. A2X just pushed new files.