http://bugs.winehq.org/show_bug.cgi?id=2356
------- Additional Comments From rklazes@xs4all.nl 2004-12-07 04:54 ------- warn:file:CreateFileW Unable to create file L"\\.\L:" (status c0000022)
I followed this problem back to dlls/ntdll/directory.c and found that L: is resolved to /dev/hdb5 raising the invalid access.
In Windows the filename "\\.\L:" for CreateFile means the volume that, when opened, can be accessed as a device. Please look it up on msdn.microsoft.com.
What Wine is doing here seems to be correct to me.