http://bugs.winehq.org/show_bug.cgi?id=36958
Bug ID: 36958
Summary: Wine emulates file creation time instead of fetching
it from the underlying filesystem
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Created attachment 49071
--> http://bugs.winehq.org/attachment.cgi?id=49071
Far2 showing file modification/creation/lass access times.
In Linux at least ext4 supports file creation time field (crtime), but Wine
doesn't use it. Instead it uses mtime.
Please, implement crtime for filesystems which impelement this field.
--
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=55398
Bug ID: 55398
Summary: GDI+ does not support EXIF orientation information
Product: Wine
Version: 8.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: jinoh.kang.kr(a)gmail.com
CC: madewokherd(a)gmail.com
Distribution: ---
GDI+ does not support parsing EXIF orientation from JPEG images.
This seemingly leads to some apps being unable to displaying images in the
correct orientation, making the image look rotated.
--
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=54407
Bug ID: 54407
Summary: user32:msg - test_SendMessage_other_thread() sometimes
gets a bad WM_USER message sequence in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
user32:msg - test_SendMessage_other_thread() sometimes gets a bad WM_USER
message sequence in Wine:
msg.c:19187: Test failed: SendMessage from other thread 1: 1: the msg 0x0400
was expected, but got msg 0x0403 instead
msg.c:19187: Test failed: SendMessage from other thread 1: 2: the msg sequence
is not complete: expected 0000 - actual 0400
msg.c:19201: Test failed: wrong status 00080000
msg.c:19207: Test failed: SendMessage from other thread 3: 0: the msg 0x0403
was expected, but got msg 0x0401 instead
msg.c:19207: Test failed: SendMessage from other thread 3: 1: the msg sequence
is not complete: expected 0401 - actual 0000
See https://test.winehq.org/data/patterns.html#user32:msg
A somewhat similar issue has been happening for some time on Windows 7 (see bug
53434).
This one started happening about twice per month in Wine on 2022-10-14
(debian11-win32).
--
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=55527
Bug ID: 55527
Summary: urlmon use-after-free when handling HTTP redirect
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: yshuiv7(a)gmail.com
Distribution: ---
In this chain of calls:
HttpProtocol_Continue (urlmon/http.c)
protocol_continue (urlmon/protocol.c)
start_downloading
HttpProtocol_start_downloading (urlmon/http.c)
(assuming status code is redirect, and BINDINFO_OPTIONS_DISABLEAUTOREDIRECTS is
set)
IInternetProtocolSink_ReportResult
ProtocolSinkHandler_ReportResult (urlmon/bindprot.c)
handle_redirect
handle_redirect terminates and releases the `Protocol` object, which
`protocol_continue` is still using, resulting in a use-after-free.
I tried surrounding `start_downloading` with `AddRef/Release` but then I found
there is at least another user of this object in `INTERNET_WorkerThreadFunc`.
--
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=55526
Bug ID: 55526
Summary: AutoCAD R14 crashes when opening the print dialog
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineps.drv
Assignee: wine-bugs(a)winehq.org
Reporter: aidas957(a)gmail.com
Distribution: SUSE
Created attachment 75086
--> https://bugs.winehq.org/attachment.cgi?id=75086
+seh,+unwind,warn+all,+loaddll log on Wine 8.15
Hello,
This issue was reported by pingufan on IRC so they should be contacted for more
information on this issue (but since they don't want to create a Bugzilla
account I'll have to make this issue myself)
So AutoCAD R14 weirdly crashes when opening the print dialog (on both Wine 8.0
and 8.15 BTW)
When looking at the log they sent me I can see a segfault caused by a bad
pointer passed to the IsBadReadPtr() function (not sure if this is the actual
issue though)
Running the app with +relay channel just makes AutoCAD break with a SmartHeap
error about a bad pointer/MEM_BAD_POINTER (so I can't get more detailed logs)
What's weird is that this issue didn't occur before with Wine 8.0 (so maybe an
OpenSUSE/app update broke this?)
I'll attach a +seh,+unwind,warn+all,+loaddll log to this bug report (because
that's the best debug information I can provide)
--
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=55503
Bug ID: 55503
Summary: MessageBox recursively showing the same pop-up message
32 times
Product: Wine
Version: 8.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: maranbr(a)outlook.com
Distribution: ---
MessageBox recursively showing the same pop-up message 32 times, freezing the
main application window.
Tested Versions: Wine 8.0.2 Stable and Wine 8.14 Devel
--
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=22785
Summary: 'Candytron' exhibits geometry corruption on certain 3D
objects
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://pouet.net/prod.php?which=9424
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mitch074(a)gmail.com
When running the 'Candytron' final version demo (now in full screen), some 3D
objects are rendered garbled with vertices going all over the place. The
program otherwise works to completion and closes properly.
Test configuration: WineHQ-made Wine 1.1.44 on Mandriva 2010.0, using clean
profile and fglrx from Catalyst 10.4.
When running from console, the only d3d error seems unrelated:
fixme:d3d:swapchain_init Add OpenGL context recreation support to
context_validate_onscreen_formats
Download the 'final' version from this page:
http://pouet.net/prod.php?which=9424
Also provided at that address, a video of the rendered version.
--
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=55090
Bug ID: 55090
Summary: Foobar2000 v2.0: Play button needs to be pressed twice
after stop for playback
Product: Wine
Version: 8.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ppark(a)codeweavers.com
Distribution: ---
Created attachment 74647
--> https://bugs.winehq.org/attachment.cgi?id=74647
An edited snippet of the logs
Steps to reproduce:
- Install Wine 8.10-103 (compiled it this morning)
- Install foobar2000 via the installer on their site:
https://www.foobar2000.org/
- Put a song in a playlist
- Press play (the triangle button); a tiny snippet of the song will play and
then it will stop.
- Press play again; the music plays properly this time.
You can make this happen again by pressing stop (square button); you need to
press play twice for the song to properly play.
See the attached log snippet (which is marked up with what the user is doing).
Note that it's trying to do something at address `0000000012345678`...
--
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=49945
Bug ID: 49945
Summary: Visio 2010: picture: content of clipboard can not be
paste into Visio
Product: Wine
Version: 5.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vedeifun(a)byom.de
Distribution: ---
How to reproduce:
1. Make a screen snapshot of a part of your screen and put it into the
clipboard.
2. Change to your open Visio 2010.
3. Press Ctrl+C
The following message appears:
Quote: "Error (925) during the pasting process. Visio cannot retrieve the
device independent bitmap data from the clipboard."
--
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=55521
Bug ID: 55521
Summary: Wine 8.14 have also the same error when i will start a
Prog from Office 2014
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: volker(a)schlothmann.info
Distribution: ---
Created attachment 75083
--> https://bugs.winehq.org/attachment.cgi?id=75083
Enclosed the error_report from wine_8.15
If i will start a program from Office 2014 wine is unable to read the setup.exe
--
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.