Skip to content

Log conversion Windows error #8

@ilanbiala

Description

@ilanbiala

I tried running https://pycanlib.readthedocs.io/en/v1.32.256/examples/convert_kme_asc.html but with a CSV input file (changed file formats appropriately), and I get this output with an error:

PS C:\Users\ilanbiala\Downloads> python .\convert_csv_asc.py .\KW_Log1_1.csv
Output filename is 'KW_Log1_1.txt'
  24 is supported (Default: 0)
    Current value: 100
  28 is supported (Default: 0)
    Current value: 1
  8 is supported (Default: 0)
    Current value: 1
  26 is supported (Default: 64)
    Current value: 8
Converting about 1295576 events...
Traceback (most recent call last):
  File "C:\Users\ilanbiala\Downloads\convert_csv_asc.py", line 96, in <module>
    convert_events(cnv)
  File "C:\Users\ilanbiala\Downloads\convert_csv_asc.py", line 40, in convert_events
    cnv.convertEvent()
  File "C:\Users\ilanbiala\AppData\Roaming\Python\Python311\site-packages\canlib\kvlclib\converter.py", line 86, in convertEvent
    dll.kvlcConvertEvent(self.handle)
OSError: [WinError -529697949] Windows Error 0xe06d7363

It looks like the error is an unknown software exception. Any suggestions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions