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.
https://bugs.winehq.org/show_bug.cgi?id=55052
Bug ID: 55052
Summary: For loop where right bound is string coercion issue
Product: Wine
Version: 8.9
Hardware: aarch64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: francisdb(a)gmail.com
Dim i, num
num = "16"
For i = 0 To num
WScript.Echo i
Next
On windows using cscript this loops 16 times
Using wine vbscript this loops a lot further (at least 5022747)
As a workaround you can of course use 16 or CInt(num)
--
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=47699
Bug ID: 47699
Summary: For Honor and STEEP (Uplay) fail to connect to online
services (missing bcrypt functions)
Product: Wine
Version: 4.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bcrypt
Assignee: wine-bugs(a)winehq.org
Reporter: stefan.riesenberger(a)gmail.com
Distribution: ---
Created attachment 65164
--> https://bugs.winehq.org/attachment.cgi?id=65164
Log with +fixme,-ntdll
For Honor starts fine, but on the "Press any Key to continue" screen it fails
to connect to the online services and puts the following lines into the log
when trying to connect:
011f:fixme:bcrypt:BCryptGenerateSymmetricKey ignoring object buffer
0161:fixme:secur32:schannel_get_cipher_algid unknown algorithm 23
0161:fixme:secur32:schannel_get_mac_algid unknown algorithm 200, cipher 23
0163:fixme:bcrypt:BCryptCreateHash ignoring object buffer
0163:fixme:bcrypt:BCryptSecretAgreement 0x7fe82e905e10, 0x7fe82e907490,
0x7fe7d33bf8d8, 00000000
0163:fixme:bcrypt:BCryptDeriveKey 0xdeadfeed, L"HASH", (nil), 0x7fe840031920,
16, 0x7fe7d33bf8c0, 00000000
0163:fixme:bcrypt:BCryptDestroySecret 0xdeadfeed
0147:fixme:bcrypt:BCryptGenerateSymmetricKey ignoring object buffer
0147:fixme:bcrypt:BCryptGenRandom ignoring selected algorithm
STEEP also fails in a similar matter with the same log output.
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=55950
Bug ID: 55950
Summary: An attempt to print from 'wine iexplore' leads to a
crash
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression, source
Severity: normal
Priority: P2
Component: wineps.drv
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: piotr.caban(a)gmail.com
Regression SHA1: ca66b3eb8440db53fb110b559d29c6783be61e42
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
wine: Unhandled page fault on read access to 09A70001 at address 75781FB0
(thread 00d4), starting debugger...
Bisect points to
ca66b3eb8440db53fb110b559d29c6783be61e42 is the first bad commit
commit ca66b3eb8440db53fb110b559d29c6783be61e42
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Wed Apr 26 19:26:21 2023 +0200
gdi32: Add support for creating EMF spool files.
Please note that printing has regressed several times, and this commit may
point to a different problem.
--
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=55892
Bug ID: 55892
Summary: .NET 8 Windows Forms crash
Product: Wine
Version: 8.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: makiwolf(a)outlook.at
Distribution: ---
Created attachment 75428
--> https://bugs.winehq.org/attachment.cgi?id=75428
log
.NET 8 (preview) windows forms don't work
https://dotnet.microsoft.com/en-us/download/dotnet/8.0
How to reproduce:
dotnet new winforms
dotnet run
Message box shows with program error.
On .NET 7 or 6 I can't reproduce it and it only happens in preview versions of
.NET 8
--
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=55890
Bug ID: 55890
Summary: Eurobattle installer fails to run
Product: Wine
Version: 8.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cen.is.imba(a)gmail.com
Distribution: ---
Created attachment 75427
--> https://bugs.winehq.org/attachment.cgi?id=75427
console log
Eurobattle.net installer.exe fails to run.
It is a statically linked Qt6 x64 application.
Source code is here (https://github.com/cen1/xpam-installer) and I am primary
developer so can change the binary with possible workarounds if identified.
Steps taken:
1. Installed winehq-devel on Debian 12 according to
https://wiki.winehq.org/Debian
2. wine --version reports 8.20
3. Executable download:
https://files.eurobattle.net/installer/installer_v15.zip
4. export WINEPREFRIX=$HOME/.wine_devel
5. wine installer.exe
6. Asks to install wine-mono, I accept
7. Application fails to launch, log 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=54999
Bug ID: 54999
Summary: Process Explorer from Sysinternals shows a blank
window
Product: Wine
Version: 8.9
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
This is a regression between wine 8.0 and 8.1.
You MUST make clean WINEPREFIX for this! When the WINEPREFIX was created with
8.0 it also works with 8.1 and later. Only when the WINEPREFIX is created with
8.1 and later the problem occurs.
Tested with procexp64 from
https://web.archive.org/web/20230406081546/http://download.sysinternals.com…
Tested with both the 64bit and 32bit version, same behavior.
--
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=13340
Summary: dicom image viewer aborts because
IMultiLanguage2_GetCharsetInfo doesn't like "ISO8859-1"
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I had an MRI recently, and got a copy on cd-rom. The viewer app
crashed quickly on Wine.
trace:mlang:fnIMultiLanguage2_GetCharsetInfo 0x19dce8 L"ISO8859-1" 0x32f5b4
...
0009:Call KERNEL32.lstrcmpiW(01031d58 L"ISO8859-1",0032f524 L"iso-8859-1")
ret=7d52ed97
...
0009:Call oleaut32.SysAllocString(01577b00 L"System does not support the
specified encoding.\r\n") ret=69bf1378
...
wine: Unhandled exception 0x80000003 at address 0x7b83d7c1 (thread 0009),
starting debugger...
Backtrace:
=>1 0x7b83d7c1 DebugBreak+0x3() [wine-git/include/winternl.h:1828] in kernel32
2 0x7bc54140 call_entry_point+0x20() in ntdll
3 0x7bc55118 relay_call_from_32+0x1a1(descr=0x7b8b416c, idx=?,
stack=0x32f8fc) [wine-git/dlls/ntdll/relay.c:372] in ntdll
4 0x7b8273c1 in kernel32 (+0x73c1)
5 0x69b20265 in msxml4 (+0x10265)
6 0x004b8a53 in efilmlt (+0xb8a53)
Looks like Windows is more forgiving about how callers
identify charsets. We were only accepting names
like "iso-8859-1", but Windows accepts "ISO8859-1".
I have test that passes on WinXP, and a patch that fixes both the
test and the real app. Will send to wine-patches.
--
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=55852
Bug ID: 55852
Summary: can't print, even from notepad to pdf
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: kadlecf(a)fzu.cz
Distribution: ---
Created attachment 75360
--> https://bugs.winehq.org/attachment.cgi?id=75360
output from notepad, printing to CUPS-PDF with option "[X] Print to file"
checked
My wine is packed within the OpenSuse Tumbleweed distribution. I realized I was
not able to print from my custom application which has always worked. In the
past, printing from the custom application worked - it simply uses the
appropriate windows call, and nothing changed in the way printing is
implemented there. In the meantime, I only updated wine through distribution
updates.
Then I tried notepad. Printing to CUPS printers - which do work otherwise -
fails. Sending a print output to a connected printer does not even create an
entry in the print queue. Also, I installed the cups-pdf printer and tried to
print to a file. The output is attached but the postscript does not render
anything else than an empty page.
--
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=55210
Bug ID: 55210
Summary: Hatching printed with wrong stripes direction in
Framemaker 8
Product: Wine
Version: 8.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineps.drv
Assignee: wine-bugs(a)winehq.org
Reporter: ulrich.gemkow(a)ikr.uni-stuttgart.de
Distribution: ---
When printing a hatching in Framemaker 8 the stripes are printed in
the wrong direction (from left to right instead of from right
to left and vice versa).
Attached are two FrameMaker documents each with a hatching in different
directions and the generated postscript files. The Postscript files differ
only in one (relevant) line - the /DataSource Statement created by ps.c.
--
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.