fastest-lap icon indicating copy to clipboard operation
fastest-lap copied to clipboard

Problem loading the car and circuit

Open marcianito23 opened this issue 1 year ago • 0 comments

I have problems starting the examples after changing the car or circuit. I am running it from windows 10 and python 3.11.2, I have also tried version 3.9 and it results in the same error.


OSError Traceback (most recent call last) Cell In[7], line 3 1 # Load vehicle 2 vehicle_xml="car-via-xml" ----> 3 fastest_lap.create_vehicle_from_xml(vehicle_xml,"../../../../database/vehicles/f1/ferrar-2022-australia.xml");

File C:\v0.5\include\fastest_lap.py:45, in create_vehicle_from_xml(name, database_file) 42 name = c.c_char_p((name).encode('utf-8')) 43 database_file = c.c_char_p((database_file).encode('utf-8')) ---> 45 c_lib.create_vehicle_from_xml(name,database_file) 47 return

OSError: [WinError -529697949] Windows Error 0xe06d7363

marcianito23 avatar Feb 27 '23 17:02 marcianito23