https://bugs.winehq.org/show_bug.cgi?id=47349
Bug ID: 47349
Summary: TesModManager require SetFileInformationByHandle with
FileBasicInfo to properly set file timestamps
Product: Wine
Version: 4.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: lorenzofer(a)live.it
Distribution: ---
Hi.
The Application TesModManager 1.6.50(a .NET Mod Manager for Bethesda Games)
require SetFileInformationByHandle with FileBasicInfo to be able to sucessfully
set file timestamp. Setting the timestamp is required for mods load order on
some bethesda games as Tes4 Oblivion.
on the log:
0009:fixme:file:SetFileInformationByHandle 0xd0, 0, 0x34f358, 40
--
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=47885
Bug ID: 47885
Summary: [regression] [bisected] games are now restricted to
resolutions not bigger than the virtual desktop
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: mtmkls(a)gmail.com
Distribution: ---
If wine is set to emulate a virtual desktop of 1024x768 for example, games
cannot set any resolution higher than that. Previously they were able to set
any resolution up to the real resolution of the monitor.
25167fb286822c93582457815bcf069fef040976 is the first bad commit
commit 25167fb286822c93582457815bcf069fef040976
Author: Zhiyi Zhang <zzhang(a)codeweavers.com>
Date: Wed Aug 14 16:23:55 2019 +0800
winex11.drv: Make screen helpers independent of Xinerama.
So that other display device handlers such as XRandR can be introduced
because they might report a virtual screen size with different top-left
corner and the primary screen may be different as well.
Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com>
Signed-off-by: Huw Davies <huw(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/winex11.drv/display.c | 70 +++++++++++++++++++++++++++++++++++++++++++++
dlls/winex11.drv/xinerama.c | 33 ---------------------
2 files changed, 70 insertions(+), 33 deletions(-)
Please revert to the old behavior.
--
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=47305
Bug ID: 47305
Summary: Notepad doesn't adjust caret and scroll position
properly
Product: Wine
Version: 4.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
This is just to track the issue here, I'll send in a patch soon. Found on
https://jira.reactos.org/browse/CORE-15780.
Issue description from ReactOS JIRA:
How to reproduce:
Open Notepad
Make sure you disabled word wrapping (it usually disabled by default)
Type in very long string to activate horizontal scroll bar
Make a new string (hit Enter)
Now your caret position would be somewhere at the beginning of line 2, but the
whole text box is not scrolled to the first character position, and horizontal
scroll bar position is not changed (see attached screenshot).
If you move your caret back to line 1 ending, and move with arrow keys to line
2, the bug will appear again (it does not matter whether right or down arrow
key will be used).
--
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=47815
Bug ID: 47815
Summary: Virtual desktop is missing window decorations
Product: Wine
Version: 4.16
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
CC: huw(a)codeweavers.com, zzhang(a)codeweavers.com
Regression SHA1: efbbe66669a060dd01b3ae399f5a9e7328312f03
Distribution: ArchLinux
efbbe66669a060dd01b3ae399f5a9e7328312f03 is the first bad commit
commit efbbe66669a060dd01b3ae399f5a9e7328312f03
Author: Zhiyi Zhang <zzhang(a)codeweavers.com>
Date: Fri Sep 20 16:54:31 2019 +0800
winex11.drv: Initialize display devices before getting primary desktop
rectangle.
Otherwise, the retrieved primary desktop might be from the last explorer
instance
if we launch new explorer instances before wine server fully shuts down.
Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com>
Signed-off-by: Huw Davies <huw(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/winex11.drv/desktop.c | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
This is on KDE 5.16.4.
--
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=47958
Bug ID: 47958
Summary: Mi PC Suite: It won't install
Product: Wine
Version: 4.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: propsys
Assignee: wine-bugs(a)winehq.org
Reporter: txus.mipanas(a)gmail.com
Distribution: ---
Created attachment 65463
--> https://bugs.winehq.org/attachment.cgi?id=65463
Here is the error log
It starts installing and then shows an error with the attachment's log.
Download link: http://bigota.d.miui.com/MiFlash/MiSetup2.2.0.7032_2717.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.
https://bugs.winehq.org/show_bug.cgi?id=40442
Bug ID: 40442
Summary: Unexplained new random comctl32:header failure
(cross-compiler issue?)
Product: Wine
Version: 1.9.6
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
comctl32:header started having regular failures on newtb-wxppro right after the
WineHQ upgrade (2016/03/17).
https://test.winehq.org/data/tests/comctl32:header.html
The failure:
header.c:1148: Test failed: expected 0, got 1
Things that point to a cross-compiling issue:
* Since 2016/03/18 comctl32:header has had an almost systematic failure on
newtb-wxppro (68.7%) and more rarely on newtb-w2003std (12.5%).
* In the 27 runs from 2016/02/09 to 2016/03/17 it had no failure (neither on
these two platforms nor on any other).
* There has been no change to comctl32:header before it started failing.
* The tests that run before comctl32:header don't seem to have undergone
changes that could cause the following tests to fail (see 'git log
62277fb7779f..6bc0ce26a853 dlls/[abc]*/tests').
Unexplained mysteries:
* Cross-compiling the test with i686-w64-mingw32-gcc (GCC) 5.3.1 20160205, the
standard '-g -O2' options and uploading it to the TestBot does not yield the
expected failure (changing that to '-g -O0' does not make a difference either).
* None of the other platforms is affected.
* And even more strange, newtb-xppro is the only Windows XP to be affected by
the new failure.
--
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=48067
Bug ID: 48067
Summary: Epic Games Launcher no longer installs
Product: Wine
Version: unspecified
Hardware: x86-64
URL: https://www.epicgames.com/store/en-US/download
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
CC: jacek(a)codeweavers.com
Regression SHA1: 509044296dde3688cfdaaf02325a1bc8f890bd85
Distribution: ArchLinux
Created attachment 65613
--> https://bugs.winehq.org/attachment.cgi?id=65613
logs
Run wine msiexec /i EpicInstaller-10.7.0.msi /q to install.
Attached is an archive containing a good and a bad log.
--
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=46683
Bug ID: 46683
Summary: TopoEdit crashes with unimplemented function
mf.dll.MFCreateVideoRendererActivate
Product: Wine
Version: 4.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Depends on: 46105
Distribution: ---
Topology -> Add EVR
wine: Call from 0x7b43d59b to unimplemented function
mf.dll.MFCreateVideoRendererActivate
wine-4.2-26-g5e86cc0a8f
--
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=47876
Bug ID: 47876
Summary: mmdevapi:capture issues an invalid and fake todo
Product: Wine
Version: 4.17
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: mmdevapi
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
mmdevapi:capture issues the following todo on Windows:
capture.c:395: Test marked todo: only PulseAudio gets here
https://test.winehq.org/data/tests/mmdevapi:capture.html
(look for +1 lines)
First tests should only be marked todo on Wine so far so there should be no
todo on Windows. Second this line is generated by a trace():
trace("Test marked todo: only PulseAudio gets here\n");
So this is not a todo test at all but a simple trace. The problem is that it
looks like a real 'todo_wine ok()' test and is counted as such by
test.winehq.org and the TestBot, which both then complain that the todo test
tally does not match the result at the end:
15bc:capture: 255 tests executed (0 marked as todo, 6 failures), 0 skipped.
The test has unaccounted for todo messages
Finally, the message says it is only issued when running with PulseAudio.
PulseAudio is not available on Windows so obviously the tests that lead there
are wrong.
This issue happens randomly on a variety of TestBot Windows 7+ VMs, both in 32
and 64 bit tests:
* cw-rx460 both when running Windows 8.1 and 10 1809
* cw1-hd6800 Windows 10 1507 & 1709 & 1809
* cw2-gtx560 when running Windows 10 1809
* w7pro64
* w1064v1507 and w1064v1809
This message was added by the following commit:
commit f24b31fcf2047e8b4d0d8b910c54c0815c54d1cf
Author: Jörg Höhle <hoehle(a)users.sourceforge.net>
AuthorDate: Thu Jan 12 22:36:31 2012 +0100
Commit: Alexandre Julliard <julliard(a)winehq.org>
CommitDate: Thu Jan 26 21:27:54 2012 +0100
mmdevapi/tests: Perform capture protocol tests in shared mode.
--
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=41106
Bug ID: 41106
Summary: Lethe - Episode One crashes without native dotnet4.0
Product: Wine
Version: 1.9.16
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 55312
--> https://bugs.winehq.org/attachment.cgi?id=55312
log
Stacktrace:
at <unknown> <0xffffffff>
at <Module>.?A0x6845bc90.??__EGPickColorStruct@@YMXXZ () <0x00027>
at <Module>._initterm_m (*()*,*()*) <0x00029>
at <Module>.<CrtImplementationDetails>.LanguageSupport.InitializePerProcess
(<CrtImplementationDetails>.LanguageSupport*) <0x00063>
at <Module>.<CrtImplementationDetails>.LanguageSupport._Initialize
(<CrtImplementationDetails>.LanguageSupport*) <0x00207>
at <Module>.<CrtImplementationDetails>.LanguageSupport.Initialize
(<CrtImplementationDetails>.LanguageSupport*) <0x0006f>
at <Module>..cctor () <0x0002f>
at (wrapper runtime-invoke) object.runtime_invoke_void
(object,intptr,intptr,intptr) <0xffffffff>
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
wine-1.9.16-38-g84b3218
--
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.