bradenhurl / DeepGTAV-PreSIL

GNU General Public License v3.0
78 stars 16 forks source link

Problem with rebuilt DeepGTAV.asi #23

Open GioCurnis opened 2 years ago

GioCurnis commented 2 years ago

Hi! I noticed that there are some file missing in the repository (DeepGTAV.asi, DeepGTAV.iobj, DeepGTAV.ipdb) and i built the project with visual studio after solving some issue with dependecies. The results are those files with other files .obj. I copied all the files in the GTAV directory but i noticed that the DeepGTAV files were not loading. I checked asiloader log file and in fact DeepGTAV.asi failed to load.

// GTA V ASI LOADER (build May  2 2015)
//     (C) Alexander Blade 2015
LIB: "C:\Windows\system32\dinput8.dll" => 00007FFFAF290000
API: "DirectInput8Create" => 00007FFFAF292230
API: "DllCanUnloadNow" => 00007FFFAF2A5220
API: "DllGetClassObject" => 00007FFFAF2A5330
API: "DllRegisterServer" => 00007FFFAF2B4740
API: "DllUnregisterServer" => 00007FFFAF2B49C0
LOADER: Loading *.asi plugins
ASI: Loading "C:\Program Files\Rockstar Games\Grand Theft Auto V\DeepGTAV.asi"
     "DeepGTAV.asi" failed to load
ASI: Loading "C:\Program Files\Rockstar Games\Grand Theft Auto V\GTAVLauncherBypass.asi"
     "GTAVLauncherBypass.asi" => 00007FFFC8B50000
ASI: Loading "C:\Program Files\Rockstar Games\Grand Theft Auto V\NativeTrainer.asi"
     "NativeTrainer.asi" => 00007FFFC6C70000
LOADER: Finished loading *.asi plugins

The problem is that if i use DeepGTAV.asi from the original DeepGTAV repository it works but not with the one i built.

There don't seem to be any problems with dependecies or missing libraries path.

Any help would be much appreciated!

Equlibrium commented 1 year ago

Hey, I have the same problem. Did you manage to solve the problem? Thanks in advance