summary refs log tree commit diff stats
path: root/results/scraper/box64/46
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/scraper/box64/4627
-rw-r--r--results/scraper/box64/4605
-rw-r--r--results/scraper/box64/4617
-rw-r--r--results/scraper/box64/4622
-rw-r--r--results/scraper/box64/46319
-rw-r--r--results/scraper/box64/46438
-rw-r--r--results/scraper/box64/4657
-rw-r--r--results/scraper/box64/4665
-rw-r--r--results/scraper/box64/46865
-rw-r--r--results/scraper/box64/4697
10 files changed, 182 insertions, 0 deletions
diff --git a/results/scraper/box64/46 b/results/scraper/box64/46
new file mode 100644
index 000000000..8b3300a19
--- /dev/null
+++ b/results/scraper/box64/46
@@ -0,0 +1,27 @@
+Spotify unable to load due to missing lib
+```

+[corey@corey-pi4 ~]$ spotify

+Box64 with Dynarec v0.1.3 acc3ed8 built on Jul 10 2021 22:20:55

+Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/

+Using default BOX64_PATH: ./:bin/

+Counted 51 Env var

+Looking for /usr/bin/spotify

+Using native(wrapped) libm.so.6

+Using native(wrapped) libasound.so.2

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libcurl-gnutls.so.4

+Using emulated /opt/spotify/libcef.so

+Using native(wrapped) libz.so.1

+Using native(wrapped) libpthread.so.0

+Using native(wrapped) librt.so.1

+Using native(wrapped) libSM.so.6

+Using native(wrapped) libICE.so.6

+Using native(wrapped) libX11.so.6

+Using native(wrapped) libXext.so.6

+Using native(wrapped) libxcb.so.1

+Using native(wrapped) libXau.so.6

+Using native(wrapped) libXdmcp.so.6

+Error loading needed lib libglib-2.0.so.0

+Error loading one of needed lib

+Error: loading needed libs in elf /usr/bin/spotify

+```
\ No newline at end of file
diff --git a/results/scraper/box64/460 b/results/scraper/box64/460
new file mode 100644
index 000000000..fc00bdb13
--- /dev/null
+++ b/results/scraper/box64/460
@@ -0,0 +1,5 @@
+[TERMUX] Wine64: Internal error
+Why when i open notepad++ installer, i got error: Internal Error

+![Screenshot_2022-11-30-12-13-46-17_8659c1e795b4b4239e38d87c88c077b3](https://user-images.githubusercontent.com/56192597/204713251-c9585fa4-659a-4681-a5bf-d83d5c0b188d.jpg)

+

+And then, at the console: flags ignored 0x0000000c
\ No newline at end of file
diff --git a/results/scraper/box64/461 b/results/scraper/box64/461
new file mode 100644
index 000000000..d53f73ea3
--- /dev/null
+++ b/results/scraper/box64/461
@@ -0,0 +1,7 @@
+Zoom - reduce  memory overhead?
+I now have the Linux-x86_64 Zoom working on a Slarm64 (=Slackware64 Aarch port) on a RazPi 4 w/4G. I had to load a swap file, as the memory exceeded 4G during startup. Sound is yet to test

+

+If it's emulating a library, that uses more ram. How can I find what libraries box64 is emulating? Also, is this line ok?

+/path/to/box64 /path/to/ZoomLauncher >~/ZoomLauncher.err 2>&1

+

+I suddenly stopped getting output.
\ No newline at end of file
diff --git a/results/scraper/box64/462 b/results/scraper/box64/462
new file mode 100644
index 000000000..2024ac633
--- /dev/null
+++ b/results/scraper/box64/462
@@ -0,0 +1,2 @@
+Performance profiling?
+Is it possible to run some kind of profiling to see where box64 is slowing down? Running bedrock_server is extremely slow on initial connection from a client.
\ No newline at end of file
diff --git a/results/scraper/box64/463 b/results/scraper/box64/463
new file mode 100644
index 000000000..7e111dc5c
--- /dev/null
+++ b/results/scraper/box64/463
@@ -0,0 +1,19 @@
+No logs, No/low sound under Aarch64
+Because I wanted to make room on / for a swapfile, I removed the something of value and ended restoring a backup. Logs vanished after the first time I set BOX64_LOG=2 and never returned. I'm pretty sure that's coincidence. 

+

+On my backup, there never was any trace log kept. Can you spot errors in this script?

+`#!/bin/bash

+

+BOX64_LOG=1

+BOX64_LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib:/usr/lib/x86_64

+BOX64_PATH=/opt/zoom/:$PATH

+BOX64_DYNAREC_LOG=2

+BOX64_TTRACE_FILE=/home/dec/box64.err

+#export $BOX64_LOG $BOX64_LD_LIBRARY_PATH $BOX64_PATH $BOX64_DYNAREC_LOG

+

+cd /opt/zoom 

+/usr/local/bin/box64 /opt/zoom/ZoomLauncher 

+`

+If I uncomment the 'export' line, the script spits syntax errors at me. The memory stays pretty full (≅3.3G vs ≤1.5G normally). My only approach was to run down some of those libraries that were being emulated. From the few logs I got, I spotted some libraries were native, others (a lot) were emulated. What does this mean exactly? You've no VM there.

+Anyhow, I got busy with text mangling tools, and this is the list box64 says it's emulating. There is repetition. I'll finish with that list, but any ideas to improve the sound are welcome. I'll try it on a regular meeting tmw as I'm doing upstairs/downstairs test meetings and that sucks when you're an invalid. 

+[https://pastebin.com/P31e2dea](url)
\ No newline at end of file
diff --git a/results/scraper/box64/464 b/results/scraper/box64/464
new file mode 100644
index 000000000..036e7d1a4
--- /dev/null
+++ b/results/scraper/box64/464
@@ -0,0 +1,38 @@
+Java 8 x64 does not work
+```

+leem919@localhost:~$ box64 java/bin/java

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Cores:8                                      Params database has 11 entries

+Box64 with Dynarec v0.2.1 f4652257 built on Dec  3 2022 23:53:28                                                            Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/                                                  Using default BOX64_PATH: ./:bin/

+Counted 16 Env var                                            Looking for java/bin/java

+Rename process to "java"                                      Using native(wrapped) libpthread.so.0

+Using emulated /home/leem919/java/bin/../lib/amd64/jli/libjli.so

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libc.so.6

+Using native(wrapped) ld-linux-x86-64.so.2

+Using native(wrapped) librt.so.1                              Using emulated /home/leem919/java/lib/amd64/server/libjvm.so

+Using native(wrapped) libm.so.6

+Warning: Global Symbol collector_func_load not found, cannot apply R_X86_64_GLOB_DAT @0x701a2b6fe8 ((nil)) in /home/leem919/java/lib/amd64/server/libjvm.so                               Warning, resizing of TLS occured! size: 0->65536 / n_elfs: 1->1

+Using emulated /home/leem919/java/lib/amd64/libverify.so

+Using emulated /home/leem919/java/lib/amd64/libjava.so

+Java HotSpot(TM) 64-Bit Server VM warning: Can't detect primordial thread stack location - find_vma failed

+Using emulated /home/leem919/java/lib/amd64/libzip.so

+#

+# A fatal error has been detected by the Java Runtime Environment:

+#

+#  SIGSEGV (0xb) at pc=0x0000007019938844, pid=22084, tid=0x0000007017ef5010

+#

+# JRE version:  (8.0_351-b10) (build )

+# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.351-b10 mixed mode linux-amd64 compressed oops)

+# Problematic frame:

+# V  [libjvm.so+0x60f844]  CodeHeap::allocate(unsigned long, bool)+0x2b4

+#

+# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

+#

+# An error report file with more information is saved as:

+# /home/leem919/hs_err_pid22084.log

+#

+# If you would like to submit a bug report, please visit:

+#   http://bugreport.java.com/bugreport/crash.jsp

+#

+Aborted

+```
\ No newline at end of file
diff --git a/results/scraper/box64/465 b/results/scraper/box64/465
new file mode 100644
index 000000000..9024cda43
--- /dev/null
+++ b/results/scraper/box64/465
@@ -0,0 +1,7 @@
+Wine64 Wow64 (32bit thunks on 64bit unix) crashes on load
+Wow64 is complete now with the wine 7.22 release. win32 programs can run under 64bit linux without any 32bit userspace.

+

+unforntunatly this doesn't seem to be working under box64 and crashes on launch with everything I try. A simple program notepad++ win32 version

+

+

+edit: see https://github.com/ptitSeb/box64/issues/465#issuecomment-1569104558
\ No newline at end of file
diff --git a/results/scraper/box64/466 b/results/scraper/box64/466
new file mode 100644
index 000000000..cdff92cd2
--- /dev/null
+++ b/results/scraper/box64/466
@@ -0,0 +1,5 @@
+Install Unity64bit on Linux aarch64
+Hello and respect, 

+I install [ubuntu aarch64](https://github.com/tuanpham-dev/termux-ubuntu) and [Kali aarch64](https://termux.xyz/how-to-install-kali-linux-on-android-termux-without-root/)  on android with termux.

+to install [Unity 64bit](https://unity.com/releases/editor/archive)  inside Ubuntu aarch64 Or Kali aarch64, what exactly should I do?  

+I Have Xiaomi 11t.
\ No newline at end of file
diff --git a/results/scraper/box64/468 b/results/scraper/box64/468
new file mode 100644
index 000000000..9b5c7aaf7
--- /dev/null
+++ b/results/scraper/box64/468
@@ -0,0 +1,65 @@
+A Qt application doesn't work
+download link: https://down.115.com/client/115pc/lin/115pc_2.0.1.7.deb

+```

+$ box64 /usr/local/115/115

+Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL ATOMICS PageSize:4096 Cores:8

+Params database has 11 entries

+Box64 with Dynarec v0.2.1 3e705be6 built on Dec  5 2022 06:40:24

+BOX64_LD_LIBRARY_PATH: /usr/local/115/lib/

+Using default BOX64_PATH: ./:bin/

+Counted 50 Env var

+Looking for /usr/local/115/115

+Rename process to "115"

+Using emulated /usr/local/115/lib/libQt5Widgets.so.5

+Using emulated /usr/local/115/lib/libQt5Gui.so.5

+Using emulated /usr/local/115/lib/libQt5Network.so.5

+Using emulated /usr/local/115/lib/libQt5Xml.so.5

+Using emulated /usr/local/115/lib/libQt5Sql.so.5

+Using emulated /usr/local/115/lib/libQt5DBus.so.5

+Using emulated /usr/local/115/lib/libQt5Core.so.5

+Using native(wrapped) libpthread.so.0

+Using emulated /lib/x86_64-linux-gnu/libstdc++.so.6

+Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1

+Using native(wrapped) libc.so.6

+Using native(wrapped) ld-linux-x86-64.so.2

+Using native(wrapped) librt.so.1

+Using native(wrapped) libGL.so.1

+Using native(wrapped) libm.so.6

+Using native(wrapped) libz.so.1

+Using emulated /usr/local/115/lib/libicui18n.so.56

+Using emulated /usr/local/115/lib/libicuuc.so.56

+Using emulated /usr/local/115/lib/libicudata.so.56

+Using native(wrapped) libdl.so.2

+Using native(wrapped) libgthread-2.0.so.0

+Using native(wrapped) libglib-2.0.so.0

+Using native(wrapped) libgssapi_krb5.so.2

+Error: Global Symbol GSS_C_NT_HOSTBASED_SERVICE not found, cannot apply R_X86_64_GLOB_DAT @0xffff9e701b80 ((nil)) in /usr/local/115/lib/libQt5Network.so.5

+Using native(wrapped) libdbus-1.so.3

+Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.

+Using emulated /usr/local/115/plugins/platforms/libqxcb.so

+Using emulated /usr/local/115/plugins/platforms/../../lib/libQt5XcbQpa.so.5

+Using native(wrapped) libfontconfig.so.1

+Using native(wrapped) libfreetype.so.6

+Using native(wrapped) libX11-xcb.so.1

+Using emulated /usr/local/115/plugins/platforms/../../lib/libxcb-icccm.so.4

+Using native(wrapped) libxcb-image.so.0

+Using native(wrapped) libxcb-shm.so.0

+Using emulated /usr/local/115/plugins/platforms/../../lib/libxcb-util.so.1

+Using native(wrapped) libxcb-keysyms.so.1

+Using native(wrapped) libxcb-randr.so.0

+Using emulated /usr/local/115/plugins/platforms/../../lib/libxcb-render-util.so.0

+Using emulated /usr/local/115/plugins/platforms/../../lib/libxcb-render.so.0

+Using native(wrapped) libxcb-shape.so.0

+Using emulated /usr/local/115/plugins/platforms/../../lib/libxcb-sync.so.1

+Using native(wrapped) libxcb-xfixes.so.0

+Using emulated /usr/local/115/plugins/platforms/../../lib/libxcb-xinerama.so.0

+Using emulated /usr/local/115/plugins/platforms/../../lib/libxcb-xkb.so.1

+Using native(wrapped) libxcb.so.1

+Using native(wrapped) libXext.so.6

+Using native(wrapped) libX11.so.6

+Using native(wrapped) libXau.so.6

+Using native(wrapped) libXdmcp.so.6

+Using native(wrapped) libxkbcommon-x11.so.0

+Using native(wrapped) libxkbcommon.so.0

+Error: PltResolver: Symbol xcb_randr_get_screen_resources_current_unchecked(ver 0: xcb_randr_get_screen_resources_current_unchecked) not found, cannot apply R_X86_64_JUMP_SLOT 0xffff9628b320 (0xffff95f6aee6) in /usr/local/115/plugins/platforms/../../lib/libQt5XcbQpa.so.5

+```
\ No newline at end of file
diff --git a/results/scraper/box64/469 b/results/scraper/box64/469
new file mode 100644
index 000000000..c3dff91df
--- /dev/null
+++ b/results/scraper/box64/469
@@ -0,0 +1,7 @@
+Steam bad GLX context after recent libxcb_render update
+After updating to the latest commit, Steam now refuses to connect to x11. 

+

+Steam Log :: 

+[steam.log](https://github.com/ptitSeb/box64/files/10170110/steam.log)

+

+I will see if I can force it with some environment variables.
\ No newline at end of file