aitorzip / VPilot

Scripts and tools to easily communicate with DeepGTAV. In the future a self-driving agent will be implemented.
GNU General Public License v3.0
145 stars 63 forks source link

Python socket.error: [Errno 10054] #16

Closed chizhang529 closed 7 years ago

chizhang529 commented 7 years ago

Hi,

I tried to run the DeepGTAV with VPilot, but Script Hook V crashed immediately after I ran python dataset.py with an error message like below:

CORE: An exception occurred while executing 'DeepGTAV.asi' (0x00007FFC3CC4F190), id 33

Here is the error showing up in the prompt: image

and the text in deepgtav.log shows like this:

Initializing Winsock...Initialized. Socket created. Bind done. Listening...

chizhang529 commented 7 years ago

This issue was resolved by downloading path.xml from this repo: DeepGTAV, which I forgot to do.