https://bugs.winehq.org/show_bug.cgi?id=57062
Bug ID: 57062
Summary: disable android apk in wine for termux toggle
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: euloanty(a)live.com
Distribution: ---
https://github.com/wine-mirror/wine/blob/ad8b2870312a373fb0ab0ff2cbf6d42b3f…
it does not look like i can disable apk generation. I don't need apk at all
while this breaks my build.
--
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=35179
Bug ID: 35179
Summary: Quake Live standalone login window crashes when TAB
pressed
Product: Wine
Version: 1.7.8
Hardware: x86-64
URL: http://quakelive.com
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: alexandru.balut(a)gmail.com
Classification: Unclassified
Steps to reproduce:
1. Open QuakeLive's Launcher.exe
2. Wait a few seconds for the round Play button to become red. At this point
the username field should be focused.
3. Press TAB three times, notice the app crashes
$ sha1sum .wine-ql/drive_c/Program\ Files\ \(x86\)/Quake\ Live/Launcher.exe
b4d565634bdac72047790d64dbc870b8b8bb5f48 .wine-ql/drive_c/Program Files
(x86)/Quake Live/Launcher.exe
$ sha1sum QuakeLiveSetup_840.exe
843d1542bccaaf1bd46bee0acec95d4bfdfc898b QuakeLiveSetup_840.exe
$ wine --version
wine-1.7.8
--
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=53953
Bug ID: 53953
Summary: Recent Wine 7.21 commit makes the build environment
unable to detect 32-bit FreeType 2 libraries on Fedora
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: nanotwerp(a)gmail.com
Distribution: ---
The commit in question is the one linked here:
https://gitlab.winehq.org/wine/wine/-/commit/c7a97b5d5d56ef00a0061b75412c6e…
--
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=46740
Bug ID: 46740
Summary: Photoshop CS5 crashes upon opening in Wine-4.0
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Syogren.Asherushi(a)gmail.com
Distribution: ---
Created attachment 63744
--> https://bugs.winehq.org/attachment.cgi?id=63744
The backtrace
See attachment.
--
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=57278
Bug ID: 57278
Summary: wininet errors 12029 + 12057
Product: Wine
Version: 8.0.1
Hardware: arm
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: rmkk(a)atlas.cz
Hi, I decided to ask for help people on this forum. I lost my .wine prefix by
change, so I was forces to create a new one and install my one and only windows
program I used to work with. My platform is MacOS on ARM and MacOS on Intel. On
both platforms I experienced the same problem.
Steps
- remove existing wine directory (rm ~/.wine)
- install the software (wine xxx.msi)
- run the software (wine ... x.exe)
- now my software needs to connect to reposity (https://xxx:4443)
-- after approx. a minute of waiting I'm getting following error to console
window:
0024:err:wininet:open_http_connection create_netconn failed: 12029
-- after next minute I'm getting another error into console window
0024:fixme:wininet:WININET_InvalidCertificateDialog No message for error 12057
-- + dialog window saying "There is a problem with certificate for this site.
do you want to continue anyway ? YES/NO". So I confimed this question with YES.
But nothing changes, connection does not work.
I'm sure there is not problem on remote side, because 3 days before it works
fine on my previous .wine prefix that was lost by chance :-(
So my question is how to allow connection to this site, for example to make it
as Trusted or something like that. I already make lot of things but with no
success.
Thanks for help !!!
--
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=54510
Bug ID: 54510
Summary: d3d11:d3d11 - test_tgsm() fails in 32-bit tests on the
debian11 VM
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
d3d11:d3d11 - test_tgsm() fails in 32-bit tests on the debian11 VM:
d3d11.c:25778: Test failed: Got 0, expected 33 (index 1).
d3d11.c:25778: Test failed: Got 0, expected 66 (index 2).
...
d3d11.c:25810: Test failed: Got 0, expected 32 (index 0).
d3d11.c:25810: Test failed: Got 0, expected 96 (index 1).
...
d3d11.c:25852: Test failed: Got 0.00000000e+000, expected 1 (index 32).
d3d11.c:25854: Test failed: Got 0, expected 1 (index 32).
d3d11.c:25852: Test failed: Got 0.00000000e+000, expected 2 (index 33).
d3d11.c:25854: Test failed: Got 0, expected 2 (index 33).
...
See https://test.winehq.org/data/patterns.html#d3d11:d3d11
These failures are close to 100% reproducible (but not quite) and started on
2023-02-14. But note that the test also has a preexisting crash which masks
these failures in the test pattern.
Interestingly these failures do not happen:
* In the wow32 and wow64 tests (note: debian11b is a clone of debian11).
* On my fgtb-debian11 VM.
* On the debiant VM.
--
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=57413
Bug ID: 57413
Summary: Mouse stuck in the middle of the screen
Product: Wine
Version: 9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winewayland
Assignee: wine-bugs(a)winehq.org
Reporter: timon2201(a)gmail.com
Distribution: ---
Created attachment 77399
--> https://bugs.winehq.org/attachment.cgi?id=77399
crap champions logs
When i launch a shooter game in steam with the waylanddriver the mouse gets
stuck in the middle of the screen. So the crosshair doesn't move.
When i try to change settings in the game and there is a slider there and i try
to slide it from left to right, it doesnt work. As soon as i try to drag it it
instantly snaps to 0 and doesn't move at all anymore.
Sadly the logs i have are only from proton tkg.
I already filed a bug on their github but they said its an upstream bug, so i
came here to report it.
I wanted to try it with windows steam through wine but i cant get it to run
with the waylanddriver. (I already filed a bug here.)
So i hope that this log helps anyway in some shape or form.
Battlebit logs (they are huge!):
https://file.io/XT56S6DuInhr
everything works fine in x11.
--
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=57133
Bug ID: 57133
Summary: I enter the game and it's glitched
Product: Wine
Version: 0.9.13.
Hardware: Other
OS: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: a41167782(a)gmail.com
Hello it's me again the reporter for sally.exe spirits of hell round 2 I've got
some information so I tried opening it but it didn't work I opened it with
another program I enter normally until I click on the story button when I click
it the music dissappear and when I enter the first level I can't move or do
anything and the music is gone I am steam deck user
--
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=57295
Bug ID: 57295
Summary: TES V: Skyrim Special Edition:
err:msvcrt:_invalid_parameter (null):0 (null): (null)
0
Product: Wine
Version: unspecified
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: Alexander88207(a)Protonmail.com
Created attachment 77239
--> https://bugs.winehq.org/attachment.cgi?id=77239
SKSE-GOG-WINED3D.log
Hello,
when i try to start a new game in "The Elder Scrolls V: Skyrim Special Edition"
then after few seconds loading the game closes without an crash or winedebug
dialog.
But with err:msvcrt:_invalid_parameter (null):0 (null): (null) 0 seeing in the
end.
I also tried to workaround it by installing native DLLs using winetricks
vcrun2015 but this leads then to err:seh:NtRaiseException Unhandled exception
code c0000409 flags 1 addr 0x6fffffc88528.
Thank you in advance!
OS: FreeBSD 14.1
Tested with: 9.17 (Currently latest in ports at this time of writing)
--
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=56521
Bug ID: 56521
Summary: ChessBase 17 3D board hangs when opened and isn't
drawn
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: dav75uk(a)yahoo.co.uk
Distribution: ---
Created attachment 76274
--> https://bugs.winehq.org/attachment.cgi?id=76274
The output from clicking open board
When trying to use the 3D board (not the raytraced board), a dialog saying
Initializing 3D board pops up. It just hangs after a reasonable wait and the
dialog stays showing. No board is drawn. No interesting output occurs if
switching to a 2D board and back again (something hanging or a lock in the
initialisation maybe).
Workaround is to use the 2D board (untick use new 2D board).
See attached log which contains everything from opening the board (with its
other panes) to the dialog popping up (no further output).
--
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.