http://bugs.winehq.org/show_bug.cgi?id=9970
Summary: OPA uses the process id/thread id to generate "random" temp filenames Product: Wine Version: 0.9.46. Platform: Other OS/Version: other Status: NEW Severity: minor Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: mikolaj.zalewski@gmail.com
But if there is no Wine program running in the background then we start a clean server each time and these number are always the same. OPAS handles very badly if there is a lot of temporary files from the same "namespace" already and after killing the program five times (so that it cannot clean the files on exit) it will refuse to start.
A workaround is to clean the C:\Windows\Temp or to keep a program running in the background so that the pids are each time different. I'm also not sure if the problem is in OPAS or in the Visual FoxPro runtime - the error 1410 that appears is a MS defined error code ( http://msdn2.microsoft.com/en-us/library/aa976055(VS.71).aspx )