summary refs log tree commit diff stats
path: root/results/scraper/box64/215
blob: 65ba001492d7480015cb77ce655ee82c53927473 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Segmentation Fault trying to run Blender 2.79
OS:  Ubuntu Mate 21.10 64bits
System: Raspberry Pi 4B 4GB 
#Overclock options:
over_voltage=2
arm_freq=1750
gpu_freq=600
gpu_mem=256
BOX version:  compiled from box64-0.1.6 source

Trying to run Blender 2.79 (the nighty build version contained in a tar.bz2 that needs no installation) since in the Ubuntu 21.10 repositories only Blender 2.93 is found and can't be properly run in the Raspberry Pi 4B (even using MESA_GL_VERSION_OVERRIDE=3.3) cause the SoC only supports up to OpenGL3.0 and Blender 2.93 requires OpenGL3.3.

I run Blender 2.79 with Box64 and got SIGSEGV error and execution is aborted.

Output generated by Box64:

> 

carlos@carlos-pi:~/blender-2.79$ box64 ./blender
Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096
Box64 with Dynarec v0.1.6 nogit built on Dec 20 2021 20:41:16
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 63 Env var
Looking for ./blender
Using native(wrapped) librt.so.1
Using native(wrapped) libpthread.so.0
Using native(wrapped) libGLU.so.1
Using native(wrapped) libGL.so.1
Using native(wrapped) libX11.so.6
Using native(wrapped) libXi.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
Using native(wrapped) libXxf86vm.so.1
Using native(wrapped) libXfixes.so.3
Using native(wrapped) libXrender.so.1
Using native(wrapped) libutil.so.1
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libm.so.6
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Error: Global Symbol __RML_open_factory not found, cannot apply R_X86_64_GLOB_DAT @0x84375a0 ((nil)) in /home/carlos/blender-2.79/blender
Error: Global Symbol __TBB_make_rml_server not found, cannot apply R_X86_64_GLOB_DAT @0x84375a8 ((nil)) in /home/carlos/blender-2.79/blender
Error: Global Symbol __RML_close_factory not found, cannot apply R_X86_64_GLOB_DAT @0x84375b0 ((nil)) in /home/carlos/blender-2.79/blender
Error: Global Symbol __TBB_call_with_my_server_info not found, cannot apply R_X86_64_GLOB_DAT @0x84375b8 ((nil)) in /home/carlos/blender-2.79/blender
Error: Global Symbol __morestack not found, cannot apply R_X86_64_GLOB_DAT @0x843f948 ((nil)) in /home/carlos/blender-2.79/blender
2770|SIGSEGV @0xffffa2adb9e8 (???(0xffffa2adb9e8)) (x64pc=0x2ff8b8e//home/carlos/blender-2.79/blender:"???", rsp=0xffffa41d4500, stack=0xffffa39d6000:0xffffa41d6000 own=(nil) fp=0xffffa0ed4f58), for accessing 0xffffffffa15d6e80 (code=1/prot=0), db=0x6cce7c60(0xffffa2adb9b0:0xffffa2adbccc/0x2ff8b82:0x2ff8cf5/???:clean, hash:abec495e/abec495e) handler=(nil)
Segmentation fault (core dumped)
`
Any pointers about what can be done to solve this errors? I will be thankfull for any help.