DeepGTAV icon indicating copy to clipboard operation
DeepGTAV copied to clipboard

GTA down once enable receiving rewards

Open zmonoid opened this issue 7 years ago • 3 comments

Anyone have same problem?

zmonoid avatar Nov 06 '17 14:11 zmonoid

Hi @zmonoid, What works for me:

  • Start-up GTAV without lane rewarding (run as administrator PlayGTAV.exe)
  • Start a drive session
  • Stop drive session from your python IDE
  • Enable reward in scenario initialisation
  • Run the modified drive code

When you switch back to GTAV after starting the python code, GTAV will probably freeze for a few moments. Give it a minute. Also found that some mods, e.g. No traffic, will crash either GTAV or DeepGTAV when you have lane reward enabled.

Hope that helps.

IanKirwan avatar Nov 25 '17 10:11 IanKirwan

Did you load the path.xml? I had the problem that it didn't load the path nodes and once the lane rewarder was trying to access them DeepGTA crashed, without telling me the reason. Don't know if it helps, since in my case it was DeepGTA that crashed and not GTA itself.

icelight89 avatar Nov 27 '17 17:11 icelight89

I have also found that the agressivity initialisation value (the 2nd parameter in the list you pass in) can cause problems. A value of 0.1 works on my works computer but crashes DeepGTAV on my home PC. 0.5 works on my home PC. 0.0 crashes DeepGTAV on both PCs.

IanKirwan avatar Jan 07 '18 11:01 IanKirwan