0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

linux上のvrcで動画再生ができないエラー

Last updated at Posted at 2025-07-31

環境

OS : archlinux(wayland)
その他 : nvidia 2070super, intel i7

steamVRはwaylandではなくx11の方で動かしています。
詳しいのはこちらで

問題点

VRCで動画プレイヤーやスライドを見ると player error となり再生がされません。
この問題は proton が AVPro を正しく動作させていないのが原因と考えられているようです。
参考

解決方法

AVpro に対応した proton を使用するため proton-GE インストールをします。
GUIで解決したほうが早そうなので以下のパッケージを使わせていただきました。

yay -Sy protonup-qt

起動すると、add version があると思うので最新のものを取得しましょう。

注意なのが Steam は compatibilitytools.d に記述することで proton-GE を使います。
なので、 pacman を使って steam をインストールしていない場合(flatpakなど)は自分でファイルパスを設定してください。上部でファイルパスの指定ができます。

その後は steam を再起動すると互換設定から proton-GE が選択できると思いますので、できれば完了です。

それではよい VRC ライフを。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?