Advertisement
lamiastella

bug troubleshooting

Mar 30th, 2017
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.31 KB | None | 0 0
  1. When I have dsound.dll in Rockstar GTA5 game directory, and then launch GTAVLauncher.exe using a fork of RenderDoc ( https://bitbucket.org/visinf/projects-2016-playing-for-data ) I get this error:
  2.  
  3. Unhandled exception at 0x00007FFA77369138 (ScriptHookV.dll) in GTA5.exe:
  4. 0xC0000005: Access violation reading location 0xFFFFFFFFFFFFFFFF. occurred
  5.  
  6. When I launch the game using renderdoc but disable the dsound.dll like dsound.dll_disabled this error doesn't happen. I need dsound.dll for script hook v. Here's what I see when I try to debug the crash with Visual Studio:
  7. [![enter image description here][1]][1]
  8.  
  9.  
  10. Additionally, this is the output from the debug:
  11.  
  12. 'GTA5.exe' (Win32): Loaded 'C:\Program Files\Rockstar Games\Grand Theft Auto V\GTA5.exe'. Cannot find or open the PDB file.
  13. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file.
  14. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Cannot find or open the PDB file.
  15. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Cannot find or open the PDB file.
  16. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\apphelp.dll'. Cannot find or open the PDB file.
  17. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\user32.dll'. Cannot find or open the PDB file.
  18. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\win32u.dll'. Cannot find or open the PDB file.
  19. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\gdi32.dll'. Cannot find or open the PDB file.
  20. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\gdi32full.dll'. Cannot find or open the PDB file.
  21. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\ws2_32.dll'. Cannot find or open the PDB file.
  22. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\sechost.dll'. Cannot find or open the PDB file.
  23. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Cannot find or open the PDB file.
  24. 'GTA5.exe' (Win32): Loaded 'C:\Program Files\Rockstar Games\Grand Theft Auto V\GFSDK_ShadowLib.win64.dll'. Module was built without symbols.
  25. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\psapi.dll'. Cannot find or open the PDB file.
  26. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\version.dll'. Cannot find or open the PDB file.
  27. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\crypt32.dll'. Cannot find or open the PDB file.
  28. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\ucrtbase.dll'. Cannot find or open the PDB file.
  29. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Cannot find or open the PDB file.
  30. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\msasn1.dll'. Cannot find or open the PDB file.
  31. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\wintrust.dll'. Cannot find or open the PDB file.
  32. 'GTA5.exe' (Win32): Loaded 'C:\Program Files\Rockstar Games\Grand Theft Auto V\dsound.dll'. Module was built without symbols.
  33. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\imm32.dll'. Cannot find or open the PDB file.
  34. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\shlwapi.dll'. Cannot find or open the PDB file.
  35. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\combase.dll'. Cannot find or open the PDB file.
  36. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\bcryptprimitives.dll'. Cannot find or open the PDB file.
  37. 'GTA5.exe' (Win32): Loaded 'C:\Program Files\Rockstar Games\Grand Theft Auto V\bink2w64.dll'. Cannot find or open the PDB file.
  38. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\advapi32.dll'. Cannot find or open the PDB file.
  39. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\ole32.dll'. Cannot find or open the PDB file.
  40. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\shell32.dll'. Cannot find or open the PDB file.
  41. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\cfgmgr32.dll'. Cannot find or open the PDB file.
  42. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\winmm.dll'. Cannot find or open the PDB file.
  43. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\windows.storage.dll'. Cannot find or open the PDB file.
  44. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\mf.dll'. Cannot find or open the PDB file.
  45. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\powrprof.dll'. Cannot find or open the PDB file.
  46. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\mfplat.dll'. Cannot find or open the PDB file.
  47. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\msdmo.dll'. Cannot find or open the PDB file.
  48. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\kernel.appcore.dll'. Cannot find or open the PDB file.
  49. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\mfreadwrite.dll'. Cannot find or open the PDB file.
  50. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\SHCore.dll'. Cannot find or open the PDB file.
  51. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\profapi.dll'. Cannot find or open the PDB file.
  52. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\propsys.dll'. Cannot find or open the PDB file.
  53. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\oleaut32.dll'. Cannot find or open the PDB file.
  54. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\msvcp_win.dll'. Cannot find or open the PDB file.
  55. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\wtsapi32.dll'. Cannot find or open the PDB file.
  56. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\d3d9.dll'. Cannot find or open the PDB file.
  57. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\D3DCompiler_43.dll'. Cannot find or open the PDB file.
  58. 'GTA5.exe' (Win32): Loaded 'C:\Program Files\Rockstar Games\Grand Theft Auto V\GFSDK_TXAA_AlphaResolve.win64.dll'. Module was built without symbols.
  59. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\dinput8.dll'. Cannot find or open the PDB file.
  60. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\xinput1_3.dll'. Cannot find or open the PDB file.
  61. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\IPHLPAPI.DLL'. Cannot find or open the PDB file.
  62. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\setupapi.dll'. Cannot find or open the PDB file.
  63. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\D3DX9_43.dll'. Cannot find or open the PDB file.
  64. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\winmmbase.dll'. Cannot find or open the PDB file.
  65. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\opengl32.dll'. Cannot find or open the PDB file.
  66. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\dwmapi.dll'. Cannot find or open the PDB file.
  67. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\glu32.dll'. Cannot find or open the PDB file.
  68. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\ddraw.dll'. Cannot find or open the PDB file.
  69. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\dciman32.dll'. Cannot find or open the PDB file.
  70. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\mfcore.dll'. Cannot find or open the PDB file.
  71. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\ksuser.dll'. Cannot find or open the PDB file.
  72. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\bcrypt.dll'. Cannot find or open the PDB file.
  73. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\cryptbase.dll'. Cannot find or open the PDB file.
  74. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\dsound.dll'. Cannot find or open the PDB file.
  75. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\RTWorkQ.dll'. Cannot find or open the PDB file.
  76. 'GTA5.exe' (Win32): Loaded 'C:\Users\mona\playing-for-data\renderdoc\x64\Release\renderdoc.dll'. Symbols loaded.
  77. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\comdlg32.dll'. Cannot find or open the PDB file.
  78. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\msvcp140.dll'. Cannot find or open the PDB file.
  79. 'GTA5.exe' (Win32): Loaded 'C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.14393.447_none_0d5aa7fbb6d35646\comctl32.dll'. Cannot find or open the PDB file.
  80. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\vcruntime140.dll'. Cannot find or open the PDB file.
  81. 'GTA5.exe' (Win32): Loaded 'C:\Program Files\openexr\lib\IlmImf.dll'. Module was built without symbols.
  82. 'GTA5.exe' (Win32): Loaded 'C:\Program Files\ilmbase\lib\Half.dll'. Module was built without symbols.
  83. 'GTA5.exe' (Win32): Loaded 'C:\Program Files\ilmbase\lib\Iex.dll'. Module was built without symbols.
  84. 'GTA5.exe' (Win32): Loaded 'C:\Program Files\ilmbase\lib\Imath.dll'. Module was built without symbols.
  85. 'GTA5.exe' (Win32): Loaded 'C:\Program Files\ilmbase\lib\IlmThread.dll'. Module was built without symbols.
  86. 'GTA5.exe' (Win32): Loaded 'C:\Program Files\Anaconda3\Library\bin\zlib.dll'. Module was built without symbols.
  87. 'GTA5.exe' (Win32): Loaded 'C:\Users\mona\playing-for-data\renderdoc\x64\Release\pdblocate\x64\dbghelp.dll'. Cannot find or open the PDB file.
  88. 'GTA5.exe' (Win32): Loaded 'C:\Users\mona\playing-for-data\renderdoc\x64\Release\pdblocate\x64\symsrv.dll'. Cannot find or open the PDB file.
  89. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\mswsock.dll'. Cannot find or open the PDB file.
  90. 'GTA5.exe' (Win32): Loaded 'C:\Program Files\Rockstar Games\Grand Theft Auto V\LUA.asi'. Module was built without symbols.
  91. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\msvcr120.dll'. Cannot find or open the PDB file.
  92. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\msvcp120.dll'. Cannot find or open the PDB file.
  93. 'GTA5.exe' (Win32): Loaded 'C:\Program Files\Rockstar Games\Grand Theft Auto V\ScriptHookV.dll'. Module was built without symbols.
  94. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\d3dx11_43.dll'. Cannot find or open the PDB file.
  95. 'GTA5.exe' (Win32): Loaded 'C:\Program Files\Rockstar Games\Grand Theft Auto V\NativeTrainer.asi'. Module was built without symbols.
  96. 'GTA5.exe' (Win32): Loaded 'C:\Program Files\Rockstar Games\Grand Theft Auto V\OpenIV.asi'. Module was built without symbols.
  97. 'GTA5.exe' (Win32): Loaded 'C:\Program Files\Rockstar Games\Grand Theft Auto V\ScriptHookVDotNet.asi'. Module was built without symbols.
  98. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\mscoree.dll'. Cannot find or open the PDB file.
  99. 'GTA5.exe' (Win32): Loaded 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll'. Cannot find or open the PDB file.
  100. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\dxgi.dll'. Cannot find or open the PDB file.
  101. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\nvspcap64.dll'. Cannot find or open the PDB file.
  102. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\winhttp.dll'. Cannot find or open the PDB file.
  103. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\nvapi64.dll'. Cannot find or open the PDB file.
  104. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\sspicli.dll'. Cannot find or open the PDB file.
  105. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\devobj.dll'. Cannot find or open the PDB file.
  106. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\d3d11.dll'. Cannot find or open the PDB file.
  107. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\d3d10_1.dll'. Cannot find or open the PDB file.
  108. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\d3d10_1core.dll'. Cannot find or open the PDB file.
  109. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\uxtheme.dll'. Cannot find or open the PDB file.
  110. 'GTA5.exe' (Win32): Loaded 'C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvStereoApiI64.dll'. Cannot find or open the PDB file.
  111. 'GTA5.exe' (Win32): Loaded 'C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvSCPAPI64.dll'. Cannot find or open the PDB file.
  112. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\msctf.dll'. Cannot find or open the PDB file.
  113. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\winsta.dll'. Cannot find or open the PDB file.
  114. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\DriverStore\FileRepository\nvgbwu.inf_amd64_ad333ca77156045c\nvwgf2umx.dll'. Cannot find or open the PDB file.
  115. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\hid.dll'. Cannot find or open the PDB file.
  116. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\clbcatq.dll'. Cannot find or open the PDB file.
  117. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\MMDevAPI.dll'. Cannot find or open the PDB file.
  118. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\XAudio2_7.dll'. Cannot find or open the PDB file.
  119. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\AudioSes.dll'. Cannot find or open the PDB file.
  120. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\WinTypes.dll'. Cannot find or open the PDB file.
  121. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\avrt.dll'. Cannot find or open the PDB file.
  122. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\cryptsp.dll'. Cannot find or open the PDB file.
  123. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\rsaenh.dll'. Cannot find or open the PDB file.
  124. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\imagehlp.dll'. Cannot find or open the PDB file.
  125. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\gpapi.dll'. Cannot find or open the PDB file.
  126. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\cryptnet.dll'. Cannot find or open the PDB file.
  127. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\winnsi.dll'. Cannot find or open the PDB file.
  128. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\nsi.dll'. Cannot find or open the PDB file.
  129. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\userenv.dll'. Cannot find or open the PDB file.
  130. 'GTA5.exe' (Win32): Loaded 'C:\Program Files\Rockstar Games\Social Club\socialclub.dll'. Cannot find or open the PDB file.
  131. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\wininet.dll'. Cannot find or open the PDB file.
  132. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\pid.dll'. Cannot find or open the PDB file.
  133. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\FirewallAPI.dll'. Cannot find or open the PDB file.
  134. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\fwbase.dll'. Cannot find or open the PDB file.
  135. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\fwpolicyiomgr.dll'. Cannot find or open the PDB file.
  136. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\wdmaud.drv'. Cannot find or open the PDB file.
  137. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\msacm32.drv'. Cannot find or open the PDB file.
  138. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\msacm32.dll'. Cannot find or open the PDB file.
  139. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\iertutil.dll'. Cannot find or open the PDB file.
  140. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\OnDemandConnRouteHelper.dll'. Cannot find or open the PDB file.
  141. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\NapiNSP.dll'. Cannot find or open the PDB file.
  142. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\pnrpnsp.dll'. Cannot find or open the PDB file.
  143. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\nlaapi.dll'. Cannot find or open the PDB file.
  144. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\dnsapi.dll'. Cannot find or open the PDB file.
  145. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\winrnr.dll'. Cannot find or open the PDB file.
  146. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\wshbth.dll'. Cannot find or open the PDB file.
  147. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\FWPUCLNT.DLL'. Cannot find or open the PDB file.
  148. 'GTA5.exe' (Win32): Loaded 'C:\Windows\System32\rasadhlp.dll'. Cannot find or open the PDB file.
  149. The thread 0x3dc has exited with code 0 (0x0).
  150. The program '[13124] GTA5.exe' has exited with code 0 (0x0).
  151.  
  152.  
  153. Here's the report from my DirectX diagnostic tool:
  154. https://pastebin.com/LVR6mtu6
  155. Here's the report from msinfo32:
  156. https://pastebin.com/hqZ0Uzxc
  157.  
  158.  
  159. ScriptHookV.log:
  160.  
  161. // GTA V SCRIPT HOOK (build Mar 17 2017, v1.0.1011.1)
  162. // (C) Alexander Blade 2015-2017
  163. [15:02:41] INIT: Started
  164. [15:02:41] INIT: Success, game version is VER_1_0_1011_1_NOSTEAM
  165. [15:02:41] INIT: Registering script 'LUA.asi' (0x00007FFA6E06E6A0)
  166. [15:02:42] INIT: Registering script 'NativeTrainer.asi' (0x00007FFA99C2A3C0)
  167. [15:02:43] INIT: Registering script 'ScriptHookVDotNet.asi' (0x00007FFA8E9214A0)
  168. [15:03:49] INIT: Pool 1 extended
  169. [15:03:49] INIT: Pool 2 extended
  170. [15:03:49] INIT: Pool 3 extended
  171. [15:03:49] INIT: Pool 4 extended
  172. [15:03:54] INIT: GtaThread collection size 188
  173. [15:03:54] INIT: wnd proc 0x00000000FFFF0839
  174. [15:03:54] INIT: IDXGISwapChain 0x00007FFA7AEBEB48 (0x00007FFA7AD41950)
  175. [15:03:54] INIT: IDXGISwapChain set
  176.  
  177. asiloader.log:
  178.  
  179. 000
  180. 001
  181. // GTA V ASI LOADER (build May 2 2015)
  182. // (C) Alexander Blade 2015
  183. LIB: "C:\WINDOWS\system32\dsound.dll" => 00007FFA723C0000
  184. API: "DirectSoundCreate" => 00007FFA723E94F0
  185. API: "DirectSoundEnumerateA" => 00007FFA723E95F0
  186. API: "DirectSoundEnumerateW" => 00007FFA723CC540
  187. API: "DllCanUnloadNow" => 00007FFA723F2BB0
  188. API: "DllGetClassObject" => 00007FFA723CB840
  189. API: "DirectSoundCaptureCreate" => 00007FFA723E92C0
  190. API: "DirectSoundCaptureEnumerateA" => 00007FFA723E94D0
  191. API: "DirectSoundCaptureEnumerateW" => 00007FFA723CF9F0
  192. API: "GetDeviceID" => 00007FFA723C98A0
  193. API: "DirectSoundFullDuplexCreate" => 00007FFA723E9610
  194. API: "DirectSoundCreate8" => 00007FFA723CC5A0
  195. API: "DirectSoundCaptureCreate8" => 00007FFA723E93C0
  196. 002
  197. LOADER: Loading *.asi plugins
  198. ASI: Loading "C:\Program Files\Rockstar Games\Grand Theft Auto V\LUA.asi"
  199. "LUA.asi" => 00007FFA6E040000
  200. ASI: Loading "C:\Program Files\Rockstar Games\Grand Theft Auto V\NativeTrainer.asi"
  201. "NativeTrainer.asi" => 00007FFA99C20000
  202. ASI: Loading "C:\Program Files\Rockstar Games\Grand Theft Auto V\OpenIV.asi"
  203. "OpenIV.asi" => 00007FFA97EB0000
  204. ASI: Loading "C:\Program Files\Rockstar Games\Grand Theft Auto V\ScriptHookVDotNet.asi"
  205. "ScriptHookVDotNet.asi" => 00007FFA8E920000
  206. LOADER: Finished loading *.asi plugins
  207.  
  208. Here's the screenshot of files and folders I have in GTAV game directory:
  209. [![enter image description here][2]][2]
  210.  
  211. and here's renderdoc diagnostic report:
  212.  
  213. RENDERDOC: [15:01:26] core.cpp( 242) - Log - RenderDoc v0.27 x64 (NO_GIT_COMMIT_HASH_DEFINED) loaded in replay application
  214. RENDERDOC: [15:02:02] win32_process.cpp( 307) - Log - Injecting renderdoc into process 3392
  215. RENDERDOC: [15:02:02] remote_access.cpp( 389) - Log - Got remote handshake: GTAVLauncher () [3392]
  216. RENDERDOC: [15:02:09] remote_access.cpp( 558) - Log - Got a new child process: 10080 38921
  217. RENDERDOC: [15:02:18] remote_access.cpp( 558) - Log - Got a new child process: 3740 38923
  218. RENDERDOC: [15:02:18] remote_access.cpp( 558) - Log - Got a new child process: 4492 38923
  219. RENDERDOC: [15:02:32] remote_access.cpp( 558) - Log - Got a new child process: 13124 38923
  220. RENDERDOC: [15:08:18] win32_network.cpp( 169) - Warning - recv: 10054
  221. RENDERDOC: [15:08:21] win32_network.cpp( 344) - Warning - Failed to connect to localhost:38920
  222. RENDERDOC: [15:08:24] win32_network.cpp( 344) - Warning - Failed to connect to localhost:38920
  223. RENDERDOC: [15:08:27] win32_network.cpp( 344) - Warning - Failed to connect to localhost:38921
  224. RENDERDOC: [15:08:30] win32_network.cpp( 344) - Warning - Failed to connect to localhost:38921
  225. RENDERDOC: [15:08:33] win32_network.cpp( 344) - Warning - Failed to connect to localhost:38921
  226.  
  227. Additionally, these are the options I have selected for launching the game using renderdoc:
  228. [![enter image description here][3]][3]
  229. More details from msinfo32 report:
  230.  
  231. 3/30/2017 9:08 PM Application Error Faulting application name: GTA5.exe, version: 1.0.1011.1,
  232. time stamp: 0x58be92cc
Faulting module name: ScriptHookV.dll,
  233. version: 1.0.1011.1, time stamp: 0x58cbb2b9
Exception code:
  234. 0xc0000005
Fault offset:
  235. 0x0000000000009138
Faulting process id:
  236. 0x3344
Faulting application start time:
  237. 0x01d2a998f2b24669
Faulting application path:
  238. C:\Program Files\Rockstar Games\Grand Theft Auto V\GTA5.exe
  239. 
Faulting module path:
  240. C:\Program Files\Rockstar Games\Grand Theft Auto V\ScriptHookV.dll
  241. 
Report Id: 4e4e10d7-2167-42ba-b4b6-616643c300c7

  242. Faulting package full name:
  243. 
Faulting package-relative application ID:
  244.  
  245.  
  246.  
  247.  
  248. [1]: https://i.stack.imgur.com/wJkla.png
  249. [2]: https://i.stack.imgur.com/TF3Sq.png
  250. [3]: https://i.stack.imgur.com/9rIl8.png
  251.  
  252. I really don't know what exactly causes the problem as well as how to fix this. If further information is need, please comment and I will add them.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement