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: ---
…
[View More]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.
[View Less]
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
'…
[View More] 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.
[View Less]
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 …
[View More]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.
[View Less]
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 …
[View More]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.
[View Less]
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 …
[View More]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.
[View Less]
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)…
[View More]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.
[View Less]
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
…
[View More] 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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=55973
Bug ID: 55973
Summary: Printing from iexplore results the images being
printed as black rectangles
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)…
[View More]baikal.ru
CC: piotr.caban(a)gmail.com
Distribution: ---
Steps to reproduce:
1. wine iexplore http://google.com
2. File -> Print... (or press Print icon on the toolbar)
3. select Cups-PDF printer, Print to file, Pages from 1 To 1, press OK
4. enter file name (c:\aaa.ps), press OK
Default page (http://winehq.org) shows the problem in more details however
makes a being printed page more complex to analyze.
This is a regression, wine 4.0 and wine 7.0 print images correctly, printing
from wine 8.0 doesn't produce any result.
Adding Piotr as a cc:
--
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.
[View Less]
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: …
[View More]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.
[View Less]
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: --…
[View More]-
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.
[View Less]