Displaying 20 results from an estimated 536 matches for "winedebug".
2005 Apr 28
2
Help with using the WINEDEBUG variable
Hi users.
I have found the WINEDEBUG variable to be very useful. However, now that my
program starts, using WINEDEBUG=trace,+all or WINEDEBUG=+all creats log
files well over 2.0 GB.
I am trying to find messages like the following:
0009:trace:seh:EXC_RtlRaiseException code=c0000005 flags=0 addr=0x4725f1
(and the few lines above it) t...
2013 Aug 24
0
MS Sql Server 2008 not installed
...d i386 arch, trying to
install MS Sql server 2008, which is also 32 bit.
What could be the reason for "Unhandled exception: invalid float operation
in 32-bit code (0x62254c7e)." in the log?
regards
Nataraj
[nataraj at muraj] ~/.wine/drive_c/MS-Sql-Server/R2/SQL2008 setup> wine set
WINEDEBUG=fixme-all,warn+cursor,+relay
wine: cannot find L"C:\\windows\\system32\\set.exe"
[nataraj at muraj] ~/.wine/drive_c/MS-Sql-Server/R2/SQL2008 setup> clear
[nataraj at muraj] ~/.wine/drive_c/MS-Sql-Server/R2/SQL2008 setup>
WINEDEBUG=fixme-all,warn+cursor,+relay
WINEDEBUG=fixme-all,w...
2005 Sep 29
1
WINEDEBUG variable doesn't seem to work in 20050830
Is there a problem with the WINEDEBUG environment variable in 20050830? I've only been using Wine
for a little over a week. I recognize that the online documentation is somewhat out of date with the
introduction of the winecfg tool and use of the registry. I know that the WINEDLLOVERRIDES variable
still works as I've been...
2005 Nov 10
2
Wine error in a log file
Hi,
Is there any way to put wine error in a log file?
I run a program with WINEDEBUG=+relay,+ole,+variant,+typelib,+typelib2 but I can't copy and paste the message error because is too long.
Best regards.
--
Savio Martins Ramos - Arquiteto
Rio de Janeiro ICQ 174972645
Pirataria n?o! Seja livre: Linux
http://www.debian.org
__________________________________________...
2008 Apr 28
4
Cad/Cam Package problem
Hi All,
I have just moved over to PCLINUXOS2007 from Windows XP and have found it to be a great Distro.
The only software I'm keeping Windows XP for is a high end Cad/Cam Package called AlphacamV2004 from Licom Systems which I use for work and home.
I've installed Alphacam with Wine version 0.9.58 and the Advanced Lathe module seems to work fine with no bugs so far, the Advanced Mill 3axis
2005 Apr 10
2
Turining off Fixme Errors
Hi,
I hate asking for this as somone did provide me the answer
earlier. But what is the winedebug syntax for turning off
all fixme errors?
Thanks.
Phillip
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... :)
2004 Sep 22
4
notes 6, bug 2484, winedebug techniques?
Hi all,
I'm attempting to run notes 6. I've tried some techniques from Mike
Hearn text. However, I lack knowledge.
Description of problem itself is at
http://bugs.winehq.org/show_bug.cgi?id=2484
After adding trace+ntdll to WINEDEBUG, I get NtWriteFile(0xc,...) in
output both before "LookupHandle: null handle" occuring and in line with
it too. As far as I can tell (I could easily miss something), handle 0xc
is used here for the first time in program run.
So how do I proceed from here? Could printing caller stack t...
2004 Oct 19
1
WINEDEBUG for a non-descript segfault
Hi,
I'm loooking at a Linux program that calls WIne and then segfaults
without any real information. Are there any debug channels that make
most sense to try and trap in this specific case?
Thanks,
Mark
2007 Jun 07
1
Cashflow 101 crashes if WINEDEBUG=+all not set. (Slackware 11/Wine 0.9.38)
...of error changes with every run, and crashdump shows that there is no
module loaded at that address.
At first I thought that it's a new bug introduced in 0.9.38, but downgrading
to 0.9.37, 0.9.36 and 0.9.35 doesn't fix the problem. I've accidentally found
that game works if I enable WINEDEBUG=+all before running game
(i.e. "WINEDEBUG+=all wine CASHFLOW.exe 2>/dev/null"). It looks like problem
is somehow related to Quicktime - Quicktime now can be installed (it wasn't
possible in versions before 0.9.38) and works if WINDEBUG=+all was set, but
there is a huge (5..10 s...
2008 May 11
3
dinput_test works but WINEDEBUG shows no joystick for game?
...35 Ry-2000 Rz-2000 S0 0 S1 0 POV0 -1 POV1 -1 POV2 -1 POV3 -1 B 0 0 0 1 0 0 0 0 0 0 0 0
joystick.c:360:X -129 Y -75 Z -160 Rx 35 Ry-2000 Rz-2000 S0 0 S1 0 POV0 -1 POV1 -1 POV2 -1 POV3 -1 B 0 0 0 0 0 0 0 0 0 0 0 0
mason at beast:~/c/Program Files/Aspyr/Guitar Hero III$ WINEDEBUG=+dinput wine GH3.exe 2>&1 | grep -i joy (I believe vitamin suggested find_joydev in another post, what I'm basing my smaller match on)
mason at beast:~/c/Program Files/Aspyr/Guitar Hero III$
2005 Sep 14
0
Google Earth: WINEDEBUG=+relay makes wine-preloader <defunct>
Hello!
Using the latest cvs version Google Earth finally installs without using native DLLs. As it does not run I'm trying to find out why.
When running it, GE stops with a message box apologizing for not working.
So I'd like to run it in winedbg, but I only get
WineDbg starting on pid 0xa
Process of pid=0x0000000a has terminated
and not the friendly box.
Perhaps GE uses some kind
2008 Jul 30
1
Re: dinput_test works but WINEDEBUG shows no joystick for game?
Gamelist invoking xinput1_3.dll grow everyday and maybe it's time for us to work on it
I'm neebie with msdn C++ coding and i didn't read a line of wine code
Where do i have to begin ?
Anyone could guide me a bit threw wine input library and code ? or indicate me some interesting documentation ?
Is there someone working on it first ? or in charge of input implementation ?
Thank you
2010 May 17
7
No printing - program in BPS Borland Pascal for Windows
Hello,
I am trying to use an accounting program specifically written for the management of local churches in Belgium.
The original program was written in BPW Borland Pascal for Windows. When a print command is given, absolutely nothing happens. When using the notepad under Wine, printing is ok.
I am wondering if someone has met a similar problem. What could I do to print the output of the
2008 Sep 01
7
Slow performance with many 3D games
Lots of 3D games such as Team Fortress 2, Audiosurf or Stalker have very low performance in comparison to running on the same computer on Windows. What can I do to improve it? What developers have still to implement to fully support 3D rendering?
2004 Sep 14
3
Pegasus Mail sometimes says no HD-memory free, but that's not true
...and have full
functioning.
No problem, if you have made a backup previous :-) after replacing the corrupt header
with a hex editor and reconfiguring some file in pegasus mail the folder works again.
May be these two errors are related???
I've started Pegasus since a couple of weeks with
WINEDEBUG=warn+all,fixme+all,err+all to see the reason of this problem.
Because I don't think it is a good idea to send the whole debug file to the list (180
kB), I will try to paste the really interesting straight under this mail. At, the moment I
use version 20040716-1.1.
Has anyone else who uses p...
2010 May 24
4
Need Help debugging a Java based windows application to run
...g JRE. So, I installed JRE separately under wine and then the application. It installed correctly.
Now, when I run the application, it starts (I can see it under the process list) and then crashes (the process disappears).
I tried running the app through command line using the following.
export WINEDEBUG=1 ; wine /path/tp/app.exe
Here is the output.
fixme:reg:GetNativeSystemInfo (0x327800) using GetSystemInfo()
USER.DIR=Z:\home\androit
USER.DIR=Z:\home\androit
java.lang.NullPointerException
at java.io.File.<init>(Unknown Source)
at com.company.app.findCurrentVersion(Unknown Source)
at co...
2004 Dec 30
1
Wine and NT Authentification core.
Hi,
I wonder if it's possible to setup wine so that applications using NT
Authentification (NTLM) (secur32.dll and security.dll) may work ?
I'm trying the radmin tools and the win32 computer that are using radmin
use the NT security protocol to allow login.
Actually i've tried using WINEDEBUG='warn+all' and WINEDEBUG='+loaddll'
to replace the core dll of windows network but i get stuck to
err:module:find_forwarded_export module not found for forward
'SECUR32.InitSecurityInterfaceA' used by L"C:\\Windows\\System\
\security.dll"
with the radmin 2.1 re...
2007 Dec 22
1
Memory leaks
Hi,
I wrote a small windows program (msgbox.exe) and run it like that:
WINEDEBUG=+heap wine msgbox.exe. In the output there is the memory at
address 0x110118 allocated more than once without a free. It is shown in
the "output" (I snipped out a lot of unnecessary stuff). In the analyses
of the complete output there is this memory address allocated 4 times
and only 2 ti...
2005 Dec 28
2
Windows Installer 3.1 V2
...m/download/1/4/7/147ded26-931c-4daf-9095-ec7baf996f46/WindowsInstaller-KB893803-v2-x86.exe).
Unfortunatelly the installation fails immediately with an error box popping
up: "Unable to find a volume for file extraction. Please verify, that you
have proper permissions."
Even starting with:
WINEDEBUG="trace-all,warn+all,fimxme-all" wine
C:/tmp/install/WindowsInstaller-KB893803-v2-x86.exe
does not print any output.
Has anybody a clue?
- J?rg