search for: aedebug

Displaying 16 results from an estimated 16 matches for "aedebug".

2004 Sep 20
0
Problems disabling the debugger
...odal msgbox ! Not modal yet. Wine just waits forever at this point. My goal is to just have these jobs die when this happens, so I tried what I thought was the correct solution: I changed the following lines in my ~/.wine2004/system.reg: FROM: [Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug] 1094757697 "Auto"="0" "Debugger"="winedbg %ld %ld" TO: [Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug] 1094757697 "Auto"="1" "Debugger"="xxxxxxxx %ld %ld" My understanding is that this should do two t...
2004 Sep 20
1
Cannot disable the debugger
...odal msgbox ! Not modal yet. Wine just waits forever at this point. My goal is to just have these jobs die when this happens, so I tried what I thought was the correct solution: I changed the following lines in my ~/.wine2004/system.reg: FROM: [Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug] 1094757697 "Auto"="0" "Debugger"="winedbg %ld %ld" TO: [Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug] 1094757697 "Auto"="1" "Debugger"="xxxxxxxx %ld %ld" My understanding is that this should do two t...
2002 Mar 05
3
Having trouble getting winedbg to be invoked, trying to run sol.exe
...ine.conf looks a LOT like a REG file... but it says in a comment that all keys are relative to \\Machine\\Software\\Wine\\Wine\\Config whereas the key that the developer's guide seems to indicate I should set is outside that tree, in \\Machine\\Software\\Microsoft\\Windows NT\\Current Version\\AeDebug Is that right even though I don't have NT? Is there something special I can do in wine.conf to set the key so that winedbg will be invoked? Can I just boot Windows and set the key with regedit? This is probably the first thing I need help with, is getting the debugger to work so that I can po...
2001 Sep 12
1
winedbg no longer launches automatically
...bg 137011720 320) (2) wine release 20010731 <config> [Drive H] "Path" = "/usr/bin/" "Type" = "hd" "Label" = "winedbg" "Filesystem" = "win95" <system.reg> [Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug] 134683384 "Auto"=dword:00000001 "Debugger"="/usr/bin/winedbg %ld %ld" Thxs Kevin
2001 Mar 31
1
Problems with cbtplayer
Hi, One of the main things I use Wine for is to run a Computer Based Training Player (cbtplayer, info found at www.smartforce.com). It used to work perfect on 20001222 and back several version from that. Since the 20010112 release, it has failed. I reload the 20001222 and am back in business. I posted the zipped debug output for download if anybody that can read this (most of it looks Chinese
2004 Jun 27
3
problems with installer for bridge base online
I'm attempting to run the Bridge Base Online installer (ftp://www.bridgebase.com/bbo_setup.exe) under wine, but something isn't working. wine bbo_setup.exe produces no error output, and very briefly displays the splash screen before exiting with a successful status. winedbg bbo_setup.exe produces: fixme:console:SetConsoleCtrlHandler (0x405be730,1) - no error checking or testing yet
2001 Oct 07
4
wine iexplore.exe
...Wine Developers Guide on how to set up winedbg or another debugger How can I fix the problem concerning the dll's and why is winedbg not starting?. /usr/bin/winedbg is a symbolic link to wine and in the file ~.wine/system.reg I have the lines: [Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug] 973650384 "Auto"=dword:00000001 "Debugger"="/usr/bin/winedbg %ld %ld" Kind regards J?rgen Heesche
2001 Oct 04
2
Tried a different tack ....
I installed the latest Codeweavers preview build (binary RPM, ugh!), and the DeskTopWindow error I was experiencing building from cvs is gone. All the font fixme warnings (which had, at one point, gone away) are back, and I'm back to the previous error I was getting before DeskTopWindow: babylon5:alaric:~:46 $ wine --debugmsg fixme-font d:\\install.exe Invoking /opt/wine/bin/wine.bin
2004 Apr 27
2
Morrowind Problem
Hello!! I've just installed Morrowind to a win98SE system them copyed the game files to my wine fake_partition and tryed to run it .... and i get the following error/warning messages fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found! Using closest match instead (Portuguese keyboard
2005 Oct 23
3
dns name server under wine?
Hi all, I am newbe here, please forgive me for asking something that might be obvious to everybody. I've spend last few hours searching through google for "dns settings wine", "network settings wine", "nameserver wine" and through wine docs on winehq, couldn't find anything which would help me. Problem: win32 app (which uses FQDNs, not plain IP
2001 Nov 19
3
WineLib Seg Fault?
A question for the WineLib guru's :) I am using the wine-20011108 build with Mandrake 8.0 and with this version of wine clean compiled and installed I can run several windows programs very successfully :). Then I use winemaker to create a WineLib 'so' file and the compile and link again runs clean. But when I run the resulting 'so' file using this command line: $
2007 Mar 30
0
Wine release 0.9.34
...ync I/O completion. server: Remove the return value of the flush() method, it's not used. Makefile: More portable invocation of ctags/etags. ntdll: Ignore failure to open current directory, it's broken on Mac OS X. kernel32: Make default behavior more consistent when AeDebug key is not present. libwine: Hack to work around the Solaris dlopen() brain damage. kernel32: Better default for dwActiveProcessorMask in GetSystemInfo. Makefile: Try to force the makefile to be rebuilt with non-GNU make too. Andrew Riedi (2): winex11.drv: Add Xcursor suppo...
2004 May 03
0
wine-users digest, Vol 1 #1756 - 15 msgs
...ou can look at the machine > code to find why it doesn't work... if you can read machine code fluently > :^) > > To make the debugger avalaible, I added these lines in system.ref (this file > should be in ~/.wine/config) > > [Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug] 1071915687 > "Auto"="1" > "Debugger"="winedbg --debugmsg -all %ld %ld" > > > --i get it also with working games like Warcraft so i dont think this is > >the cause of the game not to work > > fixme:xrender:X11DRV_XRender_Finalize Fr...
2004 May 03
3
wine-users digest, Vol 1 #1757 - 10 msgs
...; >code to find why it doesn't work... if you can read machine code fluently > >:^) > > > >To make the debugger avalaible, I added these lines in system.ref (this file > >should be in ~/.wine/config) > > > >[Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug] 1071915687 > >"Auto"="1" > >"Debugger"="winedbg --debugmsg -all %ld %ld" > > > > > > > >>--i get it also with working games like Warcraft so i dont think this is > >>the cause of the game not to work > >&...
2009 Jan 16
0
Wine release 1.1.13
...: mouse only moves from left to right 11691 Truespace crashes when using file save 11720 Intuit (Au) QuickBooks Pro 2007/2008 free trial massive memory leak 12021 Navyfield crashes after starting (possible dsound crash) 12099 .NET Framework 1.1 installer requires loadperf.dll in case of AeDebug -> Auto=0 (unhandled exception dialog) 12136 Sketchup6: crashes on x86-64 right after startup 12394 PanoramaStudio automatic Barrel/pincushion correction fails on too many pipes 12513 Cepstral SwiftTalker changes font when modifying a different option 12667 Sins of Solar Empire Key b...
2001 Nov 28
46
Resource temporarily unavailable
Im trying to run this program called Thinkboxx and wen it tryes to comunicate over the comm port it hangs. Here are som output to read. earlier on i get: Call kernel32.VirtualAlloc(43050000,00001000,00001000,00000004) ret=0058557c Ret kernel32.VirtualAlloc() retval=43050000 ret=0058557c thats from vhere the com port gets an virtual memory space, i think. and in the end i have: Call