danielkrupinski / Osiris

Cross-platform game hack for Counter-Strike 2 with Panorama-based GUI.
MIT License
3.36k stars 962 forks source link

Failed to find VClient018 interface! #3272

Closed Boomer118 closed 1 year ago

Boomer118 commented 3 years ago

I downloaded latest code(5 minutes before writing this), built it with a fresh Visual Studio Install. Build was fine but when I injected it in CSGO, "Failed to find VClient018 interface!" popup came. Clicking OK shuts down the game and leaving it as it is does not inject cheat. Someone else facing same issue?

R3nzTheCodeGOD commented 3 years ago

https://github.com/danielkrupinski/Osiris/blob/572219582f9fab59c205e0ee5b42385d70b59b43/Osiris/SDK/Platform.h#L37

If you are using windows, try changing the reference path to panoramauiclient. If you are using Linux, you can check the new name. I don't know.

Boomer118 commented 3 years ago

I changed it to panoramauiclient, confirmed with csgo files that there is indeed panoramauiclient.dll which is probably replaced by older one by Valve. But I guess, Valve has made some more changes into this dll which is not returning to regular osiris calls probably. Again I have no idea which files of osiris are actually using CLIENT_DLL

R3nzTheCodeGOD commented 3 years ago

I said it might have changed, hypothetically. @Boomer118 But the client.dll is fine

image

Boomer118 commented 3 years ago

@danielkrupinski Any solution on this? It seems like this issue is only coming up for me.

baobao2167 commented 3 years ago

no i also have this issue

Boomer118 commented 3 years ago

I started using exloader, their dll is working fine but does not get injected sometimes. I wont recommend but to you as daniels vac bypasser is way safer option.

qualk commented 3 years ago

I also have the issue, I use CS-Ghost

qualk commented 3 years ago

https://github.com/danielkrupinski/Osiris/blob/572219582f9fab59c205e0ee5b42385d70b59b43/Osiris/SDK/Platform.h#L37

If you are using windows, try changing the reference path to panoramauiclient. If you are using Linux, you can check the new name. I don't know.

Thank you, this worked!