https://bugs.winehq.org/show_bug.cgi?id=50135
Bug ID: 50135
Summary: explorer.exe crashes when UseXRandR and UseXRandR are
specified to be disabled in registry
Product: Wine
Version: 5.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
CC: zzhang(a)codeweavers.com
Regression SHA1: 9c99d9bceba34559a32f1e5906a6fcbcf91b0004
Distribution: ArchLinux
How to reproduce:
1) Create a fresh new Wine prefix
2) Run the following commands to disable UseXRandR and UseXRandR in registry:
wine reg add "HKCU\\Software\\Wine\\X11 Driver" /v "UseXVidMode" /t "REG_SZ" /d
"N" /f
wine reg add "HKCU\\Software\\Wine\\X11 Driver" /v "UseXRandR" /t "REG_SZ" /d
"N" /f
3) Run any wine app, like "winecfg" for instance (you may need to shut down the
prefix first with "wineboot --kill --shutdown" for the bug to show up).
This occurs in versions of Wine from 5.14 to the latest one, 5.21.
The cause is the following commit:
9c99d9bceba34559a32f1e5906a6fcbcf91b0004 is the first bad commit
commit 9c99d9bceba34559a32f1e5906a6fcbcf91b0004
Author: Zhiyi Zhang <zzhang(a)codeweavers.com>
Date: Mon Jul 27 16:01:55 2020 +0800
winex11.drv: Migrate NoRes display settings handler to a new interface.
Reverting this commit and the next commit right after it
(b45c04f4c352ef81df5312684008839f4eeee03d - Remove the old display settings
handler interface.) against Wine-5.14 fixes the issue.
--
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=50289
Bug ID: 50289
Summary: winecfg is unable to create a window
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bvandermerwe(a)kbcat.com
Distribution: ---
Here are two scenerios, one works the other does not.
Setup: Windows 10, docker for Windows.
Scenario 1: Works
=================
Ubuntu 18.04, wine stable, using XFCE.
(based on https://hub.docker.com/r/accetto/xubuntu-vnc)
Start, cmd
docker pull accetto/xubuntu-vnc
docker run -p 25901:5901 accetto/xubuntu-vnc
Now run tigerVNC from
https://bintray.com/tigervnc/stable/download_file?file_path=vncviewer64-1.1…
And connect to: (youripaddress):5901
The password is: headless
Now in the VNC viewer, in Linux, open a terminal (top left) and execute these
commands:
sudo dpkg --add-architecture i386 (password is headless)
sudo apt update
wget -qO- https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
sudo apt install software-properties-common
Since this is Ubunutu 18.04, install wine as follows:
sudo apt-add-repository 'deb http://dl.winehq.org/wine-builds/ubuntu/ bionic
main'
wget -qO-
https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_…
| sudo apt-key add -
sudo sh -c 'echo "deb
https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_…
./" > /etc/apt/sources.list.d/obs.list'
sudo apt update
sudo apt-get install --install-recommends winehq-stable
wine --version
sudo winecfg
And the winecfg views come up and all as expected. Everything works fine.
Marvellous!
Now close VNC and stop this container.
Scenario 2: Does not work. WHY?
===============================
Head over to https://hub.docker.com/r/accetto/xubuntu-vnc (the same docker
image), and from the github location (https://github.com/accetto/xubuntu-vnc),
download the DockerFile (save it as say e:\CL) and the src and hooks
directories into e:\CL.
Note use notepad to edit the DockerFile and change line 17 to:
ARG BASETAG=20.04
Now in Windows click Start, cmd and enter these commands:
e:
cd \CL
docker build -t "test2:Dockerfile" .
docker run -p 25901:5901 test2:Dockerfile
Again connect with VNC. You see pretty much the same thing as before. So again
use a terminal and type:
sudo dpkg --add-architecture i386
sudo apt update
wget -qO- https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
sudo apt install software-properties-common
add: sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/
focal main'
sudo apt update
sudo apt-get install --install-recommends winehq-devel
Super, now again try this:
wine --version
sudo winecfg
This time however, winecfg does not run, you get the output shown below.
It seems it cant create a window because it cant find a display driver.
WHY? Why do newer containers using the same setup not work?
"export -p" show the same information on both containers. Both have
DISPLAY=":1.0". Why why why? Anything else run udner wine also has the same
problem.
I have both containers if there are extra diagnostics or settings anyone can
suggest.
Maybe the newer ubunutu containers are missing something wine needs to detect
the display? I don't know. This happens in newer versions of Ubuntu and various
wine versions. Only the original version works.
headless@9916ba4a38f2:~$ sudo winecfg
wine: created the configuration directory '/root/.wine'
0024:err:environ:run_wineboot boot event wait timed out
0024:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0058:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
No protocol specified
0050:err:winediag:nodrv_CreateWindow Application tried to create a window, but
no driver could be loaded.
0050:err:winediag:nodrv_CreateWindow The explorer process failed to start.
0050:err:ole:apartment_createwindowifneeded CreateWindow failed with error 183
0050:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
0050:err:ole:apartment_createwindowifneeded CreateWindow failed with error
14007
0050:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr
0x800736b7
0050:err:ole:CoMarshalInterface Failed to marshal the interface
{6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x800736b7
0050:err:ole:apartment_get_local_server_stream Failed: 0x800736b7
0050:err:ole:start_rpcss Failed to open RpcSs service
0048:err:winediag:nodrv_CreateWindow Application tried to create a window, but
no driver could be loaded.
0048:err:winediag:nodrv_CreateWindow The explorer process failed to start.
0058:err:winediag:nodrv_CreateWindow Application tried to create a window, but
no driver could be loaded.
0058:err:winediag:nodrv_CreateWindow The explorer process failed to start.
headless@9916ba4a38f2:~$ 002c:err:winediag:nodrv_CreateWindow Application tried
to create a window, but no driver could be loaded.
002c:err:winediag:nodrv_CreateWindow The explorer process failed to start.
0068:err:winediag:nodrv_CreateWindow Application tried to create a window, but
no driver could be loaded.
0068:err:winediag:nodrv_CreateWindow The explorer process failed to start.
0070:err:winediag:nodrv_CreateWindow Application tried to create a window, but
no driver could be loaded.
0070:err:winediag:nodrv_CreateWindow The explorer process failed to start.
Could not find Wine Gecko. HTML rendering will be disabled.
00a4:err:winediag:nodrv_CreateWindow Application tried to create a window, but
no driver could be loaded.
00a4:err:winediag:nodrv_CreateWindow The explorer process failed to start.
00ac:err:winediag:nodrv_CreateWindow Application tried to create a window, but
no driver could be loaded.
00ac:err:winediag:nodrv_CreateWindow The explorer process failed to start.
Could not find Wine Gecko. HTML rendering will be disabled.
wine: configuration in L"/root/.wine" has been updated.
--
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=47701
Bug ID: 47701
Summary: PUBG Lite does not start from launcher
Product: Wine
Version: unspecified
Hardware: x86-64
URL: https://lite.pubg.com/en/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: esdrastarsis(a)gmail.com
Distribution: ---
With the current implementation of httpapi, the launcher works perfectly, but
when the game runs it breaks.
--
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=35817
Bug ID: 35817
Summary: foobar doesn't redraw properly when resizing
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tharzoss(a)gmail.com
As the summary said.
Using foobar 1.3.1 and Wine 1.7.14 on Ubuntu LTS 12.04.
Attached the output of
wine foobar2000.exe 1>lol.txt 2>&1
--
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=40125
Bug ID: 40125
Summary: O2Jam Lags on newer version of Wine
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: onte_jc(a)yahoo.com
Distribution: ---
O2Jam Lags on newer version of Wine
We're using this http://adolfintel.com/index.php?p=wined3d/index.frag
on 64bit app, and both normal and staging version
Nvidia GTX 970
Windows 10 1511 OS Build 10586.104
you can try it out here
http://o2jam.intgamerz.net
--
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=45262
Bug ID: 45262
Summary: C&C:RA2 and C&C:YR will suddenly freeze on OS X 10.9
and newer OSs.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: forucial(a)icloud.com
I've tested from 1.8.x to most recently version, even with Wine Staging
patched, it always occur.
WineX11 or WineMac doesn't affect it.
All OS version from 10.9 to 10.13 have the same problem.
My computer model is MacBook Air 2014-early, the CPU is i5-4260U and GPU is
Intel HD 5000.
I can ensure that it is not a bug in ddraw because there is a ddraw.dll written
from scratch which uses GDI to render, but it doesn't affect at all.
It is strange that there is no crash log or backtrack message appears, only
screen frozen.
--
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=48474
Bug ID: 48474
Summary: Amazon Chime 4.x (.NET 4.5 app) dhtml-based user
interface unresponsive (unable to join meeting)
Product: Wine
Version: 5.0-rc5
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
to track:
https://www.scivision.dev/amazon-chime-wine-linux/https://appdb.winehq.org/objectManager.php?sClass=version&iId=35825
Download:
https://clients.chime.aws/win/releases/Chime.4.28.9164.exe
Prerequisite: 'winetricks -q dotnet452'
$ sha1sum Chime.4.27.9601.exe
85003200b01f03c077713f03127ab625c653bd74 Chime.4.27.9601.exe
$Â du -sh Chime.4.27.9601.exe
51M Chime.4.27.9601.exe
$ wine --version
wine-5.0-rc5
Regards
--
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=48225
Bug ID: 48225
Summary: StoneHearth, Radiant Entertainment, available from
Steam. Too many open files error
Product: Wine
Version: 4.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)zootal.com
Distribution: ---
Game installs and plays, but after 5-10 minutes of game play, this appears in
console:
wine: Unhandled exception 0xe0000008 in thread 1fb at address 00007FB8C7E93023
(thread 01fb), starting debugger...
01fb:err:winediag:FILE_CreateFile Too many open files, ulimit -n probably needs
to be increased
And the game stops responding. If anyone wants to see logs I would be happy to
provide whatever you want.
--
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=45827
Bug ID: 45827
Summary: Heroes of Might and Magic IV combat very choppy
animations
Product: Wine
Version: 3.0.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: antonin.wingender(a)gmail.com
Distribution: ---
Heroes of Might and Magic IV (GOG Complete version) launches normally, loads up
a map normally, and while the exploration map works fine, in combat, it is
extremely choppy (the animations look like they are played at a frame per
second). The cursor movement and everything else works fine, just the
animations that don't work. It makes the game practically unplayable. Tested
also on 3.15 and it is the same way.
--
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=36002
Bug ID: 36002
Summary: ImpotRapide 2013 (.NET 4.0 app) crashes on
unimplemented function
msvcp110.dll.?gcount@?$basic_istream@DU?$char_traits@D
@std@@@std@@QBE_JXZ
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
split off from bug 35901 (which targets Mono insufficiency).
Prerequisite: 'winetricks -q dotnet40'
--- snip ---
...
Unhandled exception: unimplemented function
msvcp110.dll.?gcount@?$basic_istream@DU?$char_traits@D@std@@@std@@QBE_JXZ
called in 32-bit code (0x7b83be35).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:7b83be35 ESP:0033b524 EBP:0033b598 EFLAGS:00200287( - -- I S - -P-C)
EAX:7b826b19 EBX:7b8b5ff4 ECX:00000008 EDX:0033b54c
ESI:00000002 EDI:80000100
...
Backtrace:
=>0 0x7b83be35 in kernel32 (+0x2be35) (0x0033b598)
1 0x7e720e78 in msvcp110 (+0x60e77) (0x0033b5d4)
2 0x7e6c7d7d in msvcp110 (+0x7d7c) (0x0033b628)
3 0x06e679e6 (0x0033b628)
...
0x7b83be35: movl 0xfffffff0(%ebp),%ecx
Modules:
Module Address Debug info Name (187 modules)
PE 340000- 3f1000 Deferred ic_ne
PE 400000- 20f2000 Export ir2013
PE 2100000- 21d6000 Deferred msvcr110
PE 21f0000- 23d5000 Deferred ic_xa
PE 23e0000- 2544000 Deferred icuin51
PE 2550000- 255b000 Deferred ic_xam
PE 2560000- 299c000 Export mfc110
PE 29a0000- 29b1000 Deferred ic2013ac
PE 5f00000- 5f11000 Export ic2013pp
PE 6ac0000- 6ac6000 Deferred 674994.qpd
PE 6b30000- 6b57000 Deferred smime3
PE 6e20000- 6e56000 Deferred nspr4
PE fe20000- ff26000 Deferred libeay32
PE ff30000- fffe000 Deferred 204927.qpd
PE 10000000-100ce000 Deferred ir2013at
PE 100d0000-10490000 Deferred ir2013ir
...
Threads:
process tid prio (all id:s are in hex)
...
00000057 (D) C:\Program Files\ImpotRapide 2013\ir2013.exe
...
00000058 0 <==
--- snip ---
There is no native recipe because Microsoft Visual C++ 2012 Redist installer
suffers from bug 17273
$ sha1sum InstallFr2013_Bld6004_Mar14.exe
6ba93dda6d1b9744842fb84ba27ad3bcf0b26061 InstallFr2013_Bld6004_Mar14.exe
$ du -sh InstallFr2013_Bld6004_Mar14.exe
55M InstallFr2013_Bld6004_Mar14.exe
$ wine --version
wine-1.7.16
Regards
--
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.