Can We install Windows 10 SDK on Linux?

Questions about Wine on Linux
Locked
adityapro
Newbie
Newbie
Posts: 2
Joined: Mon Jul 11, 2022 4:26 am

Can We install Windows 10 SDK on Linux?

Post by adityapro »

Hi,

Can we Install Windows 10 SDK on Linux using wine?

I need to use mage.exe and signtool.exe, which are present in Windows 10 SDK.
invisible kid
Level 5
Level 5
Posts: 368
Joined: Tue Dec 24, 2019 3:23 pm

Re: Can We install Windows 10 SDK on Linux?

Post by invisible kid »

Just a fellow user here. You might try to get only those two executable on the system. They may need other resources and in that case you might be able to bring over just what it needs or it might not work at all. For example, I would sometimes copy over solitaire(sol.exe) and run that. I would not have the resources for the various deck backs, but the game would work anyway. Hope you get something going. Maybe someone will know how to install the whole she-bang.
adityapro
Newbie
Newbie
Posts: 2
Joined: Mon Jul 11, 2022 4:26 am

Re: Can We install Windows 10 SDK on Linux?

Post by adityapro »

Got below error upon trying to install it


-bash-4.2$ wine --version
wine-4.0.4
-bash-4.2$ wine /home/<user>/Downloads/winsdksetup.exe
wine: created the configuration directory '/home/<user>/.wine'
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {000001 31-0000-0000-c000-000000000046}
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140 c1-7436-11ce-8034-00aa006009fa}
0012:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x800 04002
0012:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-1 1ce-8034-00aa006009fa}, 80004002
0012:err:ole:get_local_server_stream Failed: 80004002
0014:err:winediag:nodrv_CreateWindow Application tried to create a window, but n o driver could be loaded.
0014:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
0014:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
0014:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {000001 31-0000-0000-c000-000000000046}
0014:err:ole:apartment_createwindowifneeded CreateWindow failed with error 14007
0014:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x800 736b7
0014:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-1 1ce-8034-00aa006009fa}, 800736b7
0014:err:ole:get_local_server_stream Failed: 800736b7
000b:err:winediag:nodrv_CreateWindow Application tried to create a window, but n o driver could be loaded.
000b:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
0010:err:winediag:nodrv_CreateWindow Application tried to create a window, but n o driver could be loaded.
0010:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
0016:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0016:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
0018:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0018:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
Could not load wine-gecko. HTML rendering will be disabled.
0025:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0025:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
0027:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0027:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
0029:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0029:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
Could not load wine-gecko. HTML rendering will be disabled.
wine: configuration in '/home/<user>/.wine' has been updated.
wine: Bad EXE format for Z:\home\<user>\Downloads\winsdksetup.exe.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Can We install Windows 10 SDK on Linux?

Post by jkfloris »

Can you tell a little more about your system and how you installed Wine?
It looks like you only installed the 64-bit part of Wine, or you don't have a Intel/ AMD processor.
Wine 4.0.4 is very old, please update if possible.
Locked