Friwi

Results 28 comments of Friwi

Please post a crash report.

Im currently working on building newer jcef versions for all platforms on github actions. Im still working on a maven integration, but builds are finished so far. Please note that...

The repository is designed to offer the option to compile custom source repositories with github actions by just forking and changing the build parameters. Alternatively one can compile local for...

Your maven support seems nice. Changing the download paths to use the new builds should be easy with it. But I guess it would be nice to separate jcef and...

@Osiris-Team @dzikoysk I'm now providing maven artifacts on the central repository that support linux, windows and macosx out of the box. Check them out: https://github.com/jcefmaven/jcefmaven :) I decided to pull...

It is obviously not meant to be directly merged. But with some configuration options for the user, it could be a good patch for the main paper repo. I would...

Yes, to not keep reallocating threads at runtime. The keepalive of 0L just means that I want to keep the exact amount of threads. I do not really care for...

@Owen1212055 Interestingly, even though chunk load performance has increased a lot with the rewrite, this patch still speeds it up even more. We are still getting huge performance benefits from...

Have you tried setting `-DPaper.WorkerThreadCount` to 2 or more? With 4 vCPUs you are below 6, which will reduce your world worker threads to one effective thread. Chunks are updated...

For some reason swiftshader got lost in jcef when updating to chromium 105. I might be able to add the libraries back once I have time for it. Most likely...