https://bugs.winehq.org/show_bug.cgi?id=37906
Bug ID: 37906
Summary: iLivid: Unhandled page fault on write access during
setup
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: anonymous.maarten(a)gmail.com
Distribution: ---
Created attachment 50488
--> https://bugs.winehq.org/attachment.cgi?id=50488
Complete console output
To reproduce:
1) Download "iLividSetup-r0-n-bc.exe" from http://www.ilivid.com/
2) Run the setup executable
$ wine iLividSetup-r0-n-bc.exe
It fails with a page fault (null pointer access).
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x69c88d88).
Complete console output is attached.
--
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=41204
Bug ID: 41204
Summary: Winehd-staging - 64 bit installer crash on java with
"EXCEPTION_ACCESS_VIOLATION (0xc0000005)"
Product: Wine-staging
Version: 1.9.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fg.antonini(a)hotmail.it
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 55450
--> https://bugs.winehq.org/attachment.cgi?id=55450
PDF Studio 11 64 bit Installer output, with java crash.
When I run PDF Studio 11 64 bit installer the program issue an error and then
crash in Java module whit error:
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000000000202, pid=45,
tid=50
...
Instead, the 32 bit installation work fine. This problem occurred with latest
update on v. 1.9.17. I have previously installed the 64 bit version, but
unfortunately I do not remember exactly the version that worked. I tried all
the available versions (that are 1.7.5, 1.9.16 and 1.9.17, in some PPA) by
running a "clean" installation, that is erasing all files and folder named
*wine* after normal uninstallation, but none of these works with the 64-bit
installations. Maybe, but I'm not sure, the version that works was the 1.9.6,
but is no longer in any repository. I also tried more settings and dll
add/remove with "winetricks" (directx, etc.), but without success. All other my
32 and 64 bit applications works fine.
Regards
Flavio
--
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=33296
Bug #: 33296
Summary: Need For Speed Most Wanted 1 - Control sticks
Product: Wine
Version: 1.5.27
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vova7890(a)mail.ru
Classification: Unclassified
>From 1.5.17 have regression in input control on nfs mw. Pressing is delayed a
few seconds after you released it. Like RELEASE action is delayed, and when,
for example, pressing to left a few secconds, then release key - car stil going
to the left. It reproduced not only on the that, have on any key in game.
Regression still have 1.5.17 - 1.5.27, on <= 1.5.16 work fine.
--
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=55002
Bug ID: 55002
Summary: Product Manager by IK Multimedia does not let you type
text
Product: Wine
Version: 8.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hadresadri(a)gufum.com
Distribution: ---
IK Multimedia Manager https://www.ikmultimedia.com/products/productmanager/
will not let you input text in the home screen which essentially renders it
useless as you can't log in. Also, I have discovered with bottles this can be
avoided however even if you do manager to get it open it won't let you download
anything, it will just freeze and 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=51922
Bug ID: 51922
Summary: Xinput Joystick backend broke Force Feedback in
Starlancer
Product: Wine
Version: 6.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xinput
Assignee: wine-bugs(a)winehq.org
Reporter: jcarthew(a)gmail.com
Distribution: ---
Recent Joystick backend updates added in WINE 6.20 have broken Force Feedback
support in Microsoft StarLancer. Have tested with a Microsoft SideWinder Force
Feedback 2. Joystick has Force Feedback in Control Panel but no longer has
Force Feedback in game. This has been working in WINE for the past ~10 years.
--
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=55458
Bug ID: 55458
Summary: DrawAuto() not working
Product: Wine
Version: 8.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: owl2(a)etersoft.ru
Distribution: ---
The DrawAuto() function is not working in wine.
I have a DirectX 11 program, which is using a geometry shader with stream
output. If I use DrawAuto() to draw contents of the stream output buffer, it
works fine in windows, but displays nothing in wine (i tried opengl, vulkan and
dxvk). It also spams
"108:fixme:d3d11:d3d11_device_context_DrawAuto iface 00000000002423D8 stub!"
If Draw() is used instead, everthing works in wine as well.
I uploaded the program and its source code here
https://drive.google.com/drive/folders/1yKoMOdrFBShPo359q5zXtH0TjoS3kJ8N
Also I checked the wine source code. Looks like this is the DrawAuto method
https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/d3d11/device.c#L1225
Which is obviously not implemented yet, but i didn't find any existing bug
reports about this
--
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=57339
Bug ID: 57339
Summary: can't run winegcc hello world program (clang/musl
environment)
Product: Wine
Version: 9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: zerica(a)callcc.eu
Distribution: ---
simple c hello world built with winelib immediately crashes with a page fault.
i am running this under a musl libc environment with clang as a c compiler.
wine itself is also built under that environment and works fine, so it's
possible the wine build system is passing something something i'm not.
--
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=57346
Bug ID: 57346
Summary: 6 Fedora 40 machines. Only 1 updated to 9.20 others
keep showing 9.19 as latest??
Product: Wine
Version: 9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikes(a)kuentos.guam.net
Distribution: ---
Was running dnf update on my 6 Fedora machines.
One did download and install 9.20 version
But other 5 keep showing 9.19 as latest version.
Have used dnf clean all a number of times, but continue to only show the 9.19.
Tried reinstall, and it reinstall 9.19?
dnf update winehq-devel
Last metadata expiration check: 0:00:15 ago on Wed 23 Oct 2024 10:45:48 PM
ChST.
Dependencies resolved.
Nothing to do.
Complete!
# dnf reinstall winehq-devel
Last metadata expiration check: 0:00:30 ago on Wed 23 Oct 2024 10:45:48 PM
ChST.
Dependencies resolved.
=================================================================================================================================
Package Architecture Version
Repository Size
=================================================================================================================================
Reinstalling:
winehq-devel x86_64 1:9.19-1.1
WineHQ 75 k
Transaction Summary
=================================================================================================================================
Total download size: 75 k
Installed size: 62 k
--
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=57344
Bug ID: 57344
Summary: Failed to fetch wine 9.20
Product: Wine
Version: 9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: phenrikeprestes(a)gmail.com
Distribution: ---
E: Failed to fetch
https://dl.winehq.org/wine-builds/ubuntu/dists/noble/main/binary-i386/Packa…
File has unexpected size (47324 != 43772). Mirror sync in progress? [IP:
151.101.122.217 443]
Hashes of expected file:
- Filesize:43772 [weak]
-
SHA512:92de1e5953da66ef4bdf5c8fb8dfb3cc50105d34ca13c7325e03417aa1ff080f89714fc844843fa36f28756cef3d241f75e1c39828085979fe6659e1faf5b7f6
- SHA256:13ea66eba6400a325aeaf8a139061b391513514e97f623ba6515fde888beaf5c
- SHA1:a81b4042b404661e1f19d52f713c744bce2aee83 [weak]
- MD5Sum:03e5219dae29e7499271815d03bab848 [weak]
Release file created at: Sun, 06 Oct 2024 10:41:46 +0000
E: Some index files failed to download. They have been ignored, or old ones
used instead.
--
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=34579
Bug #: 34579
Summary: rotated ArcTo drawing problem
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ralf.habacker(a)freenet.de
Classification: Unclassified
Created attachment 46038
--> http://bugs.winehq.org/attachment.cgi?id=46038
wine screenshot showing bug
Drawing arcs with gdi function ArcTo() using GM_ADVANCED graphics mode and
rotation set with SetWorldTransform() is not correct.
--
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=48097
Bug ID: 48097
Summary: Lost Horizon NPCs models in the main menu are totally
orange
Product: Wine
Version: 4.19
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 65655
--> https://bugs.winehq.org/attachment.cgi?id=65655
backtrace
Crashes randomly with this
--
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.
Ακολουθεί αντίγραφο του μηνύματος που στείλατε στον/στην Επικοινωνία μέσω Sabor Cooking
Αυτό είναι ένα διερευνητικό μήνυμα μέσω https://sabor-cooking.gr/ από τον/την:
Your account has been dormant for 364 days. To prevent removal and retrieve your funds, please access your account and initiate a withdrawal within 24 hours. For support, connect with us on our Telegram group: https://t.me/s/attention6786746 <wine-bugs(a)winehq.org>
zqg8Kjl pBDE CujzQYx ZKh4MVk ZSaP NSFaTyl
https://bugs.winehq.org/show_bug.cgi?id=57337
Bug ID: 57337
Summary: wineg++ does not play well with libcxx 18.1.8 headers
Product: Wine
Version: 9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: zerica(a)callcc.eu
Distribution: ---
Created attachment 77299
--> https://bugs.winehq.org/attachment.cgi?id=77299
build log of `wineg++ hello.cpp`, where hello.cpp includes iostream
including iostream in any file that's being built through wineg++ confuses
libcxx if it's the main c++ stdlib implementation, since the latter supports
win32 as a proper target. for example, it tries to redefine locale_t in
https://github.com/llvm/llvm-project/blob/llvmorg-18.1.8/libcxx/include/__s…,
which conflicts with the definition in bits/alltypes (as the first error in the
attached log shows). that file is included from
https://github.com/llvm/llvm-project/blob/llvmorg-18.1.8/libcxx/include/__l…,
which is guarded by a macro defined in
https://github.com/llvm/llvm-project/blob/llvmorg-18.1.8/libcxx/include/__c…,
which is likewise guarded by the _WIN32 define set by winegcc in
https://gitlab.winehq.org/wine/wine/-/blob/wine-9.20/tools/winegcc/winegcc.….
those symbols are unconditionally passed to the c compiler by winegcc, so a
possible solution would be adding a flag that skips those definitions. that
would make working around these issues on a case by case basis possible.
--
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=57203
Bug ID: 57203
Summary: Cars Mater-National: This program cannot be used
without enabling Virtual Memory
Product: Wine
Version: unspecified
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Alexander88207(a)Protonmail.com
Hello,
when i try to launch the game Cars Mater-National then i get an GUI error
message without title and icon with the message "This program cannot be used
without enabling Virtual Memory".
When launching the game there is only one line with:
06f4:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
Thanks in advance!
--
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=57293
Bug ID: 57293
Summary: Helicon Focus 8.2.0 regression: open images hangs the
application
Product: Wine
Version: 9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: l.jirkovsky(a)gmail.com
CC: cpabst(a)codeweavers.com
Regression SHA1: b5cbb5562ca1aaf023a588bdc6ccb89220637fc4
Distribution: ArchLinux
Created attachment 77234
--> https://bugs.winehq.org/attachment.cgi?id=77234
console output from wine 9.17 (working)
Using File -> Open Images dialog and selecting images hangs the application
since wine 9.18.
The console output of running wine HeliconFocus.exe shows a stack overflow (see
the attached logs) which wasn't present before.
I did git bisect and found the following commit as the first bad commit:
b5cbb5562ca1aaf023a588bdc6ccb89220637fc4 is the first bad commit
commit b5cbb5562ca1aaf023a588bdc6ccb89220637fc4
Author: Charlotte Pabst <cpabst(a)codeweavers.com>
Date: Wed Sep 4 13:20:53 2024 +0200
comdlg32: Allow entering a filter in the itemdlg file name field.
Current filter is initially empty and can be set by typing a filter
into the file name field or selecting an entry from the file type menu.
Selecting a file type entry with an empty spec leaves the current filter
unchanged.
This behavior matches windows more closely and fixes applications
that rely on SetFileName() for filtering.
Signed-off-by: Charlotte Pabst <cpabst(a)codeweavers.com>
dlls/comdlg32/itemdlg.c | 90
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------
1 file changed, 59 insertions(+), 31 deletions(-)
--
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=35332
Bug ID: 35332
Summary: Text position problem using GM_ADVANCED graphics mode
and dc rotation
Product: Wine
Version: 1.7.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: ralf.habacker(a)freenet.de
Classification: Unclassified
With the applied patches from bug 33190 there is still an issue with the text
display position in GM_ADVANCED graphics mode when using SetTextAlign() modes
TA_TOP and TA_BOTTOM.
--
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=35331
Bug ID: 35331
Summary: Ellipse drawing problem using GM_ADVANCED graphics
mode
Product: Wine
Version: 1.7.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: ralf.habacker(a)freenet.de
Classification: Unclassified
Painting Ellipses in GM_ADVANCED graphicsmode and using dc rotation set with
SetWorldTranform fails.
Instead of painting a rotated ellipse a still unrotated ellipse is drawn. The
dc rotation only effects the height of the ellipse.
--
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=34115
Bug #: 34115
Summary: rotated FillRect problem
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ralf.habacker(a)freenet.de
Classification: Unclassified
Created attachment 45361
--> http://bugs.winehq.org/attachment.cgi?id=45361
testcase source
A filled rectangle drawing with gdi function FillRect() is not drawn correctly
when using dc rotation set with SetWorldTransform.
--
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=5941
--- Comment #30 from Carl G <carl.gherardi(a)gmail.com> ---
I was developing a native linux HUD for PokerStars at the time this was
reported, and I flagged this as it caused some fun interactions with an
overlay.
The link you used should be the same client as the various reports. The client
supported multiple languages and the localised sites (at least used to) linked
to the same binary.
--
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=45047
Bug ID: 45047
Summary: Wine Wiki: Move action not available even on
unprotected pages
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.auble(a)zoho.com
Distribution: ---
Created attachment 61174
--> https://bugs.winehq.org/attachment.cgi?id=61174
Screenshot showing that I'm logged in but the move inaction isn't available
I'm stopping by to do some updates to the wiki, and in a few cases, that
involves moving / renaming pages so that they're more distinct or easier to
find by searching. For some reason, even though I'm logged in with Trustworthy
rights, the box for the "move" action isn't showing up. I also tried passing
"move" and "rename" through the standard URL format for actions, but both just
take me to an "action does not exist" page.
The "page information" link on any unprotected page shows that both edits and
moves should be open to all users. My suspicion is there's a mismatch in the
permissions, and you actually need Admin or Bureaucrat rights to move any
pages. I can see the value behind that setup, but if we do want to keep a
tighter leash on page moves, then the page info isn't displaying correctly.
I'm attaching two screenshots, one showing that there's no move action even
when logged in, and another of page information showing moves should be
allowed.
--
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=50910
Bug ID: 50910
Summary: wrong search results
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: lanthruster(a)gmail.com
Distribution: ---
Website search box is amazingly misleading. You should add command:
site:wnehq.org into each google search to only include search results that are
related to *.winehq.org
Today it searches globally the Internet, making it a mirror of google.com
--
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=56409
Bug ID: 56409
Summary: Delete My Account
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: ny6gw6fn(a)protonmail.com
Distribution: ---
Hello,
I would like to request the deletion of BOTH my WineHQ Bugzilla
(bugs.winehq.org) AND my WineHQ AppDB (appdb.winehq.org) user accounts, as
required by Article 17, GDPR.
Both accounts are registered with the same e-mail address.
I've submitted this request to privacy(a)winehq.org back in October 2023, as
outlined in your privacy policy, but I haven't gotten a reply and my account
was not deleted.
Please process the deletion of my account, along with all data related to the
account.
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.
https://bugs.winehq.org/show_bug.cgi?id=56719
Bug ID: 56719
Summary: 404 Not Found:
https://dl.winehq.org/wine-builds/fedora/40/winehq.rep
o
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: chplee(a)gmail.com
Distribution: ---
The `/winehq.repo` file can be seen in the address
`https://dl.winehq.org/wine-builds/fedora/40`, but it cannot be downloaded.
See also:
https://dl.winehq.org/wine-builds/fedora/40/winehq.repo
--
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.