https://bugs.winehq.org/show_bug.cgi?id=55992
Bug ID: 55992
Summary: Changing graphics does nothing.
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: nik.singh710(a)gmail.com
Distribution: ---
When I try to change the graphics settings in games like Hitman 1, 2, and 3,
only the resolution changes work, while other graphics settings don't affect
the game's visuals, staying at the default settings.
--
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=55185
Bug ID: 55185
Summary: vbscript round does not handle numdecimalplaces
argument
Product: Wine
Version: 8.11
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: ---
We just found an issue where round wasn't returning expected values when using
the `numdecimalplaces` argument.
After looking at `Global_Round`, the second argument is not even looked at.
As a test, I modified the code to use: `VarR8Round` which seems to work well:
```
int decimal_places = 0;
double n;
double n2;
HRESULT hres;
.
.
.
if (args_cnt > 1) {
if (V_VT(args+1) != VT_ERROR) {
hres = to_int(args+1, &decimal_places);
if (FAILED(hres))
return hres;
}
}
hres = VarR8Round(n, decimal_places, &n2);
if(FAILED(hres))
return hres;
return return_double(res, n2);
```
--
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=55812
Bug ID: 55812
Summary: Regressions in 8.18~jammy-1 (crashes, mouse pointer)
Product: Wine
Version: 8.18
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: ---
I'm running bitwig studio and yabridge to run windows VSTs in it. Unfortunately
8.18~jammy-1 broke several otherwise perfectly working plugins. Downgrading to
8.17 resolves all issues.
First issue is with Air Jura:
https://www.airmusictech.com/virtual-instruments/air-jura.html
Which crashes completely with the following log messages:
stderr:
ons 7fa6da2e0301: unknown CFA opcode 20
18:13:46 [Jura-4IJceklx] [Wine STDERR]
0108:fixme:unwind:execute_cfa_instructions 7fa6da2e0301: unknown CFA opcode 2e
18:13:46 [Jura-4IJceklx] [Wine STDERR]
0108:fixme:unwind:execute_cfa_instructions 7fa6da2e0301: unknown CFA opcode 20
18:13:46 [Jura-4IJceklx] [Wine STDERR]
0108:fixme:unwind:execute_cfa_instructions 7fa6da2e0301: unknown CFA opcode 2e
18:13:46 [Jura-4IJceklx] [Wine STDERR]
0108:fixme:unwind:execute_cfa_instructions 7fa6da2e0301: unknown CFA opcode 20
18:13:46 [Jura-4IJceklx] [Wine STDERR]
0108:fixme:unwind:execute_cfa_instructions 7fa6da2e0301: unknown CFA opcode 2e
18:13:46 [Jura-4IJceklx] [Wine STDERR]
0108:fixme:unwind:execute_cfa_instructions 7fa6da2e0301: unknown CFA opcode 20
18:13:46 [Jura-4IJceklx] [Wine STDERR]
0108:fixme:unwind:execute_cfa_instructions 7fa6da2e0301: unknown CFA opcode 2e
18:13:46 [Jura-4IJceklx] [Wine STDERR]
0108:fixme:unwind:execute_cfa_instructions 7fa6da2e0301: unknown CFA opcode 20
18:13:46 [Jura-4IJceklx] [Wine STDERR]
0108:fixme:unwind:execute_cfa_instructions 7fa6da2e0301: unknown CFA opcode 2e
18:13:46 [Jura-4IJceklx] [Wine STDERR]
0108:fixme:unwind:execute_cfa_instructions 7fa6da2e0301: unknown CFA opcode 20
18:13:46 [Jura-4IJceklx] [Wine STDERR]
0108:fixme:unwind:execute_cfa_instructions 7fa6da2e0301: unknown CFA opcode 2e
18:13:46 [Jura-4IJceklx] [Wine STDERR]
0108:fixme:unwind:execute_cfa_instructions 7fa6da2e0301: unknown CFA opcode 20
18:13:46 [Jura-4IJceklx] [Wine STDERR]
0108:fixme:unwind:execute_cfa_instructions 7fa6da2e0301: unknown CFA opcode 2e
18:13:46 [Jura-4IJceklx] [Wine STDERR]
0108:fixme:unwind:execute_cfa_instructions 7fa6da2e0301: unknown CFA opcode 20
18:13:46 [Jura-4IJceklx] [Wine STDERR] 0108:err:virtual:virtual_setup_exception
stack overflow 2640 bytes addr 0x6fffffcb85e2 stack 0x7ffffe1005b0
(0x7ffffe100000-0x7ffffe101000-0x7ffffe200000)
18:13:46 [Jura-4IJceklx] The Wine host process has exited unexpectedly. Check
the output above for more information.
terminate called without an active exception.
Second issue is that several Arturia plugins (MS-20 V, Acid V) do not show
mouse pointer anymore, at least not until window is resized. Then it works
again until window is closed. But as plugin windows are closed and re-opened
constantly this is frustrating.
--
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=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.