http://bugs.winehq.org/show_bug.cgi?id=9864
--- Comment #16 from mandelbr0t brian@darkcalgary.com 2008-05-23 01:01:42 --- Confirmed this bug using Ubuntu 8.04 and WINE 1.0 RC1. Adding WINEDEBUG=warn+all to the execution gives a number of messages like:
warn:ntdll:NtCreateFile L"\??\C:\DVD_VIDEO\OriginalIFOs\VIDEO_TS.IFO" not found (c000003a) warn:file:CreateFileW Unable to create file L"C:\DVD_VIDEO\OriginalIFOs\VIDEO_TS.IFO" (status c000003a) warn:file:CopyFileW Unable to open dest L"C:\DVD_VIDEO\OriginalIFOs\VIDEO_TS.IFO"
The displayed error dialogs are identical to the original reporters'.
There is a message for each file copied. Manually copying C:\WINDOWS\temp\TempIFOs to the expected OriginalIFOs\ location allows PSL creation to succeed. Similar messages are received if a non-empty TempIFOs\ is not created in C:\WINDOWS\temp prior to running the application.