Giter VIP home page Giter VIP logo

Comments (32)

superyu1337 avatar superyu1337 commented on August 20, 2024 2

It seems there is some issue when downloading the offsets, which are used at compile time.
I see you are running as root, try to run as a user instead.

from radarflow2.

dreambeaitbos avatar dreambeaitbos commented on August 20, 2024 1

非常感谢您的帮助。我在 build.sh 中将下载转储程序从 URL 更改为手动更新偏移量以解决此问题。但是现在a2x的自卸车存在一些问题。看来你的雷达不能使用他的翻斗车,现在他的文件被改成了。 client.dll.rs、engine2.dll.rs。Offsets.rs 没有改变。但是,如果输入cargo run,则会出现以下错误: 1 2 1

me too

from radarflow2.

lukrei avatar lukrei commented on August 20, 2024 1

It says that game build is not right even if i use your new version. game build is 32767, but offsets are for 14000 when try to start it. i also tried to compile cs2dumper inside my vm and tried to run the files but it seems that cs2dumper produces no offsets in 2 files:
This files are empty:
client_mod.rs, engine2_mod.rs
Only offsets_mod.rs contains offsets.

from radarflow2.

Coforgqwq avatar Coforgqwq commented on August 20, 2024

error: failed to run custom build command for radarflow v0.2.2 (/home/coforg/Build/radarflow2-main)

Caused by:
process didn't exit successfully: /home/coforg/Build/radarflow2-main/target/release/build/radarflow-19c5f3ba1d241999/build-script-build (exit status: 101)
--- stderr
thread 'main' panicked at build.rs:7:29:
Downloading "./src/dma/cs2dumper/client.rs"
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...

from radarflow2.

Coforgqwq avatar Coforgqwq commented on August 20, 2024

error: failed to run custom build command for radarflow v0.2.2 (/home/coforg/radarflow2)

Caused by:
process didn't exit successfully: /home/coforg/radarflow2/target/release/build/radarflow-19c5f3ba1d241999/build-script-build (exit status: 101)
--- stderr
thread 'main' panicked at build.rs:7:29:
Downloading "./src/dma/cs2dumper/client.rs"
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
root@coforg:/home/coforg/radarflow2#

from radarflow2.

dreambeaitbos avatar dreambeaitbos commented on August 20, 2024

It seems there is some issue when downloading the offsets, which are used at compile time. I see you are running as root, try to run as a user instead.

i meet this erro too,should i how to do?

from radarflow2.

SuperLifeown avatar SuperLifeown commented on August 20, 2024

Thank you very much for your help. I changed the download dumper from URL in build.sh to manually update the offset to solve this problem. But now there are some problems with a2x's dumper. It seems that your Radar can't use his dumper, and now his file is changed to.
client.dll.rs、engine2.dll.rs。 Offsets.rs has not changed. However, if you enter cargo run, this error will appear:
1
2
1

from radarflow2.

SuperLifeown avatar SuperLifeown commented on August 20, 2024

@dreambeaitbos QAQ

from radarflow2.

superyu1337 avatar superyu1337 commented on August 20, 2024

It seems there has been a major change in the way cs2dumper works. I'll fix it when I have time, but I can't say when that will be, as I'm not really motivated to work on this project.

from radarflow2.

superyu1337 avatar superyu1337 commented on August 20, 2024

I've just pushed an update that bumps all dependencies and fixes the cs2dumper issue. It now compiles on my end, however I haven't tested functionality yet.
Could you try to test it again?

from radarflow2.

SuperLifeown avatar SuperLifeown commented on August 20, 2024

我刚刚推送了一个更新,该更新会颠簸所有依赖项并修复 cs2dumper 问题。它现在在我这边编译,但我还没有测试功能。你能再试一次测试吗?

i can try

from radarflow2.

SuperLifeown avatar SuperLifeown commented on August 20, 2024

If I want to update the offset manually, should I put client.dll.rs, engine2.dll.rs, offsets.rs or put them in Radarflow2/src/dma/cs2dumper?

from radarflow2.

lukrei avatar lukrei commented on August 20, 2024

radarflow2/src/dma/cs2dumper should be the correct location but the namings are different. rename it to client_mod.rs, engine2_mod.rs and offsets_mod.rs.
Unfortunately it wont help much since two of the files are empty so radarflow2 wont work until this has been fixxed.

from radarflow2.

lukrei avatar lukrei commented on August 20, 2024

Also be aware that offset dumper also works from qemu with this command line parameter: sudo ./cs2-dumper -c qemu

from radarflow2.

superyu1337 avatar superyu1337 commented on August 20, 2024

It says that game build is not right even if i use your new version. game build is 32767, but offsets are for 14000 when try to start it.

That's odd, perhaps the game build upstream is outdated/wrong.
I'll push an update that allows for bypassing the version check using a CLI flag.

from radarflow2.

superyu1337 avatar superyu1337 commented on August 20, 2024

I added a new CLI flag, try running with --skip-version. @lukrei

from radarflow2.

lukrei avatar lukrei commented on August 20, 2024

i tried the webpage is loading but it says not on a server and does not work because of the missing offsets from cs2-dumper.
See this: a2x/cs2-dumper#105

from radarflow2.

superyu1337 avatar superyu1337 commented on August 20, 2024

It seems there is a more major upstream issue (a2x/cs2-dumper/issues/106)
We'll need to wait until a2x has fixed the dumper. For now, it may work using the pre-generated offsets that radarflow2 pulls from cs2-dumper's git repository. Manually editing offsets and disabling the build.rs is not intended to be done nor supported.

from radarflow2.

lukrei avatar lukrei commented on August 20, 2024

It does not work. I tried both the new Offsets pregenerated from your cs2-dumper and from a2x both does not work.

from radarflow2.

superyu1337 avatar superyu1337 commented on August 20, 2024

It does not work. I tried both the new Offsets pregenerated from your cs2-dumper and from a2x both does not work.

Well then there is nothing we can do atm other than wait, in the meantime I'll set up my VM again so I can actually test.

from radarflow2.

SuperLifeown avatar SuperLifeown commented on August 20, 2024

@superyu1337 Ax2' s dumper tool has been fixed, but I will still prompt this if I replace it in the radar directory:[game build is 14001, but offsets are for 14000]

from radarflow2.

lukrei avatar lukrei commented on August 20, 2024

for me it is working again. Can you try if you can run my Repository https://github.com/lukrei/Triggerflow-Client

from radarflow2.

SuperLifeown avatar SuperLifeown commented on August 20, 2024

for me it is working again. Can you try if you can run my Repository https://github.com/lukrei/Triggerflow-Client

omg
I'll try it later, and it's exciting to add triggerbot.!

from radarflow2.

superyu1337 avatar superyu1337 commented on August 20, 2024

@superyu1337 Ax2' s dumper tool has been fixed, but I will still prompt this if I replace it in the radar directory:[game build is 14001, but offsets are for 14000]

Use the new CLI flag that should skip the version check. I'll look into it soon.

from radarflow2.

SuperLifeown avatar SuperLifeown commented on August 20, 2024

Ax2 的 dumper 工具已修复,但如果我在雷达目录中替换它,我仍然会提示此:[游戏版本为 14001,但偏移量为 14000]

使用应跳过版本检查的新 CLI 标志。我很快就会调查的。

I can already use it. I rebuilt radarflow2.
So it can be used.
I just don't know if I can extract the dumper of CS2 through the exe program provided by a2x.
Can you directly rename and replace _mod.rs in the radarflow2/src/dma/cs2dumper directory?

from radarflow2.

dreambeaitbos avatar dreambeaitbos commented on August 20, 2024

Ax2 的 dumper 工具已修复,但如果我在雷达目录中替换它,我仍然会提示此:[游戏版本为 14001,但偏移量为 14000]

使用应跳过版本检查的新 CLI 标志。我很快就会调查的。

I can already use it. I rebuilt radarflow2. So it can be used. I just don't know if I can extract the dumper of CS2 through the exe program provided by a2x. Can you directly rename and replace _mod.rs in the radarflow2/src/dma/cs2dumper directory?

哥们有扳机吗

from radarflow2.

lukrei avatar lukrei commented on August 20, 2024

Ax2 的 dumper 工具已修复,但如果我在雷达目录中替换它,我仍然会提示此:[游戏版本为 14001,但偏移量为 14000]

使用应跳过版本检查的新 CLI 标志。我很快就会调查的。

I can already use it. I rebuilt radarflow2. So it can be used. I just don't know if I can extract the dumper of CS2 through the exe program provided by a2x. Can you directly rename and replace _mod.rs in the radarflow2/src/dma/cs2dumper directory?

I would not start the cs2-dumper inside your VM because it has potential to vac ban your account eventually.
instead git clone cs2-dumper on your hypervisor and run it there with this command line while cs2 is running inside your vm:
sudo ./cs2-dumper -c qemu

And yes you can copy the 3 files and rename it to the *_mod structure and it should work.

from radarflow2.

SuperLifeown avatar SuperLifeown commented on August 20, 2024

拟机中运行时,Git 克隆虚拟机管理程序上的 cs2-dumper,并使用此命令行

Maybe I didn't describe it clearly. I understand that I run radar2 on ubuntu. Then I run the game in the Windows10 virtual machine.
I just don't know about file replacement. Thank you very much for telling me. Now I understand.

from radarflow2.

1157265799 avatar 1157265799 commented on August 20, 2024

错误:无法运行自定义构建命令radarflow v0.2.2 (/home/coforg/radarflow2)

原因: 进程未成功退出:(/home/coforg/radarflow2/target/release/build/radarflow-19c5f3ba1d241999/build-script-build退出状态:101) ---stderr 线程'main'在build.rs:7:29处惊慌: 正在下载“./src/dma/cs2dumper/client.rs” 注意:使用RUST_BACKTRACE=1环境变量运行以显示回溯 root@coforg:/home/coforg/radarflow2#

Hello, may I ask how you solve this error later, I have also encountered this error now
image

from radarflow2.

dreambeaitbos avatar dreambeaitbos commented on August 20, 2024

错误:无法运行自定义构建命令radarflow v0.2.2 (/home/coforg/radarflow2)
原因: 进程未成功退出:(退出状态:101) ---stderr 线程'main'在build.rs:7:29处惊慌: 正在下载“./src/dma/cs2dumper/client.rs” 注意:使用环境变量运行以显示回溯 root@coforg:/home/coforg/radarflow2#/home/coforg/radarflow2/target/release/build/radarflow-19c5f3ba1d241999/build-script-build``RUST_BACKTRACE=1

您好,请问您稍后如何解决此错误,我现在也遇到了此错误 image

easy

from radarflow2.

1157265799 avatar 1157265799 commented on August 20, 2024

错误:无法运行自定义构建命令radarflow v0.2.2 (/home/coforg/radarflow2)
原因: 进程未成功退出:(退出状态:101) ---stderr 线程'main'在build.rs:7:29处惊慌: 正在下载“./src/dma/cs2dumper/client.rs” 注意:使用环境变量运行以显示回溯 root@coforg:/home/coforg/radarflow2# /home/coforg/radarflow2/target/release/build/radarflow-19c5f3ba1d241999/build-script-buildRUST_BACKTRACE=1 ``

您好,请问您稍后如何解决此错误,我现在也遇到了此错误 image

easy

Is the automatic download offset changed to manual update offset? If so, how to modify it

from radarflow2.

superyu1337 avatar superyu1337 commented on August 20, 2024

I've set up my VM again, and tested.
Everything works how it's supposed to work.

Make sure that the cs2dumper repository is reachable, otherwise the build.rs can't download the offsets.
As for memflow modules, install memflowup and with it, install the memflow-win32 and memflow-qemu modules from the stable channel.

from radarflow2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.