WineHQ

Search results

View (previous 20 | ) (20 | 50 | 100 | 250 | 500)
  • ...m that isn't obviously related to any one component like this is a ''relay trace''. This means dumping every call into and out of Wines built in DLLs (but n ...which we can do using the ''+seh'' debug channel. So we need a +relay,+seh trace. Finally it's often useful to enable +tid, which lets you tell separate thr ...
    6 KB (987 words) - 00:42, 27 January 2016
  • ...is can be useful if you have the source code of an application you want to get running on Wine and are familiar with Microsoft Visual Studio. It is highly recommended to get familiar with msvsmon by using it to remote debug between two Windows machines before trying it on Wine. ...
    5 KB (873 words) - 13:31, 1 March 2023
  • '''process''' is optional and can be used to make the debug flag applied to only the specified process to limit output size. For exampl ...', or '''fixme'''. These are ordered roughly from least to most severe. '''trace''' is used for code paths that occur as part of normal operation. '''warn'' ...
    10 KB (1,607 words) - 20:16, 21 February 2024
  • *To get the full power of Valgrind while debugging Wine, you need to build Wine fro ...microsoft.com/en-us/library/bebs9zyz(VS.80).aspx Memory Management and the Debug Heap]'' at MSDN for the full story). ...
    13 KB (1,974 words) - 23:01, 1 April 2023
  • This document should help new developers get started. === Debug channels === ...
    16 KB (2,583 words) - 09:22, 8 July 2023
  • ...which is used by [[Winedbg]]. If you need to inject a "wide" string into a debug message, we've written a special conversion function <tt>debugstr_w</tt> th TRACE("this is a wide string: %s\n", debugstr_w(widestr)); ...
    12 KB (1,919 words) - 17:59, 27 March 2016
  • This is often the best kind of issue to debug, since it means you have a clear ''terminus ante quem'' point of failure. W ...broken, but rather something is corrupting the heap. See below for how to debug heap corruption. Often this will manifest as a crash in include/wine/list.h ...
    24 KB (4,179 words) - 14:40, 18 June 2019
  • ...ricey, they have a free demo you can play with. The problem we're going to debug is that in the file open dialog, if you double click on a DLL it hangs. If ...angs whilst trying to execute the DLL (we can prove this by doing an +exec trace) ...
    14 KB (2,383 words) - 19:47, 4 March 2016
  • ...ws applications out there, and because very few of them work perfectly, we get a lot of questions from users, many bug reports that need to be diagnosed, ...is an important skill because it usually takes the right debug options to get useful logs that will help the developers fix the problem. ...
    15 KB (2,516 words) - 23:19, 29 February 2016
  • ...ers page on the wiki]] and grab Wine's [[Source_Code|source code]], try to get acquainted with it ** Copying proposals verbatim will get your proposal deleted without even looking at it twice. You have to make yo ...
    10 KB (1,627 words) - 21:16, 4 August 2023
  • ...asic information about a crash. This is useful for users who don't want to debug a crash, but rather gather relevant information about the crash to be sent ...ons for some more details. See the ''gdb differences'' section later on to get a list of variations from '''gdb''' commands. ...
    15 KB (2,280 words) - 16:47, 24 January 2023
  • Run <code>apt-get install mingw-w64</code>. <li><p>get the Wine sources</p></li> ...
    21 KB (3,595 words) - 17:02, 13 November 2019
  • * '''You are not allowed to analyze Windows files with the trace functions of Wine''' ...ers page on the wiki]] and grab Wine's [[Source_Code|source code]], try to get acquainted with it ...
    15 KB (2,417 words) - 06:57, 14 July 2021
  • ...for a problem to be fixed. It may be easiest for the user to simply pull a debug log with given flags, but in the vast majority of cases, it's orders of mag ...s, we also try to provide a more helpful and less demanding environment to get acquainted with the Wine project. ...
    15 KB (2,608 words) - 04:58, 3 November 2023
  • +-Debug ...| | [Use this key to exclude some calls from the (overwhelming) +relay debug logging. Example: ...
    28 KB (3,390 words) - 18:10, 19 January 2024
  • ...messages in the [[Wine Developer's Guide/Debug Logging|developers guide to debug logging]]. ...just starting out with Wine development. They're meant to show you how to debug problems when apps don't work. ...
    60 KB (9,591 words) - 16:12, 15 January 2019
  • ...ram as root]], [[#Uninstalling|uninstalling an application]], [[#How can I get a debugging log (a.k.a. terminal output)?|getting a debugging log]], [[#Can ...mpanies. Unlike CrossOver and Proton, most improvements to Wine ''didn't'' get into Cedega due to the license differences between Cedega and Wine. Cedega ...
    75 KB (12,532 words) - 20:00, 15 March 2024
  • ...[[#Running_Wine|running Wine]], covers the specific steps you can take to get a particular application to run better under Wine, and provides useful link ...wnload Wine Downloads] page. For the casual or new user the simplest is to get a packaged version for your distribution.</p></li> ...
    76 KB (12,603 words) - 21:33, 4 August 2023
  • ...ram as root]], [[#Uninstalling|uninstalling an application]], [[#How can I get a debugging log (a.k.a. terminal output)?|getting a debugging log]], [[#Can ...rotection companies. Unlike CrossOver, most improvements to Wine ''don't'' get into Cedega due to the license differences between Cedega and Wine. ...
    74 KB (11,516 words) - 20:56, 4 August 2023
  • In the worst case, you won't get an .idl at all in the public headers, but rather just the generated .h file TRACE("%s, %s, %p\n", debugstr_guid(clsid), debugstr_guid(iid), obj); ...
    48 KB (7,870 words) - 18:51, 26 September 2020
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)