revery-ui / revery-quick-start

Quick Start / Sample Revery Application

Home Page:https://www.outrunlabs.com/revery/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running AppImage output error undefined symbol: jpeg_crop_scanline, version LIBJPEG_6.2 in WSL2

Umu999 opened this issue · comments

environment:

  • WSL2
  • Ubuntu 20.04

esy install and esy build completed successfully, but I see an error when I run _release/ExampleApp-x86_64.AppImage.

$ ./_release/ExampleApp-x86_64.AppImage 
/tmp/.mount_ExampluuA72T/usr/bin/App: symbol lookup error: /tmp/.mount_ExampluuA72T/usr/bin/App: undefined symbol: jpeg_crop_scanline, version LIBJPEG_6.2

I would like to use revery app via VcXsrv to connect GUI app between WSL2 and Windows.
Do you have any solution for this issue?