http://bugs.winehq.org/show_bug.cgi?id=58534
Bug ID: 58534
Summary: Grand Theft Auto: Vice City intros play with a black
screen
Product: Wine
Version: 10.10
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: e5e2fd0a5209b0d07233d294e0ace5f1e41dfed5
Distribution: ---
State of df00a5c097cd9cb292952f5307ee96d96fbc58b4 works good.
--
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=58553
Bug ID: 58553
Summary: VFW Capture Filter only outputs 24 bpp RGB images
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: adibtw(a)tuta.io
Distribution: ---
The VFW Capture Filter is currently hard-coded to output 24 bpp RGB images at
the first resolution listed by v4l. While this is a functional implementation,
it's very limited, and incompatible with the way many applications use the
filter. Unity, for instance, requires a 32 bpp RGB image when trying to capture
camera data, which inevitably fails, since wine can only provide 24 bpp.
The result of all of this is that camera support in wine is very hit or miss,
only functioning if the app in question happens to request a 24 bpp image, or
is designed to work with multiple image formats as output. OpenCV seems capable
of using this 24 bpp image, while libdshowcapture and Unity are unable to
--
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=58555
Bug ID: 58555
Summary: ezEngine Editor crashes: Wine aborts on call to
unimplemented function
KERNEL32.dll.ReadDirectoryChangesExW
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: slow.rock2790(a)fastmail.com
Distribution: ---
When creating a new blank project with the ezEngine Editor's launcher, wine
aborts and crashes with
wine: Call from 00006FFFFFC5A228 to unimplemented function
KERNEL32.dll.ReadDirectoryChangesExW, aborting
wine: Unimplemented function KERNEL32.dll.ReadDirectoryChangesExW called at
address 00006FFFFFC5A228 (thread 0140), starting debugger...
Verified on a pristine clean and fresh Wine 10.12 prefix.
ezEngine editor: https://github.com/ezEngine/ezEngine/releases/tag/release-25.3
1. Extract the zip file
2. From the extracted folder execute `wine Editor.bat`
3. Create a blank project
--
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=58550
Bug ID: 58550
Summary: Native host executable is run asynchronously
Product: Wine
Version: 10.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: Bjoern(a)Kautler.net
Distribution: ---
Some context to understand the use-case:
I have a build that runs on CI agents running Linux.
That build runs InnoSetup through wine to build an EXE installer.
To sign the executable you can give InnoSetup a command to run (signing after
building is not possible, because there is also an uninstaller built into the
result that also needs signing.
For the signing I use JSign which cross-platform can sign executables using a
remote sign server.
JSign is a Java program.
I want to avoid provisioning a separate Windows Java Runtime just for that
task.
So I have a .bat file that translates the path of the signable file from wine
path to Linux path.
Now I need to call the host systems Java runtime with that path and wait for it
to finish.
I tried various things.
I tried like the FAQ suggests to add . to PATHEXT and just call the Linux
executable.
This works from the commandline like
wine /usr/lib/jvm/java-11-openjdk-amd64/bin/java
but also does not wait for the process to finish, if you do
wine /usr/lib/jvm/java-11-openjdk-amd64/bin/java; echo FOO
you see the FOO before the Java output.
Furthermore it does not work from inside the .bat file.
I also tried with
START /B /D . /WAIT /UNIX /usr/lib/jvm/java-11-openjdk-amd64/bin/java
This even works without manipulating PATHEXT.
But is also does not wait for the process to finish, despite the /WAIT.
It immediately returns and then further processing fails as JSign sees the file
is not signed yet after the process seemingly ended.
So it seems wine never waits for the process to end, no matter what I use but
immediately returns, making further processing impossible.
--
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=58535
Bug ID: 58535
Summary: ITNConverter show no Map from openstreetmap.org and
iexplore show no map from openstreetmap.org
Product: Wine
Version: 10.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: digitaleid(a)gmx.de
Distribution: ---
Created attachment 79021
--> http://bugs.winehq.org/attachment.cgi?id=79021
ITNConverter https://github.com/Benichou34/itnconverter in wine-10.12 on
Kubuntu 25.04 with KDE-Plasma 6.3.4 it don't show the openstreetmap
ITNConverter show no Map from openstreetmap.org and iexplore show no map from
openstreetmap.org
iexplore from wine don't show the map from openstreetmap.org 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=46256
Bug ID: 46256
Summary: EndUpdateResourceW should set errno on invalid handle
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
EndUpdateResourceW -- will return False if the handle is invalid but will not
set a proper
errorno(https://github.com/wine-mirror/wine/blob/master/dlls/kernel32/resou…
This bug was originally reported in pywin32-ctypes
https://github.com/enthought/pywin32-ctypes/issues/59
--
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=42298
Bug ID: 42298
Summary: err:clipboard:convert_selection Timed out waiting for
SelectionNotify event
Product: Wine
Version: 2.0-rc6
Hardware: x86-64
OS: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
Although I'm a fan of the "console messages are not bugs" this is a little
annoying, it can repeat several times. Happens under heavy CPU/IO usage and
will repeat until CPU/IO goes back to "normal", this is the impression I have,
it could be something else.
It is sort of easy to reproduce and it is NOT present since the patch that
moved stuff ( http://source.winehq.org/git/wine.git/commitdiff/7d0ddff2 ), it
was something that was changed later I believe started less than 2 months ago.
I can try bisecting but it will take some time so if anybody (Julliard) has a
hint it will be better.
Am I the only affected?
--
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=48795
Bug ID: 48795
Summary: Patches website mishandles HTML attachments
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Here is an example:
https://source.winehq.org/patches/data/181590
Created from:
https://www.winehq.org/pipermail/wine-devel/2020-March/162581.html
This typically happens with replies to patches:
* In the plain text version the diff is prefixed with "> " characters so it is
not recognized as a patch.
* But in the HTML version or the email the quoting is done through HTML tags
which typically leave "+++" at the start of the line. As a result the HTML part
can look like a patch.
But it could also happen if someone sends a patch in an HTML-only email (e.g.
due to a mail client misconfiguration).
The TestBot normally ignores HTML attachments (see NewPatch() in Patches.pm).
But when patches go through the patches website the TestBot does not have
access to the raw email. Instead it gets the files prepared by the patches
website as in the first link. Such files erase the distinction between the
plain text and HTML part and so mislead the TestBot into creating a job.
--
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=44875
Bug ID: 44875
Summary: Eve Online crash: Program error and trace files
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: enslinpj(a)gmail.com
Distribution: ---
Created attachment 60942
--> https://bugs.winehq.org/attachment.cgi?id=60942
Program Error reported initially
Eve Online crashes with program error on my 2017 iMac which is running MacOS
High Sierra. I have included a screen capture of the error as well as the
error log.
I am using the software as downloaded from the Eve Online site - and have made
no amendments to the Wine software
--
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=37948
Bug ID: 37948
Summary: EVE Launcher crashes when importing/exporting patches
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alex_y_xu(a)yahoo.ca
Distribution: Gentoo
Created attachment 50555
--> https://bugs.winehq.org/attachment.cgi?id=50555
Wine backtrace
Steps to reproduce:
Step 1: wine eve.exe
Step 2: Press gear icon, go to Patches.
Step 3: Press Import or Export.
Expected results:
Dialog opens.
Actual results:
Launcher crashes.
The bug can be reproduced after installing EVE without a subscription
(http://www.eveonline.com/), but it is quite a large download (~5 GB).
--
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.