josch
                                            josch
                                        
                                    > So according to your tests, [b7a07c3](https://github.com/ptitSeb/box64/commit/b7a07c381613c5f3f1847be4252b8b52dabcf4c4) is the best bet for now. How do you read that from my last message?
> @josch The latest commit that you tested with 80% success, before [3cb61ff](https://github.com/ptitSeb/box64/commit/3cb61ff8404a582f338692a786c1ffda3952e0f6) broke things again. If for you, latest is better, then sure. But remember the following points: 1....
Before I go to bed, here is an updated table with more test runs from today: ``` e32a78a94437fbbda746bdc2beb2ae80e215f116 f w f f w f f w w w -> 45%...
I was playing SDV 1.6.8 with the most recent commit 4f229629c007d65b505a72dbac66eb0e686ee312 today. It crashed about every half hour always with what looked pretty much like this: ``` $ env --chdir=/home/josch/Downloads/stardew168/data/noarch/game...
Oh dear, you are right. That was an oversight on my part, sorry. Thanks again for replying so quickly. I updated the console output in my original message to the...
Thanks for having a look at the log! If the Linux version of SDV works, then I also have no need for having the Windows version running. :)
neatvnc has already been packaged by Boyuan Yang. You can find the packaging here: https://salsa.debian.org/debian/neatvnc The package was also already uploaded to NEW: https://ftp-master.debian.org/new/neatvnc_0.4.0+dfsg-1.html
Or morty could do server-side what browser plugins like https://github.com/Synzvato/decentraleyes do client-side. I.e, morty could return its own copy of well known javascript libraries which are known to be "safe"...
For the package that I uploaded to Debian, I'm including the following `.service` file: ``` [Unit] Description=morty proxy Documentation=man:morty(1) [Service] User=morty Group=morty ExecStart=/usr/bin/morty -listen 127.0.0.1:3000 [Install] WantedBy=multi-user.target ``` I don't...
For the package that I uploaded to Debian, I'm including the following `.service` file: ``` [Unit] Description=morty proxy Documentation=man:morty(1) [Service] User=morty Group=morty ExecStart=/usr/bin/morty -listen 127.0.0.1:3000 [Install] WantedBy=multi-user.target ``` I don't...