protonscr

Steam is missing 32 bits how do I fix this?

steamopen
ValveSoftware/steam-for-linux#8396 · opened 2022-02-07 by laramatekara · updated 2022-02-07 · 2 comments · github
Llaramatekara 2022-02-07 github

You are missing the following 32-bit libraries, and Steam may not run:
libGL.so.1
libdrm.so.2
libdrm.so.2
libdrm.so.2

<script src='../js/nassh_deps.concat.js'></script>
<script type='module' src='../js/terminal_main.js'></script>

<style>
  body {
    background-color: $i18n{themeColor};
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%;
  }

  #terminal {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
</style>
<title>&lrm;</title>

Steps for reproducing this issue:

Kkisak-valve maintainer 2022-02-07 github

Hello @laramatekara you haven't provided enough information like what distribution you're using to give accurate advice. In general, Steam is trying to tell you that these libraries, which is part of OpenGL's render path, are missing making it very likely that the 32 bit OpenGL render path is broken on your system.

Llaramatekara 2022-02-07 github

Hi thank you for the response could you tell me what information I need to give in order to fix the OpenGL render path?

Nothing extracted yet.