https://bugs.winehq.org/show_bug.cgi?id=57172
Bug ID: 57172
Summary: Installing winehq-stable 9.0 in Ubuntu 24.04 LTS does
not offer to install Mono or Gecko
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: david.l.bridges(a)gmail.com
CC: dimesio(a)earthlink.net
Distribution: ---
When installing winehq-stable in Ubuntu 24.04 LTS, neither Wine Mono nor Wine
Gecko are offered (as they should be according to
https://gitlab.winehq.org/wine/wine/-/wikis/Wine-Mono and
https://gitlab.winehq.org/wine/wine/-/wikis/Wine-Mono. Installation of
winehq-stable completes without error, but executing $ wine uninstaller shows
that Wine Mono is not present, and executing $ wine iexplore fails for lack of
Wine Gecko.
Both winehq-devel and winehq-staging offer Mono and Gecko, and those are
installed and functional.
The winehq-stable installation has been a problem for a few days, at least.
I rated Severity as Major on the grounds that the absence of Mono and Gecko
will cause many Windows apps to fail if installed with Wine Stable. In
addition, the problem affects all Ubuntu flavors and other distros based on
Ubuntu 24.04.
Many thanks for your attention to this issue.
--
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=29947
Bug #: 29947
Summary: Option to set virtual desktops to the current
resolution
Product: Wine
Version: 1.4-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
At default the option "Emulate a virtual desktop" is set to 800x600 in winecfg.
What about an option that sets the desktop size for virtual desktops
automatically to the resolution of the system?
--
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=57161
Bug ID: 57161
Summary: when starting captvty, it stops saying it has
encontered a problem
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: patrick.pochard(a)free.fr
Distribution: ---
Created attachment 77064
--> https://bugs.winehq.org/attachment.cgi?id=77064
backtrace available when the pb occurs
captvty stops saying the is a problem
captvty 2.10.8.2
wine 9.0
os linux mint 22
I tried to install 9.15 & 9.16 but the is a dependency issue libx11-dev:i386
and could not find a solution
--
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=57170
Bug ID: 57170
Summary: Apex Legends game crash without IPv6 kernel module
Product: Wine
Version: 9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: h0tc0d3(a)gmail.com
Distribution: ---
Apex Legends game crash without IPv6 kernel module.
0054:trace:iphlpapi:GetIfTable2 table 00007FFFFEA1F830
0054:trace:iphlpapi:GetIfTable2Ex level 0, table 00007FFFFEA1F830
0054:trace:iphlpapi:FreeMibTable (00007FFFFF4455C0)
01b8:trace:iphlpapi:GetAdaptersInfo info 00007FFFFE8AF350, size
00007FFFFE8AF658
01b8:trace:iphlpapi:GetAdaptersInfo info 00007F524ACD0010, size
00007FFFFE8AF658
01b8:err:seh:NtRaiseException Unhandled exception code c0000409 flags 1 addr
0x1412a9ab1
Loading a kernel module to support IPv6 solves the problem: sudo modprobe ipv6
--
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=53574
Bug ID: 53574
Summary: MSYS2 "pacman -Sy" fails key lookup
Product: Wine
Version: 7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joel(a)airwebreathe.org.uk
Distribution: ---
Created attachment 72951
--> https://bugs.winehq.org/attachment.cgi?id=72951
Log of console interaction
With a fresh Msys2 installation, pacman fails to run, because it keeps
producing "key lookup failed" errors. The user is prompted to with the
following message:
error: mingw32: key "5F944B027F7FE2091985AA2EFA11531AA0AA7F57" is unknown
:: Import PGP key 5F944B027F7FE2091985AA2EFA11531AA0AA7F57? [Y/n] Y
However, if the user selects "yes", pacman simply asks the same question again
after a short delay, in an infinite loop.
--
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=57061
Bug ID: 57061
Summary: SRWLock is slower than CriticalSection on wine. Why?
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: euloanty(a)live.com
Distribution: ---
https://github.com/cppfastio/fast_io/blob/next/benchmark/0002.file_io_tsc/t…
[cqwrteur@DESKTOP-9B705LH time]$ wine
./iobuf_file_lockable_critical_section.exe
output:0.3784567s
input:0.1407622s
[cqwrteur@DESKTOP-9B705LH time]$ rm *.txt
[cqwrteur@DESKTOP-9B705LH time]$ wine ./iobuf_file_lockable_srwlock.exe
output:0.5857926s
input:0.3284965s
[cqwrteur@DESKTOP-9B705LH time]$ rm *.txt
This is very strange tbh. Because on windows SRWLock is faster than
CriticalSection. I have checked wine's implementation and I don't see why
SRWLock is slower than CriticalSection on wine either since the implementation
is very simple.
--
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=50382
Bug ID: 50382
Summary: Lego Star Wars Saga needs native d3dcompiler_47
Product: Wine
Version: 6.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d-util
Assignee: wine-bugs(a)winehq.org
Reporter: j-r(a)online.de
Distribution: ---
After installing Lego Star Wars Saga (GOG version) into a fresh 32 bit prefix,
the game starts up fine including sound and controls, but with the exception of
backgrounds and some effects nothing (logo, menu, in game characters etc) is
displayed or replaced by grey boxes.
winetricks d3dcompiler_47 fixes that problem. (An older App DB report using
wine 3.3 mentions the same problem and fixing it by installing d3d9.)
There is no console output indicating a problem in that area (recreating the
test with wine 3.3 gives plenty of d3dcompiler error messages; perhaps they
have been silenced since then?). Since the other d3dcompiler related bugs I
checked all seemed to have d3dcompiler error messages I opened this new report,
though it very likely still is a duplicate.
Please advise which debug channels to turn on to generate a useful 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=57167
Bug ID: 57167
Summary: Virtual DJ 4.2: combobox on sound card setup in
settings window does not render correctly
Product: Wine
Version: 9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: rizalmart98(a)gmail.com
Distribution: ---
Created attachment 77067
--> https://bugs.winehq.org/attachment.cgi?id=77067
Virtual DJ 4.2 settings window
On the virtual dj 4.2 settings window right on the sound setup tab. The combo
box on Inputs, Outputs, and Sound Card does not show the drop down list
properly. The drop down list consist of an image and text per item.
See the attached screenshot
--
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=56486
Bug ID: 56486
Summary: Battle.net App Crash Cycle on Startup
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wschmrdr(a)gmail.com
Distribution: ---
Created attachment 76256
--> https://bugs.winehq.org/attachment.cgi?id=76256
Backtrace from the Program Error
Starting up Battle.net App. Login screen shows with a loading circle as if it's
trying to use a saved password to login. I receive a notice that there's an
error and Battle.net has to shut down. I close it, and the error shows up
again. This continues in a cycle until I use "wineserver -k" to exit. The
backtrace saved from this has been attached. I am able to use the Settings
button on the login screen for the Battle.net app, as well as typing in a
username/password, but I cannot go any farther than that because there is no
submit button and it doesn't seem to want to load.
Be aware that I had previously been loading Starcraft II directly using the
SC2Switcher.exe executable, but because a new version needs to be downloaded,
I'm needing to get into the Battle.net app. Not sure if not using the app is a
side effect. For the heck of it, I tried running the setup to update
Battle.net, and the same thing occurred.
--
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=57136
--- Comment #3 from Werner Lemberg <wl(a)gnu.org> ---
Minor correction to my last comment: binaries → binary, just to avoid
confusion.
--
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.