diff options
Diffstat (limited to '')
| -rw-r--r-- | results/scraper/box64/227 | 13 | ||||
| -rw-r--r-- | results/scraper/box64/2273 | 36 | ||||
| -rw-r--r-- | results/scraper/box64/2275 | 12 |
3 files changed, 61 insertions, 0 deletions
diff --git a/results/scraper/box64/227 b/results/scraper/box64/227 new file mode 100644 index 000000000..675186636 --- /dev/null +++ b/results/scraper/box64/227 @@ -0,0 +1,13 @@ +Crash in .NET application on Wine +This is probably pushing the boundaries a bit but I tried running Logos Bible Software 9 which is a .Net 4.8 app on my raspberry pi. I copied a working install from my x64 intel desktop. All config was the same as the working on. I got wine running to winecfg. The app launched and showed the startup splash screen and then crashed showing the attached terminal output. + +The process was terminalted due to an internal error in the .NET Runtime at IP 0000000001345591 with exit code 80131506. +There is some little bit about the exit code here: https://docs.microsoft.com/en-us/answers/questions/323834/executionengineexception-and-exit-code-80131506.html + +I'm sorry I don't understand it though. I assume this is a bug in box64 because the program runs to a winehq silver standard on my desktop with kubuntu. + +Alternatively could it be to do with dependencies etc? + +Any help much appreciated! + + diff --git a/results/scraper/box64/2273 b/results/scraper/box64/2273 new file mode 100644 index 000000000..180a69e2c --- /dev/null +++ b/results/scraper/box64/2273 @@ -0,0 +1,36 @@ +Symbol not found +Hi, I'm trying to run teamspeak3 server on an arm machine and i'm getting errors: + +``` +Using emulated libts3_ssh.so +Using native(wrapped) libdl.so.2 +Using native(wrapped) librt.so.1 +Using native(wrapped) libm.so.6 +Using native(wrapped) libpthread.so.0 +Using emulated /usr/lib/box64-x86_64-linux-gnu/libstdc++.so.6 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using native(wrapped) libutil.so.1 +Using native(wrapped) libbsd.so.0 +Using emulated /usr/lib/box64-x86_64-linux-gnu/libgcc_s.so.1 +Using emulated libts3db_postgresql.so +Using emulated /usr/lib/box64-x86_64-linux-gnu/libpq.so.5 +Using native(wrapped) libssl.so.3 +Using native(wrapped) libcrypto.so.3 +Using native(wrapped) libgssapi_krb5.so.2 +Using emulated /usr/lib/box64-x86_64-linux-gnu/libldap-2.5.so.0 +Using emulated /usr/lib/box64-x86_64-linux-gnu/liblber-2.5.so.0 +Using emulated /usr/lib/box64-x86_64-linux-gnu/libsasl2.so.2 +Using native(wrapped) libgnutls.so.30 +Error: Symbol pthread_getconcurrency not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff0505b100 (0x10676) in /usr/lib/box64-x86_64-linux-gnu/libldap-2.5.so.0 +Error: Symbol dn_expand not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff0505b1c0 (0x107f6) in /usr/lib/box64-x86_64-linux-gnu/libldap-2.5.so.0 +Error: Symbol res_query not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff0505bc70 (0x11d56) in /usr/lib/box64-x86_64-linux-gnu/libldap-2.5.so.0 +Error: relocating Plt symbols in elf libldap-2.5.so.0 +Error initializing needed lib libcrypto.so.3 +Error loading one of needed lib +Error initializing needed lib ld-linux-x86-64.so.2 +Error loading one of needed lib +Error initializing needed lib libts3db_postgresql.so +``` + +How can this be fixed? Thanks in advance! \ No newline at end of file diff --git a/results/scraper/box64/2275 b/results/scraper/box64/2275 new file mode 100644 index 000000000..0ad2d4215 --- /dev/null +++ b/results/scraper/box64/2275 @@ -0,0 +1,12 @@ +[box64] Red Dead Redemption II 'Unable to launch game' +After updating box64 and box86 to the latest versions (`box64-generic-arm 0.3.3+20250120T062614.e6eac93-1` for box64), I tried to launch Red Dead Redemption II, but received the following error message once it launched: + + + +It reads: + +> Unable to launch game, please try reinstalling the game. + +Here are the console logs during the game launch, from the moment I clicked 'Play' in steam's UI to the point after I clicked OK to dismiss the error message. + +[steam-log-rdr.txt](https://github.com/user-attachments/files/18480507/steam-log-rdr.txt) \ No newline at end of file |