http://bugs.winehq.org/show_bug.cgi?id=10557
Summary: HalfLife 2: grafic glitches on GF8600GTS when GLSL
enabled
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Helmut.henig(a)gmx.at
Created an attachment (id=9311)
--> (http://bugs.winehq.org/attachment.cgi?id=9311)
Output from stderr while running steam+hl2
Enabling GLSL on a GF8600GTS using the current stable drivers (100.14.23) and
the current beta drivers (169.04) creates major grafic glitches in HL2. The
font of the menu isn't visible (=or better said the menu itself isn't visible)
and the grafic looks distorted (parts are drawn a bit wrong). This happens with
HL2 and HL2:LC and HL2:Episode 1. Disabling GLSL (UseGLSL set to disabled)
everything is rendered correctly.
The output of wine shows many GL_INVALID_OPERATION (Log is attached).
Configuration:
CPU: AMD A64 X2 4600+ (S939)
RAM: 3 GiB DDR
GPU: nVidia Corporation GeForce 8600 GTS
Sound: SB Audigy2 using Alsa
OS: Arch Linux (64Bit) using a 32Bit 'chroot' for 32Bit applications (like
wine)
X: X.Org X Server 1.4.0, X Protocol Version 11, Revision 0
Kernel: 2.6.23-ARCH SMP PREEMPT
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10521
Summary: make test crashes msvcrt/tests/heap.c...
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lionel_debroux(a)yahoo.fr
The msvcrt heap test has been consistently crashing on my computer since the
following commit:
commit a1e4758f076190dbef7d06f9e10241d0aabe3788
Author: Dan Kegel <dank(a)kegel.com>
Date: Tue Nov 6 16:52:19 2007 -0800
It crashes with WINEDEBUG="" (access to 0x04030205) and WINEDEBUG="warn+heap"
(access to 0x55555559), and an assertion aborts the program with
WINEDEBUG="+heap".
It crashes when compiling (GCC 4.1.1 from Debian stable) the whole Wine DLLs,
programs and executables with -O0, -O2 and -O3, so that is probably not due to
a compiler optimization screwup.
I've been discussing the issue for a while with Dan, and he is able to
reproduce the problem.
However, all commit a1e4758f... does is fixing two memory leaks. Therefore,
neither of us feels that the change in this commit should cause a crash. There
may be a problem somewhere else. Since it touches the heap subsystem, I'm
putting severity to major.
While commenting tests in order to reduce the testcase, by looking at the
traces, I found that a crash can be triggered (but not reproducably...) with
the single:
test_aligned_realloc(256, 512, 16);
(everything before and after this line being commented).
Strange.
Attached is a tarball I sent to Dan, which contains:
* a script to run the test in various situations. Compilation is not part of
the script; if you want to run Valgrind, you have to edit the location of
valgrind to match the location of Wine-improved Valgrind (
http://wiki.winehq.org/Wine_and_Valgrind );
* traces created by the script;
* I noticed that a 'invalid arena magic' warning is triggered by warn+heap
before the crash occurs, so I made a trivial patch that adds printing of the
invalid arena magic values.
I think it helps debugging the issue, by showing the exact kind of overwrite
that occurred: 1-byte, 2-byte, 4-byte; which bytes of the arena are affected;
etc.
With warn+heap (crash), the arena magic is 0x00555555.
With +heap (assert failed), the arena magic is 0x55555555.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10504
Summary: Blogjet crashes on startup
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.codingrobots.com/blogjet/download/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://justanystuff.blogspot.com/2007/11/running-zoundry-blog-editor-under-…
says that Blogjet works on Wine with ie6, but crashes without it.
I verified that last bit.
It seems to assert when it can't find an automation interface it wants:
fixme:shdocvw:WebBrowser_QueryInterface
(0x13bdd8)->({376bd3aa-3845-101b-84ed-08002b2ec713} 0x15200e0) interface not
supported
fixme:shdocvw:OleControl_OnAmbientPropertyChange Unknown dispID -1
fixme:shdocvw:WebBrowser_get_Application (0x13bdd8)->(0x34f418)
fixme:shdocvw:OleObject_Close (0x13bdd8)->(1)
wine: Unhandled exception 0x0eedfade at address 0x0000:0x7ee50900 (thread
0018), starting debugger...
Backtrace:...
3 0x7ef97b96 RtlRaiseException+0x6() in ntdll (0x0034f684)
4 0x004f824e in blogjet (+0xf824e) (0x0034f6dc)
(FWIW, the app gsak from gsak.net crashes similarly:
fixme:shdocvw:WebBrowser_QueryInterface
(0x1886d8)->({376bd3aa-3845-101b-84ed-08002b2ec713} 0xdd7c28) interface not
supported
fixme:shdocvw:OleControl_OnAmbientPropertyChange Unknown dispID -1
trace:seh:raise_exception code=eedfade flags=1 addr=0x7ee24900)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10492
Summary: SDL-based game won't start unless you copy timidity.cfg
into current directory
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.kloonigames.com/blog/games/crayon/
OS/Version: other
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
See http://www.libsdl.org/projects/SDL_mixer/
To reproduce:
0) download a game that uses sdl midi, e.g. crayon.zip from
http://www.kloonigames.com/blog/games/crayon/
unzip it, cd into directory 'crayon'
1) you have to have the Visual C++ 6 runtime redistributable libraries
installed. Easiest way to get them is
wget kegel.com/wine/winetricks
sh winetricks vcrun6
2) you have to have timidity configured and working. First make sure
timidity is up by downloading a .mid file from somewhere and making
sure you can play it with
timidity foo.mid
Then copy /etc/timidity/timidity.cfg to the current directory
before starting the game. (It also looks in \TIMIDITY\timidity.cfg.)
Timidity seems to be statically linked into SDL_mixer.dll.
Perhaps wineprefixcreate should create a symlink c:\timidity -> /etc/timidity,
but that only works if the current drive when running the game
is C:.
To get around that, the wine installer could create a symlink
/timidity -> /etc/timidity, but that'd be an unholy hack.
Alternately, Wine could simulate such a symlink internally --
also an unholy hack, but at least one that works even without
really installing wine, and without screwing up the user's root directory.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10481
Summary: Phantasmagoria of Flower View crashes
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leffeman(a)gmail.com
Created an attachment (id=9214)
--> (http://bugs.winehq.org/attachment.cgi?id=9214)
backtrace
``Touhou 9: Phantasmagoria of Flower View'' crashes when a new game is started
(although it can be avoided by entering the options menu I believe), backtrace
and trace+d3d_surface attached.
I'm at commit 7a9210fa85c28dd1a5bba33c81beddbdd194e6ae.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10453
Summary: Regression: Graphics bug in Supreme Commander
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: viriiboxen(a)gmail.com
CC: stefandoesinger(a)gmx.at
Created an attachment (id=9159)
--> (http://bugs.winehq.org/attachment.cgi?id=9159)
Screenshot of the problem at the bisected point.
Sometime after 0.9.48 Supcom started exhibiting this problem, where when using
GLSL & fbo it seems as if some bloom-type filter is getting applied a bit too
generously. I did a git bisect and it turned up this patch:
commit 948292dbc3930a95252fb5e03321f94a1f475db9
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Thu Nov 1 01:38:50 2007 +0100
wined3d: Move texture -> drawable blits to LoadLocation.
There's a related-looking error in the console output:
err:d3d_surface:IWineD3DSurfaceImpl_LoadLocation Reading back render target but
SFLAG_INDRAWABLE not set
The bug also seems to get worse with the latest versions, with the latest git
the game is mostly a white screen. Compared to the less bugged version, the
console output from the latest git also contains a bunch of the following
lines:
err:d3d_surface:surface_prepare_system_memory Surface without memory or pbo has
SFLAG_INSYSMEM set!
as well as these at the end of the bunch.
err:d3d_shader:shader_glsl_load_psamplers Trying to load sampler Psampler8 on
unsupported unit 8
err:d3d_shader:shader_glsl_load_psamplers Trying to load sampler Psampler9 on
unsupported unit 9
err:d3d_shader:shader_glsl_load_psamplers Trying to load sampler Psampler10 on
unsupported unit 10
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10439
Summary: Raddecay crashes with:"Access violation in riched20.dll"
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.griffith.edu.au/__data/assets/file/0020/31367
/raddecay_v4.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, a user submitted garbage test results for this into appdb. It starts fine,
but if you do "Action" from the menu, then "select element from the periodic
table", and then actually select an element in the table, it crashes with a
message box "Access violation in riched20.dll"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10413
Summary: Pen and eraser reversed when using Photoshop 7 with
Wacom tablet
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In http://appdb.winehq.org/objectManager.php?sClass=version&iId=1336,
Darrell Troth wrote:
"My wacom shows the eraser for the pen tip and vice versa for the other end,
yet nothing shows in the window.
In other words the pen tip is the eraser and the eraser is the pen tip when
looking at the history palette in photoshop. ... I don't have this problem with
the Linux version of Gimp."
I can confirm this reversal; it's happened consistently every
time I've tested Photoshop 7 on a system with a tablet, I think.
I think it affects all other versions of Photoshop, too.
And sometimes it takes a little fiddling to figure out how
to start drawing, just as Darrell noted.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10357
Summary: cannot save files in Microsoft Word 2003
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=9027)
--> (http://bugs.winehq.org/attachment.cgi?id=9027)
console output
I am unable to save files in Microsoft Word 2003, a dialog comes up asking to
retry the save but it is unsuccessful.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10356
Summary: Microsoft Excel Freezes when trying to enter text in a
cell
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
When I try to enter text in a cell in Excel 2003 the application freezes up and
won't accept any input anywhere else in the application.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.