.exe has stopped working windows 10

broken image

With arcpy.da.SearchCursor(fc, popFields)as cursor:Īrcpy.AddField_management(outFeature, 'temp','LONG',15,'','','','')Īrcpy.CalculateField_management(outFeature,'temp',popSharedTotal,'VB')Īrcpy.CalculateField_management(outFeature,'popShare','/','VB')Īrcpy.

broken image

They often complaints that blackops3.exe has stopped working on their Windows 10 devices. Some CoD gamers and Battlefield 3 players too, who are using NVIDIA graphics card have faced sporadic crashes while playing this game.

broken image

Pop_calc = '!pop_20]-'.format(year)Īrcpy.AddField_management(outFeature, 'pop_diff','LONG',15,'','','','')Īrcpy.CalculateField_management(outFeature,'pop_diff',pop_calc,'VB')Īrcpy.AddField_management(outFeature, 'popShare','DOUBLE',15,10,'','','') Call of Duty is one of the most played games all over the globe. I do the same calculation for other fields so this code repeats itself but for different columns. For all the variables I get values prior to this portion of the script. I wanted to ask if someone could help me identify the problem so I can fix it.

broken image

I don't know what might be causing it but I think I have identify where it's happening. The script works perfectly but when it finishes, it gives me an unhandled exception which crashes Python.