https://bugs.winehq.org/show_bug.cgi?id=53237
Bug ID: 53237
Summary: SDK Version is too low?
Product: Wine
Version: 7.0-rc6
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dgz3059305632(a)outlook.com
I was running it on HarmonyOS 2.0.0,but it reported "SDK version is too low".
--
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=53259
Bug ID: 53259
Summary: zello
Product: Wine
Version: 7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: benkei2469samurai(a)gmail.com
Distribution: ---
Created attachment 72639
--> https://bugs.winehq.org/attachment.cgi?id=72639
zello- tool- options crash
use zello push tool option or any button then zello is crash.
--
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=53317
Bug ID: 53317
Summary: Logos 9, Wine 7.11, Crash When Indexing: Invalid
String Format
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thwright(a)thwright.com
Distribution: ---
Created attachment 72698
--> https://bugs.winehq.org/attachment.cgi?id=72698
Invalid String Format
Bumped into this error today while trying to use Logos. It failed to index and
the program is crashing regularly.
--
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=53373
Bug ID: 53373
Summary: Topaz Labs AI Suite apps always fail to launch -
[Unhandled exception: page fault on execute access to
0x0000000000000000 in 64-bit code (0000000000000000)]
Product: Wine
Version: 7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winezilla(a)getnada.com
Distribution: ---
Created attachment 72758
--> https://bugs.winehq.org/attachment.cgi?id=72758
backtrace
Topaz Denoise, Gigapixel, and Sharpen (a series of photo editing apps) all fail
to launch under wine; they instantiate a window and then crash. It's not clear
to me why, and no helpful output is provided to investigate. I am hoping
someone more knowledgeable can take a look.
--
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=53551
Bug ID: 53551
Summary: Unable to run a hello world console program: unhandled
page fault
Product: Wine
Version: 7.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ufospoke(a)gmail.com
Distribution: ---
Created attachment 72913
--> https://bugs.winehq.org/attachment.cgi?id=72913
Log file with failure on the Intel Xeon computer
I cannot run windows programs anymore on my Intel Xeon linux computer (after
upgrade of the OS).
A simple Hello World program (console application) does not work at all (see
the log file). Here is the part of the log that seems to be the problem:
wine: Unhandled page fault on execute access to 00007F9B141858D0 at address
00007F9B141858D0 (thread 0084), starting debugger...
wine: Unhandled page fault on execute access to 00007F55F46193F0 at address
00007F55F46193F0 (thread 00c8), starting debugger...
What is strange is that this happens only on one of the 2 computers that I use.
Both run the same OS (Fedora 36) with wine 7.12. The second computer run an
Intel i7.
The Xeon runs 2 Xeon CPU E5-2660 v4 which means it has 56 cores. Therefore I
first get some warnings with regards to the number of CPU:
0024:fixme:ntdll:create_logical_proc_info Improve CPU info reporting: system
supports 56 logical cores, but only 32 supported!
0024:fixme:ntdll:create_logical_proc_info skipping logical processor 33
...
0024:fixme:ntdll:create_logical_proc_info skipping logical processor 55
I'm not sure this is an issue.
Note that the binary file was compiled on the Xeon computer with a fresh
cross-compiler and with -static -s option:
x86_64-w64-mingw32-g++-12.1.0 -o hello_world.exe -static -s hello_world.cpp
Also, when I run the binary file on the i7 computer, it runs fine (see attached
log). So the binary file is fine.
In addition, I can add that both computers run an Nvidia GPU but only the Xeon
computer runs the nvidia proprietary driver from rpmfusion. The i7 uses
nouveau.
--
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=53662
Bug ID: 53662
Summary: winehq-bullseye.sources file links to incorrect
location for GPG key for Debian Bullseye only
Product: Wine
Version: 7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eric.wheez(a)gmail.com
Distribution: ---
Big impact, but easy fix-
This file points to the wrong location for the winehq-archive.key:
https://dl.winehq.org/wine-builds/debian/dists/bullseye/winehq-bullseye.sou…
"Signed-By: /etc/apt/keyrings/winehq-archive.key"
Other .sources files (for other Debian releases, newer and older) point to the
correct location: "Signed-By: /usr/share/keyrings/winehq-archive.key"
The WineHQ wiki (https://wiki.winehq.org/Debian) tells people to download the
key using "sudo wget -nc -O /usr/share/keyrings/winehq-archive.key
https://dl.winehq.org/wine-builds/winehq.key"
Workarounds include...
1. Editing the .sources file to point to the key file download location
specified by the WineHQ wiki:
sudo sed -i
's&/etc/apt/keyrings/winehq-archive.key&/usr/share/keyrings/winehq-archive.key&g'
/etc/apt/sources.list.d/winehq-bullseye.sources
2. Adding the key/repo the old way:
wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
sudo add-apt-repository "deb https://dl.winehq.org/wine-builds/debian/
${VERSION_CODENAME} main"
sudo apt-get update -y
This one stumped me for a few hours today, so I wanted to report it in.
--
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=54130
Bug ID: 54130
Summary: broken msvc __has_include.
Product: Wine
Version: 7.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pawel_sikora(a)zoho.com
Distribution: ---
hi,
the recent wine-stable versions (6.0.4/7.0.1) break __has_include feature [1]
inside cl.exe (msvc-2022) while wine-stable 5.0.4 works fine. i've prepared
docker-based testcase that contains msvc-2022 subset extracted from official
microsoft virtualbox image [2] and few sources/scripts.
steps to reproduce:
- download .7z archives from [3] and extract.
- build docker image: ./docker-build.sh
- run docker container:./docker-run.sh
- run testcase: wine cmd /c bugme
wine-5.0.4 results (expected):
B:\>A:\VC\Tools\MSVC\14.34.31933\bin\Hostx64\x64\cl.exe
-IB:\sources\cosim\cmodel_h -FoB:\bugme.obj -c B:\bugme.cpp /nologo
bugme.cpp
compiler supports __has_include
there's no cxxabi.h - OK.
wine-6.0.4/7.0.1 results (buggy):
B:\>A:\VC\Tools\MSVC\14.34.31933\bin\Hostx64\x64\cl.exe
-IB:\sources\cosim\cmodel_h -FoB:\bugme.obj -c B:\bugme.cpp /nologo
bugme.cpp
compiler supports __has_include
compiler reports cxxabi.h existence
try #include...
B:\bugme.cpp(6): fatal error C1083: Cannot open include file: 'cxxabi.h': No
such file or directory
links:
[1] https://en.cppreference.com/w/cpp/preprocessor/include
[2] https://developer.microsoft.com/en-us/windows/downloads/virtual-machines/
[3]
https://drive.google.com/drive/folders/1asoZguCucA6ownwUn0r1KxeyqwY-ABVp?us…
--
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=54203
Bug ID: 54203
Summary: Running conference software, video and audio functions
cannot be used.
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 13998212498(a)163.com
Distribution: ---
Created attachment 73738
--> https://bugs.winehq.org/attachment.cgi?id=73738
Terminal output
Running conference software, video and audio functions cannot be used. The
compiled version of Wine is 7.22. What can I do? The video and audio functions
of the software can be used
--
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=54261
Bug ID: 54261
Summary: State of Survival got stuck at the end of the loading
screen (fixme:dxgi:d3d11_swapchain_Present1?)
Product: Wine
Version: 8.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thierry.vignaud(a)gmail.com
Distribution: ---
Created attachment 73817
--> https://bugs.winehq.org/attachment.cgi?id=73817
Wine logs when starting the game
State of Survival got stuck at the end of the loading screen
See https://appdb.winehq.org/objectManager.php?sClass=version&iId=41243
We can install the game using
https://sos-pc.kingsgroupgames.com/dlfile/?clickcode=official
It then downloads the game contents but doesn't progress near the end: it got
gets stuck on the Loading game resources screen.
Then there's a "dnrepair" popup that's unreadable due to squares in place of
most letters.
-----------------------
The game FAQ talk about that;
https://sos.kingsgroupgames.com/pc/faq?seq=error&p=ss_global&t=8Yim9FAR&l=en
"How do I solve the problem where the game gets stuck on the Loading game
resources screen?
1. Make sure that your VT (Virtualization Technology) is turned on. Please
refer to this tutorial: How to Turn on VT>>
2.
Close your security/anti-virus software, run the repair program,
restart your PC, and then re-enter the game. You can find the repair
program here: C:\Program Files (x86)\FunPlus\State of
Survival\engine\1.0.8\dnrepairer.exe"
-----------------------
Which is the famous dnrepair popup we're seeing above
On the terminal, wine displays tons of this message:
0158:fixme:dxgi:d3d11_swapchain_Present1 Ignored present parameters 0089D778.
Sometimes another value is displayed:
0158:fixme:dxgi:d3d11_swapchain_Present1 Ignored present parameters 0089AD58.
--
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=54426
Bug ID: 54426
Summary: Adobe Photoshop 7.0 main window hangs and always
stayed on top
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rizalmart98(a)gmail.com
Distribution: ---
When Adobe Photoshop 7.0 was run. Its main window hangs and unclickable. Also
it always floats on top unable to grab focus on other opened linux gui
applications.
Tested on Slackware Current
--
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=54673
Bug ID: 54673
Summary: Can't install fingerprint scanner software named,
"BioTime". Version 8.5
Product: Wine
Version: 8.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Prabesh432(a)gmail.com
Distribution: ---
Created attachment 74188
--> https://bugs.winehq.org/attachment.cgi?id=74188
Screenshot of error message
Distro: Fedora 37
Wine version: stable-22.08
Wine installed from: Flatpak
The software which I am trying to install:
https://www.zkteco.me/product-details/biotime-85-software-1
The error message I got:
Runtime error (at 134:2069):
Cannot open file
"Z:\run\user\1000\doc\d950f81c\BioTime\local\Image\en\Welcome.bmp". Path not
found
Another error message after pressing ok:
Help is needed to install it.
--
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=54750
Bug ID: 54750
Summary: SDRShar - error No Device Selected
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeff(a)quanifi.org
Distribution: ---
Created attachment 74243
--> https://bugs.winehq.org/attachment.cgi?id=74243
backtrace log
SRDSharp error - "NO DEVICE SELECTED", when it is in fact selected in the
SDRSharp program and showing in the program window under DEVICES...
My rtl-sdr dongle is working with other SDR programs, but with SDRSharp it does
not see any device, whether the rtl-sdr or the HackRf One device is connected
and showing up in the devices...
Also getting a WINE error that says:
The program link to SDRSharp.exe has encountered a serious problem and needs to
close. This can be caused by a problem in the program or a efficiency in Wine.
You may want to check the Application Database for tips about running
this application.
--
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=54767
Bug ID: 54767
Summary: Bonjour Appears to install without error but when
attempting to run PrinterWizard.exe the application
crashes with page fault on read access to 0x00000017
in 64-bit code
Product: Wine
Version: 6.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: mcl1552(a)yahoo.com.au
Distribution: ---
Created attachment 74260
--> https://bugs.winehq.org/attachment.cgi?id=74260
Zip containing the 2 txt files mentioned in the Description
Summary says it all.
Backtrace attached.
1. Bonjour-Wine-Package-Error.txt was Linux Mint 19.3 Cinnamon
2. backtrace-BonjourCrashInWine.txt was after Upgrade to Linux Mint 21 Cinnamon
Basically any app that relies on Bonjour configless services fails.
--
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=54884
Bug ID: 54884
Summary: Only 3.0 runs maybe or maybe not, maybe.
Product: Wine
Version: 3.0
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maybejosiah(a)aol.com
4/22/2023, 9:04PM, I have tried versions of Wine on a nexus 7 grouper model
"ME370T" and only 3.0 works on it. I am running Android 5.1.1 Lollipop. I have
tried it rooted, unrooted, and after reinstalling Android firmware. I tried
latest release, 6.23, 6.0, 5.0, 4.0 and 3.0 of Wine. I do not know revision of
like my tablet but may get that. Also when opening 3.0 no option for browsing
like C: is displayed. I am unsure if that is a bug. Based on what seems to me,
like all 2012 nexus 7 groupers may not be able to run other than 3.0. If you
would like stack trace or like logs from other than 3.0 not working I could
maybe get those. All as per one might be maybe or might not be maybe, maybe or
maybe not, maybe. 9:16PM
--
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=55166
Bug ID: 55166
Summary: Roli Connect - Error installation
Product: Wine
Version: 8.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pucker-operator_42.0mdgn(a)simplelogin.com
Distribution: ---
Created attachment 74743
--> https://bugs.winehq.org/attachment.cgi?id=74743
This is the log Wine gives me at the end of the install
Distribution : openSUSE Tumbleweed 20230626 ; KDE Plasma 5.27.6 ; GUI X11 ;
Source of .exe : https://roli.com/start
The installation doesn't end properly. Then, I can launch the program but I get
a Javascript Error.
--
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=55178
Bug ID: 55178
Summary: iLOK/PACE license manager installer needs pnputil.exe
Product: Wine
Version: 8.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: info(a)jonathanreus.com
Distribution: ---
I am attempting to install the iLok/Pace license manager on wine 8.11, running
Kubuntu Linux 22.04.
I've attempted to install the latest license manager ( version 5.8.0 available:
https://www.ilok.com/#!license-manager ) - which runs into an error "ERROR:
pnputil.exe failed to add/install the iLok driver package, error=-1073741515"
about halfway through the installation, which eventually fails completely.
Installing an older version of the license manager ( version 5.6.1 ) runs into
the same pnputil error, but this does not stop the installer from completing.
However, other software that is dependent on the iLok drivers does not work
properly ( for example, UA Connect from Universal Audio:
https://www.uaudio.com/downloads/ua-connect/ ).
Additionally, when attempting to uninstall iLok/PACE I receive the error:
"ERROR: --install package's .inf file path does not exist: C:\Program Files
(x86)\Common Files\PACE\iLokDriverPackages\EV\iLokDrvr64.inf"
It seems like pnputil.exe is not present at all on wine, and is needed in order
to support this installer? This is way beyond my expertise and I wish I could
help debug further.
My thanks for all your great work wine, team.
--
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=55383
Bug ID: 55383
Summary: Avatar Star Taiwan Black 3d textures on characters
inside game rounds
Product: Wine
Version: 8.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: qraique(a)protonmail.ch
Distribution: ---
Created attachment 74956
--> https://bugs.winehq.org/attachment.cgi?id=74956
black characters inside game
As the summary says Characters get black textures inside game rounds
if you aren't able to create an account on https://as.917play.com.tw/ I'd be
happy to provide one for you
Download Link : https://as.917play.com.tw/register/download/ if it's not
working create an account
--
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=55444
Bug ID: 55444
Summary: Garmin Express install failed
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nicolas(a)microniko.net
Distribution: ---
Created attachment 75004
--> https://bugs.winehq.org/attachment.cgi?id=75004
Command line results
I install .Net 4.7.2 (and others) but installer crash.
See attached files...
--
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=55594
Bug ID: 55594
Summary: Microsoft Office for business fails to install (just
shows blank white screen)
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thysupremematrix(a)tuta.io
Distribution: ---
Created attachment 75124
--> https://bugs.winehq.org/attachment.cgi?id=75124
Includes backtrace + termianl output
Microsoft Office for business fails to install, it just a shows black white
screen. The sha1sum is 0f587083971ce928b44a0e28c8bdb0653c9b2743 and the version
number is 16.0.16731.20234, which is the latest version of Office at the time
of making this bug report
(https://learn.microsoft.com/en-us/officeupdates/update-history-microsoft365…).
I installed the following via winetricks:
cmd andale arial comicsans courier georgia impact times trebuchet verdana
webdings corefonts msxml6 msls31 riched20 gdiplus
and this is a 32-bit prefix. Wine calltrace and terminal output is attached.
If you have a Microsoft Business account, you can get the installer from
aka.ms/office-install. Otherwise I can provide the installer if you want.
(Marking this as major since it blocks the entire office suite for business)
--
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=55716
Bug ID: 55716
Summary: Mouse in GTA3 can only be moved about 280 degrees
before hitting a hard stop
Product: Wine
Version: 8.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: liz.minix(a)gmail.com
Distribution: ---
The mouse in GTA3 can only be moved about 280 degrees left or right before it
hits a hard stop where it cannot move any further.
Affected Wine versions are 8.11 - 8.17 (self-build on Fedora).
I'm using Wayland+Gamescope and Virtual Desktop and Mouse Capture is enabled.
Wine version 8.10 and under are fine, allowing 360 and more movement without
hitting a stop.
Looks like a regression with the mouse improvements intorduced with 8.11.
--
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=55816
Bug ID: 55816
Summary: Disgen 2023: Entries of top menu bar are not
displayed.
Product: Wine
Version: 8.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jan-olof.svensson(a)abc.se
Distribution: ---
Created attachment 75306
--> https://bugs.winehq.org/attachment.cgi?id=75306
Top menu bar according to the manufacturer's website
Disgen 2023, https://www.dis.se/disgen. The entries of the top menu bar are not
displayed and therefore do not work. Only the name of the program is visible.
I have checked previous versions of Wine and this is not a regression.
--
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=55901
Bug ID: 55901
Summary: Call of Duty World at War (COD 5 WAW) - Mod maps no
longer work
Product: Wine
Version: 8.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jodifer14232009(a)spickety.com
Distribution: ---
Created attachment 75438
--> https://bugs.winehq.org/attachment.cgi?id=75438
terminal logs
When using older version of wine such as 4.0.1, the game works flawlessly.
When using 8.0.1 or 8.0.2, mods will not work and will either cause the game to
crash or freeze.
How to reproduce...
Create wine prefix using wine 8.0.1 (32 or 64 bit)
Install COD WAW game (I have the retail CD)
Install COD WAW patches
Install some COD WAW zombie map mops (I used Nacht Der Untoten Reimagined and
Berlin Hotel mod)
Launch the game
Launch the mod
Play the map in solo mode and the game with either freeze or crash
--
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=55930
Bug ID: 55930
Summary: OS-Manjaro kde
Product: Wine
Version: 8.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: stotikandrej(a)gmail.com
Distribution: ---
Created attachment 75494
--> https://bugs.winehq.org/attachment.cgi?id=75494
logs
After update, wine and proton is not working. I cant run anything.Wine in
flatpak works
--
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=55934
Bug ID: 55934
Summary: Photoshop CS2 crashes after opening the program - the
first time it was working, now it is not anymore
Product: Wine
Version: 8.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mf(a)webid.de
Distribution: ---
Created attachment 75499
--> https://bugs.winehq.org/attachment.cgi?id=75499
Wine report of Photoshop Crash
Wine reported a severe error when running the transaction Photoshop CS2, in
Windows it is working normally. I installed the program on Linux using wine
installer, after the installation it worked. Now after having locked my screen
and restart, because things were not working in general after the wake up of
Linux, it is not working anymore at all. Please find the report attached.
If the Photoshop won't work, it would be kind of a Linux showstopper for me...
- which I would regret, because I recently found a lot of advantages using
Linux instead of Windows.
Having these problems with Photoshop I think I can forget to try Microsoft
Office.. but this is a minor issue, I rarely write letters which have to be
fully compatible...
Thank you very much for your help!
Kind regards,
Markus
P.S. I see Bug ID 46740 with the same problem, but that was wine version 4.0,
an update has been suggested, but I am running 8.0.2 already...
--
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.