Skip to content

Instantly share code, notes, and snippets.

@smoak
Created December 17, 2015 03:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smoak/a183ae48484ef04256af to your computer and use it in GitHub Desktop.
Save smoak/a183ae48484ef04256af to your computer and use it in GitHub Desktop.
$ winecfg
wine: created the configuration directory '/home/smoak/.wine'
err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
err:ole:get_local_server_stream Failed: 80004002
err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
err:ole:get_local_server_stream Failed: 80004002
@smoak
Copy link
Author

smoak commented Dec 17, 2015

If I strace:

$ sudo strace -fp 2910
Process 2910 attached
[ Process PID=2910 runs in 32 bit mode. ]
read(7, 

@smoak
Copy link
Author

smoak commented Dec 17, 2015

$ ls /proc/2910/fd/7 -la
lr-x------ 1 smoak users 64 Dec 16 19:45 /proc/2910/fd/7 -> pipe:[19303]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment