Windows error 0x800736B7, -2147010889

Detailed Error Information

SXS_KEY_NOT_FOUND[1]

MessageThe requested lookup key was not found in any active activation context.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code14007 (0x36b7)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x000036b7.

Questions

1vote
1answer

Using wine process within docker without attaching to a shell

I am trying to run a windows command-line program called msconvert inside a docker container. The authors provide a docker image and it works just fine using ´docker run´ or when connecting to the docker machine and running it from the inside. So this works when connected to a bash [...] read more
docker
docker-compose
dockerfile
wine
0votes
0answers

What is the best way to run Windows exe file on web

I am working on the existing project. Here is a exe file, when user open it, it get the config from the same directory will auto downloading the latest files(assets) from server to the current directory. I don't know how the exe run, maybe it just run git pull or [...] read more
php
windows
ubuntu
0votes
1answer

Winelib - console app

Im developing a console app that runs on Linux and calls a windows dll using Wine. While I am able to call the dll I am getting some unexpected output when running the .exe console app. For example: err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046} err:ole:marshal_object couldn't get IPSFactory [...] read more
c++
linux
gcc
cmake
wine

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0