similar to: sysmetrics.c:42: SYSMETRICS_Init: Assertion hdc' failed.

Displaying 20 results from an estimated 200 matches similar to: "sysmetrics.c:42: SYSMETRICS_Init: Assertion hdc' failed."

2001 Apr 07
2
Assertion `hdc' failed
i've compiled my own wine from source and have had the same problem twice. can anyone tellme what this means. how to fix it? $ wine icad.exe Could not stat /mnt/fd0 (No such file or directory), ignoring drive A: Could not stat /cdrom (No such file or directory), ignoring drive D: For language 'en' several language ids were found: en_US - 0409; en_GB - 0809; en_AU - 0C09; en_CA -
2001 Sep 20
1
No driver found for Display
l installed wine from wine-cvs-unstripped-091501-1.i386.rpm on Redhat 7.1 and always get this message. l tried to install another package but they didn't work l think l have a Xfree86 problem l don't know what should l do? err:module:BUILTIN32_LoadLibraryExA loaded .so but dll display.dll still not found err:dc:CreateDCA no driver found for DISPLAY FIXME:pthread_rwlock_rdlock
2002 Jun 18
6
Dll's missing
Hi, My wine doesn't work. First I installed it from deb packages at debian servers. I added /usr/lib/wine to ld.so.conf I did ldconfig But wine still can't find dll's. Then I copied a win dir from a friend. And used winesetuptk to show it to wine. Wine still can't find some dlls. Then I downloaded debs from www.winehq.com Same stuff happened again? Somebody please help me ??
2002 Apr 23
2
Rsync server on w2k with ssh
Help ! I am running rsync as a service on w2k successfully using the patch from http://v.iki.fi/~vherva/cygwin-rsync/ I would like to connect to the windows machine from Linux, to automatically backup the windows machine without user intervention. I understand that there are network problems using the native rsync transport under windows. How do I setup ssh with a w2k server? I have the ssh
2003 Jan 26
1
[PATCH] open O_TEXT and O_BINARY for cygwin/windows
Ville Herva [mailto:vherva@niksula.hut.fi] wrote: > Of course, whether O_TEXT is defined or not does not > necessarily imply the availability of "t", but I > can't think of better alternative. Stratus VOS implements O_TEXT and O_BINARY but does not recognize "t". We have the options defined in ANS C and in POSIX. I'm at home and don't have my reference
2001 Apr 30
1
OpenGL causes assertion failure.
Hello, I've done all the 'Right Things(tm)' in order to get opengl to work under wine. Here's my checklist: -1- I checked the proper working of libGL.so gears runs just nicely under linux -2- I retrieved the latest and greatest wine src from CVS -3- I did a ./configure --enable-opengl -4- Built the sources, installed the binaries. -5- Tried dll configs Now, when
2004 Feb 03
1
starcraft problem
Hi all, i have just finished my installation of wine as normal user (see below). Notepad is running fine, so i decided to run something more fun, starcraft. The installation program works, even with sound and all, exept when i decide to run the previews. The previews run rine, but whithout sound. When i return to the installation program the sound is gone. But anyway, it does it's yob,
2001 Nov 21
1
advapi32.dll
Hello, Have solved all my problems with WINE, but one, which seems harder ;-) I have to run a little proggie "filesign.exe", and the lil bastartd relies heavily on advapi32.dll crypto stuff, (CryptAcquireContextA(), for example). From what I read on the code (dlls/advapi32/crypt.c), most of this functions are stubs, so no luck (it crashes all over with the return FALSEs) So, I tried
2002 Sep 11
2
limit of 256 characters in pathname
Hi, We use rsync on NT (server and client) and we get errors on filenames with a path that has in total more than 256 characters. This seems to be caused by a limit in rsync, not in NT. Is there a way to break this limit withuo having to manually shorten all this filenames? Thx already! Rgds, Bart Coninckx Network Administrator CNE, ASE ************************************* Watco ICT Services
2002 Oct 18
5
Printing with wine
Ooops, I guess a suject will get some of you to read this, hey? Hi All, Wondering if there is a document that tells how to get wine printing through a cups printer working? Yes I know the wine docs say it's all magic and if you're using cups your printing will magically work, but for some reason, it doesn't, my wine session crashes and burns when I try to print from the built in
2006 Aug 25
1
hdc lost interrupt
Hello After updating to the 2.6.9-42 kernel, one of my boxes stall during boot with hdc lost interrupt ide-cd:cmd 0x3 timed out The older 2.6.9-35 kernel boots fine. This is a Compaq Proliant PL360. The odd part is, I have another, identical Proliant that runs the new kernel just fine. Any idea what is happening? Thanks Jamie -------------- next part -------------- A non-text attachment
2002 Nov 17
1
Running ChildView under Wine 20021031 - Codepage 850?
Hello fellow Wine users: I'm in the process of moving all our desktops over from Windows 98 to Linux (via LTSP), and we've got everything aced except for one &*!^* app. We've run Amicus Attorney underneath wine for some time now, and it works a treat. However, Childview has proved to be... somewhat more reluctant. As far as apps go, it isn't that complicated. It's
2009 Jan 28
3
hdc: no DRQ after issuing MULTWRITE
I have 3 OQOs with Centos and I frequently get the following error messages: Jan 28 13:18:07 oqo3 kernel: hdc: status timeout: status=0xd0 { Busy } Jan 28 13:18:07 oqo3 kernel: ide: failed opcode was: unknown Jan 28 13:18:07 oqo3 kernel: hdc: no DRQ after issuing MULTWRITE Jan 28 13:18:07 oqo3 kernel: ide1: reset: success I have Fedora 10 on a fourth unit and it NEVER gets this message. I
2004 Feb 04
0
wine-20040121 & starcraft, a collection of dumps
Hi all, I have compiled a new version of wine, and have done a number of tests with them. The test setup and results are below. I've also added the instrucions i used to compile wine At the end of this mail i have a list of all packages i've compiled. As i run lfs-5.0 this might be usefull. Regards, cedric Test 1 : default config, oss bash-2.05b$ wine SCDemo.exe Could not stat
2005 Jan 21
5
hdc: lost interrupt
I am seeing a kernel message, "hdc: lost interrupt", when running LTP on the xen0 domain. The first time I saw the ''kernel: hdc: lost interrupt'' in /var/log/messages, I was running LTP on both xen0 and xenU domains. The xenU domain was totally hung at this point. Suspecting a setup error, I re-checked the installation and reran LTP on xen0 alone, without having
2002 Feb 20
2
[PATCH] rsync on cygwin - textmode config files
I've been running rsync-2.4.2 with an old patch of mine for some time for backup purposes. Due to the recent remote bug, I thought it was time to upgrade, even if the host was behind a firewall. So I dug up the old patch (2.5.2 version attached), that I think I sent ages ago to this list as well. It does the following: (1) Firstly, the only sensible way to run something as
2004 Feb 05
1
Perfect running game: Atomic bomberman
Hi all, we can add this game to the perfect runners: Atomic bomberman bash-2.05b$ wine BM95.EXE Could not stat /mnt/fd0 (No such file or directory), ignoring drive A: err:font:ReadFontDir Can't open directory "/home/cedric/wine-c-drive/windows/Fonts" Fontconfig error: line 24: not well-formed (invalid token) Fontconfig error: Cannot load default config file Warning: unprotecting
2004 Feb 06
0
starcraft runs faster from winedbg than from wine?
Hi, I have discovered i can run starcraft at (almost) full speed on my system. This only works one time, directly after reboot. When tried a second time it's all choppy again. My guess is there're some stale wine processes after the first attempt. When i reboot and start wine instead of winedebug the game video performance is choppy. When i start the game with winedbg after that The
2002 May 08
0
[Fwd: printing with wine]
just resending this message as I still haven't fixed the problem cheers Darrin -----Forwarded Message----- > From: Darrin Ritter <dvr@chariot.net.au> > To: wine-users@winehq.com > Subject: printing with wine > Date: 01 Apr 2002 23:43:36 +0930 > > fixed thanks for the replies off list > > > Hi > > when I try to print with the wine preview 5 from
2002 Jun 18
1
How can I list the dlls that have been loaded ?
Hi, I'm randomly geting the following message : err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found - library environment problem or version conflict, check your setup. I would know if the dll xx is in memory, how can I do ? ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail :