https://bugs.winehq.org/show_bug.cgi?id=53290
Bug ID: 53290
Summary: app is installed but doenst appear
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: steurgo(a)gmail.com
Distribution: ---
Created attachment 72655
--> https://bugs.winehq.org/attachment.cgi?id=72655
it shows the error message
downloaded the app from your website and followe all the steps. now if i check
in the ubuntu softwere it says its installed, but doesnt appear in the app
list. when i try to uninstall if from ubuntu softwere it says there are no
files to delete
--
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=53688
Bug ID: 53688
Summary: Ubuntu install instruction are wrong and not working
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sayanel(a)protonmail.com
Distribution: ---
As of today (2022-09-15) the ubuntu install instructions
(https://wiki.winehq.org/Ubuntu) do not work properly
The repo key is placed in /usr/share/keyrings
But the source info
(https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources)
indicates to search /etc/apt/keyrings/
Either change instruction to copy the key to /etc or change the .source file to
point to /usr
--
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=54422
Bug ID: 54422
Summary: Metatrader 5 crashes with Wine Loader
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: donallen1031(a)gmail.com
When using Metatrader 5 and trying to add custom indicators to the platform, I
can't load the scripts and on occasion, the program crashes, with a Wine Loader
" error message. It locks the Mac down and I have to do a hard restart. I m not
a developer just a user. any help is appreciated. Thanks
--
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.