Hello everyone, I have downloaded and compiled wine-20030508 successfully. Unfortunately, I seem to have stumbled on a problem at the configuration stage. I first complied and installed wine as the root user (./configure ; make dep ; make ; make install ... or so). As my regular user, I started wineserver -p and ran tools/wineinstall. I selected a windows-less install (I don't have win9x libs at hand right now). Wineinstall failed at the registry setup stage: Warning: L"/usr/src/local/wine-20030508/programs/regedit/regedit.exe.so" not accessible from a configured DOS drive I ended creating the registry myself: regedit ~/.wine/winedefault.reg At this point, running winecheck reports: 26 tests. 2 suspicious, 0 bad, 0 critical, 0 failed. Wine configuration correctness score: 99.00% However, trying to run the simplest windows app fails with an error saying: XIO: fatal IO error 0 (Success) on X server ":0.0" after 180 requests (178 known processed) with 0 events remaining. What am I doing wrong? I am trying to install on redhat9, if that information matters. Thanks in advance for any advice! _________________________________________________________________ MSN Search, le moteur de recherche qui pense comme vous ! http://fr.ca.search.msn.com/
As it says in the README file it is not recommended to install wine in the way you did To install wine you have to run /tools/wineinstall as a regular user, after you do that check if your problems persist. Cheers Gil Katz Mercury Interactive. Tel : 972-3-5399799 UIN : 1538854 =====================================================================================================================So Long, And Thanks For All The Fish. ===================================================================================================================== -----Original Message----- From: Philippe A [mailto:z77y16@hotmail.com] Sent: Sunday, May 18, 2003 17:21 To: wine-users@winehq.com Subject: Wine unable to open display. Hello everyone, I have downloaded and compiled wine-20030508 successfully. Unfortunately, I seem to have stumbled on a problem at the configuration stage. I first complied and installed wine as the root user (./configure ; make dep ; make ; make install ... or so). As my regular user, I started wineserver -p and ran tools/wineinstall. I selected a windows-less install (I don't have win9x libs at hand right now). Wineinstall failed at the registry setup stage: Warning: L"/usr/src/local/wine-20030508/programs/regedit/regedit.exe.so" not accessible from a configured DOS drive I ended creating the registry myself: regedit ~/.wine/winedefault.reg At this point, running winecheck reports: 26 tests. 2 suspicious, 0 bad, 0 critical, 0 failed. Wine configuration correctness score: 99.00% However, trying to run the simplest windows app fails with an error saying: XIO: fatal IO error 0 (Success) on X server ":0.0" after 180 requests (178 known processed) with 0 events remaining. What am I doing wrong? I am trying to install on redhat9, if that information matters. Thanks in advance for any advice! _________________________________________________________________ MSN Search, le moteur de recherche qui pense comme vous ! http://fr.ca.search.msn.com/ _______________________________________________ wine-users mailing list wine-users@winehq.com http://www.winehq.com/mailman/listinfo/wine-users ________________________________________________________________________ This email has been scanned for all viruses. Mercury Interactive Corporation Optimizing Business Processes to Maximize Business Results http://www.merc-int.com ________________________________________________________________________ ________________________________________________________________________ This email has been scanned for all viruses. Mercury Interactive Corporation Optimizing Business Processes to Maximize Business Results http://www.merc-int.com ________________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20030518/24f01033/attachment.html
Hi, please unpack the wine-source into your home directory, then to a "cd ~/wine" and a "./tools/wineinstall". If it still doesn't work, please report back to the list.. :-) Good luck, Philipp PS. Why do you have to install wine as root? Maybe if you could explain that point a little we could find a solution which works ...
Why do you run configure? Run /tools/wineinstall !!! Gil Katz Mercury Interactive. Tel : 972-3-5399799 UIN : 1538854 =====================================================================================================================So Long, And Thanks For All The Fish. ===================================================================================================================== -----Original Message----- From: Rob Hughes [mailto:rob@robhughes.com] Sent: Sunday, May 18, 2003 18:22 To: wine-users@winehq.com Subject: RE: Wine unable to open display. On Sun, 2003-05-18 at 09:37, Gil Katz wrote:> As it says in the README file it is not recommended to install wine in > the way you did > To install wine you have to run /tools/wineinstall as a regular user, > after you do that check if your problems persist. > Cheers > > Gil Katz > Mercury Interactive. > Tel : 972-3-5399799 > UIN : 1538854 > >===================================================================================================================== Everyone keep saying this, but every time I try to run wineinstall, I get errors about missing scripts that I haven't been able to figure out. ./configure: line 88: conf2239.sh: No such file or directory ./configure: line 89: conf2239.sh: No such file or directory chmod: failed to get attributes of `conf2239.sh': No such file or directory ./configure: line 201: conf2239.file: No such file or directory Running ./configure, etc., etc. always works. I've looked at the winetools script, and there's nothing really special about it that I can see. Why is this the preferred method? Anyone have any ideas about these errors? Any help/suggestions will be appreciated. Thanks, Rob ________________________________________________________________________ This email has been scanned for all viruses. Mercury Interactive Corporation Optimizing Business Processes to Maximize Business Results http://www.merc-int.com ________________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20030518/02943682/attachment.html
>please unpack the wine-source into your home directory, then to a "cd >~/wine" and a "./tools/wineinstall". If it still doesn't work, please >report >back to the list.. :-)Okay I made a make uninstall of my previous install, removed the source tree and unpacked a fresh one. I did wineinstall as my user. It recompiled and installed but the damned thing failed again at the registry setup stage. It said it couldn't find programs/regedit/regedit.so.exe in /usr/src/local/wine-*/miscemu (that's my src dir). Oviously, attempting to start notepad.exe still gives me the XIO: fatal IO error 0 (Success) on X server ":0.0" error. I had exactly the same result with my previous install approach (make everything as root, then run wineinstall as my user). In other words in back to square 1. The readme quick install instructions do not work for me. Let me know if you can think of something else. I'll see what I can find in the docs. _________________________________________________________________ MSN Messenger : discutez en direct avec vos amis ! http://messenger.fr.msn.ca/
Philippe A wrote:> > What am I doing wrong? I am trying to install on redhat9, if that > information matters. >Oh, and I forgot to mention. I don't remember when the changes got into configure to support RH9. You might need to run configure as: ./configure --with-ntpl
>>What am I doing wrong? I am trying to install on redhat9, if that >>information matters. >> > >Oh, and I forgot to mention. I don't remember when the changes got into >configure to support RH9. You might need to run configure as: >./configure --with-ntplWoohoo you got it! It solved it all! I no longer have a problem with registry generation when running wineinstall. I no longer this XIO error message when trying to open an application. Thanks a lot! Until wine configure is updated, here's the solution that worked for me - make uninstall your current install - remove the current source tree and replace it for a new one - on wineinstall line 230 do : if ! ./configure --with-nptl -C $CONFARGS - as your normal user, run wineinstall _________________________________________________________________ MSN Messenger : discutez en direct avec vos amis ! http://messenger.fr.msn.ca/