https://bugs.winehq.org/show_bug.cgi?id=50600
Bug ID: 50600
Summary: Magic the gathering Arena: Crash when launching the
browser for Purchase
Product: Wine
Version: 6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Distribution: ---
Created attachment 69287
--> https://bugs.winehq.org/attachment.cgi?id=69287
terminal.log
1. wine MTGA.exe
2. Click Store
3. Click $14.99 for Adventure Pass (Pay with dollar instead of Gem in account)
4. Program Error: ZFGameBrowser.exe
Seems that MTGA client is trying to open a browser, but failed
--
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=50578
Bug ID: 50578
Summary: Lark-3.40.2.exe installation failed
Product: Wine
Version: 6.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dejoebad(a)yahoo.com
Distribution: ---
Created attachment 69253
--> https://bugs.winehq.org/attachment.cgi?id=69253
generated by wine itself
Lark-3.40.2.exe installation failed
--
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=50534
Bug ID: 50534
Summary: Corel Paintshop Pro Ultimate 2018 Setup Extractor
crashes
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mark_van_noy(a)hotmail.com
Distribution: ---
Created attachment 69196
--> https://bugs.winehq.org/attachment.cgi?id=69196
The backtrace from the setup attempt
When launching the installer with the command "wine start /unix
'/run/media/mark/USB DISK/Paintshop Pro/Paintshop Pro Ultimate
2018/PSP2018_Ult.exe'" the setup fails and offers to save the backtrace. This
particular installer is trying to download parts of the program when it runs.
I am filing another bug report for a similar failure during setup after all the
component parts have already been downloaded and extracted prior to running
setup.
I am using OpenSuse Leap 15.2 with their package of Wine installed be
calling "zypper install wine" with the acknowledgement that perhaps version 6.x
of Wine already fixes this issue. The database leads me to believe this is an
ongoing problem software package.
--
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=49061
Bug ID: 49061
Summary: ZFGameBrowser.exe crashes when opened by MTGA.exe
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aurium(a)gmail.com
Distribution: ---
Created attachment 67039
--> https://bugs.winehq.org/attachment.cgi?id=67039
The output produced by the wine's crashed dialog.
MTGA was downloaded from https://magic.wizards.com/ and ZFGameBrowser.exe is
part of its final installation process.
--
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=50604
Bug ID: 50604
Summary: Any app occurs this error
Product: Wine
Version: 6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: amnesiac97(a)hotmail.com
Distribution: ---
Created attachment 69290
--> https://bugs.winehq.org/attachment.cgi?id=69290
Error RpcSs
Occurs always in every application this error! Please see attach!
--
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=50542
Bug ID: 50542
Summary: get_gpu_properties_from_vulkan() assumes a 1-1 mapping
of XRRProvider to VkPhysicalDevice
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: loothelion(a)nvidia.com
Distribution: ---
The function currently takes in a single XRRProvider, and will stop execution
after it finds the first eligible device. This causes an issue for setups where
multiple Vulkan ICDs may expose devices which have valid RROutputs on a single
XRRProvider.
I believe a minimal test-case for this would be the LUID part of the vulkan-1
test already in the WINE tree, as it enumerates LUID information for every
VkPhysicalDevice it can find.
See link to mesa bug for more information:
https://gitlab.freedesktop.org/mesa/mesa/-/issues/4112#note_774347
--
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=50163
Bug ID: 50163
Summary: Regression: Stack overflow in Mod Organizer 2
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: rtpublic1(a)gmail.com
Distribution: ---
Created attachment 68680
--> https://bugs.winehq.org/attachment.cgi?id=68680
Patch reverting the bad commit on top of 5.22
Since commit df2b13fa77172953fed6e15c65fd6380b2d2f0d3, Mod Organizer 2
experiences a stack overflow during startup in the Python plugin (enabled by
default).
df2b13fa77172953fed6e15c65fd6380b2d2f0d3 is the first bad commit
commit df2b13fa77172953fed6e15c65fd6380b2d2f0d3
Author: Chip Davis <cdavis(a)codeweavers.com>
Date: Wed Nov 18 17:26:33 2020 +0100
msvcrt: Increment refcounts for all locale data in _get_current_locale().
Signed-off-by: Chip Davis <cdavis(a)codeweavers.com>
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/msvcr90/tests/msvcr90.c | 52 ++++++++++++++++++++------------------------
dlls/msvcrt/locale.c | 19 +++++++++++++---
2 files changed, 39 insertions(+), 32 deletions(-)
The previous commit (16598c2af6ddf0e32c5c72b9067cd2f40a470591) works.
Also, reverting the bad commit on top of 5.22 works. The reverting patch is
attached, just in case.
Installer download:
https://github.com/ModOrganizer2/modorganizer/releases/download/v2.3.2/Mod.…
$ md5sum Mod.Organizer-2.3.2.exe
ca0b3a364bc5cac33299b14202e28620 Mod.Organizer-2.3.2.exe
The installer tries to download "Visual C++ 2015-2019 Redistributable (x64)"
and install it. Installation may or may not fail, I have not found any pattern
here. If installing fails, click Ignore to continue. It does not affect the
stack overflow either way.
After installing, start C:\\Modding\\MO2\\ModOrganizer.exe.
If you get asked to choose an "instance", select "Portable".
The first time, you may get a crash with some .NET exception. That is a
separate issue. Restart MO2, and it will ask you to disable the csharp plugin.
Do so to avoid that crash.
If you get a window asking to select a game, or asking, the stack overflow does
not appear and the issue is gone.
If you restart after the stack overflow, MO2 will ask to disable the python
plugin (say no) and whether you wish to reinitialize the plugin (say yes to
cause the crash again).
--
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=44278
Bug ID: 44278
Summary: Aldi Steuer 2017 - Tax certificated can be loaded and
decrypted but eric-Library can't be located
Product: Wine
Version: 3.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 60105
--> https://bugs.winehq.org/attachment.cgi?id=60105
Console output wine 3.0rc3 (non-staging)
Hello everyone,
installing "Aldi Steuer 2017" works fine after upgrading to 3.0rc3 and I am
also stepping up as a maintainer for this program in the AppDB.
I would like to let you know that there seems to be some hic-ups calling a
library/interface for ELSTER (Elektronische Steuererklärung = Electronic tax
declaration can't be called).
Steps to reproduce:
- Open Steuer 2017
- Tab ELSTER -> Belegabruf einrichten (for culling documents)
- Zertifikatsdatei hinzufügen -> Zertifikatsdatei hinzufügen (add personal
certificate, in Germany we use an encrypted file to authenticate with online
tax declaration service)
- Choose "Certificate file" - "bitte auswählen" -> Zertifikatsdatei auswählen
- Select the path of the .pfx
- Klick "open"
- Enter culling code (Abrufcode eintragen) -> OK
- Click "Anmelden" (Sign in)
Console output is attached. Please let me know should you require further
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.
https://bugs.winehq.org/show_bug.cgi?id=44836
Bug ID: 44836
Summary: Mod Organizer 2 crashes on
msvcp140.dll.?uncaught_exceptions@std@@YAHXZ (64-bit)
Product: Wine
Version: 3.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: labmailssadur(a)gmail.com
Distribution: ---
Created attachment 60881
--> https://bugs.winehq.org/attachment.cgi?id=60881
Console Output from initial launch of MO to crash
When trying to launch Mod Organizer 2, the application crashes with
"msvcp140.dll.?uncaught_exceptions@std@@YAHXZ" after launching the tutorial
dialogue (which does not display correctly).
Steps to reproduce:
1. Install Mod Organizer 2 (i.e. from
https://github.com/Modorganizer2/modorganizer/releases)
2. Install any Game supported by MO2.
3. Launch MO2 and point it to the game when asked to do so (otherwise MO2 will
exit before the crash can occur).
4. Watch the crash occur.
I am aware of Bug 44278, but it seems that the issue lies with the 64-bit
implementation of the function (see attachment).
Tested with TES4: Oblivion from GOG and TES5: Skyrim Special Edition from Steam
installed (in seperate Prefixes).
Further info:
Arch Linux, wine 3.4-2
64-bit prefix
--
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.