From user feedback:
"If I try to load a dataset from a WSL directory and not in the C:\ drive, it fails to load and I get no error message. it took me a while to realize I had to copy the file from \wsl.localhost\Ubuntu to the C:\ drive"
To reproduce start a WSL session, copy a trace to the WSL filesystem.
Try to open it using file dialog or command line ex:
roc-optiq.exe -f \\wsl.localhost\Ubuntu\home\tkarczew\projects\rocpd-transpose.db
The following appears in the log.
[2026-05-01 16:53:17.875] [roc-optiq-log] [info] Opening file: \\wsl.localhost\Ubuntu\home\tkarczew\projects\rocpd-transpose.db
[2026-05-01 16:53:27.591] [roc-optiq-log] [debug] Detect table error
[2026-05-01 16:53:27.592] [roc-optiq-log] [debug] 5
[2026-05-01 16:53:27.592] [roc-optiq-log] [debug] :
[2026-05-01 16:53:27.593] [roc-optiq-log] [debug] database is locked
[2026-05-01 16:53:27.621] [roc-optiq-log] [debug] Detect table error
[2026-05-01 16:53:27.622] [roc-optiq-log] [debug] 5
From user feedback:
"If I try to load a dataset from a WSL directory and not in the C:\ drive, it fails to load and I get no error message. it took me a while to realize I had to copy the file from \wsl.localhost\Ubuntu to the C:\ drive"
To reproduce start a WSL session, copy a trace to the WSL filesystem.
Try to open it using file dialog or command line ex:
roc-optiq.exe -f \\wsl.localhost\Ubuntu\home\tkarczew\projects\rocpd-transpose.dbThe following appears in the log.