summary refs log tree commit diff stats
path: root/results/scraper/box64/232
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/scraper/box64/23213
-rw-r--r--results/scraper/box64/23252
-rw-r--r--results/scraper/box64/23297
3 files changed, 22 insertions, 0 deletions
diff --git a/results/scraper/box64/232 b/results/scraper/box64/232
new file mode 100644
index 000000000..cf3805b37
--- /dev/null
+++ b/results/scraper/box64/232
@@ -0,0 +1,13 @@
+Java / JVM Support
+There are multiple issues open regarding Java support: #112, #71, #193

+

+I just experienced the same issue with another Java GTK app and found them searching the logs. The problem seems to be related to this part of the log always:

+

+```

+Error: Global Symbol collector_func_load not found, cannot apply R_X86_64_GLOB_DAT @0x7fa35040a8 ((nil)) in jre/lib/amd64/server/libjvm.so

+Warning: Weak Symbol collector_func_load not found, cannot apply R_X86_64_JUMP_SLOT @0x7fa3504908 (0x22068e)

+```

+

+Is it planned to support Java applications at a later time?

+

+I tried to use it to emulate x86/x64 apps on my Ubuntu ARM VM on Apple M1. That might be an interesting use case for other apps too, because qemu is very slow and box might be a lot faster.
\ No newline at end of file
diff --git a/results/scraper/box64/2325 b/results/scraper/box64/2325
new file mode 100644
index 000000000..6b8235132
--- /dev/null
+++ b/results/scraper/box64/2325
@@ -0,0 +1,2 @@
+Kingdom Come: Deliverance II hung
+Kingdom Come: Deliverance II does not start, freezes on 1.70 gigabytes of RAM consumption. Depending on the version, the cursor may change and that's all 
\ No newline at end of file
diff --git a/results/scraper/box64/2329 b/results/scraper/box64/2329
new file mode 100644
index 000000000..c5156e29a
--- /dev/null
+++ b/results/scraper/box64/2329
@@ -0,0 +1,7 @@
+Loss of function between v0.3.1 and v0.3.2 (VARA HF communications modem) with box64 & RMS Express
+The mentioned modem, sadly closed source but available from https://rosmodem.wordpress.com/, appears to have been operationally broken between the two aforementioned versions (why I asked previously for v0.3.1 but found forked). The communications to/from the modem are done using internal TCP sockets. The startup involves some handshaking between the controlling program and the modem. When the modem is started, it checks its configuration file for a registration license. If the license is present and valid, the software will run. If the license check fails, the modem stalls out and will not run. This registration is in a readable .ini file. I ran a rather lengthy test of box64 using versions v02.8, 3.0, 3.1, 3.2, and 3.3. This is how I found the fail to occur between v0.3.1 and v0.3.2. When running v0.3.1 and previous, the registration check works fine and the modem communicates. When running v0.3.2 and newer, the registration check process fails. Sadly, the modem software is closed because of security reasons. The issue lies strictly with the modem as I can elicit the fail response by doing a manual telnet session to the modem and typing in the proper command sequence by hand.
+
+I am willing to be a guinea pig to try any changes out to see if this issue can be resolved. This modem package is used with the widely distributed Winlink2000/RMS Express radio mail package and service. The hardware that I am running is the RPi5/8GB under RaspiOS. 
+
+Kind Regards,
+Richard 
\ No newline at end of file