解决shellter安装成功,启动shellter出现it looks like wine32 is missing, you should install it.
发布时间
阅读量:
阅读量
第一步我们需要运行命令apt install shellter来进行安装操作。
安装完成后系统会提示开始读取软件列表… 完成
系统开始分析依赖关系树
随后会列出当前的状态信息… 完成
确认已下载到最新版本(7.1-0kali1)。
统计结果显示没有任何新版本被升级也没有新软件包被安装也没有旧版本被移除目前还有9个软件包尚未更新说明已经成功完成此次操作。
然而当我们尝试运行命令打开shellter应用程序时却意外地发现:
it looks like wine32 is missing, you should install it.
multiarch needs to be enabled first. as root, please
execute "dpkg --add-architecture i386 && apt-get update &&
apt-get install wine32"
wine: created the configuration directory '/root/.wine'
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
0014:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0014:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0014:err:ole:get_local_server_stream Failed: 80004002
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
0012:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
0012:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
0012:err:ole:get_local_server_stream Failed: 80004002
Could not load wine-gecko. HTML rendering will be disabled.
it looks like wine32 is missing, you should install it.
multiarch needs to be enabled first. as root, please
execute "dpkg --add-architecture i386 && apt-get update &&
apt-get install wine32"
Could not load wine-gecko. HTML rendering will be disabled.
wine: configuration in '/root/.wine' has been updated.
it looks like wine32 is missing, you should install it.
multiarch needs to be enabled first. as root, please
execute "dpkg --add-architecture i386 && apt-get update &&
apt-get install wine32"
wine: Z:\usr\share\shellter\shellter.exe 的 EXE 格式无效。
wineconsole: 无法启动程序 "/usr/share/shellter/shellter.exe"。
命令无效。
这一现象源于该软件依赖于wine32包的特殊需求,在通常情况下,在64位Kali系统中仅提供wine64版本的软件支持。为此,请按照以下步骤操作:首先启用i386架构(dpkg --add-architecture i386),随后进行系统更新(apt-get update),最后安装所需的 wine32 包(apt-get install wine32)。完成以上操作后打开shelter应用程序即可正常运行其界面。
全部评论 (0)
还没有任何评论哟~
