I'm encountering some issues while building my native Client using Gluon (Linux). I believe the problem lies with the webview, but I'm uncertain about how to resolve it. It compiles fine on Windows and functions properly, but I had to include the webview.dll (tried webview.so (or whatever the so webkit is on linux) alongside the executable.
Pretty sure I installed on the dependencies required to compile the webengine. The application functions properly, but when attempting to load the webview after logging in, the application crashes. Removing the webview resolves the issue but it's required for the script edtiors.
The application functions properly, but when attempting to load the webview after logging in, the application crashes. Removing the webview resolves the issue.
(No it does not work even with a very basic webview, as soon as any webview is loaded application crashes).
Tried adding the .so (linux equivalent to dll) alongside the executable (this is how we got it to work on windows natively).
Feeling this is the primary culprit -
Mon Apr 08 23:36:22 EDT 2024][INFO] [SUB] SEVERE: Caused by: java.lang.UnsatisfiedLinkError: com.sun.webkit.WebPage.twkInitWebCore(ZZZ)V [symbol: Java_com_sun_webkit_WebPage_twkInitWebCore or Java_com_sun_webkit_WebPage_twkInitWebCore__ZZZ]
Current Platform: Ubuntu 22.04.4 LTS 64bit
I'm encountering some issues while building my native Client using Gluon (Linux). I believe the problem lies with the webview, but I'm uncertain about how to resolve it. It compiles fine on Windows and functions properly, but I had to include the webview.dll (tried webview.so (or whatever the so webkit is on linux) alongside the executable.
Here is the error log:
Here is gradle
Pretty sure I installed on the dependencies required to compile the webengine. The application functions properly, but when attempting to load the webview after logging in, the application crashes. Removing the webview resolves the issue but it's required for the script edtiors.
The application functions properly, but when attempting to load the webview after logging in, the application crashes. Removing the webview resolves the issue.
(No it does not work even with a very basic webview, as soon as any webview is loaded application crashes).
Tried adding the .so (linux equivalent to dll) alongside the executable (this is how we got it to work on windows natively).
Feeling this is the primary culprit - Mon Apr 08 23:36:22 EDT 2024][INFO] [SUB] SEVERE: Caused by: java.lang.UnsatisfiedLinkError: com.sun.webkit.WebPage.twkInitWebCore(ZZZ)V [symbol: Java_com_sun_webkit_WebPage_twkInitWebCore or Java_com_sun_webkit_WebPage_twkInitWebCore__ZZZ]