Skip to content
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

Actual Issue - Fail to function despite "successful .dll injection" #51

Open
Sadrien opened this issue Dec 8, 2017 · 6 comments
Open

Comments

@Sadrien
Copy link

Sadrien commented Dec 8, 2017

Current attempted to run with Gw2-64.exe and the .exe says .dll injection successful, however none of the hotkeys function and after resetting the game, and reopening the .exe program again it still did not function. All listed required programs are installed. Is it because the downloadable program is not updated even though source is?

@Sadrien Sadrien changed the title Actual Issue Actual Issue - Fail to function despite "successful .dll injection" Dec 8, 2017
@snakelayer
Copy link
Contributor

Yes, you are correct. The last comment in #49 still reflects the current situation. The latest release was nearly a year ago and the offsets have definitely changed since then.

@Sadrien
Copy link
Author

Sadrien commented Dec 8, 2017

Install Git
Install Visual Studio 2013
Install CMake
Setup Boost
download BOOST
extract to c:\local so boost root ends up as "c:\local\boost_1_59_0"
open cli and run,
Opened in MinGW64:/c window through Git shortcut ran commands
setx BOOST_ROOT "c:\local\boost_1_59_0"
SUCCESS: Specified value was saved.
set BOOST_ROOT=c:\local\boost_1_59_0

cd %BOOST_ROOT%
bash: cd: %BOOST_ROOT%: No such file or directory

I checked and %BOOST_ROOT% opens perfectly fine in my windows file search under computer and therefore should be a valid directory. Any ideas?

@Sadrien
Copy link
Author

Sadrien commented Dec 8, 2017

cd c:\hacklib
git clone https://bitbucket.org/rafzi/hacklib.git .
git clone https://bitbucket.org/rafzi/hacklib_gw2.git ./src/hacklib_gw2
git clone https://github.com/frifox/gw2dps.git ./src/gw2dps
rd /s /q src\disableGfx src\injector src\veh_benchmark src\example src\overlay

bash: rd: command not found

@frifox
Copy link
Owner

frifox commented Dec 8, 2017

The instructions are for windows. The error implies you're using bash, a linux shell

@Sadrien
Copy link
Author

Sadrien commented Dec 8, 2017

I should not be, i'm on a windows computer. It must be a settings error with my git setup. I guess I should reinstall.

Do you know what the commands should be for bash, in the event that i'm unable to change the console it uses?

EDIT: I reinstalled and created a Git CMD, will redo instructions.

@Sadrien
Copy link
Author

Sadrien commented Dec 9, 2017

When attempting to run "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" reports the following-
'Error in script usage.
The correct usage is: vcvarsall.bat [option] or vcvarsall.bat [option] store, etc.,
where [option] is: x86 i amd64 i x86_amd64 i etc,
where version number is either full windows 10 or 8.1 to use 8.1 windows SDK
; the store parameter sets environment path variables to support store rather than desktop development
;
For Example: vcvarsall.bat x86_amd64, etc,
;
Please make sure either Visual Studio of C++ Build SKU is installed'
Visual Studio 14.0 is installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants