https://bugs.winehq.org/show_bug.cgi?id=42152
Bug ID: 42152
Summary: eFax Messenger 4.4: hangs during installation
Product: Wine
Version: 2.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: littlesincanada(a)yahoo.co.uk
Distribution: ---
Created attachment 56724
--> https://bugs.winehq.org/attachment.cgi?id=56724
Debug output from installer
During installation of eFax Messenger, installer hangs after it says that it is
updating registry.
Trace output attached.
Installed with Wine 2.0-rc3 in Linux Mint 18.1 x86_64 using wine-builds PPA,
wine-staging.
Free download available here:
https://www.efax.ca/efax-help-center/efax-messenger/download-efax-messenger
--
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=50273
Bug ID: 50273
Summary: Sid Meier's Civilization III Complete crashes on start
Product: Wine
Version: 5.21
Hardware: x86-64
URL: https://store.steampowered.com/app/3910/Sid_Meiers_Civ
ilization_III_Complete/
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: ed9114c1181c1af67264433f6910039a31882052
Distribution: ArchLinux
Created attachment 68820
--> https://bugs.winehq.org/attachment.cgi?id=68820
terminal output
Tried with the Steam and GOG version of the game, both crashes immediately
after startup.
The problem is present since
https://source.winehq.org/git/wine.git/commit/ed9114c1181c1af67264433f69100…
The game starts properly with the previous commit.
--
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=50294
Bug ID: 50294
Summary: It's no longer possible to execute a Winelib binary
built with older version of Wine
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, regression, source, testcase
Severity: normal
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: julliard(a)winehq.org
Regression SHA1: 2bf8293e8fec0aa7efb450a7bf1a14633d16abcd
Distribution: ---
While testing the fix for the bug 49838 I've discovered that current wine.git
is no longer able to execute precompiled binary attached to that bug report:
https://bugs.winehq.org/attachment.cgi?id=68177
$ wine test.exe.so
00b4:err:process:exec_process
L"Z:\\home\\dmitry\\to-send\\patches\\200914\\test2\\test.exe.so" not supported
on this system
This is a regression cased by
commit 2bf8293e8fec0aa7efb450a7bf1a14633d16abcd
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Dec 8 13:13:14 2020 +0100
libwine: Mark more functions as obsolete.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
libs/wine/config.c | 9 +++++----
libs/wine/loader.c | 59 ++++++++++++++++++++++++++++++------------------------
libs/wine/mmap.c | 54 ++++++++++++++++++++++++++++---------------------
libs/wine/wine.map | 12 +++++------
4 files changed, 75 insertions(+), 59 deletions(-)
--
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=50175
Bug ID: 50175
Summary: Path of Exile: some Cyrilic and Hungul text is missing
since Wine 5.20
Product: Wine
Version: 5.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: lvb.crd(a)protonmail.com
Regression SHA1: 5bdc6e0fe64222d8d7d383616f5e230928af011a
Distribution: ---
Created attachment 68693
--> https://bugs.winehq.org/attachment.cgi?id=68693
(from left to right) Cyrilic, Hungul, Thai (top down) Before, After
I did not fully understand the problem for its detailed description, but I have
already finished bisecting.
Several patches were adopted that day aimed at working with gdi32, but only the
last one gives this effect:
2d15ea5012e1fbd9e16a86c69d68b587128832ed good
5bdc6e0fe64222d8d7d383616f5e230928af011a bad
It looks like all the Cyrilic/Hungul symbols (except those on the buttons) are
missing and/or do not take up space.
I attach a picture that displays the "same" graphic element, in different
in-game localizations on different versions of wine.
**Thai hasn't properly worked before, but I decided to include it in the image
as it looks like the problematic commit is affecting its behavior too.
I recognized the font as FrizQuadrataITC that was used for Cyrillic text.
--
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=49838
Bug ID: 49838
Summary: Backtraces no longer contain symbols
Product: Wine
Version: 5.6
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, regression, source, testcase
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: jacek(a)codeweavers.com
Distribution: ---
Created attachment 68177
--> https://bugs.winehq.org/attachment.cgi?id=68177
test winelib app (source + binary)
Attached archive contains simple console test with pre-built binary that
intentionally crashes in its main(). Starting with the following commit
cf6bbb96d0417b0a86d06c4b000592e4c870b5ee is the first bad commit
commit cf6bbb96d0417b0a86d06c4b000592e4c870b5ee
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Mon Apr 6 19:43:35 2020 +0200
dbghelp: Build with ucrtbase.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
Wine no longer provides symbolic info in the backtrace.
--
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=50314
Bug ID: 50314
Summary: femap : crashes when assigning material
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: snara1779(a)gmail.com
Distribution: ---
Created attachment 68894
--> https://bugs.winehq.org/attachment.cgi?id=68894
Error log generated at crash
During definition of a material, the "load" button opens the material selection
window. This shows the list of materials in the library.
When clicked on any of the materials in the list, the software crashes.
--
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=50313
Bug ID: 50313
Summary: Unable to use GPU-Z
Product: Wine
Version: 3.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: acroq3(a)gmail.com
Distribution: ---
"Could not start drive: Service request timeout."
website: https://www.techpowerup.com/gpuz
filename: GPU-Z.2.36.0.exe
sha256: 4bf214e743a643a0272f7d11d23f4c3f375f5821baf9a9c66f2c4e81c99cd245
Full output in console (3 lines):
DbgPrint says: (null) (IRQL 00): INFO Driver compiled at 22:34:27 on Oct 6
2020
wine: Unhandled page fault on read access to 0xffffffffffffffff at address
0x140008c1c (thread 0036), starting debugger...
0015:err:service:process_send_command service protocol error - failed to read
pipe r = 0 count = 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=50305
Bug ID: 50305
Summary: Sudden Strike 4 tutorial videos play with glitches
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 68877
--> https://bugs.winehq.org/attachment.cgi?id=68877
example
wine-6.0-rc1-39-g76c9dbd4fb9
--
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.