similar to: DirectX 8 Library error.

Displaying 20 results from an estimated 400 matches similar to: "DirectX 8 Library error."

2001 Nov 16
0
Getting Groupwise to run setup.exe
Hello I'm having trouble trying to run setup.exe from either the 32bit or 16bit versions of Groupwise. I copied the win32 version of ncftp.exe and was able to get it to load up ok. I didn't have sol.exe to play with. Here's the details. Wine release 20011108 wine-cvs-unstripped-111601-1.i386.rpm Redhat 7.2 Trace below. trace:dosfs:DRIVE_Init Drive A: path=/mnt/floppy type=floppy
2001 Jun 27
1
err:ntdll:RtlpWaitForCriticalSection...
Hi there, I'm relativly new to this linux-stuff an especially to wine. I'm trying to bring up an software that is using the FOXW2600.ESL als runtime library (as far as i understand this). All i can get out of wine is a blank and black (managed) screen an a bunch of messages at starting konsole. At the end wine claims to be successful. I'm running SuSE 7.2 codeweavers-wine-20010305
2001 Aug 16
1
Dungeon Keeper
Hello, Has anyone ever gotten Dungeon Keeper to successfully run under wine? I'm a newbie to wine, but I managed to get it installed and configured to the point of where it would install the game off the cd-rom. I'm using: Wine release 20010629 And I've added the usual WinMM section to the config file. Here is what wine told me when I installed the game: Linux black > wine
2002 Mar 15
1
Wine dummy-spitting
I've got a real problem with the debian (unstable) wine 0.0.200202228-1 Whenever I try to run a windows executable - of any sort, although it's Jeskola Buzz in the example I've attached - wine cheerfully spits the dummy. I realise that the DRIVE_Init warnings are ignorable, but #warn:dosfs:DOSFS_FindUnixName 'config\system' not found in ... #warn:dosfs:DOSFS_FindUnixName
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
2002 Dec 06
0
winspool error
I am using Mandrake 9.0 and wine-20021125. The program in question installed with no apparent problems. A lot of the program works correctly, however, I get to a point that gives an error. I ran the program with --debugmsg +loaddll options. I also line numbered the output and I included all output. On line 11 it loads winspool.drv but on line 41 it can not find winspool.drv. Any ideas on how to
2002 Dec 29
0
REPOST: winspool error
I posted this earlier with no response. I have also tried wine-20021219 with the same results. I am using Mandrake 9.0 and wine-20021125. The program in question installed with no apparent problems. A lot of the program works correctly, however, I get to a point that gives an error. I ran the program with --debugmsg +loaddll options. I also line numbered the output and I included all output.
2002 Dec 05
0
win2k + iexplore
i am not able to run iexplore from wine in mandrake 9.0. On "wine -debugmsg +loaddll IEXPLORE.EXE" gives following message and exits without opening the iexplorer trace:loaddll:MODULE_LoadLibraryExA Loaded module 'C:\WINDOWS\SYSTEM32\KERNEL32.dll' : builtin trace:loaddll:MODULE_LoadLibraryExA Loaded module 'C:\windows\system32\msvcrt.dll' : native
2002 Dec 02
0
# wine --version Wine 20021125
Does anyone know how to save the output from the debugger and how to fix this problem? # wine SetupChat.exe fixme:seh:check_resource_write Broken app is writing to the resource data, enabling work-around fixme:ole:CoTreatAsClass ({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594}) fixme:ole:_get_funcdesc Did not find a typeinfo for reftype 0?
2002 Nov 21
3
Tribes 1.x & Wine
Has anyone ever tried to actually get a tribes server running under wine or another emulator? Just the other day i was setting up a linux counter-strike server. My friend asked me if i would setup a Tribes 1.0 or 1.11 server. I thought linux would be a great way to do it. I was trying to run a headless / dedicated starsiege tribes server (1.0/1.11) I Installed the tribes files (including the
2012 Jan 07
2
[LLVMdev] [llvm-commits] [PATCH][Compiler-rt] Windows implementation of mmap functionality in clear_cache_test and enable_execute_stack_test
2012/1/7 Anton Korobeynikov <anton at korobeynikov.info> > Hi Ruben, > > > I see I missed some curly braces. I also modified spacing a tiny bit. > Doesn't seem so. E.g. you have: > > + if ( !VirtualQuery(addr, &b, sizeof(b)) ) > + exit(1); > + if( !VirtualProtect(b.BaseAddress, b.RegionSize, > PAGE_EXECUTE_READWRITE, &b.Protect) ) >
2012 Jan 16
1
failed to load avisynth.dll
Hi, I'm running wine-fbsd64-1.3.23,1 on FreeBSD 9.0-STABLE amd64. (it still as a 32-bit wine) I need to run avs2yuv.exe by using wine, which required avisynth.dll that I've installed successfully. When invoking Code: > wine avs2yuv.exe xxx.avs -o test.y4m I got Code: failed to load avisynth.dll partial log after setting WINEDEBUG=+module,+dll: (full:
2011 Jun 12
1
snow package
Hi I try parallelising some code using the snow package and the following lines: cl <- makeSOCKcluster(8) pfunc <- function (x) (if(x <= (-th)) 1 else 0) ###correlation coefficient clusterExport(cl,c("pfunc","th")) cor.c.f <- parApply(cl,tms,c(1,2),FUN=pfunc) The parApply results in the error message: > cor.c.f <- parApply(cl,tms,c(1,2),FUN=pfunc) Error
2010 Oct 09
2
[LLVMdev] LLVM ERROR: Program used external function 'printd' which could not be resolved!
2010/10/9 António Saragga Seabra <antseabra at gmail.com>: > I'm on Windows using MinGW... > > 2010/10/9 OvermindDL1 <overminddl1 at gmail.com> >> >> 2010/10/5 António Saragga Seabra <antseabra at gmail.com>: >> > Hi >> > >> > Thank you for your help! Followed your suggestion closely and changed >> > the >> >
2010 Oct 09
0
[LLVMdev] LLVM ERROR: Program used external function 'printd' which could not be resolved!
Hi, That seems really simple... just changing the function pointer. But how to do it for the 'printd' function in the Kaleidoscope example? An example how to do this would be super-great. Any help will be much appreciated. Thanks! On Sat, Oct 9, 2010 at 3:55 PM, OvermindDL1 <overminddl1 at gmail.com> wrote: > 2010/10/9 António Saragga Seabra <antseabra at gmail.com>:
2002 Nov 26
2
New to Wine (halflife upgrade fales)
Hi all, This is a total newbe mistake I'm sure but I'm stumped. I have installed: wine-20020605-2.i386.rpm wine-devel-20020605-2.i386.rpm in redhat 8.0 I can get all the way through the setup of halflife sound test and all, then if I try to do the auto update it fails. It can't see a network connection. I am getting errors in my terminal during the install even though it looks
2001 Oct 24
2
wine and openwall kernel-patch
Hello. Is it possible to run wine on openwall-patched linux kernel? Invoking /opt/wine/bin/wine.bin /home/ftp/pub/windows/telnet/putty.exe ... err:win32:do_relocations Standard load address for a Win32 program not available - patched kernel ? err:win32:do_relocations FATAL: Need to relocate Z:\home\ftp\pub\windows\telnet\putty.exe, but no relocation records present (stripped during link). Try to
2008 Aug 20
0
anonymous tracing
I''m using DTrace''s anonymous tracing feature to trace through device drivers at boot time. With Solaris 10 Update 6 B5, I was unable to trace fbt based calls from the sd attach point. The error messages from the console are: NOTICE: enabling probe 0 (fbt::sdattach:entry) NOTICE: enabling probe 1 (fbt:::) NOTICE: enabling probe 2 (fbt::sdattach:return) NOTICE: enabling probe
2012 Jan 07
3
[LLVMdev] [PATCH][Compiler-rt] Windows implementation of mmap functionality in clear_cache_test and enable_execute_stack_test
Hi, Attached is a patch for compiler-rt to allow it to compile with MinGW-w64 on Windows. Results aren't that bad. x86 GCC and Clang do everything right, all tests pass. x86_64 GCC fails a lot of tests. This is 99% sure a codegen issue. 38 - fixunssfti_test (Failed) 74 - fixunsdfti_test (Failed) x86_64 Clang fails these tests: 2 - udivmodti4_test (SEGFAULT) 6 - fixdfti_test (Failed) 8 -
2002 Oct 13
3
Can't make a shadow directory
Thanks Lawson. I am trying to run a program now, but it doesn't start. I have got the next output after I did: wine --debugmsg +loaddll logic.exe: trace:loaddll:MODULE_LoadLibraryExA Loaded module 'C:\Program Files\Logic Audio Platinum 5.01\msacm32.dll' : builtin trace:loaddll:MODULE_LoadLibraryExA Loaded module 'C:\WINDOWS\SYSTEM\msacm.drv' : builtin