lgrahl / scripthookvpy3k

An ASI plugin for Grand Theft Auto V which allows running scripts written in Python 3 in game.
MIT License
49 stars 13 forks source link

"scripthookvpy3k.asi" failed to load #21

Open nitanmarcel opened 6 years ago

nitanmarcel commented 6 years ago

The asi plugin is not loading when I start the game:

asiloader.log:

// GTA V ASI LOADER (build May 2 2015) // (C) Alexander Blade 2015 LIB: "C:\WINDOWS\system32\dinput8.dll" => 00007FF91E1B0000 API: "DirectInput8Create" => 00007FF91E1B9C70 API: "DllCanUnloadNow" => 00007FF91E1C9C20 API: "DllGetClassObject" => 00007FF91E1C9CF0 API: "DllRegisterServer" => 00007FF91E1D39C0 API: "DllUnregisterServer" => 00007FF91E1D3C30 LOADER: Loading *.asi plugins ASI: Loading "C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\scripthookvpy3k.asi" "scripthookvpy3k.asi" failed to load LOADER: Finished loading *.asi plugins

There are no other log files to check rather than ASI Loader log file

lgrahl commented 5 years ago

Perhaps not your fault but that log entry isn't really helpful. :woman_shrugging:

Steps for reproduction would be needed for further investigation.