http://bugs.winehq.org/show_bug.cgi?id=22152
Summary: Atlantica Online: Installer don´t work
Product: Wine
Version: unspecified
Platform: x86
URL: http://www.gamershell.com/download_50600.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linuxdonald(a)linuxdonald.de
Atlantica Online: Installer don´t work at the last git version:
[LinuxDonald@localhost mmorpg-installer]$ env
WINEPREFIX="/home/LinuxDonald/.wine-atlantica" /db/wine/wine-git/bin/wine
SetupAtlantica_EU_ver21001.exe
err:ntdll:NtQueryInformationToken Unhandled Token Information class 18!
err:ntdll:NtQueryInformationToken Unhandled Token Information class 18!
err:ntdll:NtQueryInformationToken Unhandled Token Information class 18!
Thats all :(
--
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=48425
Bug ID: 48425
Summary: MTG Arena: Fatal Error in GC
Product: Wine
Version: 5.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: brattanek(a)gmail.com
Distribution: ---
Created attachment 66195
--> https://bugs.winehq.org/attachment.cgi?id=66195
backtrace
When game is starting needs download some file from web. Durgin downloading
error is pop up.
Fatal Error in GC
GetThredContext filed
--
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=15901
Summary: Sibelius 3: wrong tooltips in a child window
Product: Wine
Version: 1.1.7
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lauri.kentta(a)gmail.com
Created an attachment (id=17070)
--> (http://bugs.winehq.org/attachment.cgi?id=17070)
Screenshot about the bug
Sibelius 3 shows wrong tooltips in the Keypad window. Clearly these are not
"Save As" buttons and such. But somehow the topmost row of five buttons has
still the right tooltips.
Is it possible that the two windows (main & Keypad) would have separate string
resources with overlapping identifiers but Wine just uses the main window's
resources for both?
There was a demo version of the program, but it's not officially available
anymore, as the most recent version is Sibelius 5. However, a Sibelius 3 Demo
might be downloadable here (not tested):
http://www.tempomusic.com/lifeway/download.htm
--
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=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.