https://bugs.winehq.org/show_bug.cgi?id=55671
Bug ID: 55671
Summary: Upon opening Internet Download Manager shows error
message
Product: Wine
Version: 8.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shoaibsaikat(a)gmail.com
Distribution: ---
Created attachment 75196
--> https://bugs.winehq.org/attachment.cgi?id=75196
Bug report
Upon opening Internet Download Manager version 6.41 a error message comes on.
--
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=55502
Bug ID: 55502
Summary: Sub argument name clash with global const
Product: Wine
Version: 8.13
Hardware: arm
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: francisdb(a)gmail.com
Public Sub Show(value)
WScript.Echo value
End Sub
Show 42
' with this line commented 42 is printed
' with this line uncommented 1 is not printed
Const Value = 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=54731
Bug ID: 54731
Summary: vbscript: stack_pop_bool doesn't support floats or ole
color
Product: Wine
Version: 8.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: jsm174(a)gmail.com
Distribution: ---
While working on porting Visual Pinball to cross platform, I've found some
scripts where comparisons that use floats and OLECOLOR directly fail. For
example:
If Light005.State Then
' State is a float V_R4 like 1.2
End If
If Light005.Colorfull Then
' Colorfull is an OLECOLOR VT_UI4
End If
Fixing involves updating stack_pop_bool to support more types as seen in
VARIANT_Coerce.
--
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=55851
Bug ID: 55851
Summary: unimplemented function
SHELL32.dll.SHCreateItemWithParent
Product: Wine
Version: 8.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: temp82(a)luukku.com
Distribution: ---
I went through my Download folder and found an application that crashes on
unimplemented function
from https://www.speedproject.com/download/ pick the 32bit version.
cf9f9b7814daf321ff1055b889599c2c043a3c37 sc20_x32.exe
Install all default. when it asks file assaciations I chose none. the installer
has an option to run the application at the end, but it crashes unimplemented
function SHELL32.dll.SHCreateItemWithParent.
.
--
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=55115
Bug ID: 55115
Summary: widl crashes with dlls/sti after adding wia_lh.idl
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nathbappai(a)gmail.com
Distribution: ---
Created attachment 74676
--> https://bugs.winehq.org/attachment.cgi?id=74676
backtrace.txt
widl crashes with dlls/sti/sti_wia.idl after adding the wia_lh.idl file in this
merge request https://gitlab.winehq.org/wine/wine/-/merge_requests/3025
Backtrace attached.
--
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=55054
Bug ID: 55054
Summary: WineServer crash. (complete_async_poll: Assertion
`output->count == signaled_count' failed)
Product: Wine
Version: 8.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: dfarkas82(a)gmail.com
Distribution: ---
Hello,
We are running two custom-built programs under Wine: a Manager (.Net framework
4.5) and a Streamer (WinApi).
The streamer program transfers audio/video streams from various devices (mostly
communicating over TCP), while the manager handles the starting/stopping of the
streamers (mostly communicating over HTTP).
Up to 60-70 streamers can be running at once, with only one manager.
On Windows, these programs can run for weeks without any problems.
However, under Wine on Linux, I receive the following error message after about
an hour of operation:
wineserver: server/sock.c:1122: complete_async_poll: Assertion `output->count
== signaled_count' failed.
This leads to WineServer shutting down.
Could you provide any insights into what this means, and if our own programs
are causing this, what modifications I would need to make to prevent this from
happening?
Wine-8.0.1 (64-bit)
Ubuntu 22.04.2 LTS (GNU/Linux 5.15.0-73-generic x86_64)
thank you,
--
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=55843
Bug ID: 55843
Summary: On Nvidia Virtual Desktop spams "Failed to read
display config."
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: stefan.riesenberger+winehq(a)gmail.com
Regression SHA1: a0cd5e053bbd9ca9f124186c7da27605026ad7e5
Distribution: ArchLinux
As known from MR1905 RandR is expensive on some Nvidia setups.
With MR3197 Wine spams the following:
`0158:err:system:update_display_cache Failed to read display config.`
The mouse cursor starts to stutter probably due to it probably calling RandR
every time the error gets hit.
This might be a duplicate of bug 55511, but I am not sure.
If more information is needed, I can try to provide it!
Kind regards,
Riesi
--
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=55968
Bug ID: 55968
Summary: MIDITrail 1.4.0 shows an error on start
(DWMWA_EXTENDED_FRAME_BOUNDS isn't implemented)
Product: Wine
Version: 8.21
Hardware: x86-64
URL: https://github.com/wdmss/MIDITrail-Windows/releases/do
wnload/v1.4.0/MIDITrail-Ver.1.4.0-Windows.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dwmapi
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: Ubuntu
“MIDITrail”[1] is a MIDI player which provides 3D visualization of MIDI
datasets.
Launching the application on Wine, it shows the following dialog and quits:
---------------------------------------
Windows API error.
FUNC: MIDITrailApp::_SetWindowSize
LINE: 517
INFO: 00000002 FFFFFFFF8004001
---------------------------------------
Looking the source code[2], the reason of this error is due to lack of
DWMWA_EXTENDED_FRAME_BOUNDS support in Wine.
[1] https://www.yknk.org/miditrail/en/summary/
[2]
https://github.com/wdmss/MIDITrail-Windows/releases/download/v1.4.0/MIDITra…
This issue is originally reported by @wd_mss, the author of the software, on X.
--
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=55963
Bug ID: 55963
Summary: Regressions in 8.19-8.21 - VSTs crash when removed
from use
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marko.koivusalo(a)gmail.com
Distribution: ---
This issue was found when testing fix for
https://bugs.winehq.org/show_bug.cgi?id=55812
I do not know exact wine version where this issue appeared, but it's between
8.19 and 8.21
When using bitwig with the following plugin (free demo available):
https://www.arturia.com/products/software-instruments/acid-v/overview
Removing the demo Acid-V VST from a bitwig track (eg. delete/backspace) wine
will crash with the message dialog.
"A program on your system has crashed, but WineDbg was unable to attach to the
process to obtain a backtrace."
Also when closing a bitwitg project with multiple VSTs (which appear to work
okay) all of them/most of them will crash in same way, producing numerous
previously mentioned crash dialogs.
--
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=55867
Bug ID: 55867
Summary: Roon 2.0.23 crashes due to unimplemented function
shcore.dll.CreateRandomAccessStreamOverStream
Product: Wine
Version: 8.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shlwapi
Assignee: wine-bugs(a)winehq.org
Reporter: briguy992(a)live.com
Distribution: ---
Created attachment 75391
--> https://bugs.winehq.org/attachment.cgi?id=75391
Verbose wine output
Starting with 8.19, Roon (a media player) now crashes seconds after launch
assuming you have an audio zone selected (which for most users would be true as
you'd be using it to play music somewhere).
Crashes with Roonfirst started in 8.18 with the implementation of MediaControl,
which was fixed in 8.19, but we are now crashing in
CreateRandomAccessStreamOverStream not being implemented.
Relevant snippet from the log attached:
0114:fixme:manipulation:update_manager_Update 00007FFFFF297140,
0000000000000000
0114:fixme:mediacontrol:media_control_get_DisplayUpdater iface
00007FFFFF2971D0, value 00007FFFFE27E400 semi-stub!
wine: Call from 00006FFFFFC53C07 to unimplemented function
shcore.dll.CreateRandomAccessStreamOverStream, aborting
Running 8.19 wine-staging on EndeavourOS
--
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.