Mario Fischer

Results 16 comments of Mario Fischer

Thanks for the insight. In the meantime I have found out that libtask is not a suitable library to solve the problem (incomplete and uses inline assembly only). It took...

Thanks again for your reply. On one hand I can understand that you want to avoid external dependencies, but on the other I think that inline assembly is not the...

@hsluoyz This has to to with a possible database breach. A zero-day vulnerability in a wide-spread DBMS (like MySQL/MariaDB) is more likely than someone breaking your application and getting access...

Same problem with *desktop_webview_window 0.2.3* :disappointed: Flutter version: 3.13.6 (Channel stable) OS: Windows 10 (21H2, Build 19044.2965) WebView2 version: 117.0.2045.43

@HRNasr Is this "registration mode" present in current Casdoor? I cannot find any reference to it.

I have just put 1.5.2 to test and got the same error message. This is the whole stacktrace: ``` java.lang.UnsatisfiedLinkError: could not make loader for libvips at app.photofox.vipsffm.VipsLibLookup.buildSymbolLoader(VipsLibLookup.java:14) ~[vips-ffm-core-1.5.2.jar:na] at...

I'm so sorry! After adding `-Dvipsffm.libpath.vips.override="/usr/lib/x86_64-linux-gnu/libvips.so.42"` I got this error message: ``` java.lang.ExceptionInInitializerError: null at app.photofox.vipsffm.VipsHelper.init(VipsHelper.java:19) ~[vips-ffm-core-1.5.2.jar:na] at app.photofox.vipsffm.Vips.init(Vips.java:17) ~[vips-ffm-core-1.5.2.jar:na] at app.photofox.vipsffm.Vips.init(Vips.java:12) ~[vips-ffm-core-1.5.2.jar:na] at com.test.springdemo.demo.DemoApplication.lambda$0(DemoApplication.java:29) ~[classes/:na] at org.springframework.boot.SpringApplication.lambda$callRunner$5(SpringApplication.java:788) ~[spring-boot-3.4.3.jar:3.4.3] at...

There is something very interesting though: if I provide an invalid path I will get the same error message (library not valid at path). Is this a problem caused by...

This is the output of the ls command: ``` $ ls -l /usr/lib/x86_64-linux-gnu/libvips.so.42 lrwxrwxrwx 1 root root 18 Apr 1 2024 /usr/lib/x86_64-linux-gnu/libvips.so.42 -> libvips.so.42.17.1 ```

The error even occurs if I run the jvm as root.