Here are my messages - I wasn&#39;t sure if a space was needed, so I tried it both ways.<br><br><br>melanie@atlasinstall:~$ mv home/melanie/.wine home/melanie/.wine.old<br>mv: cannot stat `home/melanie/.wine&#39;: No such file or directory
<br>melanie@atlasinstall:~$ mv home/melanie/.winehome/melanie/.wine.old<br>mv: missing destination file operand after `home/melanie/.winehome/melanie/.wine.old&#39;<br>Try `mv --help&#39; for more information.<br><br>Thanks!
<br><br><br><div><span class="gmail_quote">On 7/5/07, <b class="gmail_sendername">L. Rahyen</b> &lt;<a href="mailto:research@science.su">research@science.su</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I assume file &quot;Wine Debug&quot; is full terminal output (second file contains only<br>harmless warnings which are unrelated to your problem). From these lines:<br><br>melanie@atlasinstall:~$ wine /media/cdrom0/msetup4.exe
<br>Warning: the specified Windows directory L&quot;c:\\windows&quot; is not accessible.<br>Warning: the specified System directory L&quot;c:\\windows\\system32&quot; is not<br>accessible.<br>Warning: the specified Windows directory L&quot;c:\\windows&quot; is not accessible.
<br>Warning: the specified System directory L&quot;c:\\windows\\system32&quot; is not<br>accessible.<br>fixme:win:RegisterDeviceNotificationA (hwnd=0x10024,<br>filter=0x33f614,flags=0x00000000),<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;returns a fake device notification handle!
<br>fixme:reg:GetNativeSystemInfo (0x33ec14) using GetSystemInfo()<br>err:shell:SHGetFolderPathW Failed to create directory L&quot;c:<br>\\windows\\profiles\\melanie\\Local Settings\\Temporary Internet Files&quot;.<br>err:shell:SHGetFolderPathW Failed to create directory L&quot;c:
<br>\\windows\\profiles\\melanie\\Local Settings\\History&quot;.<br>err:shell:SHGetFolderPathW Failed to create directory L&quot;c:<br>\\windows\\profiles\\melanie\\Cookies&quot;.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...I think that you have problems with permissions. Try to execute the
<br>following:<br><br>mv ~/.wine ~/.wine.old<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This command will rename your &quot;.wine&quot; directory to &quot;.wine.old&quot;. There<br>shouldn&#39;t be any terminal output at all. If this command give you errors then
<br>you have problems with permissions. If renaming was successful then your<br>permissions are OK, so we need to test farther; if so execute this:<br><br>wineprefixcreate<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This command shouldn&#39;t give you errors. It will create clean &quot;.wine&quot;
<br>directory for you. If it was OK with no errors, run your program as you did<br>before:<br><br>wine /media/cdrom0/msetup4.exe<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;And report results.<br><br>On Friday July 6 2007 03:05, M Thompson wrote:<br>
&gt; Ok That&#39;s quite a bit of homework:)&nbsp;&nbsp;As for the reading, I&#39;ve done that<br>&gt; already.&nbsp;&nbsp;As for the rest, I&#39;ll give it a try as soon as I have a few<br>&gt; minutes.&nbsp;&nbsp;In the meantime, can you see the attached text files?&nbsp;&nbsp;If you
<br>&gt; can, I&#39;ll skip the&nbsp;&nbsp;bz stuff, if not I&#39;ll send later.&nbsp;&nbsp;Thanks again.<br>&gt;<br>&gt; On 7/5/07, L. Rahyen &lt; <a href="mailto:research@science.su">research@science.su</a>&gt; wrote:<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .bz2 file is OK, but 
debug.log within it isn&#39;t. it just contain<br>&gt; &gt; this error:<br>&gt; &gt;<br>&gt; &gt; bash: cd: home/melanie/.wine/drive_c/ProgramFiles/msetup4.exe: No such<br>&gt; &gt; file or<br>&gt; &gt; directory<br>&gt; &gt;
<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Okay, here is more detailed instructions:<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1) Execute this:<br>&gt; &gt;<br>&gt; &gt; cd ~/.wine/drive_c/Program\ Files/your_application<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Replace &quot;your_application&quot; with your application&#39; program folder
<br>&gt; &gt; if it has<br>&gt; &gt; one. Please note that you must use &quot;\&quot; before all spaces! This is<br>&gt; &gt; important.<br>&gt; &gt; You cannot ommit spaces or leave &#39;em without &quot;\&quot;. &quot;\&quot; is just escape
<br>&gt; &gt; character - it tells to the shell that next symbol shouldn&#39;t have any<br>&gt; &gt; special<br>&gt; &gt; meaning and it is a part of the file or directory name in this case.<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Please note that this step have more importance than you may
<br>&gt; &gt; think. Many<br>&gt; &gt; Windows application require you to cd to the directory with the<br>&gt; &gt; executable;<br>&gt; &gt; file managers like Nautilus and Konqueror will NOT do this - they always<br>&gt; &gt; set
<br>&gt; &gt; your home directory as current one. If you try to execute such<br>&gt; &gt; applications<br>&gt; &gt; with full path they will fail to work. Some Win-apps work even if your<br>&gt; &gt; current directory is any directory on your system but you cannot assume
<br>&gt; &gt; this<br>&gt; &gt; if you not sure. You may want to read brief and short intruduction to<br>&gt; &gt; typical<br>&gt; &gt; problems when using WINE here:<br>&gt; &gt; <a href="http://madewokherd.livejournal.com/5082.html">
http://madewokherd.livejournal.com/5082.html</a> ;<br>&gt; &gt; if you need more info you can read <a href="http://www.winehq.org/">http://www.winehq.org/</a> )<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2) Execute:<br>
&gt; &gt;<br>&gt; &gt; ls<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; You must see executable of your program in the output. If not,<br>&gt; &gt; make sure that<br>&gt; &gt; you in right directory (by executing command &quot;pwd&quot; to see your current
<br>&gt; &gt; directory).<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3) Execute:<br>&gt; &gt;<br>&gt; &gt; wine program_name.exe<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Substitute &quot;program_name&quot; with the name of your program
<br>&gt; &gt; executable. Make sure<br>&gt; &gt; that your program can run and give you the error. You will have some<br>&gt; &gt; output<br>&gt; &gt; in your terminal. If this works as expected, execute:<br>&gt; &gt;<br>
&gt; &gt; wine program_name.exe &amp;&gt; debug.log<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; And do everything neccessary to get the error from your program.<br>&gt; &gt; Then close<br>&gt; &gt; it correctly if possible (but even if not this isn&#39;t very important).
<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4) Execute:<br>&gt; &gt;<br>&gt; &gt; less debug.log<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; You can scroll up/down with up/down arrow keys. You must find<br>&gt; &gt; there terminal<br>&gt; &gt; output from WINE. If you find something else (for example, error about
<br>&gt; &gt; non-existing file) make sure you followed instructions correctly; in<br>&gt; &gt; worst<br>&gt; &gt;<br>&gt; &gt; case you can ask additional questions.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5) If everything is okay, execute:
<br>&gt; &gt;<br>&gt; &gt; bzip2 -9 debug.log<br>&gt; &gt;<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Parameter &quot;-9&quot; means maximum possible compression level. You will<br>&gt; &gt; have<br>&gt; &gt; debug.log.bz2 file with compressed terminal output from WINE. If you want
<br>&gt; &gt; you<br>&gt; &gt; may try to open this file in your favorite file manager (something like<br>&gt; &gt; Konqueror or Nautilus) but this is unnessery check if content of original<br>&gt; &gt; debug.log was OK.<br>
&gt; &gt;<br>&gt; &gt; On Friday July 6 2007 01:54, M Thompson wrote:<br>&gt; &gt; &gt; Ok I hope I have the debug file attached.&nbsp;&nbsp;The exact errors are as<br>&gt; &gt;<br>&gt; &gt; follows:<br>&gt; &gt; &gt; When I get to the install to C:program files screen, it says: &quot;C: free
<br>&gt; &gt; &gt; space available is 1MB 65 MB needed.&quot;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; When I hit install anyway, it says &quot;the specified folder is invalid.<br>&gt; &gt; &gt; Specify a write enabled folder on the local hard disk drive&quot;.
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; The folder is write enabled as far as I can tell.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; If it helps, I will send a screenshot of the above two error<br>&gt; &gt;<br>&gt; &gt; messages.&nbsp;&nbsp;I
<br>&gt; &gt;<br>&gt; &gt; &gt; was going to but I was afraid it would bog down everyone&#39;s<br>&gt; &gt;<br>&gt; &gt; email.&nbsp;&nbsp;Please<br>&gt; &gt;<br>&gt; &gt; &gt; let me know if more info is needed or if I failed to do the bz2 file
<br>&gt; &gt; &gt; correctly.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Thanks in advance for your advice and for your patience.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; On 7/5/07, L. Rahyen &lt; <a href="mailto:research@science.su">
research@science.su</a>&gt; wrote:<br>&gt; &gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Open a terminal, and execute this:<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cd ~/.wine/drive_c/Program\ Files/your_application<br>&gt; &gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wine program_name.exe &amp;&gt; 
debug.log<br>&gt; &gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bzip2 -9 debug.log<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; You will have relatively small debug.log.bz2 file with full<br>&gt; &gt; &gt; &gt; terminal output.<br>&gt; &gt; &gt; &gt; Of course if 
debug.log will be of small size (say, few KiB or so)<br>&gt; &gt; &gt; &gt; then<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; you don&#39;t need to compress it with bzip2. Just attach it to your next<br>&gt; &gt; &gt; &gt; message. It
<br>&gt; &gt; &gt; &gt; may be helpful if you provide exact text message with the error you<br>&gt; &gt;<br>&gt; &gt; get<br>&gt; &gt;<br>&gt; &gt; &gt; &gt; from<br>&gt; &gt; &gt; &gt; the application or even provide a screenshot if you want (exact text
<br>&gt; &gt;<br>&gt; &gt; or<br>&gt; &gt;<br>&gt; &gt; &gt; &gt; screenshot will be useful only if the error is written with English).<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; On Thursday July 5 2007 18:12, M Thompson wrote:
<br>&gt; &gt; &gt; &gt; &gt; OK Thanks.<br>&gt; &gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; I would be using this software in conjunction with my Canon MP 600<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; printer<br>&gt; &gt; &gt; &gt;
<br>&gt; &gt; &gt; &gt; &gt; which works under Linux albeit with a nonspecific driver (MP 500<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; driver).<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; The photo quality is OK just not good enough for keepsake photos (
<br>&gt; &gt;<br>&gt; &gt; i.e.,<br>&gt; &gt;<br>&gt; &gt; &gt; &gt; my<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; child) even with turboprint.&nbsp;&nbsp;Even under WIN XP, I had to use the<br>&gt; &gt;<br>&gt; &gt; Canon<br>
&gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; software to make photos print correctly color-wise and borderless<br>&gt; &gt;<br>&gt; &gt; 4x6<br>&gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; (funny none of the glowing reviews mentioned this).&nbsp;&nbsp;As for the
<br>&gt; &gt; &gt; &gt; &gt; full terminal output, I have already taken some screenshots at the<br>&gt; &gt;<br>&gt; &gt; relevant<br>&gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; times and I&#39;d rather provide those if possible.&nbsp;&nbsp;If not, I can try
<br>&gt; &gt;<br>&gt; &gt; to<br>&gt; &gt;<br>&gt; &gt; &gt; &gt; send<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; &gt; the whole output - what do you consider very long bc I&#39;m not sure I<br>&gt; &gt; &gt; &gt; &gt; know how to create a bz2 file?&nbsp;&nbsp;So, what do you think?
<br></blockquote></div><br>