summary refs log tree commit diff stats
path: root/results/scraper/box64/159
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/scraper/box64/15913
-rw-r--r--results/scraper/box64/15926
-rw-r--r--results/scraper/box64/15942
3 files changed, 21 insertions, 0 deletions
diff --git a/results/scraper/box64/159 b/results/scraper/box64/159
new file mode 100644
index 000000000..ce77705bc
--- /dev/null
+++ b/results/scraper/box64/159
@@ -0,0 +1,13 @@
+‘__int128’ is not supported on this target
+So, before i got this error = `uint128_t does not name a type`

+and then, when i add

+`typedef __int128 int128_t;

+typedef unsigned __int128 uint128_t;`

+in `src/include/regs.h`

+i got this error = `__int128 is not supported on this target`

+

+My phone using arm64

+and i run in Termux armv8l Debian armhf

+is __int128 is not support for arm?

+

+Sorry if my grammar is bad
\ No newline at end of file
diff --git a/results/scraper/box64/1592 b/results/scraper/box64/1592
new file mode 100644
index 000000000..761ff330e
--- /dev/null
+++ b/results/scraper/box64/1592
@@ -0,0 +1,6 @@
+gnutls_pubkey_export_dh_raw not found
+While trying to run bizhawk with a Waterboxed core like melonds, this error message shows up in winlator which uses box64:

+

+![Screenshot_20240617_124311_Winlator](https://github.com/ptitSeb/box64/assets/2607985/5fe7030a-f579-4d0a-8a75-790225901ea1)

+

+So I guess gnutls_pubkey_export_dh_raw is missing?
\ No newline at end of file
diff --git a/results/scraper/box64/1594 b/results/scraper/box64/1594
new file mode 100644
index 000000000..ca2866d27
--- /dev/null
+++ b/results/scraper/box64/1594
@@ -0,0 +1,2 @@
+avx_intrinsics test not working on 16k pagesize system
+requires more tweaking in the elfloader.
\ No newline at end of file