https://bugs.winehq.org/show_bug.cgi?id=41004
Bug ID: 41004
Summary: HAM RADIO DELUXE Bug
Product: Wine
Version: 1.9.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: magellan.2000(a)free.fr
Distribution: ---
Created attachment 55169
--> https://bugs.winehq.org/attachment.cgi?id=55169
Unhandled exception: page fault on read access to 0x016ca000 in 32-bit code
(0xf74a12e5)
Unhandled exception: page fault on read access to 0x016ca000 in 32-bit code
(0xf74a12e5)
In Satellite Tracker when we double click on a pass prediction to track the
satellite, the software crash and exit.
This bug exist in all Wine versions, not only the last.
--
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=49789
Bug ID: 49789
Summary: Tina 11 Demo does not start properly in a 64-bit
Slackware Linux. In32-bit it is OK.
Product: Wine
Version: 5.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: brodo(a)o2.pl
Distribution: ---
Tina 11 Demo does not start properly in a 64-bit Slackware Linux.
In 32-bit it is OK, as always.
I bisect-ed Wine between 5.10 and 5.9.
bash-5.0$ git bisect bad
e5c6a7beb302b37caef800e17b42bc4c49708a93 is the first bad commit
commit e5c6a7beb302b37caef800e17b42bc4c49708a93
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Tue May 26 11:16:08 2020 +0300
dwrite: Update glyph properties on single substitution.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/dwrite/opentype.c | 28 ++++++++++++++++++----------
1 file changed, 18 insertions(+), 10 deletions(-)
bash-5.0$
--
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=49347
Bug ID: 49347
Summary: Settlers III: mouse not working on start screen and
menu
Product: Wine
Version: 5.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: adrian.kalla(a)gmail.com
Distribution: ---
Basically this is the same issue that was some time ago fixed in Bug 38087 -
but I don't have the permissions to reopen that bug...
--
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=41450
Bug ID: 41450
Summary: Wine Debug Channel +timestamp, timestamp missing from
some entries
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: brewmanz(a)gmail.com
Distribution: ---
Created attachment 55817
--> https://bugs.winehq.org/attachment.cgi?id=55817
Log with missing timestamps
example of log with +timestamp,+tid (note timestamp missing for 7 lines
starting with 'Call PE DLL'):
--
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=44185
Bug ID: 44185
Summary: DragonAgeOrigins autorun.exe crash inside
winegstreamer
Product: Wine
Version: 2.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: lorenzofer(a)live.it
Distribution: ---
Created attachment 59948
--> https://bugs.winehq.org/attachment.cgi?id=59948
autorun.exe backtrace
Trying to start DragonAgeOrigins autorun.exe (from retail disc) result in a
crash inside winegstreamer when trying to play an audio/x_wma version 2.
Preconditions:
I have the last gstreamer stable version 1.12.4 installed for 64bit and 32bit
(multiarch)
I have the last gst-plugins-* for multilib
audio/x_wma plugins is provided by the package gst-libav that I installed and
are aviable for 64bit and 32bit applications
Tested playing the wma using gst-play-1.0 (64bit) and gst-play-1.0-32 (32bit
from a modified lib32-gst-plugins-base-libs) it plays sucessful with both
using gst-libav codec.
I'm creating a new bug report bewcouse most of the others winegstreamer crash
came from missing plugins (as stated in the log). I'm past that point (the
plugin exist and it works), despite I was also having a crash with the missing
plugin message.
I'm attaching the backtrace with the wine debug symbols (wine compiled using
-g) and the wine log with WINEDEBUG=+gstreamer
Note : This is a bug report for autorun.exe not the full game, that I still
haven't tried.
--
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=49545
Bug ID: 49545
Summary: Current working directory reset to "/" on executing a
winegcc/wineg++ compiled program
Product: Wine
Version: 5.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sacrom(a)gmail.com
Distribution: ---
Created attachment 67680
--> https://bugs.winehq.org/attachment.cgi?id=67680
Minimal source code showing the problem
Since Wine version 5.12 (may be 5.11) the current working directory is reset to
"/" when executing a winegcc/wineg++ generated program. While in Wine 5.10 and
previous versions the current working directory was the directory where the
command was executed from.
I attach a really simple program that shows the issue (attached file showdir.c)
I compile the program with gcc and winegcc (in this example winegcc from Wine
5.10)
On WINE 5.10:
-------------
/sc/tmp/wine $ wine --version
wine-5.10
/sc/tmp/wine $ gcc -o showdir showdir.c
/sc/tmp/wine $ winegcc -o showdir_wine showdir.c
/sc/tmp/wine $ ls
showdir showdir.c showdir_wine.exe showdir_wine.exe.so
/sc/tmp/wine $ ./showdir
getcwd() => /sc/tmp/wine
/sc/tmp/wine $ ./showdir_wine.exe
getcwd() => /sc/tmp/wine
/sc/tmp/wine $ wine showdir_wine.exe.so
getcwd() => /sc/tmp/wine
/sc/tmp/wine $ wine start showdir_wine.exe.so
getcwd() => /sc/tmp/wine
On WINE 5.12 (with the same Win 5.10 compiled files):
-----------------------------------------------------
/sc/tmp/wine $ wine --version
wine-5.12
/sc/tmp/wine $ ./showdir
getcwd() => /sc/tmp/wine
/sc/tmp/wine $ ./showdir_wine.exe
getcwd() => /
/sc/tmp/wine $ wine showdir_wine.exe.so
getcwd() => /
/sc/tmp/wine $ wine start showdir_wine.exe.so
getcwd() => /sc/tmp/wine
Note: When using "wine start" sets the correct directory
Attached the full log of the previous executions in Wine_5_10.log and
Wine_5_12.log
--
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=49493
Bug ID: 49493
Summary: Children Of Morta stays at blue stars screen after
starting game.
Product: Wine
Version: 5.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Created attachment 67617
--> https://bugs.winehq.org/attachment.cgi?id=67617
COM-Terminal.txt
Children Of Morta stays at blue stars screen after starting game. I can hear
sounds playing in the background.
--
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=44538
Bug ID: 44538
Summary: (Regression) Tales of Zestiria doesn't boot.
Product: Wine
Version: 3.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: ovariegata(a)yahoo.com
Regression SHA1: 206e8b147bc8670621d8dfaaa03834fb1fc02082
Distribution: Slackware
Created attachment 60493
--> https://bugs.winehq.org/attachment.cgi?id=60493
A test patch that manually reverts the commit
'206e8b147bc8670621d8dfaaa03834fb1fc02082' and gets the game working again.
I found that the game 'Tales of Zestiria' doesn't boot in wine anymore, given
the winehq entry it appears to have worked at some point so I tried several
wine versions until I found it broke between 1.9.2 and 1.9.3. I tested vanilla
wine, wine-staging and the d3d9-nine patches with the same results. I next
bisected it and found the problematic commit listed under the 'Regressions
SHA1' field. I then manually reverted the commit for the wine master and found
the game boots and works properly again. See the attached patch.
--
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=25409
Summary: Windows Live Essentials for XP installer crashes on
attempting to install Photo Gallery
Product: Wine
Version: 1.3.8
Platform: x86-64
URL: http://g.live.com/1rewlive3/en/wlsetup-all.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=32337)
--> (http://bugs.winehq.org/attachment.cgi?id=32337)
Standard log
To see this, you need to run winetricks ie7 and then remove all overrides
except urlmon to work around bug 25408. When prompted to select programs,
uncheck everything except Photo Galley (didn't test any others yet) and
proceed. After a moment, it crashes.
Workaround: leave the native override for mshtml in place too.
--
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=49563
Bug ID: 49563
Summary: Adobe DNG converter crashes after updating to wine
5.12
Product: Wine
Version: 5.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dorpmueller(a)hotmail.com
Distribution: ---
Created attachment 67702
--> https://bugs.winehq.org/attachment.cgi?id=67702
Attachment
Adobe DNG converter crashes after updating to wine 5.12 with the following
error report:
Unhandled exception: page fault on read access to 0x406d1390 in 64-bit code
(0x0000000140a5cf4f).
See attachment for more information.
--
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.