http://bugs.winehq.org/show_bug.cgi?id=7215
Summary: EarthSculptor v0.25 crashes on startup
Product: Wine
Version: 0.9.29.
Platform: PC
URL: http://www.earthsculptor.com/EarthSculptor0.25Setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pp(a)siedziba.pl
Installer works fine, but when I try to run the program, it opens its windows
and then crashes with a page fault. Tested with fresh ~/.wine directory and
proprietary NVidia drivers version 1.0-9746. Probably a problem with opengl or
x11 driver, so I selected opengl component, but it's a wild guess.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6385
------- Additional Comments From hverbeet(a)gmail.com 2007-19-01 07:20 -------
Actually... what's the bitdepth of hbmColor? If those are 32bits icons we should
probably be using the alpha channel from the color bitmap instead.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7194
------- Additional Comments From mike(a)codeweavers.com 2007-19-01 05:15 -------
It installs fine for me, and runs too, if I copy mlang.dll from Windows 2000.
cd .wine/drive_c/Program Files/EmEditor
cp ~/mlang.dll .
~/wine/wine EmEditor.exe
Looks like there's plenty of other bugs before it will work well, but they
should be filed in separate bug reports.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7214
Summary: wine_dbg_vprintf: debugstr buffer overflow (contents:
'err:msvcrt:demangle_datatype Unknown type ')
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
I get an 'internal compiler' error while trying to compile a simple project with
Visual C++. In the console there's the text you can read in the summary. The
following hack makes it compile fine, but that's just a hack. Could someone
write a proper fix for it?
diff --git a/dlls/msvcrt/undname.c b/dlls/msvcrt/undname.c
index a775e72..fc70517 100644
--- a/dlls/msvcrt/undname.c
+++ b/dlls/msvcrt/undname.c
@@ -790,7 +790,7 @@ static BOOL demangle_datatype(struct par
else goto done;
break;
default :
- ERR("Unknown type %c\n", dt);
+ //ERR("Unknown type %c\n", dt);
break;
}
if (add_pmt && pmt_ref && in_args)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7208
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-19-01 04:04 -------
I'm a bit puzzled, I reinstalled current git (removed the whole tree), removed
.wine, but it still crashes for me....
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5304
------- Additional Comments From anthonyb(a)bizarsoftware.com.au 2007-19-01 00:03 -------
I was having an issue with the exact same symptoms (endless loop with
fixme:mlang:fnIMLangFontLink_GetStrCodePages).
I just tried your fix, and it worked like a charm.
Thanks,
Anthony Briggs
anthonyb(a)bizarsoftware.com.au
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6479
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-18-01 23:06 -------
Resolving as FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7210
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From thestig(a)google.com 2007-18-01 19:34 -------
On a Windows machine with DirectX 9.0c, I ran the installer, which detects a
newer version of directx, continued, and finished the install. However, when I
ran the application, it complained about the direct x version, just like on Wine.
So this is probably an application bug, resolving as invalid.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2398
------- Additional Comments From dank(a)kegel.com 2007-18-01 19:20 -------
More data: looks like there are both new and old Quadro FX's.
The old ones (e.g. the PNY Quadro FX 3000G, chipset nv35, introduced in 2003)
seem to display the corruption problem.
The new ones (e.g. the FX 1400 in Lei's HP, chipset nv41, introduced in 2004)
don't have the problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=7207
------- Additional Comments From mike(a)codeweavers.com 2007-18-01 19:11 -------
Please take the time to submit descriptive bugs. The name of the program, a
download link and a short description of user visible problems are more
important that log message.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.