https://bugs.winehq.org/show_bug.cgi?id=56459
Bug ID: 56459
Summary: Inconsistent and Unexpected I/O flush behavior
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: renatopereyra(a)google.com
Distribution: ---
While recently debugging a Proton issue [1], I discovered odd I/O flushing
behavior. Redirecting stderr/stdout to a file would cause most of
intel-steam-stdout-255710.log in [1] to be empty. The contents of that file
were critical to root-cause the issue and not having them made it much more
difficult to debug. There were prints to stderr that directly explained what
was going wrong and I had inadvertently hidden these by redirecting I/O "to
preserve it" across multiple debugging runs.
To debug this I/O issue, I wrote a trivial Windows app that logs out to stderr
and is configurable to cover multiple corner cases. I was able to reproduce the
exact game behavior and a lot more other weirdness. I tested unmodified Wine
8.0, 9.0, and 9.4, as well as Proton 8.0 and Experimental (I will reach out to
Proton devs independently). I found a total of 7 possible flushing outcomes and
only 2 of those expected/good IMHO. In a lot of cases prints would just flat
out completely be missing. There were also other cases where only partial data
would ever flush out.
I've uploaded all my test results and test app to [2]. I'm unable to make the
drive fully public per my organization's policies so please request access.
Notes regarding the data sheet:
- While the test app supports multiple options (see README in [2]), the data
sheet only includes a subset. Options omitted in the spreadsheet appeared to
have no impact on the flush behavior.
- The minimum set of states required to reach each specific possible flushing
outcome is color-coded.
[1] https://github.com/ValveSoftware/Proton/issues/7529
[2]
https://drive.google.com/drive/folders/14pWGcywUMtoc9z3QmHXNGbLq5Sdg3ICG?re…
--
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=40891
Bug ID: 40891
Summary: Shaders fail to compile in League of Legends
Product: Wine
Version: 1.9.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: hevanen(a)googlemail.com
Distribution: ---
Created attachment 54981
--> https://bugs.winehq.org/attachment.cgi?id=54981
Game client console output (stdout+stderr)
When going into a game, the loading screen stays black and the game crashes
after a few seconds. Using native D3D9 works around the problem.
The full console output is attached. There's a repeat of messages like the
following:
fixme:hlsl_parser:hlsl_parse Array.
fixme:d3dcompiler:make_assignment Check for casts in the lhs.
fixme:d3dcompiler:make_assignment Check for casts in the lhs.
err:d3dcompiler:compile_shader HLSL shader parsing failed.
League of Legends.exe(00000009): ERROR| PixelShader::Load: failed to create
shader program for
<Data/Shaders/HLSL/Filters/Dilate/PS_2PASS_DILATE_FILTER_1.ps_2_0>
The following two messages are also shown for some shaders:
fixme:hlsl_parser:declare_vars Complex initializers are not supported yet.
fixme:d3dcompiler:make_assignment LHS expression not supported in compound
assignments yet.
--
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=56480
Bug ID: 56480
Summary: vbscript: underscore line continue issues
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: francisdb(a)gmail.com
Distribution: ---
> cat test.vbs
Class Tween
Public Function Delay(length)
Set Delay = Me
WScript.Echo "Delay " & length
End Function
Public Function Clear()
Set Clear = Me
WScript.Echo "Clear"
End Function
End Class
Dim instance
Set instance = new Tween
WScript.Echo "chained"
instance.Clear().Delay(1)
WScript.Echo "chained with continuation dots after"
' works as expected
instance. _
Clear(). _
Delay(1)
WScript.Echo "chained with continuation dots before"
' 0114:fixme:wscript:ActiveScriptSite_OnScriptError
instance.Clear() _
.Delay(1)
WScript.Echo "chained with continuation dots before2"
' 0114:fixme:wscript:run_script ParseScriptText failed: 80004005
instance _
.Clear() _
.Delay(1)
WScript.Echo "done"
--
Linux Wine.
> wine cscript test.vbs
0114:fixme:vbscript:parser_error L".Delay(1)\n\nWScript.Echo \"done\"\n":
"syntax error"
0114:fixme:wscript:ActiveScriptSite_OnScriptError ()
0114:fixme:wscript:run_script ParseScriptText failed: 80004005
--
Windows cscript
> cscript test.vbs
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
chained
Clear
Delay 1
chained with continuation dots after
Clear
Delay 1
chained with continuation dots before
Clear
Delay 1
chained with continuation dots before2
Clear
Delay 1
done
--
Some more notes:
* On wine by commenting out the last section you get a different error
* I have also seen different errors depending on weather the functions called
have arguments or not
* Other uses of underscore do seem to work. Eg multiline Dim, multiline if.
--
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=55538
Bug ID: 55538
Summary: Bad graphics rendering in VirtualDJ
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bique.alexandre(a)gmail.com
Distribution: ---
Created attachment 75096
--> https://bugs.winehq.org/attachment.cgi?id=75096
VirtualDJ Screenshot
VirtualDJ is a DJ software. https://virtualdj.com
The graphics rendering in VirtualDJ is broken.
The font looks crippled.
There are a bunch of gradients which are plain black.
The interface flickers.
I'm using Archlinux, Gnome/X11, nvidia.
This message comes a lot:
0190:fixme:d2d:d2d_text_renderer_DrawGlyphRun Ignoring options 0x2.
This also happens:
vkd3d:fixme:d3d12_device_MakeResident iface 0000000003A4AC10, object_count 1,
objects 0000000001C872C8 stub!
vkd3d:fixme:d3d12_root_signature_init_descriptor_table_push_constants Push
constants size 260 exceeds maximum allowed size 256. Try
VKD3D_CONFIG=virtual_heaps.
0110:fixme:win:RegisterTouchWindow hwnd 0000000000040084, flags 0x2 stub!
0190:err:sync:RtlpWaitForCriticalSection section 000000014448FB50 (null) wait
timed out in thread 0190, blocked by 0110, retrying (60 sec)
0190:err:sync:RtlpWaitForCriticalSection section 000000014448FB50 (null) wait
timed out in thread 0190, blocked by 0110, retrying (60 sec)
0190:err:sync:RtlpWaitForCriticalSection section 000000014448FB50 (null) wait
timed out in thread 0190, blocked by 0110, retrying (60 sec)
Cheers,
Alex
--
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=56436
Bug ID: 56436
Summary: Cannot Save a trace while using the Ellisys Bluetooth
Analyzer
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: venkatesh.s(a)broadcom.com
Distribution: ---
Created attachment 76197
--> https://bugs.winehq.org/attachment.cgi?id=76197
this is the backtrace information shown in the pop-up window
I have recently installed an "Ellisys.Runtime.x86_64.AppImage" from ellisys
website - https://ellisys.com/support/runtime_install.
The application will help to use the "Ellisys Bluetooth Analyzer" software in
Linux platform.
After the setup is done. I'm able to open the application. But when I try to
save the trace, I'm seeing a crash.
Attached the backtrace for the same.
--
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=56482
Bug ID: 56482
Summary: basically i tried running vocaloid 6 and it does not
run and shows error
Product: Wine
Version: 9.3
Hardware: x86-64
OS: MacOS
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: angad.ranhotra(a)gmail.com
Created attachment 76252
--> https://bugs.winehq.org/attachment.cgi?id=76252
backtrace
basically i tried running vocaloid 6 and it does not run and shows error
--
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=39489
Bug ID: 39489
Summary: Nvidia Graphics Libs dog food
Product: Wine
Version: 1.7.53
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: micsxdrachet(a)gmail.com
Distribution: ---
When you are installing Wine, the software center says you: Nvidia x64 libs are
going to be unistalled.
My computer:
Asus Laptop F555LD
Intel core I7-5500U
Nvidia Geforce 820M
Ram:8GB
Os: Win8+Ubuntu 14.04 Unity
Hard Disk:1TB
--
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=52009
Bug ID: 52009
Summary: Wine doesn't start on Manjaro Linux, even after
reinstall
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: miguelag2001(a)outlook.com
Distribution: ---
I have the latest available version of Wine installed on Manjaro Stable. It
worked for a little while, but now when I try to run anything with Wine, I get
a ton of errors in the console, and no other output.
I have tried:
* Deleting the `.wine` folder
* Restarting my PC
* Uninstalling and reinstalling wine
but nothing has let me even run winecfg.
Some unique things about my setup that could be causing issues:
* It's a laptop with a dual GPU (Intel integrated + NVIDIA 1650 Ti)
* I have the proprietary NVIDIA driver installed
When I attempt to run `wine winecfg` I get the following output:
```
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
wine: could not load kernel32.dll, status c0000135
```
If it is the first time I've loaded a new installation, I get this output:
```
wine: created the configuration directory '/home/migue/.wine'
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0048:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0050:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
MESA-INTEL: warning: Performance support disabled, consider sysctl
dev.i915.perf_stream_paranoid=0
0048:err:winediag:nodrv_CreateWindow Application tried to create a window, but
no driver could be loaded.
0048:err:winediag:nodrv_CreateWindow Unknown error (998).
0048:err:systray:initialize_systray Could not create tray window
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr
0x80004002
0048:err:ole:CoMarshalInterface Failed to marshal the interface
{6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0048:err:ole:apartment_get_local_server_stream Failed: 0x80004002
```
before my console locks up, and not even hitting Ctrl+C will kill it.
I attempted to run `sudo sysctl dev.i915.perf_stream_paranoid=0`, but all it
did was greatly reduce performance when creating windows, with Wine still
refusing to start (giving the same output).
I requested help on the Manjaro forums, but was directed here, so here I am.
Hopefully this issue can get resolved pretty soon :)
--
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=56420
Bug ID: 56420
Summary: Paint.NET 5.0.13 installer fails due to missing
ID2DFactory7, CLSID
'{bdc2bdd3-b96c-4de6-bdf7-99d4745454de}'
Product: Wine
Version: 9.4
Hardware: x86-64
URL: https://github.com/paintdotnet/release/releases/downlo
ad/v5.0.13/paint.net.5.0.13.install.anycpu.web.zip
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ---
Created attachment 76182
--> https://bugs.winehq.org/attachment.cgi?id=76182
error dialog
It shows an error dialog, which I've attached. A +d2d trace reveals:
019c:trace:d2d:D2D1CreateFactory factory_type 0x1, iid
{bdc2bdd3-b96c-4de6-bdf7-99d4745454de}, factory_options 00007FFFFE27E878,
factory 00007FFFFE27E830.
019c:trace:d2d:D2D1CreateFactory Created factory 00007FFFFEA29FB0.
019c:trace:d2d:d2d_factory_QueryInterface iface 00007FFFFEA29FB0, iid
{bdc2bdd3-b96c-4de6-bdf7-99d4745454de}, out 00007FFFFE27E830.
019c:warn:d2d:d2d_factory_QueryInterface {bdc2bdd3-b96c-4de6-bdf7-99d4745454de}
not implemented, returning E_NOINTERFACE.
019c:trace:d2d:d2d_factory_Release 00007FFFFEA29FB0 decreasing refcount to 0.
--
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=46813
Bug ID: 46813
Summary: Paint.net 4.1 installer fails:
System.NotImplementedException:
d:\src\pdn\src\systemlayer.native\direct2d1\d2deffect.
cpp (75) : hr = m_pEffect->SetInputCount(inputCount);
Product: Wine
Version: 4.3
Hardware: x86
URL: https://dl1.filehippo.com/723e534156b54de4adbae2c05203
7fb4/paint.net.4.1.install.exe?ttl=1552236910&token=1d
af4879a0c0e9f11076f852a2830137
OS: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
Created attachment 63837
--> https://bugs.winehq.org/attachment.cgi?id=63837
console output
Prerequisite: winetricks dotnet472 and uianimation patchset from Staging.
sha1sum ~/paint.net.4.1.install.exe
b2b886c97532eb4c5eabf7e2fd888d61f4a9ae78 ~/paint.net.4.1.install.exe
The installer crashes with a error dialog:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NotImplementedException:
d:\src\pdn\src\systemlayer.native\direct2d1\d2deffect.cpp (75) : hr =
m_pEffect->SetInputCount(inputCount); (PaintDotNet.Controls.PdnBanner)
at PaintDotNet.Interop.InteropErrorInfo.ThrowIfError() in
D:\src\pdn\src\Base\Interop\InteropErrorInfo.cs:line 89
at PaintDotNet.SystemLayer.Native.x64.NativeUtilities.ThrowOnErrorImpl(Int32
hr, SByte* szHr, IUnknown* pFxErrorInfo)
at
PaintDotNet.SystemLayer.Native.x64.Direct2D1.D2DEffect.set_InputCount(Int32
value)
at PaintDotNet.UI.Media.Effects.Effect.ApplyInputs(IServiceProvider
services, IEffect d2dEffect, IReadOnlyList`1 inputs, Boolean invalidate) in
D:\src\pdn\src\Framework\UI\Media\Effects\Effect.cs:line 49
at PaintDotNet.UI.Media.Effects.Effect.ApplyEffectProperty(IServiceProvider
services, IEffect d2dEffect, DependencyProperty property) in
D:\src\pdn\src\Framework\UI\Media\Effects\Effect.cs:line 110
at
PaintDotNet.UI.Media.Effects.EffectProperty.EnumerateEffectProperties[TAction](Type
ownerType, TAction& accumulator) in
D:\src\pdn\src\Framework\UI\Media\Effects\EffectProperty.cs:line 79
at
PaintDotNet.UI.Media.Effects.Effect.ApplyEffectProperties(IServiceProvider
services, IEffect d2dEffect) in
D:\src\pdn\src\Framework\UI\Media\Effects\Effect.cs:line 96
at
PaintDotNet.UI.Media.Effects.Effect.CreateDirect2DResource(IServiceProvider
services) in D:\src\pdn\src\Framework\UI\Media\Effects\Effect.cs:line 74
at
PaintDotNet.ObjectModel.ResourceCache.GetCachedOrCreateResource(IResourceProvider
resourceProvider, Type interfaceType) in
D:\src\pdn\src\Base\ObjectModel\ResourceCache.cs:line 179
at
PaintDotNet.ObjectModel.ResourceCacheExtensions.GetCachedOrCreateResource[TResource](IResourceCache
resourceCache, IResourceProvider`1 resourceProvider) in
D:\src\pdn\src\Base\ObjectModel\ResourceCacheExtensions.cs:line 17
at PaintDotNet.Direct2D1.DrawingContextExtensions.DrawImage(IDrawingContext
--
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.