http://bugs.winehq.org/show_bug.cgi?id=34102
Bug #: 34102
Summary: It is not drawn when specify 0 for the width and
height in GdipDrawString.
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matsu.no.page(a)gmail.com
Classification: Unclassified
It is not drawn when specify 0 for the width and height in GdipDrawString.
Do not clipping If specify a 0.0 in Width and Height, "RectF" parameter in the
original GdipDrawString.
But, GdipDrawString of Wine 1.6 would be clipped, drawing is not performed.
--
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=33890
Bug #: 33890
Summary: Anno 1602 (demo): crash during startup
Product: Wine
Version: 1.6-rc3
Platform: x86-64
URL: http://www.annomuseum.de/webseiten/SF/www.anno1602.de/
english/downloads/download_demos.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Classification: Unclassified
Created attachment 44987
--> http://bugs.winehq.org/attachment.cgi?id=44987
Terminal log + crash - wine-1.6-rc3-38-g9c49367
Install the demo version and try to start it
=> crashes after a splash screen is shown for half a second or so
Using wine-1.6-rc3-38-g9c49367
--
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=32922
Bug #: 32922
Summary: itunes 7 crashes
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: btolfree(a)comcast.net
Classification: Unclassified
Created attachment 43481
--> http://bugs.winehq.org/attachment.cgi?id=43481
error log from wine running itunes 7 in Mint 13
opening iTunes 7 in Mint 13. this error continues to appear and even after
closing the error, it keeps reappearing.
--
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=33378
Bug #: 33378
Summary: measuring/painting strings needs better tests
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: galtgendo(a)o2.pl
Classification: Unclassified
Regression SHA1: 6ab04040e52465e77558a067309e8a54bdc0f32c
Created attachment 44169
--> http://bugs.winehq.org/attachment.cgi?id=44169
minimal fix for a clipping problem
This is sort of bug 25717 revisited, in that that a problem, that happened
shortly before it was fixed, has popped up again.
I haven't been checking it in awhile, but today I did, then had to trace it
back to 1.5.26.
After a bisect, it came to commit "gdiplus: GdipMeasureCharacterRanges should
treat empty layout extents as infinite when StringFormatFlagsNoClip is
specified.".
Clipping went broken again, resulting in invisible text.
Minimal fix attached and sent to wine-patches.
As I said, it's the clipping again - without resetting < 0.5 to (1<< 23), 'if
(!(format_flags & StringFormatFlagsNoClip) && scaled_rect.Width != 1 << 23 &&
scaled_rect.Height != 1 << 23)' condition doesn't go into effect.
--
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=34162
Bug #: 34162
Summary: CGDirectPaletteRef has been deprecated so winemac.drv
can't be compiled in Mavericks.
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: winemac.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: parahexen(a)gmail.com
Classification: Unclassified
gdi.c:144:5: error: use of undeclared identifier 'CGDirectPaletteRef'
CGDirectPaletteRef palette;
^
gdi.c:190:5: error: use of undeclared identifier 'palette'
palette = CGPaletteCreateWithDisplay(mainDisplay);
^
gdi.c:191:9: error: use of undeclared identifier 'palette'
if (palette)
^
gdi.c:193:52: error: use of undeclared identifier 'palette'
palette_size = CGPaletteGetNumberOfSamples(palette);
^
gdi.c:194:26: error: use of undeclared identifier 'palette'
CGPaletteRelease(palette);
^
5 errors generated.
make[1]: *** [gdi.o] Error 1
make: *** [dlls/winemac.drv] Error 2
make: *** Waiting for unfinished jobs....
--
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=34077
Bug #: 34077
Summary: Sins of a Solar Empire Font Size Regression
Product: Wine
Version: 1.6-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mwoodj(a)knology.net
Classification: Unclassified
There used to be a bug in Sins of a Solar Empire that caused fonts to be
improperly sized in-game. They did not fit the boundaries of the UI elements
they were inserted into. The problem was fixed quite some time back but it has
reappeared in 1.6-rc3. I have tried up to 1.6-rc5 and the problem is there. If
I go back to 1.6-rc2 the problem goes away. This effects all of Sins
expansions, including Rebellion, as well.
--
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=34142
Bug #: 34142
Summary: Nullsoft installer appearance is broken
Product: Wine
Version: 1.6
Platform: x86
URL: http://download.nullsoft.com/winamp/client/winamp564_f
ull_emusic-7plus_all.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
Created attachment 45408
--> http://bugs.winehq.org/attachment.cgi?id=45408
WinAMP 5.64 installer appearance
When you try to select/deselect components very strange things 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=30485
Bug #: 30485
Summary: MeGUI 2112 crashes after first update / restart -
won't restart
Product: Wine
Version: 1.5.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert_mt_walker(a)yahoo.co.uk
Classification: Unclassified
Created attachment 39866
--> http://bugs.winehq.org/attachment.cgi?id=39866
Wine MeGUI console log (first run)
ARCH-Linux x86_64 (fully updated). Clean win32 prefix.
MeGUI (OpenSource GUI wrapper for various video encoding utilities) download
latest build at:
http://sourceforge.net/projects/megui/files/latest/download?source=files
Install:
winetricks dotnet11
winetricks dotnet20
winetricks gdiplus
(all successfully install)
I've also tried installing avisynth 2.5.8 and K-Lite-Mega-Codec-Pack-7.8
(does step makes little difference to the MeGUI program crash).
MeGUI will run. Update itself. Updates are stored in a local /update_cache
folder as zip'd/7z'd archives. Gets to a stage of asking for a system restart.
Whether you say "yes" or "no" (and manually shutdown MeGUI with the "Exit" menu
option) the program eventually crashes. The Wineserver shuts down. Starting
MeGUI again results in an immediate crash.
This a deal breaker for the software. The download MeGUI zip archive needs to
be updated to extract the tools in the /update_cache folder. Otherwise there
will not be any encoders available to use. Earlier installable executable
version of MeGUI exhibits an identical crash when updated...
Bob
--
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=20395
Summary: Wolfenstein (2009): MP mouse input not handled
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nwarrenfl(a)gmail.com
The game runs fine (good framerates), however the game (MP part) is unplayable
because the game doesn't react at all to mouse movements. The mouse is however
working in the menu.
After debugging the user32 channel, i found this:
fixme:win:RegisterRawInputDevices (pRawInputDevices=0x229eb74, uiNumDevices=1,
cbSize=12) stub!
Maybe this stub is the problem, i tried the patch from bug #10318, however it
didn't fix the problem.
I'll attach the 2 debug logs, the first one with +user32 and the second with
+x11drv.
--
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=29025
Bug #: 29025
Summary: Riven prison elevator buttons inoperative
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cdbiem101(a)embarqmail.com
Classification: Unclassified
Created attachment 37373
--> http://bugs.winehq.org/attachment.cgi?id=37373
image of the elevator buttons
When you click on one of the buttons in the prison elevator it is supposed to
make a noise and show a pressed button. Instead the button does nothing like it
was not even pressed. I have verified the same in wine version 1.2.3 and
1.3.12.
The first attachment is an image of the buttons. The 3 lower round buttons are
the ones that don't move. The upper lever works fine.
The Riven version I am using is from gog.com. I will purchase Riven for the
developer who is willing to fix this bug (It is only $5.99).
--
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.