Skip to content

Instantly share code, notes, and snippets.

@LasseR15
Created December 28, 2023 12:47
Show Gist options
  • Select an option

  • Save LasseR15/06b82a840ea2cc8a6f3a6a30eb6b5cdf to your computer and use it in GitHub Desktop.

Select an option

Save LasseR15/06b82a840ea2cc8a6f3a6a30eb6b5cdf to your computer and use it in GitHub Desktop.
Fix MagicQ Visualizer not working under Linux

Fix MagicQ Visualizer not working under Linux/showing black screen

To fix this issue, I simply had to run the following commands in bash:

sudo su
cd /opt/magicq/lib
rm libstdc++.so.6
ln -s /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ./

My setup

I had this issue with the following setup:
OS: Pop!_OS 22.04 LTS x64
Kernel: 6.6.6-76060606-generic
MagicQ version: v1.9.4.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment