Displaying 20 results from an estimated 10000 matches similar to: "Winedbg detected"
2009 May 28
0
fixme:dbghelp_dwarf:compute_location Unhandled attr op: e0 - when running The Sims 2
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hey guys,
I just subscribed to this list - maybe discussions related to this error
are already going on, but I couldn't find a lot when I googled it. I
will just assume this isn't known or fixed yet, let's see how it goes.
Whenever I run The Sims 2 with a No-CD crack (otherwise it won't run) in
Wine, I get the following error:
2001 Sep 12
1
winedbg no longer launches automatically
Wine debug no longer launches for me. Not that I know how to use it, but I
like trying to find and report bugs.
Warning: /usr/bin/winedbg.exe not accessible from a DOS drive
Warning: /usr/bin/winedbg not accessible from a DOS drive
Warning: /usr/bin/winedbg 137011720.exe not accessible from a DOS drive
Warning: /usr/bin/winedbg 137011720 not accessible from a DOS drive
Warning: /usr/bin/winedbg
2007 Mar 24
1
extracting info from a minidump via winedbg
Hello Wine users!
I've got a minidump from a ("real") Windows user of our game and would like to
extract information from it using winedbg.
The information winedbg gives me by default, is this:
WineDbg starting on minidump on pid 068c
warzone2100.exe was running on #1 Intel ???-0.521 CPU on Windows XP (2600)
Register dump:
CS:001b SS:0023 DS:0023 ES:0023 FS:003b GS:0000
2002 Feb 16
2
WineDbg : list of errors
Hi,
Using WineDbg,
I have problems to attach to a process.
I start "winedbg".
then "walk process".
It gives reference to a W-process.
Trying attach to this process gives me error 5.
Where could i find more info on these error numbers ?
[syl@snoop La 4?me Proph?tie]$ winedbg
WineDbg starting... on pid 0
Wine-dbg>walk process
pid threads parent exe
0806ba80
2002 Aug 04
1
problems with winedbg
Hi list,
updating wine to current cvs shows that stg could be broken in winedbg.
Running programs that crash and go to debugger make winedbg jump
nowhere in winedbg's data. This happens with several programs I tested
(windows / dos programs), and the backtrace is always the same. The
programs all complain about a read access fault at 0x0815cbe4 (yes,
always the same adress) and show this
2002 Aug 26
1
invalid adress when using winedbg
running winedbg manually to debug a program,
it says that an adress is invalid when trying to set breakpoints.
here is my cmdline:
$ winedbg iexplore.exe (happens with all programs)
fixme:console:SetConsoleCtrlHandler (0x403a1d30,1) - no error checking
or testing yet
WineDbg starting on pid 84509d8
Breakpoint 1 at 0x00401ee6
Invalid address, can't set breakpoint
You can turn on deferring
2008 Jul 29
2
why I cannot use winedbg --gdb
when I run Oblivion.exe by "winedbg --gdb", the following message appear, then it is blocked, I cannot type any letter in the terminal.
if I run winedbg without "--gdb", it is OK.
anyone can help? thanks!
root at robwang:/mnt/home/Oblivion# winedbg --gdb Oblivion.exe
0016:0017: create process 'Z:\mnt\home\Oblivion\Oblivion.exe'/0x110670 @0x96434c (0<0>)
2010 Nov 14
1
winedbg (w. gdb) and Eclipse (3.6)
I'm quite new to wine development but I have used winedbg and gdb a couple of times (in console).
Now Im trying to setup wine as an Eclipse project and so far everything works except debugging.
I am using Eclipse 3.6 on ubuntu and have set up a debug configuration where I changed the following (rest is default):
- C app: loader/wine
- gdb debugger: winedbg --gdb
When I try launching the debug
2002 Mar 05
3
Having trouble getting winedbg to be invoked, trying to run sol.exe
Well, I retitled this message several times while writing it, as I
discovered more things; the brick wall I ultimately ran into is
getting the debugger to work. So, bear with me...
I'm trying to get Wine working. Ultimately I have a couple of apps I
want to get working, but at the moment I'm trying to run sol.exe to
verify that Wine is installed and configured properly and... having
2006 Feb 12
3
Debugging an application crash
When a Windows application crashes (a rare occurrence) I see a set of messages
like these:
wine: Unhandled page fault on read access to 0x429a3276 at address 0x4ba093
(thread 0009), starting debugger...
err:seh:start_debugger Couldn't start debugger ("debugger/winedbg 8 9744") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
I have not been able to
2001 Oct 17
2
Installation
Please help,
I Did my best at following instructions and reading documentation
and newsgroups but am still confused. I have some questions:
I have no windows partition or MicroSoft Windows.
I have /c, /c/Program_Files.....
I did run winesetuptk to generate some registries
When I run winecheck I get
021. Checking availability of windows registry entries... CRITICAL
(entry "Default
2011 Feb 21
2
How to use Winedebug variable or winedbg?
Hi, I'm trying to understand how to use the debugging system built-in wine.. I've tried yet to use both "winedbg <app.to.launch.exe>" and "wine <app.to.launch.exe> WINDEBUG=+all but doesn't work at all =(
Where's the mistake? It should be very useful understand why programs doesn't work and expecially try possible solutions... :)
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.)
2004 Sep 14
0
Winedbg on FreeBsd Question
I am using FreeBsd 4.10 and am attempting to use winedgb.
Winedbg will start and give me a bunch of messages and eventually a prompt
if I start it with no parameters:
$winedbg
.
.(Bunch of messages)
.
Wine-dbg>.
If I add a parameter specifying some app, I get no output of any kind, no
messages, no prompt appears, and winedbg appears to be hung.
$winedbg <app name>
A CTRL-C
2010 Sep 22
0
Debugging 64-bit Wine Apps with winedbg
Hello, we're the developers of a large 64-bit Windows application that uses Wine 1.3.0 64-bit on Linux. When testing began we discovered several crashes inside our windows code on startup and needed to debug them. But the problem seems to be getting any kind of stack trace information from the 64-bit winedbg. This used to work with the 32-bit version of winedbg.
Even if I write a 64-bit
2007 Aug 06
0
"Re: cannot use winedbg on Ubuntu Feisty"
A) DON'T EVER RUN WINE AS ROOT!
B) What version of wine?
C) Remove ~/.wine (and probably /root/.wine) and try again.
If you still have problems, post back.
-Austin
On 8/6/07, lalev@uni-svishtov.bg < lalev@uni-svishtov.bg> wrote: Hi
everyone,
This happens every time I start winedbg, no matter what program
I want to debug. It's ubuntu feisty fawn and I have built
wine from sources.
2001 Dec 08
1
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
Hi Pavel,
Right, my app also crashes in a different place under winedbg, although
it crashes in the same winedbg place under gdb.
I took a closer look at wine --winver nt40 --debugmsg +all.
I found something interesting. If I search for queue_exception, I find
that there is an exception raised before the LoadOEMCall, about
328klines in:
0806d398:Call
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
2006 Sep 04
1
PTgui.exe runs fine on one Kubuntu 6.0.6 pc but not on another
Hi all,
I'm trying to run ptgui.exe on my kubuntu box. I'm already trying for
about 3-4 months. (Actually I also tried it about 1,5 years ago.) I'm
running wine version 0.9.20, but my problem already goes back to 0.9.10
or so.
When I couldn't get ptgui to run on my laptop, I installed the base X
packages and wine also on my server. My server (also) runs ubuntu 6.06
with all
2005 Mar 25
1
Broken Date Selection Window
Hi,
I've been working on getting the application WeatherScope working under
Wine.
http://sdg.ocs.ou.edu/builds/final/win/WeatherScope/WeatherScope-1.2.1.exe
(Free for educational and non-commercial use)
With a little help from Rein Klazes, I've gotten the application
running. The program is usable, but it has some pretty major warts, at
least under Wine 20050310. The biggest one is