http://bugs.winehq.org/show_bug.cgi?id=5864
alevkovich@tut.by changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|wine creates 3582-490 subdir|wine creates 3582-490 subdir |and tmp*.tmp file in windows|and tmp*.tmp file in windows |temp dir and does not start |temp dir |winapplication |
------- Additional Comments From alevkovich@tut.by 2006-05-08 08:16 ------- Linux alexl_m 2.6.17-gentoo-r4 #1 Mon Jul 24 13:34:36 EEST 2006 i686 Mobile AMD Sempron(tm) Processor 3300+ AuthenticAMD GNU/Linux
Wine is installed and correctly setuped. When I try to start winapplication WINE creates 3582-490 subdir (this dir contains winappl I tried to start) and tmp*.tmp file in windows/temp dir. If this application is not required some data then this appl start ok, but if some data from is required the application failed with error. For example:
/mnt/sklad/Wine is path to C disk
alex@alexl_m /mnt/sklad/Wine/Program Files/Phones $ ls main.ico names.bin phones.bin Phonview.exe streets.bin alex@alexl_m /mnt/sklad/Wine/Program Files/Phones $ wine Phonview.exe
The program starts and returned: that it is not possible to open phones.bin file.
alex@alexl_m /mnt/sklad/Wine/Program Files/Phones $ cd /mnt/sklad/Wine/windows/ temp alex@alexl_m /mnt/sklad/Wine/windows/temp $ ls 3582-490 tmp5023.tmp alex@alexl_m /mnt/sklad/Wine/windows/temp $ cd 3582-490 alex@alexl_m /mnt/sklad/Wine/windows/temp/3582-490 $ ls Phonview.exe alex@alexl_m /mnt/sklad/Wine/windows/temp/3582-490 $
It seems WINE starts this program under windows/temp directory.