patrickmoore / Mu

Mu Releases
104 stars 22 forks source link

Yaml-cpp: error at line 0, column 0: bad conversion #3

Closed GianlucaBelardinelli closed 7 years ago

GianlucaBelardinelli commented 7 years ago

Hi,

I just recorded now a stint and while converting the file using your tool I get the following error: [Error] yaml-cpp: error at line 0, column 0: bad conversion Mu version: 1.7.3.2

patrickmoore commented 7 years ago

Hi Gianluca. Are you able to send me offending .ibt file?

GianlucaBelardinelli commented 7 years ago

You have a dropbox file shared. Check your Gmail. I've used the one on the Mu readme description.

Thanks

patrickmoore commented 7 years ago

The problem is due to malformed YAML coming from iRacing. Specifically, the DriverSetupName node is not quoted which causes the yaml library to throw an exception when it tries to parse the backslash character in your setup's name. I've sent a message to David Tucker about the issue but I'll also add in this sanitizing case to Mu.

patrickmoore commented 7 years ago

Fixed with 1.7.3.3