morevnaproject-org / opentoonz

OpenToonz - アニメーション制作ツールのオープンソースプロジェクト
Other
127 stars 13 forks source link

symbol lookup error #17

Closed hellocatfood closed 5 years ago

hellocatfood commented 5 years ago

Issue Summary

When starting the Opentoonz 1.2.0.3 appimage I get the following terminal output:

./OpenToonz-1.2.0.3-morevna-18.06.17-linux64-b8b54.appimage 
update stuff
./../bin/OpenToonz_1.2: symbol lookup error: /usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0: undefined symbol: xcb_dri3_get_supported_modifiers

System Information

hellocatfood commented 5 years ago

If I run the following from the terminal then the program starts successfully:

LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0 ./OpenToonz-1.2.0.3-morevna-18.06.17-linux64-b8b54.appimage 

However, this is inconvenient to do it each time

edukaded commented 5 years ago

I've posted a guide to make it more convenient over here... https://github.com/morevnaproject/opentoonz/issues/29