http://bugs.winehq.org/show_bug.cgi?id=15403
Summary: Microsoft's windbg can't load an executable
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mah(a)jump-ing.de
Steps to reproduce:
1) Download Microsoft's debugging tools from
http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx. In this case,
the most recent version was 6.9.3.113, which was used.
2) Install those:
cd
mv .wine .wine-backup
wine msiexec /i Debugging\ Tools*.msi
Follow the instructions, installation should work fine.
3) Run windbg (not winedbg):
cd $HOME/.wine/drive_c/Programme/Debugging\ Tools\ for\ Windows\ \(x86\)
wine start windbg.exe
4) Use the menu of the upcoming window to load an executable, e.g. notepad.exe.
Expected behaviour:
Windbg would load/launch the executable.
Actual behaviour:
Windbg dies, leaving these messages at the Unix shell:
[...]ogramme/Debugging Tools for Windows (x86)$ wine windbg.exe
fixme:system:SetProcessDPIAware stub!
fixme:win:RegisterSystemThread (00000002, 00000000)
fixme:win:SetLayeredWindowAttributes (0x1002a,0x00000000,200,2): stub!
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
fixme:dbghelp:SymSetParentWindow (0x1002c): stub
fixme:richedit:RichEditWndProc_common EM_GETLANGOPTIONS: stub
[duplicates removed]
RaiseXception: RaiseExceptionRTL = 0x7b82f564
wine: Call from 0x7b847d98 to unimplemented function dbghelp.dll.SymAddSymbolW,
aborting
err:seh:raise_exception Unhandled exception code 80000100 flags 1 addr
0x7b847d98
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14737
Summary: SmartDraw 2008: Start fails due to unimplemented
functions in gdiplus.dll
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.smartdraw.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tim(a)timg.ws
Created an attachment (id=15229)
--> (http://bugs.winehq.org/attachment.cgi?id=15229)
SmartDraw crashing, and the WINE debugger kicking in.
After installing SmartDraw 2008 in a clean prefix, attempting to run SmartDraw
immediately fails, with the following last lines outputted:
wine: Unimplemented function gdiplus.dll.GdipCloneBitmapAreaI called at address
0x7ee0afb0 (thread 0009), starting debugger...
Unhandled
wine: Call from 0x7edecfb0 to unimplemented function gdiplus.dll.GdipComment,
aborting
wine: Call from 0x7edecfb0 to unimplemented function
gdiplus.dll.GdipConvertToEmfPlusToFile, aborting
It fails in both Wine 1.0 and Wine GIT as of today (3 August 2008)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22121
Summary: EVEMon (v1.3.1.2138): crashes on adding an account
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://evemon.battleclinic.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s.ruecker(a)gmx.de
Created an attachment (id=26975)
--> (http://bugs.winehq.org/attachment.cgi?id=26975)
Callstack/Crash-log
Hi,
I've installed a wine from:
deb http://www.lamaresh.net/apt squeeze main
on a debian squeeze system. It is a fresh installartion and I have installed
following via winetricks:
sh winetricks corefonts dotnet11 dotnet20 tahoma
Opened:
File->Add Account...
Crashes the Application immediatly with:
EVEMon Version: 1.3.1.2138
.NET Runtime Version: 2.0.50727.42
Operating System: Microsoft Windows NT 5.1.2600 Service Pack 3
Executable Path: "C:\Programme\EVEMon\EVEMon.exe"
System.NotImplementedException: Not implemented.
at System.Drawing.Graphics.MeasureCharacterRanges(String text, Font font,
RectangleF layoutRect, StringFormat stringFormat)
...
For full log see attachment.
There is a similar bugreport: 21109
(http://bugs.winehq.org/show_bug.cgi?id=21109)
but it has a slightly different stacktrace so I am not if it is duplicate or
not!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22429
Summary: wine to support VMWare ThinApps
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hellweiss(a)gmx.de
Hi,
i'am trying to start a VMWare ThinApp Application e.g. FreeCommander.exe
wine ./FreeCommander.exe. The error Message is:
Executable 'C:\Program Files\FreeCommander\FreeCommander.exe' had the following
unrecoverable error:
Unable to open C:\Program Files\FreeCommander\FreeCommander.exe
Looks like this is with all ThinApps. I also tested Firefox.exe and
IrfanView.exe.
It would be nice, if wine could have support for ThinApps.
Thank you.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18924
Summary: OutputDebugString does not do what it's supposed to do
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ewfewfe(a)wh4f.org
OutputDebugString seems to be "invisible" to other apps in wine, it just prints
a message to the terminal. I saw a mailing list discussion about this problem
but I got the impression this wasn't going to be changed anytime soon (because
it's "good enough"). Well, it isn't.
As wrong as it may be, some programs rely on parsing other programs debug
output, and this breaks down in wine. The specific application I'm having
trouble with is FF7Music, some hack that uses debug output to replace the music
in Final Fantasy VII.
A fix for this would be greatly appreciated.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15194
Summary: cmd.exe doesn't support for 2>&1 style redirection
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmitry(a)zend.com
Created an attachment (id=15945)
--> (http://bugs.winehq.org/attachment.cgi?id=15945)
proposed patch
"cmd /c <program> 2>&1" doesn't perform redirection and tries to run "1" as a
program instead. A trivial patch is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16390
Summary: ct offline update: cmd crash by starting the downloads
Product: Wine
Version: 1.0.1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deep_eye(a)gmx.at
Created an attachment (id=17717)
--> (http://bugs.winehq.org/attachment.cgi?id=17717)
debug-log
I think the cmd.exe crashes by starting wget.
I attached the debug-log, hope it can help.
Manuel
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20935
Summary: HoMM5: Hammers of Fate: game dvd not found
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thesource(a)mail.ru
The game can not find it's dvd when it's inserted (it's a real dvd, not image).
I tried to add the mount path of the dvd to disk list with type 'CD-ROM', but
that didn't help. Wine doesn't give any output on this, the game just shows
'not found message' and exits.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15638
Summary: Adobe Photoshop CS4 installer crashes on unimplemented
GetProductInfo if run in Vista mode
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
GetProductInfo is a new kernel32 function in vista.
If you try to install Photoshop CS4 with wine in vista mode,
the installer does a GetProcAddress on GetProductInfo
and promptly crashes because the function isn't there.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19810
Summary: Visual C 2008 redistributable installers fail to start
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paulc(a)voip.null.ro
Attempting to install various versions of VS 2008 vcredist_x86.exe in a fresh
prefix fails.
The installer dies on an unhandled exception.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.