Este no es el correo de Yanier ----- Original Message ----- From: <wine-users-request@xxxxxxxxxx> To: <wine-users@xxxxxxxxxx> Sent: Tuesday, May 10, 2005 12:25 PM Subject: wine-users digest, Vol 1 #2093 - 12 msgs Send wine-users mailing list submissions to wine-users@xxxxxxxxxx To subscribe or unsubscribe via the World Wide Web, visit http://www.winehq.org/mailman/listinfo/wine-users or, via email, send a message with subject or body 'help' to wine-users-request@xxxxxxxxxx You can reach the person managing the list at wine-users-admin@xxxxxxxxxx When replying, please edit your Subject line so it is more specific than "Re: Contents of wine-users digest..." Today's Topics: 1. Re: wine-20050419 crashes warcraft 3 (Jesse Allen) 2. Re: Configuring Wine to use on a separate partition (Holly Bostick) 3. Re: Installation (Evil) 4. Re: Installation (Walt Ogburn) 5. Re: Half-Life and Counter-Strike on WINE (Hiji) 6. Half-Life and Counter-Strike with WINE (David F. Colwell) 7. Re: APPDB: Half-Life and Counter-Strike with WINE (David F. Colwell) 8. Console font wrong in Windows apps (Matthew L Reed) 9. 3com webconnect webcam and webcam32 on Wine? (Matthew L Reed) 10. Re: 3com webconnect webcam and webcam32 on Wine? (James Hawkins) 11. Re: Re: LockWindowUpdate (Raimund Eimann) 12. Re: Re: LockWindowUpdate (Raimund Eimann) --__--__-- Message: 1 Date: Mon, 9 May 2005 11:03:28 -0700 From: Jesse Allen <the3dfxdude@xxxxxxxxx> Reply-To: Jesse Allen <the3dfxdude@xxxxxxxxx> To: Sebastien Fievet <sebastien.fievet@xxxxxxx> Cc: wine-users@xxxxxxxxxx Subject: Re: wine-20050419 crashes warcraft 3 On 5/1/05, Sebastien Fievet <sebastien.fievet@xxxxxxx> wrote: > Hi all, > > I recently compiled wine-20050419, and decided to give Warcraft 3 a try. > The game installed nicely but crashed at runtime, freezing my computer. > I had to hard-reboot the box to recover. Unfortunately, i am unable to give any > trace or log, because each time i launch Warcraft it hangs, leaving me with no > alternative but rebooting the system. > Try disabling the sound. --__--__-- Message: 2 Date: Mon, 09 May 2005 20:16:04 +0200 From: Holly Bostick <motub@xxxxxxxxx> Subject: Re: Configuring Wine to use on a separate partition To: Wine Users Mailing List <wine-users@xxxxxxxxxx> Cc: Robert Yu <bobbyyu3@xxxxxxxxx> Robert Yu schreef: > Thanks for the reply. I just want to know, how do you divide your hard > drive space in Linux? Should I even make a separate partition for > Windows programs at all? > I'm not sure if you wanted this to go to the list as well (it came only to me; remember to use "Reply all" to include the list in the reply recipients), but since it's a question that someone else might wonder about too, I'm answering to the list. Hope that's OK. The short answer would have to be, "That depends"... mostly on 1) whether or not you're dual-booting with Windows and 2) what kind of applications you intend to run with Wine. Obviously, if you are dual-booting, having a separate (FAT32) partition of Windows applications is convenient in that it means you can limit the drive use by having only one install directory for the same application. You may have to *install* said application twice (once under Windows, and once under Wine, although even this is often not necessary as quite a few applications will run without specific installation under Wine), but it will not take up twice the space, since you're installing it to the same "physical" location. In terms of what kinds of applications you're running, the concerns are again often space-related. In this case, it is often vastly more useful to have a separate partition for Windows-based data *created* by programs, rather than for the programs themselves. For example, I run a lot of games under Wine, and let's pretend I also run Office. Now, I know how much space the games and Office take up to install. So if I know that I already have enough space on whatever drive contains my /home folder (assuming that I install all programs to the default of C:\Program Files-- which I don't, but let's pretend-- that resolves to /home/username/.wine/c_drive, so we're essentially talking about how big is the /home directory), there's no problem installing. The problem comes when I play the game, or use Office, and want to *save* something. Every save game or every document saved to C:\My Documents (again assuming I use defaults) is eating up HDD space that I am no longer able to estimate how much it is (since I don't know how big the picture/video/save game/Powerpoint presenatation is without explicitly checking), and this is what causes one to wake up one morning wondering why in the bloody blue blazes the HDD is suddenly full. However, if the folder to which this data is normally being saved is actually a symlink to another partition (rather than a directory within /home), then your /home is safe in terms of size (it's not growing out of your control) and you can keep an eye on this data storage partition much more reliably and clean it out when necessary. So, for example, whenever I install a game with Wine, the first thing I do is find the "saves" directory and symlink it to a partition that I keep savegames on-- basically, I'd create a folder on the "storage" partition using the name of the game, and symlink that folder in the game's install directory, naming the symlink whatever the save game directory is supposed to be called according to the game. Naturally, I've got Wine set to recognize and allow symlinks (otherwise this wouldn't work at all). So when the game creates a savegame file, it's created on the storage partition rather than in my /home/.wine/c_drive/Program\ Files/game_install/saves directory. For documents, I keep all my documents on the "storage" partition as well; map the "mydocs" (or whatever) folder on that partition to a drive letter in ~/.wine/dosdevices, and then I just save all my data files to E:\whatever. Audio files and pictures reside in a separate partition from application data as well, not to mention email. It's just a matter of specifying where the application is reading the data it's acting upon from, and it really makes backing up your personal volatile data much, *much* easier. Throw in a DVD, burn off everything in ~/storage (which is where the partition is mounted into the Linux filesystem), and life is good in case of disaster. Consolidating backup-able data in this way makes it much more likely that you *will* backup every now and again. Consolidating data files also makes disaster much more manageable-- even if you have to delete every other partition on the drive(s) to recover either Windows, or Linux, or both, you can easily avoid the data storage partition and reinstall the OS without fear that you've screwed yourself beyond recall. Reinstalling *apps* is never a problem. Even losing application settings is only annoying in most cases. *Your data* is what's precious, and cannot be replaced-- imo, that must be protected at all costs, and the first line of defense is buffering that data from any area of the filesystem that might ever be deleted wholesale. Such as your /home folder, if it's on the same partition as / --and sometimes even if it isn't-- or the real Windows C:\ drive. Disaster always seems to strike about 5 minutes after you said to yourself, "I should back this up before I go to bed/as soon as I'm finished this long operation/when I get back from the movies/etc", so plan for the worst possible case, where you didn't back up (yet), and now you can't. With personal data files insulated on a separate partition, you will likely be able to repair the system without losing a single document, despite your lack of foresight :-D . Naturally, if your programs are of a specific size and don't generate user data files of their own, then you don't really need a separate partition for them. You don't much need to put things like WinRAR or Nero or Quicktime or even IE on a separate partition if that's what you're running, unless you're a neat freak like me and 1) like to know precisely where everything is and 2) like to get to your directories somewhat faster in a file manager-- you can get to an installation directory installed to a partition mounted in ~/winstuff much faster in a file manager than if you have to Show Hidden Directories => .wine => c_drive => Program\ Files => install directory => program.exe (or program.cfg, if your goal is to edit DeusEx.ini, for example). But of course you could just make a higher-level symlink in your ~ directory so you could get to C:\Program Files somewhat faster if you needed to. So, it depends, like most things Linux, on what you personally need to make your system easier for you to use, based on how you personally use your system. Hope this helps, Holly --__--__-- Message: 3 Date: Mon, 09 May 2005 13:36:01 -0500 From: Evil <wine@xxxxxxxxxxxxxxx> To: wolfgang.feuerlein@xxxxxx CC: wine-users@xxxxxxxxxx Subject: Re: Installation This is explained in the documentation at http://www.winehq.com/site/docs/wine-user/index. It would also be a good idea to stop first, and find a book (or google for some documents) oriented towards beginner's guides to Linux. You're going to have a very rough time using WINE if you don't know your way around the command prompt and some basics of the distribution you're using (likely SuSE 9.3, not Linux 9.3). Good Luck! -J Wolfgang Feuerlein wrote: > Hallo, > > is there anyone who can tell me how to use "wine"? I successfully > installed the program under my Linux 9.3 (with the help of YasT), but > now I cannot find any icon and I don't know, how to start any windows > application. Or did I anything wrong during the installation (I am > completely new in working with Linux!!!!!)???? > > Thanks for your help, > > Wolfgang > --__--__-- Message: 4 Date: Mon, 9 May 2005 11:38:14 -0700 (PDT) From: Walt Ogburn <reuben@xxxxxxxxxxxxxxxx> To: Wolfgang Feuerlein <wolfgang.feuerlein@xxxxxx> Cc: wine-users@xxxxxxxxxx Subject: Re: Installation There are a few different possibilities. Do you have a Windows partition that you're trying to use? This is possible, but the general recommendation is to install applications separately under wine. If you have a windows executable, say "setup.exe," you could: * open up a terminal window, cd to the right directory, and type wine setup.exe * open a file browser like Konqueror, click on setup.exe, and in the "Open with..." dialog type "wine." As you install programs under Wine, you should automatically get a "Wine" entry in your applications menu. This works like the MS Windows Start menu, if you're used to that. Take a look in your application menu and see if there's a Wine entry there. If you want to use an existing Windows partition, you have to do some more work. There are instructions at http://www.winehq.org/docs/wine-user.html#CONFIG-DRIVE-MAIN - Walter On Mon, 9 May 2005, Wolfgang Feuerlein wrote: > Hallo, > > is there anyone who can tell me how to use "wine"? I successfully > installed the program under my Linux 9.3 (with the help of YasT), but > now I cannot find any icon and I don't know, how to start any windows > application. Or did I anything wrong during the installation (I am > completely new in working with Linux!!!!!)???? > > Thanks for your help, > > Wolfgang > --__--__-- Message: 5 Date: Mon, 9 May 2005 11:58:14 -0700 (PDT) From: Hiji <hijinio@xxxxxxxxx> Subject: Re: Half-Life and Counter-Strike on WINE To: "David F. Colwell" <dfcolwell@xxxxxxxxxxxxx>, wine-users@xxxxxxxxxx --- "David F. Colwell" <dfcolwell@xxxxxxxxxxxxx> wrote: > FYI > > Both work great on my FC3, wine-20050419, 2.4 GHz > box. Key changes to > the ./tools/wineinstall $HOME/.wine/config file are > as follows: > Hi David, This is great info!! I think you should post this at the following URL as well (otherwise, it may get lost!): http://appdb.winehq.com/appview.php?appId=8 Thanks! Hiji __________________________________ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search. http://info.mail.yahoo.com/mail_250 --__--__-- Message: 6 Date: Mon, 09 May 2005 15:28:51 -0500 From: "David F. Colwell" <dfcolwell@xxxxxxxxxxxxx> To: wine-users@xxxxxxxxxx Subject: Half-Life and Counter-Strike with WINE Hiji et al, Couldn't find Half-Life or Counter-Strike in the DB yet they returned... Submitted version rejected ------------------------------------------------------- The version you submitted ( 1.0.0.0) has been rejected.This application is already in the database. If you are interested in helping out with the howto please sign up to be a maintainer of the application. Thanks. We appreciate your help in making the Version Database better for all users. Best regards. The AppDB team http://www.winehq.org/ I did my part. :-) --__--__-- Message: 7 Date: Mon, 09 May 2005 19:53:44 -0500 From: "David F. Colwell" <dfcolwell@xxxxxxxxxxxxx> To: wine-users@xxxxxxxxxx, wine-devel@xxxxxxxxxx Subject: Re: APPDB: Half-Life and Counter-Strike with WINE Hiji wrote: >--- "David F. Colwell" <dfcolwell@xxxxxxxxxxxxx> >wrote: > > >>Hiji et al, >> >>Couldn't find Half-Life or Counter-Strike in the DB >>yet they returned... >> >>Submitted version rejected >> >> >> >------------------------------------------------------- > > >>The version you submitted ( 1.0.0.0) has been >>rejected.This application is already in the >>database. If you are interested in helping out with >>the howto please sign up to be a maintainer of the >>application. Thanks. >>We appreciate your help in making the Version >>Database better for all users. >> >>Best regards. >>The AppDB team >>http://www.winehq.org/ >> >> >>I did my part. :-) >> >> > > > >>On Monday 09 May 2005 7:40 pm, Hiji wrote: >> >> >>>Any ideas? (I'm forwarding the message, so, it >>>defaults to showing below my message. Sorry!) :( >>> >>> > >--- Chris Morgan <cmorgan@xxxxxxxxxxxx> wrote: > > >>I plugged 'half-life' into the search box and got: >> >>http://appdb.winehq.org/search.php?q=half-life >> >>Looks like its working here. What did you search >>for? >> >>I just added 'halflife' as a keyword to the >>half-life application so searching >>for 'halflife' also returns the appropriate results. >> >>Chris >> >> > >I found it too, but I believe the problem was that he >was trying to add a specific version (1.0.0.0), and he >got the error. The versions I see on there are >1.1.0.8 and 1.1.1.0 > >David, can you elaborate for us? > >Hiji > > > >Yahoo! Mail >Stay connected, organized, and protected. Take the tour: >http://tour.mail.yahoo.com/mailtour.html > > > > Roger that. I have version 1.0.0.0 of CS and submitted it as such. I entered version "1" of HL having not readily found the version. After more searching I now find I have version 1.0.0.9 Nevertheless, should the CS have been rejected? I see the DB now and I probably didn't submit well. I pasted my original mail to wine-users@xxxxxxxxxx in the description portion of the form and then got lazy and said "see above" in the following section. --__--__-- Message: 8 From: "Matthew L Reed" <matty@xxxxxxxxxx> To: <wine-users@xxxxxxxxxx> Date: Mon, 9 May 2005 18:50:25 -0600 Subject: Console font wrong in Windows apps This is a multi-part message in MIME format. ------=_NextPart_000_0028_01C554C7.F661B230 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have several Windows apps that run via wine, and the font they use on = the screen is not right. I'm not sure how to describe it, if I knew how = to take a screenshot of the app I'd do it, but print screen button does = not seem to do anything. The fonts appear as if half of the pixels = making up the font are missing, and the text is barely readable. It = isn't just one app - G6FTP server and Slavanap Opennap server both do = it. Anyone run into this and have any idea how to fix? ------=_NextPart_000_0028_01C554C7.F661B230 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>I have several Windows apps that run = via wine, and=20 the font they use on the screen is not right. I'm not sure how to = describe it,=20 if I knew how to take a screenshot of the app I'd do it, but print = screen button=20 does not seem to do anything. The fonts appear as if half of the pixels = making=20 up the font are missing, and the text is barely readable. It isn't just = one app=20 - G6FTP server and Slavanap Opennap server both do it. Anyone run into = this and=20 have any idea how to fix?</FONT></DIV></BODY></HTML> ------=_NextPart_000_0028_01C554C7.F661B230-- --__--__-- Message: 9 From: "Matthew L Reed" <matty@xxxxxxxxxx> To: <wine-users@xxxxxxxxxx> Date: Mon, 9 May 2005 20:20:13 -0600 Subject: 3com webconnect webcam and webcam32 on Wine? I have a 3com webconnect webcam and the software I use is webcam32. Has anyone any experience using this with Wine? --__--__-- Message: 10 Date: Mon, 9 May 2005 22:43:29 -0500 From: James Hawkins <truiken@xxxxxxxxx> Reply-To: James Hawkins <truiken@xxxxxxxxx> To: Matthew L Reed <matty@xxxxxxxxxx> Subject: Re: 3com webconnect webcam and webcam32 on Wine? Cc: wine-users@xxxxxxxxxx, Maarten Lankhorst <m.b.lankhorst@xxxxxxxxx> On 5/9/05, Matthew L Reed <matty@xxxxxxxxxx> wrote: > I have a 3com webconnect webcam and the software I use is webcam32. Has > anyone any experience using this with Wine? > I can't remember exactly which cam he had, but Maarten Lankhorst <m.b.lankhorst@xxxxxxxxx> has done a lot of work on implementing avicap32 to get his cam working with msn messenger. I would send him a line to see what he thinks. -- James Hawkins --__--__-- Message: 11 From: Raimund Eimann <raimund@xxxxxxxxxxxxxxxxx> Reply-To: raimund@xxxxxxxxxxxxxxxxx Organization: University of Auckland To: Mike Hearn <mike@xxxxxxx> Subject: Re: Re: LockWindowUpdate Date: Tue, 10 May 2005 22:27:51 +1200 Cc: wine-users@xxxxxxxxxx, wine-users@xxxxxxxxxx On Saturday 07 May 2005 23:29, Mike Hearn wrote: > On Sat, 2005-05-07 at 19:37 +1200, Raimund Eimann wrote: > > I took a bit of output before (and including) the first couple of > > "Expect deadlock!" statements. Hope it helps: > > All this appears to show is that you terminated the program by hitting > Ctrl-C which can cause deadlocks. Use "killall -9 wine-preloader" if you > want to kill Wine, not Ctrl-C. > > So I'm not sure what the real problem is, but this trace is just as the > program shuts down ... These are the last couple of lines before I killed the wine-preloader with -9: 0009:Call gdi32.GDI_ReleaseObj(00000044) ret=41943aae 0009:Call kernel32._LeaveSysLevel(41214d60) ret=40888f3b 0009:Call ntdll.RtlLeaveCriticalSection(41214d60) ret=40527f71 0009:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40527f71 0009:Ret kernel32._LeaveSysLevel() retval=405aa7ce ret=40888f3b 0009:Ret gdi32.GDI_ReleaseObj() retval=405aa7ce ret=41943aae 0009:Call gdi32.GetObjectType(00001584) ret=4192dd1a 0009:Call kernel32._EnterSysLevel(41214d60) ret=408892d1 0009:Call ntdll.RtlEnterCriticalSection(41214d60) ret=4052823b 0009:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=4052823b 0009:Ret kernel32._EnterSysLevel() retval=405aa600 ret=408892d1 0009:Call kernel32._LeaveSysLevel(41214d60) ret=40888f3b 0009:Call ntdll.RtlLeaveCriticalSection(41214d60) ret=40527f71 0009:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40527f71 0009:Ret kernel32._LeaveSysLevel() retval=405aa7ce ret=40888f3b 0009:Ret gdi32.GetObjectType() retval=0000000a ret=4192dd1a 0009:Call gdi32.GetCurrentObject(00001584,00000007) ret=4192dd43 0009:Call kernel32._EnterSysLevel(41214d60) ret=408892d1 0009:Call ntdll.RtlEnterCriticalSection(41214d60) ret=4052823b 0009:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=4052823b 0009:Ret kernel32._EnterSysLevel() retval=405aa600 ret=408892d1 0009:Call kernel32._LeaveSysLevel(41214d60) ret=40888f3b 0009:Call ntdll.RtlLeaveCriticalSection(41214d60) ret=40527f71 0009:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40527f71 0009:Ret kernel32._LeaveSysLevel() retval=405aa7ce ret=40888f3b 0009:Ret gdi32.GetCurrentObject() retval=00001494 ret=4192dd43 0009:Call gdi32.GDI_GetObjPtr(00001494,00004f4b) ret=4192dcae 0009:Call kernel32._EnterSysLevel(41214d60) ret=408892d1 0009:Call ntdll.RtlEnterCriticalSection(41214d60) ret=4052823b 0009:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=4052823b 0009:Ret kernel32._EnterSysLevel() retval=405aa600 ret=408892d1 0009:Ret gdi32.GDI_GetObjPtr() retval=40424c80 ret=4192dcae 0009:Call gdi32.GDI_ReleaseObj(00001494) ret=4192dcd6 0009:Call kernel32._LeaveSysLevel(41214d60) ret=40888f3b Cheers, Raimund --__--__-- Message: 12 From: Raimund Eimann <raimund@xxxxxxxxxxxxxxxxx> Reply-To: raimund@xxxxxxxxxxxxxxxxx Organization: University of Auckland To: Mike Hearn <mike@xxxxxxx> Subject: Re: Re: LockWindowUpdate Date: Tue, 10 May 2005 22:27:51 +1200 Cc: wine-users@xxxxxxxxxx, wine-users@xxxxxxxxxx On Saturday 07 May 2005 23:29, Mike Hearn wrote: > On Sat, 2005-05-07 at 19:37 +1200, Raimund Eimann wrote: > > I took a bit of output before (and including) the first couple of > > "Expect deadlock!" statements. Hope it helps: > > All this appears to show is that you terminated the program by hitting > Ctrl-C which can cause deadlocks. Use "killall -9 wine-preloader" if you > want to kill Wine, not Ctrl-C. > > So I'm not sure what the real problem is, but this trace is just as the > program shuts down ... These are the last couple of lines before I killed the wine-preloader with -9: 0009:Call gdi32.GDI_ReleaseObj(00000044) ret=41943aae 0009:Call kernel32._LeaveSysLevel(41214d60) ret=40888f3b 0009:Call ntdll.RtlLeaveCriticalSection(41214d60) ret=40527f71 0009:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40527f71 0009:Ret kernel32._LeaveSysLevel() retval=405aa7ce ret=40888f3b 0009:Ret gdi32.GDI_ReleaseObj() retval=405aa7ce ret=41943aae 0009:Call gdi32.GetObjectType(00001584) ret=4192dd1a 0009:Call kernel32._EnterSysLevel(41214d60) ret=408892d1 0009:Call ntdll.RtlEnterCriticalSection(41214d60) ret=4052823b 0009:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=4052823b 0009:Ret kernel32._EnterSysLevel() retval=405aa600 ret=408892d1 0009:Call kernel32._LeaveSysLevel(41214d60) ret=40888f3b 0009:Call ntdll.RtlLeaveCriticalSection(41214d60) ret=40527f71 0009:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40527f71 0009:Ret kernel32._LeaveSysLevel() retval=405aa7ce ret=40888f3b 0009:Ret gdi32.GetObjectType() retval=0000000a ret=4192dd1a 0009:Call gdi32.GetCurrentObject(00001584,00000007) ret=4192dd43 0009:Call kernel32._EnterSysLevel(41214d60) ret=408892d1 0009:Call ntdll.RtlEnterCriticalSection(41214d60) ret=4052823b 0009:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=4052823b 0009:Ret kernel32._EnterSysLevel() retval=405aa600 ret=408892d1 0009:Call kernel32._LeaveSysLevel(41214d60) ret=40888f3b 0009:Call ntdll.RtlLeaveCriticalSection(41214d60) ret=40527f71 0009:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40527f71 0009:Ret kernel32._LeaveSysLevel() retval=405aa7ce ret=40888f3b 0009:Ret gdi32.GetCurrentObject() retval=00001494 ret=4192dd43 0009:Call gdi32.GDI_GetObjPtr(00001494,00004f4b) ret=4192dcae 0009:Call kernel32._EnterSysLevel(41214d60) ret=408892d1 0009:Call ntdll.RtlEnterCriticalSection(41214d60) ret=4052823b 0009:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=4052823b 0009:Ret kernel32._EnterSysLevel() retval=405aa600 ret=408892d1 0009:Ret gdi32.GDI_GetObjPtr() retval=40424c80 ret=4192dcae 0009:Call gdi32.GDI_ReleaseObj(00001494) ret=4192dcd6 0009:Call kernel32._LeaveSysLevel(41214d60) ret=40888f3b Cheers, Raimund --__--__-- _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users End of wine-users Digest _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users