https://bugs.winehq.org/show_bug.cgi?id=40831
Bug ID: 40831
Summary: MyHeritage Family Tree Builder no longer displays
images
Product: Wine
Version: 1.9.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: sdavies(a)sdc.com.au
Distribution: ---
I am running WINE 1.9.11 under a fully updated Fedora 22.
Some time in the past month or so, FTB stopped displaying JPEG images (photos).
I have tested on a Fedora 20 box with WINE 1.7.44 and it works as expected and
before the recent change, ran under F22, F21 and F20 for some years.
I do not have access to any other versions and a dnf downgrade attempts to go
to 1.7.42.
The FTB program can be downloaded free from
www.myheritage.com/family-tree-builder.
After installation, add a person and then import a JPEG image as a photo.
In my case, all such images appear as blanks.
(Sorry, I have no idea which component I should have selected above.)
--
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=36052
Bug ID: 36052
Summary: Windows are not drawn unless moving the window.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: alexhultman(a)gmail.com
Created attachment 48213
--> http://bugs.winehq.org/attachment.cgi?id=48213
Wine can't even draw its own applications
I'm using wine-1.7.16 and it's pretty much completely broken. Every application
window is drawn only partially. Most of the window is not updated and just
black. If I move the window it draws but this is not a pleasant workflow.
--
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=30318
Bug #: 30318
Summary: Chess Champ 2.0 crashes when pieces are moved
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paulkusmanoff(a)gmail.com
Classification: Unclassified
Created attachment 39620
--> http://bugs.winehq.org/attachment.cgi?id=39620
The error log automatically generated after the program crash
The program installs just fine (It's an old 16-bit installer for a 32-bit
application). Launching the application can easily be done, although there are
minor glitches with the GUI (The minimise, maximise and resize squares are
replaced with question marks), this does not affect navigation of the options.
However, the program is effectively useless because pieces cannot be moved and
no games may be played, either by telling the computer to make a move, or by
doing one yourself. You can click and drag the pieces just fine, but dropping
them down to another square results in an immediate "serious problem and needs
to close" error. The screen mentions that "winevdm.exe" is what caused the
problem.
--
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=29336
Bug #: 29336
Summary: Modal dialogs should not have title bar icons
Product: Wine
Version: 1.3.32
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexhenrie24(a)gmail.com
Classification: Unclassified
Created attachment 37952
--> http://bugs.winehq.org/attachment.cgi?id=37952
Find dialog with title bar icon
According to MSDN, "Dialog boxes don't have title bar icons."[1] But when using
unmanaged windows in Wine, they do. The simplest example I could think of is
Notepad's Find and Replace dialog, but this bug affects dialogs in the
Starcraft Campaign Editor and undoubtedly many other applications.
[1]
http://msdn.microsoft.com/en-us/library/windows/desktop/aa511268.aspx#title…
--
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=40881
Bug ID: 40881
Summary: Spotify fails to install / run
Product: Wine
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rfox(a)foxconsult.com
Distribution: ---
Created attachment 54969
--> https://bugs.winehq.org/attachment.cgi?id=54969
backtrace from attempt to install
Spotify was running fine under my Mageia Cauldron related system (Mageia 6)
Recently, it crashed and no matter what I do, I can not get it to start - also
tried a re-install without success
--
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=38610
Bug ID: 38610
Summary: winedbg fails to start in some cases when an
application crashes
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: madewokherd(a)gmail.com
Regression SHA1: 2005be6dc92c0943ede01525cecad88f8e83c9c7
Distribution: ---
I noticed this problem in a few cases: when certain application/game crashes
the last line written in the terminal is something like this:
>wine: Unhandled page fault on write access to 0x7e09e28c at address 0x7b853a3f (thread 002a), starting debugger...
then winedbg simply quits without generating the backtrace/module list.
Reverting the following commit fixes the issue:
2005be6dc92c0943ede01525cecad88f8e83c9c7 is the first bad commit
commit 2005be6dc92c0943ede01525cecad88f8e83c9c7
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Wed Apr 16 15:50:37 2014 -0500
shell32: Use CREATE_NEW_CONSOLE when SEE_MASK_NOCONSOLE is omitted.
After reverting the commit winedbg is starting as expected:
http://pastebin.com/4GRTtLaR
(that's a game installer that crashes)
Tested in wine-1.7.43-25-g0d91274
Fedora 21 x86
--
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=33929
Bug #: 33929
Summary: Winamp+AMIP jn x86_64: fault on read access to
0x00000020 in 32-bit code
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shumkar(a)shumkar.ru
Classification: Unclassified
Winamp 5.6.3 crashes at launch after installing AMIP 2.67. Complains on "page
fault on read access to 0x00000020 in 32-bit code (0x00000020)".
This happens on x86_64 system only. On i686 system the same version of Winamp
with the same versions of AMIP and Wine launches OK.
Debugging output with backtrace attached.
--
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=34451
Bug #: 34451
Summary: divide by zero in diablo 3
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joris(a)revivingworlds.org
Classification: Unclassified
Created attachment 45865
--> http://bugs.winehq.org/attachment.cgi?id=45865
The backtrace
When running diablo 3 in wine 1.6 or the later versions of wine 1.5 I always
get this divide by zero error immediately after starting it. I have an nvidia
geforce 680gtx connected to my receiver and tv using hdmi. When i make sure
that the nvidia sound device is busy (using speaker-test) and then try to
launch diablo it runs without errors and sound comes from the speakers
connected to the internal sound card.
--
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=38590
Bug ID: 38590
Summary: PES2015 error
Product: Wine-gecko
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: mehdi.ebrahimii4544(a)gmail.com
Created attachment 51489
--> https://bugs.winehq.org/attachment.cgi?id=51489
pes2015
help me for this error
my macbook is MGXA2
--
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.