similar to: Re: debugging wine

Displaying 20 results from an estimated 20000 matches similar to: "Re: debugging wine"

2005 May 19
3
Start Windows application from another windows application
Hi all, Being a little (completely) fed-up with windows, I'd like to make a complete switch to Linux, which I already use for about 90%. I still use a specific panorama photo stiching program within WinXP called PTGui. The PTGui program runs fine within Wine. However, PTgui knows/uses two "helper" programs called autopano(.exe) and enblend(.exe). Both are console based executables
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
2009 Jun 10
1
Debugging .a library created with winegcc
I am using winegcc/wineg++ to port a windows application to linux. Everything works fine and I produce .a library files that I link to create executable (exe.so) files. My problem is that I can not set breakpoints when I am debugging. I start winegdb on my exe.so and write "break <symbol>" where <symbol> is a symbol in n .a library that the .exe.so was linked with. But the
2007 Mar 19
1
debugging an app which crashes my Window manager?
Hi all I'm running a Win32 application, Ecco Pro, under Wine on my Gentoo Linux system. The app is 'mostly working' but there are some circumstances where it repeatably crashes. I'd like to investigate further to see if I can improve things. I have an embedded systems & windows programming background, so I'm confident I have some of the skills; however I'm a novice
2004 Oct 16
1
Debugging advice
Hi folks, I am trying to debug a scientific / engineering application called SRIM (www.srim.org, particularly the batch-mode version of SRIM 2003 called "SRModule"). This is my first experience with a debugger like winedbg, so I am still learning how best to use it. My question for now is: given a known breakpoint, and a value to watch (in this case $ecx), is there an easy way to find
2008 Oct 22
2
Attempting to play Zu Online using Wine
Hiya, I'm currently running Wine 1.1.6 installed onto Ubuntu 8.04.1. Zu Online installed seamlessly, but when I run it from command line it fails quietly with no output. I set WINEDEBUG=warn+all and got around 500 lines of output. I'd like to get this game running if I can, what should I do, and if I need to post the warn+all output, how should I post it?
2006 Jul 13
7
PreP
Hi everybody, I am new with wine. I work on Bioinformatics and I would like to run several windows program on linux. I have had luck with severals programs but haven't with PreP, an important program for me. Could you tell me how run it? The program is here: http://chirimoyo.ac.uma.es/bitlab/services/PreP/downloads/PreP05.exe And I obtain this error: 6667: assertion failed
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... :)
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
2007 Mar 19
4
VB 3.0 Installation on Wine
I'm having problems running VB 3.0 programs under Wine and installing the VB 3.0 development environment. According to the app DB people have got VB 3.0 running before. I'm running on Ubuntu Dapper (x86). Previous tests were with earlier versions of Wine - I've had this problem hanging about for a few weeks now. This morning I uninstalled Wine with extreme prejudice (i.e., asking
2001 Apr 18
1
Breakpoints in winedbg
Hello, With wine-20010326 breakpoints doesn't seem to work. Did anyone else experienced this or am I doing something wrong? I did the following: $ winedbg setup.exe Wine-Dbg> break FindResourceA Wine-Dbg> continue The application runs as there were no breakpoints set, calls the function with the breakpoint several times without stopping on it. After the application ends winedbg
2011 Aug 24
2
debugging functions in R
Hi, I am not sure if this is the right list to ask this question (though I did not find a more appropriate one). I've started using R a month ago, and small scripts work fine. However, when I start writing more complex code, it gets messy. 1. Is there any way to debug "normally", with breakpoints? 2. I am using the Eclipse plugin (StatET), and tried JGR(). Is there an IDE that
2024 Apr 12
1
Debugging functions defined (locally) inside another functions
On 12/04/2024 8:15 a.m., Iago Gin? V?zquez wrote: > Hi all, I am trying to debug an error of a function g defined and used inside another function f of a package. > So I have > > f <- function(whatever){ > ... > g <- function(whatever2){ > ... > } > ... > } > > If I wanted to debug some thing directly inside f I would do debug(f).
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
2009 Jan 31
2
Re: Debugging Xen via serial console
Hi, kdb: to debug xen hypervisor, could also debug guests gdbsx: to debug PV/HVM linux guests The tree is : http://xenbits.xensource.com/ext/debuggers.hg See README-dbg. You''ll need to setup serial access for kdb. Thanks, Mukesh > > Hi Dan, > > I''m currently using your version of ssplitd as it is. I haven''t tried > kdb. For some reason I
2018 Mar 28
0
[RFC] Generate Debug Information for Labels in Function
LGTM. I think you can sent patch and let the ball rolling! I would like to review it. ;) 2018-03-28 10:41 GMT+08:00 Hsiangkai Wang via llvm-dev <llvm-dev at lists.llvm.org>: > Hello all, > > I would like to enhance LLVM debug info that supports setting > breakpoint on labels in function. > > Generally, if users use GDB as their debugger, they could set > breakpoints on
2007 Jan 09
6
"Module not found", using wine-0.9.28
i've seen various references to this message in the list archive, but none which really match my scenario. i'm running 0.9.28 on ubuntu edgy. of course, i'm new at wine -- so this could be user error. i'm trying to install TaxCut 2006, from the CDROM: $ ls .wine/dosdevices/d\:/ autorun.inf* df0000exe.manifest* taxcut.exe* temporaryitems/ data/
2018 Mar 28
0
[RFC] Generate Debug Information for Labels in Function
Sounds good to me. You can also see llvm.codeview.annotation which does a similar thing, but it is modeled as having internal, invisible side effects. These should stay separate, but it may provide a guide for implementation. On Tue, Mar 27, 2018 at 7:41 PM Hsiangkai Wang via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hello all, > > I would like to enhance LLVM debug info
1998 Jan 15
1
debugging dynamically loaded code
How can I debug code that I load at runtime? Currently I do the following: load R.binary into gdb run load shared object code using dyn.load() quit the R process from then on gdb seems to be smart enough such that the source code of the .so file is available and I can set breakpoints etc. however, when I restart the R process I get: (gdb) break printing.c:7 Breakpoint 1 at 0x407af036:
2012 May 29
1
strucchange Fstats() example
Dear all, I'm trying to understand how the strucchange package is working and I have been looking at the examples given for the Fstats() function. The first example (Nile), shows one peak in the F-stats and one breakpoint is estimated, that can be plotted using the following code ## Nile data with one breakpoint: the annual flows drop in 1898 ## because the first Ashwan dam was built