Skip to content

Problem loading the car and circuit #42

@marcianito23

Description

@marcianito23

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions