similar to: world of warcraft doesnÄt work (sorry if double post)

Displaying 20 results from an estimated 100 matches similar to: "world of warcraft doesnÄt work (sorry if double post)"

2012 Jan 09
4
"timeGetTime“ function in winmm.dll
Dear Forum, I installed MetaTrader 4 with wine it is up and running everything works well, the best performers is with the new wine 1.3. BUT if I run some EA Experts Advisors I get on two of it problems and the application crashes. The EA`s with crashes have custom .dll (FCS300.dll) and I try to debug this errors. Code: 0028:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7d7984a2 0028:Ret
2008 Sep 10
2
App ask for admin privilege
i've tried one app that install nicely but told me " you have to use an admin account to run this app for the first time" Is there a way to fix this ?
2009 Jan 07
3
[LLVMdev] LLVM optmization
The following C test program was compiled using LLVM with -O3 option and MSVC with /O2. The MSVC one is about 600 times faster than the one compiled with the LLVM. We can see that the for loop in MSVC assembler is solved in the optimization pass more efficiently than that in LLVM. Is there an way to get a optimization result in LLVM like that of the MSVC? Manoel Teixeira #include
2001 Dec 03
1
GetCurrentThreadId()
Does anyone have any ideas as to why my application always crashes on calls to "kernel32.GetCurrentThreadId()"? Every time I call GCTID I get: - a call to UnhandledExceptionFilter() - producing an "Unhanded privileged instruction at address 0x40112584" message box (which I've never seen popup, I only know it happens because I'm reading the --debugmsg +relay output.)
2002 Mar 21
4
ExitThread won't.
Okay, so with complete lack of any other ideas, I tried to figure out what was wrong with my app (Proxomitron), which is leaving unkillable processes around. So I went into ExitThread, and added something like: DPRINTF("%08lx:Exiting thread...(%d)\n", GetCurrentThreadId(),getpid()); exit(code); right at the top of the function. And, lo and behold, the processId matches the
2006 Jun 18
1
Win32-Service and threading
First off I just want to pass on a big thank you to everyone who has worked on the win32 packages, they have helped me numerous times. But (of course you knew it had to be coming :-)... I have just started doing some work with win32-service -- I was creating a wrapper around it and daemon.rb, so I could write one body of code that depending upon platform would provide a reasonable interface for
2009 Jan 22
2
wine for linux and Mac the same or different? (problem)
Hello preface: sorry for my english, but that is not my native language... I want to have a nice photo editor running named FiXfoto. (a Shareware-Download can be found is here: german shareware = http://www.j-k-s.com/stats/getfile.php?id=41 ) There is a english shareware version too, but i didnt tried it. Normally i use Mac Osx and want to use it there. I can install this application
2004 Aug 06
2
C++ wrapper for speex
hi Tom, i downloaded your speex wrappers and they're really what i'm looking for! i really cannot worry about container support at the moment because i'm working with real-time audio, and hopefully toward VoIP when everything else is in order. im using waveform to capture data from the microphone. the raw PCM sample is stored in the WAVEHDR structure's member lpData, and this
2001 Mar 13
3
problems running homesite
Hi there, I have just installed wine (release 20010305) and it looks to work good. I can run notepad without trouble, winecheck.pl has one bad and one critical result: 023. Checking device needed for DGA (option "UseDGA"): /dev/BAD (/dev/mem is not writable for you). - ADVICE: Use chmod as root to fix it ("man chmod"). 025. Checking availability of windows registry
2007 Nov 27
2
WOW won't start
Just installed WOW, Burning Crusade, patch. Won't go past the first startup screen. Looked at AppDB, found bug 8774. Sounds like that could be (or be related to) what I'm getting. Ran 'glxgears' and got the following: volunteer at bigkona:~$ glxgears Xlib: extension "GLX" missing on display ":0.0". Error: couldn't get an RGB, Double-buffered visual
2002 Feb 25
1
Adobe Illustrator
I have been trying to use Illustrator 8 with wine, and it works fine except often it doesn't recognize the release of a mouse click, so tools/selections continue even after you've released the mouse button. I have no idea as to how to solve this, but anyone with any info it would be much appreciated. Thanks On Tue, 18 Dec 2001 14:39:10 -0500, Joel8bit wrote: > Hello, > Does anyone
2006 Sep 20
1
kernel32.VirtualAlloc() limitation? - "Insufficient memory to perform operation"
Hello, capserve.exe is part of Adobe Acrobat 5's PaperCapture plugin. Runnning "wine capserve.exe" I get an error saying "Insufficient memory to perform operation" (although all runs fine under Windows). It seems that several calls to kernel32.VirtualAlloc(), ntdll.NtAllocateVirtualMemory() and related functions are executed right before the error message is issued. See
2007 Sep 19
1
Speex Questions <./Configure %install make [-enable-fixed-point] setting> and Encoding Times etc...
Hi, Speex-dev I've been able to get Speex to compile on SM400M(MIPSII) with problems. ------ Rebuild All started: Project: speexenc, Configuration: Debug SM400M (MIPSII) ------ Deleting intermediate and output files for project 'speexenc', configuration 'Debug|SM400M (MIPSII)' Compiling... getopt.c getopt1.c skeleton.c speexenc.c .\speexenc.c(501) : warning
2006 Oct 09
1
Discussion starter for package level Connection API
Thought I'd try and start a discussion. Feel free to jump in. I guess R needs to strike the right balance between opening up the internals to package writers and not allowing them to do bad things. My first attempt at cracking this nut is to just memcpy() the Rconnection and not allow access to the private stuff: /* Alternative to allowing C code access to connection API. */ Rconnection
2015 Oct 22
2
C_LogLin (stats/loglin)
Hi everyone, I have a question regarding a C function of the "stats" package in R. I tried to understand the ?loglin? basic function of the ?stats? package implemented in R. The implemented function itself runs without any problem (perhaps see sample). When I ran it line by line it stopped at the lines 23-24 of the loglin-function; (the following line): z <- .Call(C_LogLin,
2006 Jun 18
7
[Fwd: Ruby Win32-Service]
Thoughts? Dan -------------- next part -------------- An embedded message was scrubbed... From: "Patrick Hurley" <phurley at gmail.com> Subject: Ruby Win32-Service Date: Sun, 18 Jun 2006 12:46:01 -0400 Size: 2863 Url: http://rubyforge.org/pipermail/win32utils-devel/attachments/20060618/cc346796/attachment.eml
2009 Dec 07
3
Theora encoder performance
I'm evaluating some video codecs for a online conference system. I'm encoding images (640x480) from a webcam. I've been playing around with theora and xvid. First of all, using theora, the decoded image looks strange: http://integrasoft.ro/~mgliga/theora/comparison.png <http://integrasoft.ro/%7Emgliga/theora/comparison.png>. On the left side the image from the webcam, on
2009 Apr 22
0
ActiveX error when running an application(VB6 based)
the following is the output, when I try to run the app via wine in debug mode(sorry if I have pasted the unnecessary information/output) # export WINEDEBUG=+relay # wine PrjPatientInfo.exe 0009:Ret KERNEL32.CloseHandle() retval=00000001 ret=65f3b30e 0009:Call ntdll.RtlFreeHeap(00110000,00000000,00133528) ret=65f014db 0009:Ret ntdll.RtlFreeHeap() retval=00000001 ret=65f014db 0009:Call
2007 Sep 17
3
Libspeex splitting attempt
Hi, A while ago I mentioned I was considering splitting libspeex into two parts. I'm attaching a patch that does exactly that, but I haven't applied it to svn because I first want to have some feedback. That patch leaves the codec in libspeex and moves the other stuff (jitter buffer, AEC, preprocessor, ...) to libspeexvoip (I'm open to suggestions on better names). Some of the things
2008 Aug 06
3
Re: Call of Duty 4 black screen and error
Same with me. But I have an older nvidia card. NVidia GeForce Go 7200 Driver: 173.14.09 Tested versions: wine 1.1.0 + 3D mark patch without dll overides wine 1.1.1 + 3D mark patch with and without dll overrides Compiled with gcc 3.3.6 It first shows a dialog: It appears that Call of Duty 4: Modern Warfare did not quit properly the last time it ran. Do you want to run the game in the safe mode?