blob: fea771f41fe8396ad154903fe92f09f6bf73ce49 (
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
|
7 Days 2 Die dedicated server not working
Hi!
Upon trying to start a 7d2d server, I got libs error, tried tweaking the conf file and added MESA_GL_VERSION_OVERRIDE=3.2 which did not change a thing (working on an OCI instance).
here is the output of the terminal when attempting to start the server, it freezes after this so i'd have to CTRL-C it.
Thank you a lot for your time & your efforts spent on this project!
`Using config file: serverconfig.xml
[UnityMemory] Configuration Parameters - Can be set up in boot.config
"memorysetup-bucket-allocator-granularity=16"
"memorysetup-bucket-allocator-bucket-count=8"
"memorysetup-bucket-allocator-block-size=4194304"
"memorysetup-bucket-allocator-block-count=1"
"memorysetup-main-allocator-block-size=16777216"
"memorysetup-thread-allocator-block-size=16777216"
"memorysetup-gfx-main-allocator-block-size=16777216"
"memorysetup-gfx-thread-allocator-block-size=16777216"
"memorysetup-cache-allocator-block-size=4194304"
"memorysetup-typetree-allocator-block-size=2097152"
"memorysetup-profiler-bucket-allocator-granularity=16"
"memorysetup-profiler-bucket-allocator-bucket-count=8"
"memorysetup-profiler-bucket-allocator-block-size=4194304"
"memorysetup-profiler-bucket-allocator-block-count=1"
"memorysetup-profiler-allocator-block-size=16777216"
"memorysetup-profiler-editor-allocator-block-size=1048576"
"memorysetup-temp-allocator-size-main=4194304"
"memorysetup-job-temp-allocator-block-size=2097152"
"memorysetup-job-temp-allocator-block-size-background=1048576"
"memorysetup-job-temp-allocator-reduction-small-platforms=262144"
"memorysetup-temp-allocator-size-background-worker=32768"
"memorysetup-temp-allocator-size-job-worker=262144"
"memorysetup-temp-allocator-size-preload-manager=262144"
"memorysetup-temp-allocator-size-nav-mesh-worker=65536"
"memorysetup-temp-allocator-size-audio-worker=65536"
"memorysetup-temp-allocator-size-cloud-worker=32768"
"memorysetup-temp-allocator-size-gfx=262144"
Error initializing native libXcursor.so.1 (last dlerror is libXcursor.so.1: cannot open shared object file: No such file or directory)
Error initializing native libXinerama.so.1 (last dlerror is libXinerama.so.1: cannot open shared object file: No such file or directory)
Error initializing native libXi.so.6 (last dlerror is libXi.so.6: cannot open shared object file: No such file or directory)
Error initializing native libXrandr.so.2 (last dlerror is libXrandr.so.2: cannot open shared object file: No such file or directory)
Error initializing native libXss.so.1 (last dlerror is libXss.so.1: cannot open shared object file: No such file or directory)
Error initializing native libXxf86vm.so.1 (last dlerror is libXxf86vm.so.1: cannot open shared object file: No such file or directory)
Error initializing native libwayland-client.so.0 (last dlerror is libwayland-client.so.0: cannot open shared object file: No such file or directory)
Error initializing native libwayland-egl.so.1 (last dlerror is libwayland-egl.so.1: cannot open shared object file: No such file or directory)
Error initializing native libwayland-cursor.so.0 (last dlerror is libwayland-cursor.so.0: cannot open shared object file: No such file or directory)
Error initializing native libxkbcommon.so.0 (last dlerror is libxkbcommon.so.0: cannot open shared object file: No such file or directory)
`
|