https://bugs.winehq.org/show_bug.cgi?id=53620
Bug ID: 53620
Summary: err:ole:com_get_class_object class
{2d3468c1-36a7-43b6-ac24-d3f02fd9607a} not registered
Product: Wine
Version: 7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: wuyudi1109(a)gmail.com
Distribution: ---
I run a game, and it shows this.
```
0454:err:ole:com_get_class_object class {2d3468c1-36a7-43b6-ac24-d3f02fd9607a}
not registered
0454:err:ole:com_get_class_object no class object
{2d3468c1-36a7-43b6-ac24-d3f02fd9607a} could be created for context 0x1
```
Then crash.
According to
https://wiki.winehq.org/Wine_Developer%27s_Guide/COM_in_Wine#Writing_COM_Co…
I find it's about shell32.dll. And I find that this key is not in wine's reg.
So how can I fix it? (I tried to add it by hand, but still not work.)
Also, I found this in [wine's
code](https://github.com/wine-mirror/wine/blob/master/include/shobjidl.idl)
```
[
uuid(2d3468c1-36a7-43b6-ac24-d3f02fd9607a)
]
coclass EnumerableObjectCollection
{
interface IEnumObjects;
}
```
--
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=53618
Bug ID: 53618
Summary: schedsvc:atsvcapi randomly fails to cleanup after
itself in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
schedsvc:atsvcapi randomly fails to cleanup after itself in Wine:
atsvcapi.c:137: 0: jobid 12, command L"Task1.exe"
atsvcapi.c:143: found 0: jobid 12, command L"Task1.exe"
atsvcapi.c:171: Test failed: NetrJobDel error 3806
https://test.winehq.org/data/patterns.html#schedsvc:atsvcapi
Where 3806 == APE_AT_ID_NOT_FOUND.
--
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=53616
Bug ID: 53616
Summary: Request for Package: winehq-keyring
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: jkfloris(a)dds.nl
CC: dimesio(a)earthlink.net
Distribution: ---
Recently, there were some bugs about adding the WineHQ repository. And whether
this could be made easier.
I created a simple Debian package that adds the winehq key to the system and
creates a winehq.sources file. As far as I can test, the package works on
Debian, Ubuntu and Mint. This will make the installation the same on these
distributions.
Is there any interest in making this an official winehq package?
The source code can be found on:
https://gitlab.winehq.org/jkfloris/winehq-keyring/
--
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.