https://bugs.winehq.org/show_bug.cgi?id=57166
Bug ID: 57166
Summary: Disable Android apk generation please!
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: euloanty(a)live.com
i don't need that apk and there is no toggle to disable it. Gradle does not
work. I run wine in termux
--
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=57095
Bug ID: 57095
Summary: Latest Wine Install - Installed windows App -
LovenseConnect.exe Launched / displayed error
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: chad(a)devrizon.com
Distribution: ---
Created attachment 76975
--> https://bugs.winehq.org/attachment.cgi?id=76975
Ubuntu 24.04 running wine 9.0 launched LovenseConnect.exe / cricital error
displayed
i installed the latest WINE package on Linux Ubuntu 24.04. Installed the
application LovenseConnect.exe and recieved the error during the launch of the
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.
http://bugs.winehq.org/show_bug.cgi?id=18846
Summary: Anti-Grain Geometry GDI Demo does not render
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.antigrain.com/demo/GDI_graph_test.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
This is a follow up to bug 10981. The Anti-Grain Geometry GDI Demo runs now,
but GdipDrawImagePointRectI is a stub so Wine users don't see the pretty
pictures.
http://www.antigrain.com/demo/graph_test.gif
--
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=56103
Bug ID: 56103
Summary: PropertySheet - CTRL+TAB and CTRL+SHIFT+TAB not
processed
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
PropertySheet - CTRL+TAB and CTRL+SHIFT+TAB not processed
They should allow to change active tab but they don't.
Cause : in do_loop function, if(!IsDialogMessageW(hwnd, &msg)) should be
replaced by if (!PROPSHEET_IsDialogMessage(hwnd, &msg)) as
PROPSHEET_IsDialogMessage correctly implement TAB management for
propertysheets.
--
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=26813
Summary: Problems extracting python-3.1.3.amd64.msi under
wine's msiexec (works on WinXP)
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: conathan(a)gmail.com
I was attempting to extract the contents of python-3.1.3.amd64.msi
under wine 1.3.17 32bit, using the following command:
wget http://python.org/ftp/python/3.1.3/python-3.1.3.amd64.msi
msiexec /a python-3.1.3.amd64.msi /qb TARGETDIR=out #tried c:\\out as well
and it exits immediately with the following (which I believe is a red
herring, 32bit also says this)
fixme:storage:create_storagefile Storage share mode not implemented.
I tried this out on windows XP 32bit, and it extracted the files just fine.
the 32bit python extracted just fine
(http://python.org/ftp/python/3.1.3/python-3.1.3.msi)
(Note: Not trying to install it, just extract the files within for use
within a bash script)
--
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=55322
Bug ID: 55322
Summary: SBCL 2.3.4: unattended msiexec in administrator mode
fails
Product: Wine
Version: 8.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: awkravchuk(a)gmail.com
Distribution: ---
Created attachment 74916
--> https://bugs.winehq.org/attachment.cgi?id=74916
wine output
I'm trying to use SBCL installer from here
https://github.com/roswell/sbcl_bin/releases/download/2.3.4/sbcl-2.3.4-x86-…
in untattended mode:
```
$ wine msiexec /a sbcl-2.3.4-x86-64-windows-binary.msi /qn /lv log.txt &>
wine.log; echo $?
90
```
When using `/i` switch, installation seems to succeed.
Log files are attached below.
--
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=57102
Bug ID: 57102
Summary: Textbox-border is missing if textbox is on topmost
layer of e. g. a TabControl.
Product: Wine
Version: 9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andreas.franz(a)arcor.de
Distribution: ---
Created attachment 76984
--> https://bugs.winehq.org/attachment.cgi?id=76984
First tabpage of an .NET-application
Since 9.16 some textboxes have no rendered border. It happens only on topmost
layer of an .NET-Control.
See .NET-example as attachment.
Stable 9.0 works fine. And with 9.15 I didn´t notice this effect, too.
--
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=42601
Bug ID: 42601
Summary: Foxit Reader Crashes after running for an extended
period of time
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: seanaubin(a)gmail.com
Distribution: ---
Created attachment 57546
--> https://bugs.winehq.org/attachment.cgi?id=57546
Backtrace of the crash
After running Foxit Reader for an extended period of time (30 minutes) the
reader crashes. Before crashing, the graphics fail to render and are only
updated if the mouse click on them. However, the PDF itself is never updated.
Foxit Reader Version: 8.2.1.6871
--
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=57140
Bug ID: 57140
Summary: ADOM no longer launches under wine 9.16
Product: Wine
Version: 9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pmargeti34(a)gmail.com
Distribution: ---
I'm running wine-staging-wow64 from aur which enables experimental wow64 mode
in wine.
With version 9.16 ADOM (https://www.gog.com/en/game/adom) no longer runs.
Kindly see the attached logs created.
--
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=57127
Bug ID: 57127
Summary: Dutch button labels are cut off in Wine Internet
Explorer
Product: Wine
Version: 9.16
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 77023
--> https://bugs.winehq.org/attachment.cgi?id=77023
Dutch Wine Internet Explorer
When running Wine Internet Explorer in the nl_NL locale, "Vernieuwen",
"Startpagina", and "Afdrukken" are all truncated and the last 1-2 letters of
each are replaced with an ellipsis. See 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.