summary refs log tree commit diff stats
path: root/results/scraper/fex/3671
blob: b0fac015d8633aad191fae630b846d9cb4d8873f (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
Airscape: The Fall Of Gravity
From: https://store.steampowered.com/app/317250/Airscape__The_Fall_of_Gravity/

This is a v8 embedded chrome game. Native Linux game.

 It looks like it runs with `--no-sandbox` so it isn't seccomp problems.
Crashes very early and then hangs infinitely.

```
[1868956:0529/055235:ERROR:nss_util.cc(1018)] Failed to load NSS libraries.
[1868953:0529/055242:INFO:CONSOLE(1)] ""process.mainModule.filename: /tmp/.org.chromium.Chromium.VKPExz/index.html"", source: process_main (1)


#
# Fatal error in ../../v8/src/ic.cc, line 2716
# CHECK(stub.FindCodeInCache(&code, target->GetIsolate())) failed
#

==== C stack trace ===============================

 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: ??
[1868953:0529/055245:ERROR:crash_handler_host_linux.cc(201)] Received death signal message with the wrong size; msg.msg_controllen:48 msg.msg_flags:0 kCrashContextSize:592 kControlMsgSize:44
```


The Proton version of the game gets farther, it creates a window before exploding without any messages.