Tuesday, February 8, 2011

Pure Siesta Flow #2

$ strace -e trace=open wine ./Siesta_Flow_v1.6.exe
...
open("/home/fwhacking/.wine/dosdevices/c:/windows/temp/pft303.tmp", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 16
...

$ cp /home/fwhacking/.wine/dosdevices/c:/windows/temp/pft303.tmp/Siesta_Flow_v1.6.dfu /home/fwhacking/siesta_flow/

$ strace -e trace=open wine ./Siesta_Flow_v2.6.exe
...
open("/home/fwhacking/.wine/dosdevices/c:/windows/temp/pft2e7.tmp", O_RDONLY|O_LARGEFILE|O_DIRECTORY) = 15
...

$ cp /home/fwhacking/.wine/dosdevices/c\:/windows/temp/pft2e7.tmp/Siesta_Flow_v2.6.dfu /home/fwhacking/siesta_flow/

No comments:

Post a Comment