Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem loading the car and circuit #42

Open
marcianito23 opened this issue Feb 27, 2023 · 0 comments
Open

Problem loading the car and circuit #42

marcianito23 opened this issue Feb 27, 2023 · 0 comments

Comments

@marcianito23
Copy link

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 marcianito23 changed the title Problem when changing the car in the examples Problem loading the circuit Feb 27, 2023
@marcianito23 marcianito23 changed the title Problem loading the circuit Problem loading the car and circuit Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant