-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GLFW_PLATFORM_ERROR & Grey Screen #28
Comments
Hello, regarding the radar, I tried it on ubuntu vm, windows 10 vm, pure windows 7 and pure windows 10 and I always got only the grey map. None of the posted solutions fixed my problem. |
To successfully run it on Ubuntu VM on the windows host, you need to checkout the Hope it help! PS. The adapter network needs to be set in |
In the first paragraph of my post I told I tried out the linux branch, it didn't work, I wasn't using Virtual Machines, I was connected with a ubuntu in my network, tried with virtual machine as well, doing bridge mode, but no success. |
@JurishCrypter I have my gaming pc, and a laptop w/ kali linux last version installed, I compiled but I can't get it to work. |
The simplest way I can instruct: |
I already tried that, but I will try again because I forgot to add arpspoof in system variable, thanks for your answer |
You can also try just executing arpspoof from its folder, I just add to
system path cause it's easier.
Em 14 de fev de 2018 15:57, "Norxy" <[email protected]> escreveu:
… I already tried that, but I will try again because I forgot to add
arpspoof in system variable, thanks for your answer
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AhNPN_ZRG2pjHtyMg-pNP9lBnzdsZbivks5tUx5zgaJpZM4SBepD>
.
|
I don't understand why it doesn't work for me, I installed maven, java, wireshark, compiled it and it launch fine. downloaded > arpspoof.exe <, I put it in a folder on my desktop, radar .jar in another folder. I open a powerhsell/cmd window : arpspoof.exe ip_gamingpc, it works fine ( how to verify ?) another cmd : java -jar radar.jar middleman_ip portfilter gamingpc_ip Am I doing it wrong? |
On windows: start both cmds as administrator (right click on cmd, launch as administrator) Verify arpspoof with tools like Wireshark. You should see a lot of packages arriving with target ip from your gaming pc. |
You aren't even using arpspoof correctly -_- |
Hello, I've build with maven, it worked without a problem, tried building the master branch and the linux, I had to use the linux branch since it gave me RenderBadPicture issue. I would do everything correctly and get grey screen, even so I tried opening a pubg match, when the match started I got the following problem:
After reading the Issues I found this helpful post #22, done what was in it and the same thing happened, I took both the bpm for the maps from linux branch and put on master, also changed the code for that commit, got RenderBadPicture again.
I've tried to run it in windows, also tried using windows linux bash subsystem and couldn't make it work. In windows the issues would be I couldn't get a alternative to dsniff to work (I'm using winpcap on both my windows pc [the game and the one trying to be the middlepc], just not using winpcap on linux)
In my linux system I'm running the arpspoof correctly and runnin the jar, you can see at the attached screenshot.
I'm out of ideas, can't get it to work, can someone enlighten me?
The text was updated successfully, but these errors were encountered: