Jonas Greifenhain
Jonas Greifenhain
> i have the same with RM4c Mini 0x6539 also unsupported It's supported since Pull Request #30
You have to use the table from the Lulesh 2.0 documentation when using LULESH 2.0 (https://asc.llnl.gov/sites/asc/files/2021-01/lulesh2.0_changes1.pdf). It says: > Due to changes in how the initial timestep is set and...
Unfortunately, I can confirm this issue on Android. ``` Flutter 3.10.5 • channel stable • https://github.com/flutter/flutter.git Framework • revision 796c8ef792 (5 months ago) • 2023-06-13 15:51:02 -0700 Engine • revision...
@Paroca72 Thanks a lot, this works!
Should be fixed in this PR https://github.com/hlwhl/webview_cef/pull/148
I had the same problems, just using a lower GCC version and/or newer CEF prebuilds did not do the trick for. I resolved it by some small changes, see https://github.com/hlwhl/webview_cef/pull/148
> @cadivus > the build bundle that generated in Ubuntu 24.04 is not run in Ubuntu 22.04 , and Ubuntu 20.04 It does run on Ubuntu 22.04. The workflows run...
@patel0712 You exported your logs using **snap**craft. Also your error logs show that you are using Snap, see lines like this: > /**snap**/flutter You are still using the Snap version...
> but when i run command **snapcraft -v** > then it install latest flutter from snap i think that may be issue? Yes, probably. Snapcraft uses Snap. That's why I...
Maybe,it is because of you're using a Snap installation of Flutter. Did you try to install it directly as described here?: https://docs.flutter.dev/get-started/install/linux/android#download-then-install-flutter You also need some packages for compilation, you...