http://bugs.winehq.org/show_bug.cgi?id=26682
Summary: Thick black borders around several UI widgets
Product: Wine
Version: 1.3.17
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: quentin.denis(a)gmail.com
Created an attachment (id=33981)
--> (http://bugs.winehq.org/attachment.cgi?id=33981)
Screenshot illustrating the rendering issue
Hi folks,
For about 6 months[1] I am experiencing a bad UI bug: the border of some
widgets has a thick black line. The attached screenshot illustrates this.
I am using an Intel graphic card on openSUSE 11.4 64bit. The same happened with
openSUSE 11.3 32bit.
If you tell me it is related to my intel driver, I should wonder why wine is
the only application affected...
Kind regards,
Quentin
[1] just for comparison, picasa's wine version shipped by google (which is now
quite old) does not produce this rendering issue.
--
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=15915
Summary: cinepak codec reportedly not installed, FourCC case
mismatch
Product: Wine
Version: 1.1.7
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvfw32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
CC: dmitry(a)codeweavers.com
The Alien Nations / Die Völker complains that the cinepak codec is not
installed.
The reason is a lower/upper case mismatch in a FourCC code.
Upper-case FourCC is being supplied, as the log reveals:
Call msvfw32.ICOpen(43444956,44495643,00000002) ret=00493baf
trace:msvideo:ICOpen (VIDC,CVID,0x00000002)
Call winmm.OpenDriver(0032fda8 L"VIDC.CVID", ...)
trace:driver:OpenDriver (L"VIDC.CVID", L"drivers32", ...);
But dlls/iccvid/iccvid.c implements the check
if (icinfo && icinfo->fccType != ICTYPE_VIDEO)
where ICTYPE_VIDEO refers to 'vidc', not VIDC.
The same check is in msvidc32/msvideo1.c and msrle32/msrle32.c
Probably a case-insensitive check is required? For instance,
msvfw32/msvideo_main.c:ICOpen() uses the case-insensitive helper
function compare_fourcc().
OTOH, after the case-insensitive check perhaps wine should fill in the
icopen.fccType and .fccHandler slots with the FourCC case it expects
(ICTYPE_VIDEO) rather than the argument it received? It seems reasonable to
commit to a known character case early on in the code and use that
consistently.
What is The Right Thing (TRT), i.e. what to store in fccType?
In any case, a case fix lets "Die Völker" work past this issue (and crash
later in ddraw, but that's another issue).
--
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=9026
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|1.2.x |---
--- Comment #27 from Alexandre Julliard <julliard(a)winehq.org> 2011-04-07 05:47:49 CDT ---
I think that's too intrusive for 1.2.3.
--
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=24139
Summary: OpenGL 2.0 Shading Language Terrain Texturing Demo
crashes on unimplemented function
msvcr100.dll._fseeki64
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.dhpoware.com/downloads/GLSLTerrainTexturing
.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Created an attachment (id=30378)
--> (http://bugs.winehq.org/attachment.cgi?id=30378)
Log of crash for OpenGL 2.0 Shading Language Terrain Texturing Demo
wine: Call from 0x7b8369d2 to unimplemented function msvcr100.dll._fseeki64,
aborting
With msvcr100.dll the demo starts.
--
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=24135
Summary: OpenGL 2.0 Shading Language Vertex Lighting Demo won't
run without native d3dx9_43.dll
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://www.dhpoware.com/downloads/GLSLVertexLighting.z
ip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
CC: wine-bugs(a)winehq.org
err:module:import_dll Library d3dx9_43.dll (which is needed by L"C:\\Program
Files\\D3D9HLSLVertexLighting\\D3D9HLSLVertexLighting.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\D3D9HLSLVertexLighting\\D3D9HLSLVertexLighting.exe" failed, status
c0000135
--
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=9026
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |1.2.x
--
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=9026
--- Comment #26 from Jörg Höhle <hoehle(a)users.sourceforge.net> 2011-04-06 10:11:03 CDT ---
Nominating for 1.2.3 - I didn't expect another 1.2.x to happen.
--
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=7711
Stefano Priore <stefano.priore(a)inwind.it> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |stefano.priore(a)inwind.it
--
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=26666
Summary: Sims Medieval wants MSVCP100.dll
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: web(a)raydenuni.com
err:module:import_dll Library MSVCP100.dll (which is needed by L"C:\\Program
Files\\Electronic Arts\\The Sims Medieval\\Game\\Bin\\TSM.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Electronic Arts\\The Sims Medieval\\Game\\Bin\\TSM.exe" failed, status
c0000135
workaround is winetricks vcrun2010.
--
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=18325
Summary: Timed events bug in Call of Cthulhu
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: monolitonegro(a)gmail.com
There's a bug in the game Call of Cthulhu: Dark Corners of Earth that make some
timed events executate too early in the game, making the game near unplayable,
or downright unplayable.
The earliest noticiable example is the beginning of the Chapter 2:"Attack of
the fishmen". At the beginning of this chapter, the player must avoid an angry
mob of citizens running from room to room before the enemies manage to break in
the bolted doors. While in the Windows XP the game allows plenty of time for
the player to think and act, the linux with wine allows barely enough, making
the game nearly unplayable.
Another point where this bug is noticeable is at the chapter 5, Marsh Refinery.
At midway chapter, the player must outrun a shoggot while closing doors behind
him. While this is perfectly possible in the Windows XP, it is absolutely
impossible in the linux.
Tested with: wine version 1.1.20 binaries from official repository under
GNU/Linux Ubuntu Hardy 8.04 and Windows XP SP2.
Aplication: Call of Cthulhu: Dark Corners of Earth version 1.0
Command line: wine "C:\Arquivos de programas\Bethesda Softworks\ Call of
Cthulhu DCoTE\Engine\CoCMainWin32.exe"
How to reproduce: In a dual boot machine with both Windows XP SP2 and GNU/Linux
Hardy 8.04, install the game twice, one time in each OS. Play the game up to
the beginning of the chapter 2 in the easiest dificulty(Scout Boy). At the
beginning of chapter 2, take a wristwatch, measure the time it takes for the
enemies to break in in each of the four rooms. Compare the results from both
OS.
If that's not enough, play up until midway chapter 5(if you can), compare the
time it takes for the shoggot to outrun the player in both OS.
This video shows what the player is supposed to do in chapter 5. The event
begins at 7:10 onwards:
http://www.youtube.com/watch?v=qBFR1_qnrog
--
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.