[LTspice] Debian LinuxでLTspiceをインストールしてみる
※ 当ページには【広告/PR】を含む場合があります。
2020/07/03
LTspice
Linuxへの導入
LTspiceXVII.exe
Wineのインストール
wine
$ sudo apt-get update
$ sudo apt-get install wine
#...インストール作業中略
$ wine --version
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-4.0 (Debian 4.0-2)
wine32
wine64
$ wine LTspiceXVII.exe
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 '/home/**********/.wine'
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
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
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 '/home/**********/.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:\home\*********\ltspice\LTspiceXVII.exe の EXE フォーマットが不正です。
wine32
wine32
$ sudo dpkg --add-architecture i386
$ sudo apt-get update
$ sudo apt-get install wine32
#32bit用のライブラリがインストールされる
#...以下略
LTspice
LTspiceの起動
$ LANG='ja_JP.UTF-8' wine LTspiceXVII.exe
[Accept] --> [x64(64bit)] --> [Install now]
LTspice
LTspice
wineのパラメータ設定
$ winecfg
まとめ
記事を書いた人
ナンデモ系エンジニア
電子工作を身近に知っていただけるように、材料調達からDIYのハウツーまで気になったところをできるだけ細かく記事にしてブログ配信してます。
カテゴリー