https://bugs.winehq.org/show_bug.cgi?id=52004
Bug ID: 52004
Summary: Thief Gold and Thief II, New dark, mouse lag
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: suttorp(a)pt.lu
Distribution: ---
In both titles Thief Gold and Thief II, with the community patch TFix 1.27
which updates the engine to Dx9, the mouse lags. It is not an extreme case, but
it is still very annoying. This is sad, because other then that the games run
flawlessly.
Information on the TFix patch can be found here:
https://www.ttlg.com/forums/showthread.php?t=134733
The patch basically makes the game playable on modern PC's.
This applies to wine, wine-staging and proton. This is not a new 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.
http://bugs.winehq.org/show_bug.cgi?id=31603
Bug #: 31603
Summary: App manifests that specify processorArchitecture="*"
fail to find assemblies
Product: Wine
Version: 1.5.12
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Doing
unset WINEPREFIX
rm -rf ~/.wine
sh winetricks -q vcrun2008
cd ~/wine-git/dlls/msvcr90/tests
WINEDLLOVERRIDES=msvcr90=n ~/wine-git/wine msvcr90_test.exe.so
says
msvcr90.c:243: Tests skipped: msvcr90.dll not installed (got 126)
This seems wrong; that dll is in fact installed. The app in question
is built with the manifest
http://source.winehq.org/source/dlls/msvcr90/tests/msvcr90.manifest
which contains the line
processorArchitecture="*"
Tracing through the code, lookup_manifest_file in ntdll/actctx.c seems to
incorrectly parse the native DLL's manifest as having build 0 rather
than 30729.
The problem appears to be that line 1872 assumes that the string
lookup contains no *'s other than the ones in lookup_fmtW, and so
doesn't skip to where it expected to when it does the strchrW:
1826 static const WCHAR wine_trailerW[] =
{'d','e','a','d','b','e','e','f','.','m','a','n','i','f','e','s','t'};
1842 sprintfW( lookup, lookup_fmtW, ai->arch, ai->name, ai->public_key,
1843 ai->version.major, ai->version.minor, lang );
1872 tmp = dir_info->FileName + (strchrW(lookup, '*') - lookup);
1873 build = atoiW(tmp);
1874 if (build < min_build) continue;
If ai->arch contains a '*', as it does in tests/msvcr90.manifest,
this assumption is violated. Changing the manifest to say
processorArchitecture="x86"
lets the test run and find the native DLL, at least on x86.
So, is the manifest wrong, or is lookup_manifest_file() wrong?
(This came up while I was trying to write tests for vcomp.dll. It was
frustrating to find that the example I'd borrowed the manifest from was
broken.)
--
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.
http://bugs.winehq.org/show_bug.cgi?id=21739
Summary: Mouse in Nostale not working
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skoruppa(a)gmail.com
Mouse generally works, but not everywhere. All elements of the gui, the login
screen and selection screen works, but not during the control of character.
I do not post logs because they are not showing. Perhaps some special
WINEDEBUG?
--
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=42148
Bug ID: 42148
Summary: Redrawing issues in Capitalism 2
Product: Wine
Version: 2.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 56717
--> https://bugs.winehq.org/attachment.cgi?id=56717
Screenshot illustrating the redrawing issues.
Hello everyone,
I am the AppDB maintainer of "Capitalism 2" a business strategy game which has
some issues I would like to point out.
The initial issue during tests some releases ago was that mouse control wasn't
working but a staged patch could be applied which fixed the issue and got
integrated into main wine.
https://github.com/wine-compholio/wine-staging/tree/master/patches/dinput
Unfortunately a new issue has sprung up in the game which is that when I move
the mouse it has some redrawing issues and paints the background.
To illustrate this I uploaded a screenshot into the AppDB at:
https://appdb.winehq.org/screenshots.php?iAppId=2098&iVersionId=2895
Fortunately there is a demo version available which can be downloaded.
https://appdb.winehq.org/objectManager.php?sClass=version&iId=30640
Could you have a look into this if possible?
Kind regards,
Maik
--
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=47905
Bug ID: 47905
Summary: Logos Bible Software fails to play media
Product: Wine
Version: 4.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: johnpgoodman(a)gmail.com
Distribution: ---
Created attachment 65399
--> https://bugs.winehq.org/attachment.cgi?id=65399
Selected a video from the quickstart courses these don't play
No audio or video in the program plays. E.g. when opening the quickstart
videos:
In the video window which has a black background and says 'We couldn't access
the media you're trying to play. Please verify that you are not working
offline.' etc.
My guess is that it might be a problem streaming the video rather than
necessarily a problem playing it but not sure.
--
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=46871
Bug ID: 46871
Summary: err:rpc:rpcrt4_protseq_np_wait_for_new_connection wait
failed with error 87
Product: Wine
Version: 4.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: susancragin(a)earthlink.net
Distribution: ---
Created attachment 63932
--> https://bugs.winehq.org/attachment.cgi?id=63932
NaturallySpeaking 13 setup log
When installing Dragon NaturallySpeaking 13, the installation hangs up right at
the last instruction.
A prior bug 46160 was filed about NatSpeak 13 hanging up at the end of
installation, and I think that bug might have been fixed in the most recent
wine version, and this other bug uncovered.
bug 46160
Anyway, the installation stops as of this:
err:rpc:rpcrt4_protseq_np_wait_for_new_connection wait failed with error 87
I have posted the installation log.
If I kill the installation and then try to start the program, the program works
up to a point. It waves hello, and then asks if I want to register the program
immediately or run it up to 5 times without registering.
When I hit either of these options, the program crashes.
I have included the crash log also.
--
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=43827
Bug ID: 43827
Summary: The program thududf.sys has encountered a serious
problem and needs to close
Product: Wine
Version: 1.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: version
Assignee: wine-bugs(a)winehq.org
Reporter: accessd(a)shaw.ca
Distribution: ---
Created attachment 59377
--> https://bugs.winehq.org/attachment.cgi?id=59377
Resultant dump when starting application via desktop link
Select icon on the desktop "Roxio Easy VHStoDVD 3" This followed by an
immediate error: The program thududf.sys has encountered a serious problem and
needs to close
--
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=34835
Bug #: 34835
Summary: Civilization II Crash after extended play.
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmg_(a)hotmail.com
Classification: Unclassified
Created attachment 46436
--> http://bugs.winehq.org/attachment.cgi?id=46436
Backtrace #1
After several hours of playtime with "Civilization II Multiplayer Gold", a
crash occurs with an error box and upon exiting the error box, the game closes.
It's a clean Wine 1.6 install with no proprietary DLLs etc. installed that I am
aware of.
Game was launched in Windowed mode at 1280x720 with Civ2 in Win98 mode. Only
"Allow Window manager to control the windows" under Graphics is selected with
the Virtual desktop at 1280x720. Other than the crash during extended play, the
game works perfectly. I haven't used Windows since XP but know this game did
not work under XP without hacks so I am unable to give a report about if it
works on Windows.
This is my first Bug Report and I apologize if I have missed anything. I ran
through the other reports and I can't find anything like my issue. I've played
it for 7+ hours before the crash. I ran it a second time as I wrote this
report, with the terminal, and I will include the output of that as it crashed
again around 400 B.C. Game Year.
Xubuntu 12.04
AMD 6670
AMD FX4100
--
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=44788
Bug ID: 44788
Summary: Civilization II (v1.02) crash during menus
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: danielalston(a)gmail.com
Distribution: ---
Created attachment 60814
--> https://bugs.winehq.org/attachment.cgi?id=60814
Backtrace
The game will open, the music plays however every few seconds the sound will
make an awful corrupt sounding noise (possibly related).
The game will usually crash quite quickly. If you're extremely fast you might
be able to get in a game and make a couple of moves before the game crashes
again.
I have similar issues with other 16bit versions of Civilization II.
2.42 patch
2.78 (Fantastic Worlds)
--
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=49432
Bug ID: 49432
Summary: Eraser Drop shows error and then close
Product: Wine
Version: 5.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikrutrafal(a)protonmail.com
Distribution: ---
After running only error
```
Error: Subscript used with non-Array variable
```
is shown and then app dissapear
Download Link -
https://portableapps.com/downloading/?a=EraserDropPortable&n=EraserDrop%20P…
--
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=51891
Bug ID: 51891
Summary: Nvidia: repeated device probes + Xorg log flood
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alecov(a)mail.com
Distribution: ---
Created attachment 70837
--> https://bugs.winehq.org/attachment.cgi?id=70837
Nvidia driver messages
When running basically *any* app (for example, Wine's notepad.exe), I am
receiving a log spam in Xorg.0.log from the Nvidia driver (see attachment; the
messages repeat endlessly).
This happens in various situations and most reliably when moving the mouse
cursor in the menu bar area (the messages repeat for *every single pixel*
moved).
I've researched about these messages and it seems the Nvidia driver issues
those messages whenever an X client probes for available devices using eg.
xrandr:
https://forums.developer.nvidia.com/t/x-server-with-loaded-nvidia-driver-sp…
It could be a problem with the driver, but since this issue only happens with
Wine, I believe Wine could be at fault. Besides the log flood, Wine completely
hogs the X server when running on dual monitors (presumably due to the repeated
device probes), so it is impossible to run Wine with an external monitor
connected via HDMI in this scenario.
Running on ArchLinux (x86_64), kernel 5.14.12.
Video card: NVIDIA Corporation GM107GLM [Quadro M1200 Mobile] (rev a2)
Driver version: 470.74-8
Wine version 6.16, but also occurs on compiled Wine from Git.
--
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=47783
Bug ID: 47783
Summary: Rockstar Games Launcher installer crashes
Product: Wine
Version: 4.16
Hardware: x86
URL: https://gamedownloads.rockstargames.com/public/install
er/Rockstar-Games-Launcher.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: bshanks(a)codeweavers.com
Distribution: ---
The Rockstar Games Launcher installer (downloadable from
https://gamedownloads.rockstargames.com/public/installer/Rockstar-Games-Lau…)
displays a window and then crashes quickly after launching.
Running the installer with "warn+all" generates constant heap corruption errors
( i.e. "err:heap:HEAP_ValidateInUseArena Heap 0x110000: block 0x198350 tail
overwritten at 0x198388 (byte 0/8 == 0x52)"), but the installer does not crash
and successfully installs.
The installer is built with NSIS v3.04, and essentially does the following:
WINDOWINFO *wi = GlobalAlloc(GMEM_ZEROINIT, 56);
wi->cbSize = 56;
GetWindowInfo(hWnd, wi);
GlobalFree(wi);
The problem is that sizeof(WINDOWINFO) is actually 60. For some reason Windows
has always ignored cbSize and writes 60 bytes into the buffer, Wine does the
same.
The hard-coded 56 has been in NSIS example code
(https://nsis.sourceforge.io/GetWindowInfo) for years, it's very possible there
are other installers having this problem.
Based on this article
(https://blogs.msdn.microsoft.com/jiangyue/2010/03/15/windows-heap-overrun-m…)
and some testing I did in a debugger, it appears that Windows heap allocations
leave healthy padding/unused bytes at the end, and this must be why the
installer doesn't crash on Windows.
Running Wine with "warn+heap" adds padding to the end of heap allocations,
which is why the installer doesn't crash there.
I think the fix for this is to increase/add padding to the end of heap
allocations.
Also a WARN should be added to GetWindowInfo() if cbSize is incorrect.
--
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=48761
Bug ID: 48761
Summary: ConEmu does not highlight selection
Product: Wine
Version: 5.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rpisl(a)seznam.cz
Distribution: ---
ConEmu does not highlight selected text/block while selecting by mouse and
after the block is selected. The selected text/block is however correctly
highlighted after alt+tab to another application and back. It seems that some
events are not generated properly.
The selection is otherwise functional so it is a minor issue. Fixing that would
make ConEmu perfect ;-)
--
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=50824
Bug ID: 50824
Summary: ISdone.dll error 5, something releated to insufficient
virtual memory
Product: Wine
Version: 6.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gab.pulcio(a)gmail.com
Distribution: ---
Created attachment 69642
--> https://bugs.winehq.org/attachment.cgi?id=69642
WINEDEBUG loaddll
Warning: I know I'm about to ask you to fix something releated to game repacks,
which they're illegal (provided I don't have the legal copy) but in my logic,
that's a windows releated-thing and it should be fixed, maybe not now, but at
least should be considered.
Now, fitgirl repacks crashes at random progress, while rg-mechanics repacks are
straight to the error, the same as always.
I read that in the past this was fixed so that's a regression but since no-one
has reported this and apparently no one has that problem, I'm filing this bug
as normal.
For the record: this bug happens since I installed linux, at the time Wine was
at version 6.0.
In my case, this repack is of a game that I legally own (Far Cry 3: Blood
Dragon) but I've got a capped data plan and I have to install a repack then
I'll be able to verify the game with Uplay.
--
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=49487
Bug ID: 49487
Summary: list control custom draw in report view shows blank
item if handler clears uItemState CDIS_SELECTED flag
Product: Wine
Version: 5.0.1
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: victimofleisure(a)yahoo.com
I'm the developer of a free software application called Polymeter. The issue
occurs when running Polymeter under Mac OS / High Sierra. I have reproduced it
on multiple machines. I install my software using WineBottler (both 1.8.6 and
4.0.1 exhibited the issue). WineBottler uses WineHQ 5.0 according to their
page.
The issue is per-item background color for *selected* list control items in
report view. The usual method for achieving per-item color is to request item
notifications, and when the prepaint notification is received, set the per-item
background color (pLVCD->clrTextBk). However by default this only works for
non-selected items: selected items continue to use the system default
background color (typically a dark blue) instead of the per-item color. The
workaround is for the custom draw handler to also clear the "selected" flag
(CDIS_SELECTED) in the item state (pLVCD->uItemState). This technique is fairly
common and can be observed in the wild, e.g. here.
https://social.msdn.microsoft.com/Forums/vstudio/en-US/40234af5-a9e7-433f-a…
However in my application under WineBottler, this technique causes the list
item in question to be completely white, both text and background.
I enclose a code snippet below. This may be related to 39721 or even a
duplicate of it, but it's hard to tell because that report is not as specific
and doesn't mention selected items. If list control per-item background color
is broken in all cases regardless of selection, that would explain my issue
obviously, but that seems doubtful since many Windows programs use list control
custom draw.
Best wishes,
Chris Korda
https://victimofleisure.github.io/Polymeter/
void CMappingBar::OnListCustomDraw(NMHDR* pNMHDR, LRESULT* pResult)
{
NMLVCUSTOMDRAW* pLVCD = reinterpret_cast<NMLVCUSTOMDRAW*>(pNMHDR);
*pResult = CDRF_DODEFAULT;
if (theApp.m_bIsMidiLearn) { // if learning MIDI input
switch (pLVCD->nmcd.dwDrawStage) {
case CDDS_PREPAINT:
*pResult = CDRF_NOTIFYITEMDRAW;
break;
case CDDS_ITEMPREPAINT:
// this will NOT work with LVS_SHOWSELALWAYS; see uItemState in
NMCUSTOMDRAW doc
if (pLVCD->nmcd.uItemState & CDIS_SELECTED) { // if item
selected
pLVCD->clrTextBk = MIDI_LEARN_COLOR; // customize item
background color
// trick system into using our custom color instead of
selection color
pLVCD->nmcd.uItemState &= ~CDIS_SELECTED; // clear item's
selected flag
}
break;
}
}
}
--
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=43866
Bug ID: 43866
Summary: Crash while opening [彼女は天使で妹で] trial version
Product: Wine
Version: 2.18
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: howard.no1(a)163.com
Created attachment 59452
--> https://bugs.winehq.org/attachment.cgi?id=59452
Bug Report
Crash while opening [彼女は天使で妹で] trial version
Free downloading site: http://www.h-comb.biz/new_title/16/download_trial.html
MD5 (imoten_trial.exe) = 080a95479692cd197e29b9ef0a4c66d7
--
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=26649
Summary: painting in dialog: wrong aspect ratio
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tom98765x(a)yahoo.com
Created an attachment (id=33921)
--> (http://bugs.winehq.org/attachment.cgi?id=33921)
executable program demonstrating the bug
Drawing things inside a modeless dialog box: wrong aspect ratio, and does not
show up directly (dialog box has to be moved before). Source was from Petzold
sample (colors2), but modified a little.
--
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=44434
Bug ID: 44434
Summary: Error: unsupported compressor 8
Product: Wine
Version: 3.0
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine_bz(a)ul-lange.de
Created attachment 60376
--> https://bugs.winehq.org/attachment.cgi?id=60376
Error messages after typing command winecfg
After a competed installation of Wine 3.0 on macOS 10.13.3, Kernel-Version:
Darwin 17.4.0 and entering command of "winecfg" together with some other
messages
"Error: unsupported compressor 8" have been indicated (see attached file).
--
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=50477
Bug ID: 50477
Summary: Presonus Studio One 5: Browser windows won't update
with scrolling (D2D-related debug)
Product: Wine
Version: 6.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: moseskim84(a)gmail.com
Distribution: ---
Created attachment 69113
--> https://bugs.winehq.org/attachment.cgi?id=69113
Images
Hello,
I'm running Ubuntu 20.10 (x64), Wine RC-6 (patched dcomp.dll) and have
installed Studio One 5 Professional. There is a bug that renders it pretty
useless, and that's lack of browser window updating whenever there is scrolling
within a window. I have attached a screenshot showing the window on the left
and the associated messages on the right. If you notice the scroll bar on the
right, it continues to move but there is no update to the window. If you scroll
back and forth enough it starts to distort, but the only way to get it back to
normal is to go to another window and back. That just gets you back to the top
of the window, without any scrolling.
I have DVXK latest version installed, with esync enabled as well with no
change. GDIplus_winxp is also installed, I cannot get gdiplus to install into a
64 bit prefix even with -q.
Please let me know what else I can do to help resolve this issue. 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=47448
Bug ID: 47448
Summary: Homeworld Remastered Collection: Fullscreen broken
Product: Wine-staging
Version: 4.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 64805
--> https://bugs.winehq.org/attachment.cgi?id=64805
Game log file 1
As of wine-4.11, the game is not launching anymore properly and is giving
following behavior:
- Sound starts from the intro video(s)
- Intro video ( gearbox ) ends and I hear the game is opened in the Main menu
level
- No video is being shown ('nothing happens') and the desktop is still showing
I have tried with no success the following:
- using official latest versions of Fedora 30 x64 packages and also Mesa 19.1.1
- using Wayland session
- changing all configs in winecfg ( resolution, decoration, staging settings)
- using Steam command launch options ( '-fakeFullscreen -window[ed] -w 1920 -h
1080' ) in different combinations
- running game from Nautilus by directly running the executable
I expect that game runs properly in full-screen same way it was working in
wine-4.9.
My config:
$ wine --version
wine-4.11 (Staging)
$ inxi -Gxxx
Graphics:
Device-1: AMD Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]
vendor: XFX Pine driver: amdgpu v: kernel bus ID: 01:00.0
chip ID: 1002:67df
Display: x11 server: Fedora Project X.org 1.20.5 driver: amdgpu
compositor: gnome-shell v: 3.32.2 tty: N/A
OpenGL: renderer: Radeon RX 580 Series (POLARIS10 DRM 3.30.0
5.1.15-300.fc30.x86_64 LLVM 8.0.0)
v: 4.5 Mesa 19.1.1 direct render: Yes
P.S. Similar issue has been noticed for StepMania 5 and Age of Mythology:
Extended, but these games have ways to enforce windowed mode both from Steam
Launch Options or from configuring config files.
--
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=46247
Bug ID: 46247
Summary: BF2 Complete Collection 1.50 Crashes when using
Anti-Aliasing 8x
Product: Wine-staging
Version: 3.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
All settings are Maxed Out; I tried with 2x and 4x and no crashes/issues noted.
Wine details:
sh winetricks list-installed
------------------------------------------------------
You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit
versions of packages. If you encounter problems, please retest in a clean
32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Using winetricks 20181203-next - sha256sum:
90643712034ccea3dad530e2e33761d872fd532c3f6018919b21ae006ecba680 with wine-3.20
(Staging) and WINEARCH=win64
binkw32
d3dx9_42
gmdls
l3codecx
lucida
mfc40
mfc42
physx
tahoma
w_workaround_wine_bug-30713
vcrun2008
w_workaround_wine_bug-30713
vcrun2012
w_workaround_wine_bug-37781
w_workaround_wine_bug-30713
vcrun2015
w_workaround_wine_bug-22053
steam
w_workaround_wine_bug-30713
vcrun2010
d3dx9_36
win7
setupapi
w_workaround_wine_bug-30713
vcrun2005
corefonts
msls31
w_workaround_wine_bug-25648
ie8
vulkanrt
msscript
vulkansdk
--
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=51130
Bug ID: 51130
Summary: user32:win test_SetActiveWindow() has 2 failures on
Vista to Windows 8.1
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:win test_SetActiveWindow() has 2 systematic failures on Vista to Windows
8.1 which don't happen on Windows 10:
https://test.winehq.org/data/patterns.html#user32:win
win.c:3191: Test failed: GetActiveWindow() = 00000000
win.c:3191: Test failed: GetFocus() = 00000000
The failing test was introduced by this commit:
commit e188d66251e6f9693629fe3e1bfa4bd2e9a534cf
Author: Zebediah Figura <z.figura12(a)gmail.com>
AuthorDate: Tue Dec 19 18:29:30 2017 -0600
Commit: Alexandre Julliard <julliard(a)winehq.org>
CommitDate: Wed Dec 20 17:48:57 2017 +0100
user32/tests: Add more tests for SetActiveWindow().
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=48815
Bug ID: 48815
Summary: user32:win "unexpected 0x738 message" Windows 10
failures
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: major
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:win sometimes fails complaining about an unexpected 0x738 message:
win.c:3858: Test failed: message 0738 available
or
win.c:3852: Test failed: hwnd 00210500 message 0738
This second message includes the window handle which means it is "always new",
which can cause the TestBot to mistakenly attribute the failure to the patch
being tested. So I bumped the priority on this bug.
>From what I gathered the 0x738 message was introduced in Windows 10 1703 which
is why this failure only happens on our 1709+ test configurations (we don't
have 1703). Also nobody seems to know what this message is, only that it seems
to be related to windows belonging to the UserAdapterWindowClass:
https://forums.zimbra.org/viewtopic.php?t=63188https://stackoverflow.com/questions/44395364/windows-creators-update-crashe…https://github.com/otya128/winevdm/issues/114
--
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.