http://bugs.winehq.org/show_bug.cgi?id=23529
Summary: build mechanism tried to find an outdated 'lcms'
version
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sergstesh(a)yahoo.com
While running 'configure' I see these lines in its screen output:
154 checking lcms.h usability... no
155 checking lcms.h presence... no
156 checking for lcms.h... no
157 checking lcms/lcms.h usability... no
158 checking lcms/lcms.h presence... no
159 checking for lcms/lcms.h... no
.
According to http://sourceforge.net/projects/lcms/files/ at the moment the
latest tarball is lcms2-2.0a.tar.gz and its header files (when installed) are:
"
sergei@amdam2:~/junk> ls -ltr
/mnt/sdb8/sergei/AFSWD_debug/install/lcms-2.0/include/
total 117
-rw-r--r-- 1 qemu users 24622 2010-07-05 03:59 lcms2_plugin.h
-rw-r--r-- 1 qemu users 91214 2010-07-05 03:59 lcms2.h
sergei@amdam2:~/junk>
".
I.e. configure should check for version 2.0 or later and check existence of
'lcms2.h' rather than 'lcms.h' file.
--
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=34387
Bug #: 34387
Summary: TreeSize Free: help window won't open
Product: Wine
Version: 1.5.15
Platform: x86
URL: http://www.jam-software.com/freeware/
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: hhctrl.ocx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: erich.e.hoover(a)gmail.com
Classification: Unclassified
Regression SHA1: d1c363424d9ed028d44658bf3ca50a6eca2c7528
Created attachment 45778
--> http://bugs.winehq.org/attachment.cgi?id=45778
terminal output
When you press <F1> in the application nothing happens, the content of the help
window is not opened. This is a regression from Wine 1.5.15:
d1c363424d9ed028d44658bf3ca50a6eca2c7528 is the first bad commit
commit d1c363424d9ed028d44658bf3ca50a6eca2c7528
Author: Erich Hoover <ehoover(a)mines.edu>
Date: Wed Oct 3 09:19:53 2012 -0600
hhctrl.ocx: Recognize the embedded window name for finding existing
windows.
:040000 040000 eced520901d3ddbc85f9d7bcb77cd8c7af5592a0
58094979fecd6b5be47e9a356f750540393c470f M dlls
wine-1.7.0-346-g1bf936c
TreeSizeFreeSetup.exe
md5sum: 7668b845a29e5529d50f27da78f3c288
--
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=34034
Bug #: 34034
Summary: Locale settings broke shader program generator.
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hannibal(a)astral.lodz.pl
Classification: Unclassified
I've encountered today shader program compilation problems. The error is in
following line:
PARAM yv12_coef = {0,666667, 0,166667, 0,833333, 0,333333};
This program was generated by wine itself: in arb_program_shader.c by code:
shader_addline(buffer, "PARAM yv12_coef = {%f, %f, %f, %f};\n", 2.0f / 3.0f,
1.0f / 6.0f, (2.0f / 3.0f) + (1.0f / 6.0f), 1.0f / 3.0f);
The problem is that in polish locale (and others probably to), decimal
separator is a comma not a dot.
The shader_(v)addline should use "C" locale for program generations (best) or
this line above should have %f replaced by counted values.
--
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=34051
Bug #: 34051
Summary: Low FPS with winemac driver in Unreal Tournament GOTY
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brymaster(a)gmail.com
Classification: Unclassified
Unreal Tournament GOTY (from GOG.com)
Running on 10.8.4 with Nvidia 9400M
Configured to use OpenGL driver in-game.
The winemac driver has low FPS (like a slideshow) compared to X11 which is
smooth.
I've experimented with the default OpenGlDrv.dll and a patched renderer version
here (http://www.cwdohnal.com/utglr/) which gives slightly better performance.
--
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=34055
Bug #: 34055
Summary: Textures missing in Age of Empires II: Steam
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oldspiceap(a)gmail.com
Classification: Unclassified
All graphics black when ingame on Age of Empires II: HD Edition from Steam.
Terminal repeats:
fixme:d3d:resource_check_usage Unhandled usage flags 0x8
This appears to be a recent regression.
--
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=33963
Bug #: 33963
Summary: WINE Wordpad crashes when selecting text from line end
to line start
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Elias.vds(a)gmail.com
Classification: Unclassified
Steps to reproduce:
1. Compile the latest wine 1.6-rc4.
2. Run 'wine wordpad'.
3. Write one character, e.g. ' ' (space).
4. Select that character, by selecting from the line end (so immediately after
the space) to the line start (before the space).
Then, it crashes and starts the debugger:
wine: Unhandled page fault on read access to 0x0000000c at address 0x7ac351f7
(thread 0009), starting debugger...
This was tested on Fedora 12 (32-bit wine) and on Fedora 18 (64-bit wine), both
on 64bit linux (intel core i5).
--
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=34472
Bug #: 34472
Summary: window titlebar names
Product: Wine
Version: 1.7.1
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: winemac.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: f.platte(a)platte-web.de
Classification: Unclassified
Created attachment 45899
--> http://bugs.winehq.org/attachment.cgi?id=45899
Example image of the issue.
When ever I use the MacDriver while entering fullscreen the windows titlebar
does not show the application/executable/file name anymore once I exit
fullscreen. This happened to me for any fullscreen application I'm currently
using. (AudioSurf, TrackMania United/Nations forever, Colin McRae Rally 2005,
Beyond Good & Evil [GOG], etc…)
This happened to me ever since the introduction of the MacDriver. (1.5.?)
--
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=30745
Bug #: 30745
Summary: Soulbringer, GOG version, crashes at start, no splash
screen even.
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fernando(a)cmartins.nl
Classification: Unclassified
see backtrace
--
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=15738
Summary: Max Payne 2: Ingame windows rendered incorrect with nvts
pipe
Product: Wine
Version: 1.1.3
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
When using (or forcing) the nvts_fragment_pipeline implementation (directx.c),
ingame windows are rendered incorrectly. Going to attach screenshots later.
With the arbfp pipe rendering is correct, I didn't yet try with other pipes.
Effect can be reproduced with the demo version. Start game and let cutscenes
finish (wait until you gain control of the character), then take a look at the
windows in the hospital room.
With nvts they're completly transparent, nearly like they weren't even there.
Recheck with arbfp and see how they should look like (you should see a
"sprinkled-by-rain-from-outside" effect on them).
Exit first room and look left for another window. It has the same issues,
however I found out that it was possible to trigger correct rendering when the
scene is rendered from a certain position (again going to do screenshots).
--
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=33799
Bug #: 33799
Summary: Wargame: Airland Battle crashes because of
unimplemented function
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yurishish(a)gmail.com
Classification: Unclassified
After launching game crashes immediately and appears Unhandled exception
message
--
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.