http://bugs.winehq.org/show_bug.cgi?id=28825
Bug #: 28825
Summary: Mystic Diary - Haunted Island: Multiple sprite-related
bugs in hidden object scenes
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: josh+wine(a)iswifter.net
Classification: Unclassified
Observed misbehaviors:
(a) Upon clicking an object, it's removed from the scene and replaced by a
sprite overlay, but the wrong image is used. For example, you might click on a
tote bag, but a guitar pulses and flies offscreen. Sometimes it's one of the
cursor images or a striped texture.
(b) Clicking an object removes its image from the scene, but sometimes no
animation occurs and the object's name isn't crossed off the list. Also, if
this happens several times in a row, the game complains that you're clicking
randomly. If you leave and return, the objects are back in the scene.
(c) Following (b) above, sometimes the object is replaced in the scene by
another image, and clicking that begets the removal animation and gives you
credit for finding the object.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40304
Bug ID: 40304
Summary: EveHQ2 crashes with builtin gdiplus
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: xerox_xerox2000(a)yahoo.co.uk
Distribution: ---
EveHQ2.exe from
http://evehq.co/downloads/download.php?file=EveHQ2.25.2.exe crashes with
builtin gdiplus.
I tried to find the bug using +gdiplus log and I came to this:
Just before the crash it says
trace:gdiplus:GdipTransformPath (0x1cc870, (nil))
The code for GdipTransformPath basically boils down to :
return GdipTransformMatrixPoints(matrix, path->pathdata.Points,
path->pathdata.Count);
In code for GdipTransformMatrixPoints there is check
if(!matrix || !pts || count <= 0)
return InvalidParameter;
So in the end GdipTransformPath will always return InvalidParameter when
matrix=0.
>From a quick test it seems to me that GdipTransformPath should return Ok when
matrix=0. I`ll attach possible fix and test hereafter
Bear in mind I have absolutely no knowledge about gdiplus, so any comment
whether my fix ,analysis and test is correct/sufficient, is very welcome
--
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=31662
Bug #: 31662
Summary: Office 2010 font embedding when exporting to PDF
Product: Wine
Version: 1.5.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dan.raviv(a)gmail.com
Classification: Unclassified
Created attachment 41630
--> http://bugs.winehq.org/attachment.cgi?id=41630
docx and Office 2010 exported pdfs
When exporting office files to PDF using Office 2010 on Wine, the fonts don't
get embedded in the resulting PDF. This is in contrast to the behavior on
Windows where the fonts are embedded correctly.
After replacing t2embed.dll with a version from windows, the embedded font
entry is created in the PDF, *but* is effectively empty:
5 0 obj
<</Type/Font/Subtype/TrueType/Name/F1/BaseFont/ABCDEE+Calibri/Encoding/WinAnsiEncoding/FontDescriptor
6 0 R/FirstChar 32/LastChar 55/Widths 17 0 R>>
endobj
6 0 obj
<</Type/FontDescriptor/FontName/ABCDEE+Calibri/Flags 32/ItalicAngle 0/Ascent
750/Descent -250/CapHeight 750/AvgWidth 521/MaxWidth 1743/FontWeight
400/XHeight 250/StemV 52/FontBBox[ -503 -250 1240 750] /FontFile2 18 0 R>>
18 0 obj
<<>>
endobj
Note the empty object 18.
Suspecting the issue is in wineps.drv.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40108
Bug ID: 40108
Summary: kernel32:process regression
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Since the commit below, the cw1-hd6800 and cw2-gtx560 test machines (not VMs)
are getting two new failures on Windows 8.1 and Windows 10, both in 32 and 64
bits.
Failures:
process.c:1133: Test failed: Toolhelp:pcPriClassBase expected 8, but got 6
process.c:1204: Test failed: Toolhelp:pcPriClassBase expected 8, but got 6
kernel32:process results on test.winehq.org:
https://test.winehq.org/data/tests/kernel32:process.html
commit a0b6bf86f74438c574f7165ab220060681bb66cd
Author: Sebastian Lackner <sebastian(a)fds-team.de>
Date: Mon Dec 21 13:06:37 2015 +0100
kernel32/tests: Add test for process object destruction.
Signed-off-by: Sebastian Lackner <sebastian(a)fds-team.de>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39092
Bug ID: 39092
Summary: Regression introduced with xaudio2_8
Product: Wine
Version: 1.7.49
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xzvnjp(a)gmail.com
Distribution: ---
Created attachment 52084
--> https://bugs.winehq.org/attachment.cgi?id=52084
Log of game crashing on git master
Game ラクエンイセキのリムリリム fails to start after commit
929ab3e527b25bcfea375e4373230748868d8714. Reverting commit in git master fixes
issue.
--
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=23768
Summary: winhelp: Some images not shown in certain 16-bit Help
files
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29793)
--> (http://bugs.winehq.org/attachment.cgi?id=29793)
4aces.hlp.bz2
With some 16-bit Help files, some images are not shown. See the attached files.
Load 4aces.hlp into Wine winhlp32. This console output appears:
err:winhelp:HLPFILE_DoReadHlpFile buf[0x14] = 0
Click the author's name popup link at the bottom. The popup is tiny, maybe 6x15
pixels, and empty. It's supposed to be a picture of the author. The other popup
links appear as they should (albeit not the correct size, see bug 23008).
Load 6pack.hlp into Wine winhlp32. With this file (created by the same author)
there is no initial console output, and clicking the author's name popup link
does correctly show the picture. Maybe this file was authored using a later
version of the help compiler?
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40493
Bug ID: 40493
Summary: Prison Tycoon 4 crashes on start up
Product: Wine
Version: 1.9.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tcrulez(a)gmail.com
Distribution: ---
Created attachment 54267
--> https://bugs.winehq.org/attachment.cgi?id=54267
Prison Tycoon 4 Bug Report
Please fix this I want to play this game.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40456
Bug ID: 40456
Summary: NFS MW + NFS Carbon: Car is flying above/under the
track
Product: Wine
Version: 1.9.7
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
As subject states, cars are deeply above or under the track. See:
https://bugs.winehq.org/attachment.cgi?id=54190https://bugs.winehq.org/attachment.cgi?id=54193
Paul Gofman found a bug in D3DXVec3Transform which currently does not expect
the same location for input and output vector. He suspect that much more
functions may have the same bug though.
There is already a patch for that - from the whole series, this is fixed only
by the last one: [PATCH 10/10] d3dx9: Fix D3DXVec3Transform to allow...
https://bugs.winehq.org/attachment.cgi?id=54199
This patch fixes much more problems than flying cars. It also fixes jumpy
mouse, when you need to select particular track. It also fixes missing car's
"HUD" info panels. It fixes Need For Speed: Carbon's menu, where should be
fade-in/out shadows by left/right arrows.
Thank you Paul for your work!
--
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=24421
Summary: MJ's Help Diagnostics - wine: Unhandled page fault
on read access
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://helpware.net/downloads/MJsDiag.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hhctrl.ocx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saturn_systems(a)yahoo.com
Trying to run MJ's Help Diagnostics in a default wine gives an Unhandled page
fault on read access (see attachment)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40286
Bug ID: 40286
Summary: Geforce 980 maxwell card is not properly detected
Product: Wine
Version: 1.9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: blue-t(a)web.de
Distribution: ---
My Geforce 980 Maxwell card is not recognized by wine.
Its PCI-id (10de:13c0) is missing from wined3d_private.h and the card is also
not mentioned in
dlls/wined3d/directx.c.
--
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.