code-monet
code-monet
I was trying this out today, and the server launched successfully. I have been able to connect and it seems okay for the first minute. Will use it for a...
I'm running it on Oracle Cloud! The first warning I see is: ``` Error loading needed lib libproviders.so Warning: Cannot dlopen("libproviders.so"/0x9bf73830, 2) ``` (I thought I fixed that on my...
Looked around a bit, the libproviders.so error has been seen by other people recently and appears to be because of an openssl-configuration file mismatch. The configuration file on the ARM...
Tried that, looks like box64 doesn't have support for libssl3.
If I'm reading the code correctly, the opcode in question is already implemented here: https://github.com/ptitSeb/box64/blob/59e367a88e3569b7bb470cf796df0f86e5207b1a/src/emu/x64run660f.c#L219 and the problem is that it's not implemented in the dynarec portion of the code....
Cool! Out of curiosity, what tool is the screenshot from? I'm happy to test out your changes and capture debugging information. Now with Dynarec I'm seeing: ``` 22311|SIGILL @0x8631ff64 (???(0x8631ff64))...
Maybe if I'm doing it wrong, but now the behavior is the same as in my [first post](https://github.com/ptitSeb/box64/issues/298#issuecomment-1173010897) above i.e. `24865|0x1b37adb: Unimplemented Opcode (FF) 64 66 0F 2E 04 C5...
Thanks for the update! I got it working as well, and played for about half an hour with no issues. Very impressed with the performance and stability so far. In...
Okay, we tested it out a bit yesterday. The good news is that we can close this bug out, definitely no crashes. However we saw some weird issues, like dinos...
After almost 3 days my Ark server also crashed with just a: ``` Signal 11 caught. EngineCrashHandler: Signal=11 Signal 11 caught. EngineCrashHandler: Signal=11 ``` It looks like the amount of...