Hello guest, if you read this it means you are not registered. Click here to register in a few simple steps, you will enjoy all features of our Forum.
This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
gyroflow on linux ubuntu
#1
someone using the gyroflow appimage on an ubuntu distro?

i cant get it to work so far, i didnt alot research, maybe i will...
i m just curious if someone inhere use it without issue?
Reply
Login to remove this ad | Register Here
#2
It’s not loading or?
This may be helpful https://docs.gyroflow.xyz/guide/installation/
My password is the last 8 digits of pi
[-] The following 1 user Likes G33k L7’d's post:
  • hugnosed_bat
Reply
#3
I too am having issues. If I attempt to start it from the command line, it outputs the following.

Code:
MDK 0.17.0 (git 37eca09) - Multimedia Development Kit. Copyright (c) 2016-2022 WangBin(QtAV author) <wbsecg1 at gmail.com>
Build for: Linux x86_64; Clang15.0.3 GCC4.2.1; libc++15003; 15:08:54 Oct 17 2022
mdk plugin 'mdk-braw': 0x558c5df44640
Crashdump written to /home/user/AppImage/91ec4e99-f8bf-4ec0-8fc9eba6-1501933e.dmp

The crash dump is mostly encoded to, I assume, go with another piece of software. There are bits of human readable stuff in there, but I'm no programmer and don't normally find useful stuff in dump files.

Edit: Still digging. Found that others were having similar issues. Apparently some were able to make it work by setting an environment variable. Tried it myself, but had no luck.
https://github.com/gyroflow/gyroflow/issues/478
[-] The following 1 user Likes Suros's post:
  • hugnosed_bat
Reply
#4
for Gyroflow type:

Code:
ldd /path/to/Gyroflow/plugins/platforms/libxcb.so | grep "not found"


That will list several packages.  In my case:


Code:
libxcb-icccm.so.4 => not found
libxcb-image.so.0 => not found
libxcb-keysyms.so.1 => not found
libxcb-render-util.so.0 => not found

simply install all packages that are "not found"

Code:
sudo apt install libxcb-icccm4
sudo apt install libxcb-image0
sudo apt install libxcb-keysms1
sudo apt install libxcb-render-util0

Then go back to you Gyroflow folder and try again.

Code:
./gyroflow
Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  When an angry Kookaburra helps you sync your gyroflow logs ph2t 1 306 25-Apr-2023, 07:32 PM
Last Post: drumgod


Login to remove this ad | Register Here