https://bugs.winehq.org/show_bug.cgi?id=52863
Bug ID: 52863
Summary: kernel32:actctx fails on Windows 10 1909
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
kernel32:actctx fails on Windows 10 1909:
actctx.c:1110: wrong_manifest11
actctx.c:1045: Test failed: Unexpected context handle 00000000000F9CE8.
https://test.winehq.org/data/patterns.html#kernel32:actctx
The failure happens in the new test_create_and_fail(wrong_manifest11...) call
introduced by this commit:
commit c7f72cc4003cc2714bf219d9d595ce9f87c30a98
Author: Rémi Bernon <rbernon(a)codeweavers.com>
AuthorDate: Wed Apr 6 16:09:28 2022 +0200
kernel32/tests: Add some activatableClass manifest attribute tests.
And the matching ACTIVATION_CONTEXT_SECTION_WINRT_ACTIVATABLE_CLASSES
activation context section.
Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
The failure can be reproduced on the w1064v1909 TestBot VM.
--
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=48025
Bug ID: 48025
Summary: Betfair Poker crashes
Product: Wine
Version: 4.18
Hardware: x86-64
URL: https://poker-com-banner.bfcdl.com/installer/SetupPoke
r.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Blocks: 38931
Distribution: Ubuntu
Created attachment 65564
--> https://bugs.winehq.org/attachment.cgi?id=65564
Wine 4.18 console log
Following a successful installation, Betfair Poker crashes and cannot continue.
wine: Unhandled page fault on write access to 0xbbadbeef at address 01D13A72
(thread 0083), starting debugger...
Workarounds:
winetricks ie6 vd=1024x768 (Bug 38929 & Bug 48024)
=>0 0x01d13a72 EntryPoint+0xffffffff() in qt5webkit (0x7dcbb7f0)
Seems to use Qt5 but I can't see any source code downloads. It is available
with a commercial licence, however.
--
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=38931
Bug ID: 38931
Summary: Betfair Poker log-in stops
Product: Wine
Version: 1.7.47
Hardware: x86-64
URL: https://banner.poker1.betfair.com/cgi-bin/SetupPoker.e
xe
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 51865
--> https://bugs.winehq.org/attachment.cgi?id=51865
wine-1.7.47-84-g2294d3b console output
The Betfair Poker log-in window fails to do anything after submitting the
log-in details and just shows a blank, white window.
Process:
1. "winetricks -q ie6"
2. Set everything except mshtml to builtin (Bug 38929)
3. Setup/install
4. Load application
Native mshtml causes a stack overflow. Switching back to builtin avoids the
overflow but doesn't help.
Native shdoclc (AND native mshtml) works around the bug and allows the
application to continue, and log in. Either alone have their own problems so
I'm not sure where the issue lay. There are possibly two, separate bugs here
but I cannot separate them.
$ sha1sum SetupPoker.exe
ae3d498582f63c0b0906b5158aaa7669124db5a1 SetupPoker.exe
--
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=16142
Summary: Adobe Reader 9.0 outputs error after install, that
multiple instances are running
Product: Wine
Version: 1.1.8
Platform: PC
URL: http://ardownload.adobe.com/pub/adobe/reader/win/9.x/9.0
/enu/AdbeRdr90_en_US.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=17384)
--> (http://bugs.winehq.org/attachment.cgi?id=17384)
terminal output
"Another instance of this program is already running. You cannot run multiple
instances at the same time"
minor, but annoying.
--
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=53080
Bug ID: 53080
Summary: Powershell Core is broken since yesterday`s
e613d294504a6fe69102b0c1bc050ebd33a1c64e
Product: Wine
Version: 7.9
Hardware: x86-64
URL: https://github.com/PowerShell/PowerShell/releases/down
load/v7.0.3/PowerShell-7.0.3-win-x64.msi
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: e613d294504a6fe69102b0c1bc050ebd33a1c64e
Distribution: Debian
Crash:
Fatal error. System.AccessViolationException: Attempted to read or write
protect
ed memory. This is often an indication that other memory is corrupt.
at System.Globalization.CompareInfo.FindString(UInt32, System.String, Int32,
Int32, System.String, Int32, Int32, Int32*)
at System.Globalization.CompareInfo.StartsWith(System.String, System.String,
System.Globalization.CompareOptions)
at System.Globalization.CompareInfo.IsPrefix(System.String, System.String,
Sy
stem.Globalization.CompareOptions)
Steps to reproduce:
- Install
https://github.com/PowerShell/PowerShell/releases/download/v7.0.3/PowerShel…
- wine pwsh
Reverting e613d294504a6fe69102b0c1bc050ebd33a1c64e makes it work again.
commit e613d294504a6fe69102b0c1bc050ebd33a1c64e
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon May 30 22:40:23 2022 +0200
kernelbase: Reimplement FindNLSStringEx/W using the sortkey generation
code.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=46775
Bug ID: 46775
Summary: DUMB TYPO Steam (from steam-wine-git AUR) crashes when
attempting to access controller settings for desktop
or general
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: mobiuscode(a)tutamail.com
Distribution: ---
I merely want my retrolink gamecube-style controller to work with ALL the
games I've installed on Steam using steam-wine. Apparently the bug, according
to a developer of one of the games that doesn't work, stems from Proton
https://github.com/ValveSoftware/Proton/issues/1549 but I can't troubleshoot it
because the moment I try to access the controller settings, several popup
errors appear saying something (one was I think "can't find surface"), none of
which are searchable (until after I paste them here, I guess). One of them also
appears when run from Konsole:
"\src\panorama\renderer\d3d10d2dsurface.cpp (9532) : Assertion Failed: No D2D
device created, possible no GPU supoprting D3D10_FEATURE_LEVEL_9_1 or higher
was found? Can't create surface."
And WHY IS SUPPORTING MISSPELLED ON WINE ALONE????
--
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=53020
Bug ID: 53020
Summary: Unable to download games from EA Origin
Product: Wine
Version: 7.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Distribution: ---
Created attachment 72389
--> https://bugs.winehq.org/attachment.cgi?id=72389
Output Console log
Hi,
Currently with plain wine-7.8, install and launch EA Origins work without
issue.
But there is an issue when i want to download a game.
As you can see on the screenshot, Origin waiting for permission with Windows
prompt ... but no windows prompt appears.
In the past, i did not have this issue and i tried with wine 6.23 and the issue
subsist. I suspect a new version of Origin which cause this.
I tried wine-staging and same issue. Strangely with wine-GE
(https://github.com/GloriousEggroll/wine-ge-custom), there is not issue and i
can download the game correctly, i don't have the permission popup.
--
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=52127
Bug ID: 52127
Summary: SlingPlayer 2 crashes on load
Product: Wine
Version: 6.22
Hardware: x86-64
URL: http://download.slingmedia.com/player/pc/SP2/SlingPlay
er-2.0.3508-Setup-EMEA.exe
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
CC: julliard(a)winehq.org
Blocks: 18556, 28669, 44204
Regression SHA1: a76518c186ac0893ea460cd3b061096f1b05c8cc
Distribution: Ubuntu
Created attachment 71162
--> https://bugs.winehq.org/attachment.cgi?id=71162
Wine 6.22 console log
SlingPlayer 2 crashes with a Vis C++ error in Wine 6.22.
This never used to occur.
a76518c186ac0893ea460cd3b061096f1b05c8cc is the first bad commit
commit a76518c186ac0893ea460cd3b061096f1b05c8cc
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Dec 11 22:22:43 2019 +0100
kernelbase: Use exception handlers instead of IsBad* functions.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 bbbda9e8b3bc9c0f48aba9472365ca39a95a57fc
4745b91c6e1ed41e2b1ff25741fa77c58cc02a01 M dlls
Commit cannot be reverted in latest git as build fails.
Tried native quartz but it made no difference.
Doesn't occur in Wine Staging 6.22.
--
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=28437
Summary: Panzer Corps: no intro video
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: slackers.mailbox(a)gmail.com
Created an attachment (id=36451)
--> (http://bugs.winehq.org/attachment.cgi?id=36451)
Panzer Corps: no intro video
Wine 1.3.28, Ubuntu 11.04 x86_64
There is no intro video being played upon starting the game. It's possible to
skip the displayed blank screen and enter the game by hitting ESC.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=19743
Summary: Acrobat Reader 5 page fault on load
Product: Wine
Version: 1.1.27
Platform: PC
URL: ftp://ftp.adobe.com/pub/adobe/acrobatreader/win/5.x/ar
500enu.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Acrobat Reader 5 causes a page fault when loading.
=>0 0x3702e6cb in docbox.api (+0x2e6cb) (0x0032f10c)
Removing docbox.api allows the app to load.
docbox.api is some kind of plug-in from InterTrust, but the crash does not
occur under Windows.
--
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.