Hello, I must confess to being an absolute newbie to wine - except for having followed the content of the mailing lists for a while. I would quite like to get involved with the project, and would prefer a testing-oriented or documentation role if there was a need for such. What I'd like to know at this point, if anyone would tell me, is where exactly is the wine project up to in terms of having a system which actually works to a greater or lesser extent ? I guess it would make sense for me to start with an install of the current / latest version. I currently run Mandrake Linux 8.0, but also have most versions of Windoze available (except XP). Do instructions exist for going from a scratch Linux installation to a working (?) install of wine ? Have lists of suitable hardware / software been put together ? If so, how do I get at them ? If not, I guess it would make sense for me to offer to be involved in writing them ? I'd really like to help and be involved, but first I need to get started ! Would anyone be prepared to guide a Wine newbie through their initial steps up to the point where they might be able to do something of use to the project ? My apologies if I have directed this to the wrong list - maybe someone could help me out with that as well ! Kevin. -----Original Message----- From: Jonadab the Unsightly One [mailto:jonadab@bright.net] Sent: 01 March 2002 04:21 To: wine-users@winehq.com Subject: Re: ERROR : FIXME:pthread_rwlock_unlock dirk@gratiz.be (dirk) writes:> but why doesn't explorer works??When Explorer runs, it tries to do all kinds of poorly-documented low-level things -- things that are important for Windows to run properly, but things Wine is unlikely to be able to handle. You can get a rough idea of some of the things Explorer does by messing around with LiteStep for a while and noticing what is different or just plain doesn't work right. Alternately, you can take my word for it that the little windows you see showing directories and files are only a very small part of what Explorer does. _______________________________________________ wine-users mailing list wine-users@winehq.com http://www.winehq.com/mailman/listinfo/wine-users
Hi Kevin, --- Kevin Lawton <K-Lawton@versatel.nl> wrote:> I must confess to being an absolute newbie to wineYou are forgiven :-)> I would quite like to get involved with the project, > and would prefer a > testing-oriented or documentation role if there was > a need for such.Huge need! Let me know right away if you have nothing to do!> What I'd like to know at this point, if anyone would > tell me, is where > exactly is the wine project up to in terms of having > a system which actually > works to a greater or lesser extent ?Wine is in good place in these terms. Wine actually works very well, but Windows applications under Wine - not always ;-) Seriously - it is still alpha software.> I guess it would make sense for me to start with an > install of the current / > latest version. I currently run Mandrake Linux 8.0, > but also have most > versions of Windoze available (except XP).You have everything needed to start.> Do instructions exist for going > from a scratch Linux installation to a working (?) > install of wine ? Have > lists of suitable hardware / software been put > together ? If so, how do I > get at them ? If not, I guess it would make sense > for me to offer to be > involved in writing them ? > I'd really like to help and be involved, but first I > need to get started ! > Would anyone be prepared to guide a Wine newbie > through their initial steps > up to the point where they might be able to do > something of use to the > project ?Yes on all these questions! www.winehq.com has a good set of documentation about this. Of course, you are welcome to make it even better! I recommend you to get access to Wine CVS.Compilation and installation from source is not very difficult. Do not forget to uninstall existing versions if you have any.> My apologies if I have directed this to the wrong > list - maybe someone could > help me out with that as well !You are right in the place. Let me know when you finished with installation and configuration! See you later, Andriy Palamarchuk PS. Read also this article: "How to Ask Smart Questions" http://www.tuxedo.org/~esr/faqs/smart-questions.html and general rules of Netiquette. __________________________________________________ Do You Yahoo!? Yahoo! Greetings - Send FREE e-cards for every occasion! http://greetings.yahoo.com
In <NGBBKODFNJCNAIIIMLAAGEMBCIAA.olejagro@start.no>, on 03/04/02 at 09:24 AM, Ole-Jacob Gr nvold <olejagro@start.no> said: :Can a dos box be started in Wine? Yes, either by invoking the dos program directly, or by invoking command.com. :I would dearly like to see that program up and running in my redhat 7.2 What happens when you try? -- Chuck Crayne ----------------------------------------------------------- ccrayne@crayne.org -----------------------------------------------------------
Hi Thanks for answering: Lots of stuff is not happening: Invoking /opt/wine/bin/wine.bin /data/data/of3/n/nb.exe ... Warning: unprotecting the first 64KB of memory to allow real-mode calls. NULL pointer accesses will no longer be caught. fixme:pthread_kill_other_threads_np err:int:INT_Int1aHandler int1a: unknown/not implemented parameters: int1a: AX 3524, BX 0090, CX 0000, DX f07c, SI 0002, DI 0404, DS 2e1b, ES 10dc fixme:int10:INT_Int10Handler Get Font Information - Not Supported fixme:int10:INT_Int10Handler Unknown - 0xfe err:int10:INT_Int10Handler int10: unknown/not implemented parameters: int10: AX fe03, BX b800, CX 0000, DX 0000, SI 0002, DI 0000, DS 10dc, ES b800 If I try to run the command "command.com" I am told that I have the wrong msdos version???? ojg -----Opprinnelig melding----- Fra: wine-users-admin@winehq.com [mailto:wine-users-admin@winehq.com]P? vegne av ccrayne@crayne.org Sendt: 4. mars 2002 21:06 Til: wine-users@winehq.com Emne: Re: Can a dos box be started in Wine In <NGBBKODFNJCNAIIIMLAAGEMBCIAA.olejagro@start.no>, on 03/04/02 at 09:24 AM, Ole-Jacob Gr nvold <olejagro@start.no> said: :Can a dos box be started in Wine? Yes, either by invoking the dos program directly, or by invoking command.com. :I would dearly like to see that program up and running in my redhat 7.2 What happens when you try? -- Chuck Crayne ----------------------------------------------------------- ccrayne@crayne.org ----------------------------------------------------------- _______________________________________________ wine-users mailing list wine-users@winehq.com http://www.winehq.com/mailman/listinfo/wine-users
On Mon, 4 Mar 2002, Ole-Jacob Gr?nvold wrote:> If I try to run the command "command.com" I am told that I have the wrong > msdos version???? > ojg >wine --winver win31 --dosver 6.22 command.com or whatever dos version the thing wants. Even if command.com will work, the app will likely fail the same way as when run directly with Wine, but you never know until you try. Lawson