https://bugs.winehq.org/show_bug.cgi?id=838
François Gouget <fgouget(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|eric.pouech(a)orange.fr |wine-bugs(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=44684
Bug ID: 44684
Summary: Shaders fail to compile in Roblox Studio (white
window)
Product: Wine
Version: 3.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: and3md(a)gmail.com
Distribution: ---
Created attachment 60693
--> https://bugs.winehq.org/attachment.cgi?id=60693
Roblox Studio run log
The application displays splash screen correctly. Next, the main window is
showed which is "empty" (the window is white). The cursor changes its shape in
some places so probably it's just a display case. Wine returns a lot of errors:
007d: err: d3dcompiler: compile_shader HLSL shader parsing failed.
007d: fixme: hlsl_parser: declare_vars Complex initializers are not supported
yet.
Hardware: Geforce GTX 1060 (proprietary linux driver).
--
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=19329
Summary: Program installs but client fails to connect to server
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.livezilla.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: junk(a)mandd.com
Using Wine 1.1.25 and a clean ~/.wine, I had to install dotnet20 and ie6 (I
used winetricks) before the installer would complete. After that the Livezilla
client will run. But when I try to connect to a Livezilla server, an error
window pops up stating:
--------------------------------------------------------------------
The underlying connection was closed: The connection was closed unexpectedly.
Further information:
The underlying connection was closed: The connection was closed unexpectedly.
--------------------------------------------------------------------
--
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=48506
Bug ID: 48506
Summary: Support shared themes installation
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t6zm3v62fkp7fe5(a)yandex.ru
Distribution: ---
Wine 5.0 has new feature (https://www.winehq.org/announce/5.0): "The Gecko and
Mono add-ons support shared installation, where the files are used directly
from a global location under /usr/share/wine instead of being copied into every
new prefix".
It would be great to implement the same thing for themes (e.g. for placing
.msstyles files to /usr/share/themes directory).
--
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=34865
Bug #: 34865
Summary: Can't execute mingw toolchain provided by Rtools
Product: Wine
Version: 1.7.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)kirill-mueller.de
Classification: Unclassified
I can't execute "R CMD INSTALL" on an installation of R + Rtools in Wine
(latest version from PPA "ppa:ubuntu-wine/ppa"). A reproducible script and
console output can be found here: https://gist.github.com/krlmlr/7333242 . The
script will set and write to $WINEPREFIX and download to $DOWNLOAD_DIR.
Unfortunately, the logs do not show enough detail. After the line `about to run
R CMD SHLIB -o kimisc.dll rcpp_hello_world.cpp RcppExports.cpp --debug`, a call
to `gcc` is made. (I have added the output of the same call on my Linux system
to the Gist.) To me, it seems that the calling process is not notified when the
child process has completed, and it stops after a timeout. My hope is that this
has been seen before and that there's an easy fix. I'm really new to Wine.
--
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=35344
Bug ID: 35344
Summary: Cygwin's post-install scripts fail on fork errors
Product: Wine
Version: 1.7.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mail(a)georg.so
Classification: Unclassified
Executing 'wine setup-x86.exe' seems to work quite well (you can step through
the wizard, packages are downloaded and extracted) until the post-installation
bash scripts are executed.
Then I get for each script a message like:
running: C:\cygwin\bin\bash.exe --norc --noprofile
"/etc/postinstall/glib2.0.sh"
[..]
fixme:ntdll:NtQueryInformationProcess (process=0xffffffff) Unimplemented
information class: ProcessSessionInformation
[..]
fixme:ntdll:NtQueryVolumeInformationFile 0xf0: faking attribute info
fixme:ntdll:NtQueryVolumeInformationFile 0xec: faking attribute info
fixme:ntdll:NtQueryInformationFile Unsupported class (34)
[..]
fixme:ntdll:NtQueryVolumeInformationFile 0xf4: faking attribute info
fixme:ntdll:NtQueryInformationFile Unsupported class (8)
[..]
fixme:ntdll:NtQueryVolumeInformationFile 0xfc: faking attribute info
[..]
fixme:ntdll:NtQueryVolumeInformationFile 0x100: faking attribute info
fixme:ntdll:NtQueryVolumeInformationFile 0x124: faking attribute info
[..]
fixme:ntdll:NtQueryVolumeInformationFile 0x128: faking attribute info
[..]
/etc/postinstall/glib2.0.sh: fork: retry: Resource temporarily unavailable
/etc/postinstall/glib2.0.sh: fork: retry: Resource temporarily unavailable
/etc/postinstall/glib2.0.sh: fork: retry: Resource temporarily unavailable
/etc/postinstall/glib2.0.sh: fork: retry: Resource temporarily unavailable
/etc/postinstall/glib2.0.sh: fork: Resource temporarily unavailable
abnormal exit: exit code=254
The fork error message are always displayed after some kind of timeout.
Where to get the setup-x86.exe:
http://cygwin.com/setup-x86.exe
$ md5sum setup-x86.exe
c9818d3500e42fd9eb755d424450871a setup-x86.exe
Executing Cygwin's setup exe inside wine looks a little bit silly, but I want
to create a reference cygwin installation for deployment purposes.
see also: http://wiki.winehq.org/CygwinSupport
--
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=48448
Bug ID: 48448
Summary: Cannot log into The Lord of the Rings Online:
Connection Closed
Product: Wine-staging
Version: 5.0-rc4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wereturtledev(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 66230
--> https://bugs.winehq.org/attachment.cgi?id=66230
Error log from console
Logging into The Lord of the Rings Online using Wine 4.17 works fine. However,
on wine 5.0-rc3 and 5.0-rc4, logging into the account no longer works, and
therefore the game does not launch. To replicate:
1. Launch The Lord of the Rings Online.
2. Enter username and password when prompted by the login client
3. Select the "LOG IN" button in the login client.
After hanging for a while, an error dialog will pop up stating: "Error logging
in! Connection closed"
The game can be downloaded for free here:
https://www.lotro.com/en/game/download
Note that the game (and logging into it) works 100% when reverting back to wine
4.17.
--
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=48341
Bug ID: 48341
Summary: Warframe Online Installer show msgbox 'Unsupported
file system format'
Product: Wine-staging
Version: 5.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lvb.crd(a)protonmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 66078
--> https://bugs.winehq.org/attachment.cgi?id=66078
Winecfg staging-5.0-rc2
Can't possible install Warframe from original site via Warframe Online
Installer
because after choosing folder for installing getting msgbox 'Unsupported file
system format'
direct link: http://content.warframe.com/dl/Warframe.msi
SHA1 (Warframe.msi) = de9df6731e2dcee2daece6acd5238393c7cd5696
Was used wine from binary repository of archlinux
direct link:
https://archive.archlinux.org/packages/w/wine-staging/wine-staging-5.0rc2-1…
I already makes several test and found that first "problem" commit -
https://github.com/wine-staging/wine-staging/commit/73caf7ace23578a2bfce5f4…
If use tree before this commit or build 5.0-rc2 without apply
'ntoskrnl-safedisc-2' patchset - this issuie is gone.
There is some additional symptom.
If in version with 'ntoskrnl-safedisc-2' patchset open Winecfg's tab "Drive"
you will see too many string for Disks (all 28 i guess, look screenshot).
If delete these unnecessary "psevdo-disks" and reopen Winecfg - they will
appear again.
--
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=47483
Bug ID: 47483
Summary: Significant performance regression in Overwatch due to
loader-KeyboardLayouts patch
Product: Wine-staging
Version: 4.12.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Seems like this patch creates a lot of entries in system.reg (around 600 lines)
that all look pretty much like this:
[System\\CurrentControlSet\\Control\\Keyboard Layouts\\000b0c00] 1562521578
6843440
#time=1d534ebe1c1fd30
This somehow??? results in 40% drop of FPS in my test app/game, Overwatch
(could be similar to this? https://bugs.winehq.org/show_bug.cgi?id=47431)
Reverting the patch fixes it but only if I also remove all the spammy entries
from the system.reg in the prefix. Leaving them causes even older versions Wine
versions to experience the performance drop.
--
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.