ValveSoftware / Proton

Compatibility tool for Steam Play based on Wine and additional components
Other
24.05k stars 1.05k forks source link

The Finals Playtest (2076040) #6602

Closed Revenator closed 8 months ago

Revenator commented 1 year ago

Compatibility Report

System Information

I confirm:

Symptoms

The Video doesn't play at the beginning and when you launch a game after about 20 seconds you get a message "applications has hung and now will close. download

Reproduction

happens every game

steam-2076040.log

timocapa commented 1 year ago

Same thing happens on my desktop with an R5 5600x and a GTX 1080 running the latest official NVIDIA driver, so it's not GPU vendor specific. The game is fully stable until it starts to attempt to connect to a game session.

My first thought was maybe that's when the game initializes / starts using EAC

E: I should mention that this occurs on DX11 and DX12

daigennki commented 1 year ago

Same here. Just tried to join the practice range, then it hung. Specs:

naknut commented 1 year ago

I have the same issue.

Kagukara commented 1 year ago

As of patch 0.2, when I queue for the practice range and it finishes looking for players, a quick loading screen appears. After that, you get put back to the main menu, and a new error shows. This error may not show the first time you queue. For me two showed after I queued a second time.

screenshot_2023-03-09_11-39-05

Even though the error pops up, the game doesn't crash, and you can still navigate the menu. However, when you click 'OK,' the game closes, just as the error message says.

System Information

OS: Arch Linux KERNEL: 6.2.2-arch1-1 WM: sway version 1.8.1 CPU: AMD Ryzen 9 5950X 16-Core GPU: AMD Radeon RX 7900 XTX (gfx1100, LLVM 16.0.0, DRM 3.49, 6.2.2-arch1-1) GPU DRIVER: 4.6 Mesa 23.1.0-devel (git-a4fa489002) Proton version: Experimental

Launch Options

gamemoderun mangohud %command%

Added PROTON_LOG=1 to get the log. During the 3rd time waiting for practice range the errors showed. steam-2076040.log (fixed the gamemodeauto issue)

Steamlog for game launching with gamemoderun removed. steam-2076040.log

daigennki commented 1 year ago

With patch 0.2, the first time I try to enter the practice range, I get thrown back to the main menu during the loading screen without any apparent error. The second time around, it hangs as before.

Girgias commented 1 year ago

I can also confirm the issues while trying to get into quick play/ practice range.

However, the video playback issues seem to be fixed in Proton GE 7-50

System Information

OS: Fedora Linux KERNEL: 6.1.13-200.fc37.x86_64 CPU: AMD Ryzen™ 9 5900X × 24 GPU: AMD Radeon™ RX 580 Series (polaris10, LLVM 15.0.7, DRM 3.49, 6.1.13-200.fc37.x86_64) GPU DRIVER: 4.6 Mesa 22.3.6 Proton version: Experimental / Proton GE 7-50

BatStak commented 1 year ago

Same here. When finding matches, back to the menu. image

polluxau commented 1 year ago

Update with the second beta the finals is still using easyanticheat eos Which means enabling proton would be super easy for them to do

Easyanticheat launches a installer window Then shows the easyanticheat then closes instantly. Steam thinks the game is still running when it isn't.

I highly recommend anyone that wants the finals the work on Linux through proton joins the discord and goes to the beta feedback and bug text channels and asks for Linux support as it would tell the embark devs to enable it.

Kagukara commented 1 year ago

Replying to https://github.com/ValveSoftware/Proton/issues/6602#issuecomment-1591838407

They were using EAC in the first beta as well.

Also this is the response I got from a community manager on discord:

goofygoobbue#0 Hey fren, Beau here! We do not have proton enabled for this CB2. We've been hearing all the yolks wanting for Linux support, and this feedback has been forwarded to our devs in large. If there are any developments on that end, we will make sure to announce it on the appropriate channels. Community Manager•12/06/2023 14:56

polluxau commented 1 year ago

Replying to https://github.com/ValveSoftware/Proton/issues/6602#issuecomment-1591844135

Oh I see I see 😅 That's good to hear. hopefully they enable it when it fully releases or in the beta

ishitatsuyuki commented 11 months ago

Open Beta began on 26 Oct, still hangs on launch presumably waiting for EAC to initialize (which it never does). Same symptom as CB2. I assume the devs still haven't got around to adding support.

polluxau commented 11 months ago

Open Beta began on 26 Oct, still hangs on launch presumably waiting for EAC to initialize (which it never does). Same symptom as CB2. I assume the devs still haven't got around to adding support.

They have not, rob clarified to me in dms that they haven't done it yet but they are gonna do it at some point, hopefully release

ishitatsuyuki commented 11 months ago

Log says that we have a syscall fault somewhere, there are also some clues that suggest the game actually has Linux EAC enabled. This might be actually some Wine compatibility issue. Let me look into this at some time.

Log courtesy of Rezzafri.

steam-2076040 2.log

ishitatsuyuki commented 11 months ago

It looks like Embark made their in-house anti-cheat as preloader.dll and it does wacky things that most importantly prevents DXVK from loading Vulkan. EAC is probably fine (they have .so too). We'll need to wait for compat fix from Embark.

polluxau commented 11 months ago

It looks like Embark made their in-house anti-cheat as preloader.dll and it does wacky things that most importantly prevents DXVK from loading Vulkan. EAC is probably fine (they have .so too). We'll need to wait for compat fix from Embark.

Hmm very interesting 🤔 embark dont like to share their own anticheat so yeah we will have to wait

Wouldn't it be vkd3d as the game is under directx12 not 11?

hnorkowski commented 10 months ago

After the last update I get this: image

OS: Arch Linux KERNEL: 6.5.8-arch1-1 WM: i3 version 4.23 CPU: AMD Ryzen 9 5900X GPU: NVIDIA GTX 1070ti GPU DRIVER: NVIDIA 535.113.01 Proton version: Proton GE 8-22

ishitatsuyuki commented 10 months ago

The reason the game starts is probably because they removed the DLL signature enforcement, maybe because it also caused some compat issue on Windows. I would assume they still haven't resumed work on Linux support yet, and the game being able to launch is just a side effect.

The only interesting thing I see in logs unknown information classes with NtQueryInformationProcess, including 64 and 88. 64 is documented (ProcessTelemetryIdInformation).

(Also, please make sure to attach logs with each new report.)

polluxau commented 10 months ago

Screenshot_20231102_030854 game now boots up with the latest proton experimental bleeding edge with the newest update but this comes up now

steam-2076040.log

ishitatsuyuki commented 10 months ago

Someone already posted the same above. Also, including logs would be helpful next time.

polluxau commented 10 months ago

Replying to https://github.com/ValveSoftware/Proton/issues/6602#issuecomment-1789313532 https://github.com/ValveSoftware/Proton/issues/6602#issuecomment-1789325981

i have uploaded one to my comment

Xinayder commented 9 months ago

The Finals has been released today and it has the same system integrity violation error.

polluxau commented 9 months ago

The Finals has been released today and it has the same system integrity violation error.

Yep, a lot of people are asking for support in the discord so hopefully they enable it soon

r0b3rtf1sh3r commented 9 months ago

they said that we wouldn't be able to do beta but at release we would be able to play via proton if i remember correctly. 1000's of ppl repeating them selves. you'd think it be smarter to just PSA (hey sorry atm with linux users, heres the info ) ... but no... the hype is hot air at this point.

polluxau commented 9 months ago

they said that we wouldn't be able to do beta but at release we would be able to play via proton if i remember correctly. 1000's of ppl repeating them selves. you'd think it be smarter to just PSA (hey sorry atm with linux users, heres the info ) ... but no... the hype is hot air at this point.

They never said that

The only thing that came close to bringing support was from my dms with embark rob who said they would do it in the future they never said at release

I wouldnt be suprised if they bring support within a couple of weeks from now because many people are asking for it Screenshot_20231209-190704_Discord.png

r0b3rtf1sh3r commented 9 months ago

so discord replies aren't legit? I am sure that was the "hush" talk when we bombarded them during beta about why we couldn't play. the things i remember said to reply, something about their own proprietary anti cheat and eac, so wont be able to participate in the beta, but it will be at launch (re steamdeck/proton eac) ill try find it. may have just been a mod calming the farm as it was out of hand as it is atm in their.. jeez

7ossam39 commented 9 months ago

I have contacted technical support 3 times to resolve the Linux support problem and we must work more

polluxau commented 9 months ago

I have contacted technical support 3 times to resolve the Linux support problem and we must work more

True we must keep reminding them 😂👌

luisjodiez commented 9 months ago

I am pretty much in the same situation. Tried and failed to run it on fedora and pop_os.

Expancion commented 9 months ago

Same here guys.. But i got the error code.. tfav0010

Quackdoc commented 9 months ago

Is there a proper channel to voice support for linux?

polluxau commented 9 months ago

Is there a proper channel to voice support for linux?

Only there discord in feedback

https://discord.com/invite/thefinals

killertofus commented 8 months ago

works now image

LatvianBHood commented 8 months ago

Screenshot from 2024-01-17 17-11-58 Game didn't get past a black screen until running it with GE Proton 8-27, but game detects is as cheating software. After that tkg bleeding edge started working for menu's, but crashes when trying to get into game. Proton experimental crashes almost exactly 10s after getting into the main menu, though it works until then.

Click to expand ``` 3 AD12F5C24CB691108A467BB263B600F6 UECC-Windows-D7C0C1D740517101DFA66EACC702D841_0000 false false false Hang Hang detected on GameThread: 0x000000017000ec14 ntdll.dll!UnknownFunction [] 0x000000007b06fc23 kernelbase.dll!UnknownFunction [] 0x000000007b06fcc0 kernelbase.dll!UnknownFunction [] 0x000000004b19f08e EOSSDK-Win64-Shipping.dll!UnknownFunction [] 0x000000004af66e62 EOSSDK-Win64-Shipping.dll!UnknownFunction [] 0x000000004af324b8 EOSSDK-Win64-Shipping.dll!UnknownFunction [] 0x000000004af3a441 EOSSDK-Win64-Shipping.dll!UnknownFunction [] 0x000000004af90947 EOSSDK-Win64-Shipping.dll!UnknownFunction [] 0x000000004af94b4c EOSSDK-Win64-Shipping.dll!UnknownFunction [] Check log for full callstack. 524 43 false false false UE5-Discovery Discovery Shipping cmjuom7j88kg4300bs20 WindowsClient Windows Game Unset 5.0.3-381068+++games+programmer CommandLineRemoved 0 en-US ++games+programmer-CL-381068 **games*programmer-CL-381068-Win64-Shipping true false Z:/home/notahost/.local/share/Steam/steamapps/common/The Finals/Discovery/Binaries/Win64/ Z:/home/notahost/.local/share/Steam/steamapps/common/The Finals/ 74F9031D48F6811154E3F48433ABB98D 74f9031d48f6811154e3f48433abb98d Sent in the unattended mode 0 DiscoveryGameStateMainMenu 6 12 1 AuthenticAMD AMD Ryzen 5 5600H with Radeon Graphics NVIDIA GeForce RTX 3060 Laptop GPU Windows 10 (21H1) [10.0.19043.UNKNOWN] 14491484160 39022063616 4096 14 0 0 0 0 0 0 0 0 0 0 MISSING_ANGELSCRIPT_CALLSTACK ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 EOSSDK-Win64-Shipping 0x000000004a740000 + a5f08e EOSSDK-Win64-Shipping 0x000000004a740000 + 826e62 EOSSDK-Win64-Shipping 0x000000004a740000 + 7f24b8 EOSSDK-Win64-Shipping 0x000000004a740000 + 7fa441 EOSSDK-Win64-Shipping 0x000000004a740000 + 850947 EOSSDK-Win64-Shipping 0x000000004a740000 + 854b4c EOSSDK-Win64-Shipping 0x000000004a740000 + 8a6a89 EOSSDK-Win64-Shipping 0x000000004a740000 + b57827 EOSSDK-Win64-Shipping 0x000000004a740000 + aca3b7 EOSSDK-Win64-Shipping 0x000000004a740000 + afdc1b EOSSDK-Win64-Shipping 0x000000004a740000 + b321d0 EOSSDK-Win64-Shipping 0x000000004a740000 + b5125b EOSSDK-Win64-Shipping 0x000000004a740000 + b45d4f EOSSDK-Win64-Shipping 0x000000004a740000 + b45b47 EOSSDK-Win64-Shipping 0x000000004a740000 + b464c8 EOSSDK-Win64-Shipping 0x000000004a740000 + b5f530 EOSSDK-Win64-Shipping 0x000000004a740000 + b461f2 EOSSDK-Win64-Shipping 0x000000004a740000 + b45986 EOSSDK-Win64-Shipping 0x000000004a740000 + b45781 EOSSDK-Win64-Shipping 0x000000004a740000 + b40542 DA39A3EE5E6B4B0D3255BFEF95601890AFD80709 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 EOSSDK-Win64-Shipping 0x000000004a740000 + a5f08e EOSSDK-Win64-Shipping 0x000000004a740000 + 826e62 EOSSDK-Win64-Shipping 0x000000004a740000 + 7f24b8 EOSSDK-Win64-Shipping 0x000000004a740000 + 7fa441 EOSSDK-Win64-Shipping 0x000000004a740000 + 850947 EOSSDK-Win64-Shipping 0x000000004a740000 + 854b4c EOSSDK-Win64-Shipping 0x000000004a740000 + 8a6a89 EOSSDK-Win64-Shipping 0x000000004a740000 + b57827 EOSSDK-Win64-Shipping 0x000000004a740000 + aca3b7 EOSSDK-Win64-Shipping 0x000000004a740000 + afdc1b EOSSDK-Win64-Shipping 0x000000004a740000 + b321d0 EOSSDK-Win64-Shipping 0x000000004a740000 + b5125b EOSSDK-Win64-Shipping 0x000000004a740000 + b45d4f EOSSDK-Win64-Shipping 0x000000004a740000 + b45b47 EOSSDK-Win64-Shipping 0x000000004a740000 + b464c8 EOSSDK-Win64-Shipping 0x000000004a740000 + b5f530 EOSSDK-Win64-Shipping 0x000000004a740000 + b461f2 EOSSDK-Win64-Shipping 0x000000004a740000 + b45986 EOSSDK-Win64-Shipping 0x000000004a740000 + b45781 EOSSDK-Win64-Shipping 0x000000004a740000 + b40542 true 528 GameThread ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 Discovery 0x0000000140000000 + 35011f0 false 624 Foreground Worker #0 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 Discovery 0x0000000140000000 + 35011f0 false 628 Foreground Worker #1 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 Discovery 0x0000000140000000 + 35011f0 false 632 Background Worker #2 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 Discovery 0x0000000140000000 + 35011f0 false 636 Background Worker #3 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 Discovery 0x0000000140000000 + 35011f0 false 640 Background Worker #4 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 Discovery 0x0000000140000000 + 35011f0 false 644 Background Worker #5 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 Discovery 0x0000000140000000 + 35011f0 false 648 Background Worker #6 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 Discovery 0x0000000140000000 + 35011f0 false 652 Background Worker #7 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 Discovery 0x0000000140000000 + 35011f0 false 656 Background Worker #8 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 Discovery 0x0000000140000000 + 35011f0 false 660 Background Worker #9 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 Discovery 0x0000000140000000 + 35011f0 false 664 BackgroundThreadPool #0 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 Discovery 0x0000000140000000 + 35011f0 false 668 BackgroundThreadPool #1 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 Discovery 0x0000000140000000 + 35011f0 false 728 FMediaTicker ntdll 0x0000000170000000 + d694 kernelbase 0x000000007b000000 + 61d3e false 740 HttpManagerThread ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 Discovery 0x0000000140000000 + 35011f0 false 744 OnlineAsyncTaskThreadSteam DefaultInstance ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 Discovery 0x0000000140000000 + 35011f0 false 792 IOThreadPool #0 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 Discovery 0x0000000140000000 + 35011f0 false 796 IOThreadPool #1 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 Discovery 0x0000000140000000 + 35011f0 false 800 IOThreadPool #2 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 Discovery 0x0000000140000000 + 35011f0 false 804 IOThreadPool #3 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 Discovery 0x0000000140000000 + 35011f0 false 1264 RenderThread 1 ntdll 0x0000000170000000 + d694 kernelbase 0x000000007b000000 + 61d3e Discovery 0x0000000140000000 + 34fe7ba false 1268 RTHeartBeat 1 Discovery 0x0000000140000000 + 350204a Discovery 0x0000000140000000 + 33cafd9 Discovery 0x0000000140000000 + 33cae93 Discovery 0x0000000140000000 + 34f12d9 Discovery 0x0000000140000000 + 34f1971 Discovery 0x0000000140000000 + 33c79dc Discovery 0x0000000140000000 + 33c8014 Discovery 0x0000000140000000 + 3503e45 Discovery 0x0000000140000000 + 3503d96 kernel32 0x000000007b600000 + 146ed Discovery 0x0000000140000000 + 335a64b Discovery 0x0000000140000000 + 335a201 ntdll 0x0000000170000000 + f1c7 Unknown 0x0000000000000000 + 0 false 908 FHeartBeatThread ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 Discovery 0x0000000140000000 + 35011f0 false 912 FMessageBus.DefaultBus.Router ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 false 1152 FAsyncLoadingThread ntdll 0x0000000170000000 + d694 kernelbase 0x000000007b000000 + 61d3e Discovery 0x0000000140000000 + 34fe7ba win32u 0x00000002c73a0000 + bda4 Discovery 0x0000000140000000 + 3701894 false 1156 ScreenSaverInhibitor ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 Discovery 0x0000000140000000 + 35011f0 false 1164 AudioMixerNullCallbackThread ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 false 1180 AudioMixerRenderThread(1) ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 6fc23 kernelbase 0x000000007b000000 + 6fcc0 Discovery 0x0000000140000000 + 35011f0 false 1240 FAsyncPurge 638411007332830000 1 Win64 [Windows 10 (21H1) [10.0.19043.UNKNOWN] 64b] 1.0 1 true 0 No errors false false false D3D11 NVIDIA GeForce RTX 3060 Laptop GPU Unknown Unknown Unknown SM5 AMD WindowsClient true <__sentry> { "tags": { "unreal_executable": "Discovery", "unreal_platform": "Windows", "unreal_target": "Client", "unreal_project": "Discovery", "unreal_buildid": "++games+programmer-CL-381068", "unreal_callstackhash": "DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", "unreal_crashguid": "UECC-Windows-D7C0C1D740517101DFA66EACC702D841_0000", "cpu.name": "AMD Ryzen 5 5600H with Radeon Graphics ", "gpu.internaldriverversion": "Unknown", "gpu.userdriverversion": "Unknown", "settings.graphicsapi": "D3D11", "settings.overallquality": "Medium", "settings.rtxgi": "Static" } } ```
Click to expand ``` 3 F6454E7240F0E828215D5A9A04CBD975 UECC-Windows-3A189C894E8C41A29292AD8B5F148AE0_0000 false false true Assert LowLevelFatalError [File:.\Runtime/RenderCore/Private/RenderingThread.cpp] [Line: 1247] GameThread timed out waiting for RenderThread after 0.03 secs 516 109 false false false UE5-Discovery Discovery Shipping cmjummbn8acg41005jt0 WindowsClient Windows Game Unset 5.0.3-381068+++games+programmer -EMBARKACCESSTOKENRETAIL=eyJhbGciOiJSUzI1NiIsImtpZCI6IjIxZmRmZWNmMjViMTRjNDgwYTY5OTc3MmRkMGQ2OTkwYjMzYmM0NGMiLCJraWRfdmVyc2lvbiI6IjEyNCIsInR5cCI6IkpXVCJ9.eyJhdWQiOlsiaHR0cHM6Ly9kaXNjb3ZlcnkuZW1iYXJrLm5ldCJdLCJleHAiOjE3MDU1ODk5NTIsImV4dCI6eyJhcHBfaWQiOiIyMDczODUwIiwiY2xpZW50X2lkIjoiZW1iYXJrLWRpc2NvdmVyeSIsImNvbXBhbnkiOiIiLCJlbWJhcmtfdXNlcl9pZCI6IjI0ODY0NDIzODg0MDQ4MjQzMTQiLCJleHRfcHJvdmlkZXJfaWQiOjgsInRlbmFuY3lfaWQiOiIyOTA4NDIxNDQ5MTMzMzY2Mzg0IiwidGVuYW5jeV9uYW1lIjoiZGlzY292ZXJ5LWxpdmUifSwiaWF0IjoxNzA1NTAzNTUyLCJpc3MiOiJodHRwczovL2F1dGguZW1iYXJrLm5ldC8iLCJqdGkiOiJkYmVkZDJjMi1lYTM0LTQ5NTAtYTViYy1lZTgyNjZmNzk2NTAiLCJuYmYiOjE3MDU1MDM1NTIsInNjcCI6W10sInN1YiI6IjU0MjcwMTMzNzk3NDc5NDM0NjIifQ.SZcDjGznqtipwa3xm342lH9nK8jCnWTFL-xc5BpHfaBzFedCsPixH0mDj_fiAxMBPpKaoijNcrXMy3NTdPO8oOCcKlGaPLxTW4s-MLm-nTl8R6SJX4dmLzXCRIg4GUN6lXAEmQsgzZnuNm1WXRzHfXzPBaxxOH7lXekWrN9AyUZT4BTXtAN7gHZIDRfufZA8f_-ID7xrqreB29ovChIav_I8MvPzufRKxFy_FLT14uKSo4q5A3BYdof8Hx6b8Y4lQIOd_m4a2XM02-knugcvf_MSP5utNr70z_ihwNp4QYMKM5B5qNRL18-jwHS40ONBbs5NxA1gd 0 en-US ++games+programmer-CL-381068 **games*programmer-CL-381068-Win64-Shipping true false Z:/home/notahost/.local/share/Steam/steamapps/common/The Finals/Discovery/Binaries/Win64/ Z:/home/notahost/.local/share/Steam/steamapps/common/The Finals/ 74F9031D48F6811154E3F48433ABB98D 74f9031d48f6811154e3f48433abb98d 0 DiscoveryGameStateTutorial 6 12 1 AuthenticAMD AMD Ryzen 5 5600H with Radeon Graphics NVIDIA GeForce RTX 3060 Laptop GPU Windows 10 (21H1) [10.0.19043.UNKNOWN] 14491484160 39022063616 4096 14 6389489664 30348591104 4053463040 4116041728 3004641280 3004641280 0 0 0 0 No Angelscript Context ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 34f1857 true 520 GameThread false 1628 ElectraPlayer::HTTPManager ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 1620 ElectraPlayer::SharedWorker ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 1612 ElectraPlayer::EventDispatch ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 624 Foreground Worker #0 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 628 Foreground Worker #1 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 632 Background Worker #2 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 636 Background Worker #3 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 640 Background Worker #4 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 644 Background Worker #5 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 648 Background Worker #6 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 652 Background Worker #7 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 656 Background Worker #8 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 660 Background Worker #9 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 664 BackgroundThreadPool #0 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 668 BackgroundThreadPool #1 ntdll 0x0000000170000000 + d694 kernelbase 0x000000007b000000 + 70f5c Discovery 0x0000000140000000 + 34fe7ba false 692 FMediaTicker false 732 HttpManagerThread ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 740 OnlineAsyncTaskThreadSteam DefaultInstance ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 808 IOThreadPool #0 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 812 IOThreadPool #1 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 816 IOThreadPool #2 ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 820 IOThreadPool #3 false 1252 RenderThread 1 ntdll 0x0000000170000000 + d694 kernelbase 0x000000007b000000 + 70f5c Discovery 0x0000000140000000 + 34fe7ba false 1256 RTHeartBeat 1 false 912 FHeartBeatThread ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 928 FMessageBus.DefaultBus.Router ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 false 1144 FAsyncLoadingThread ntdll 0x0000000170000000 + d694 kernelbase 0x000000007b000000 + 70f5c Discovery 0x0000000140000000 + 34fe7ba win32u 0x00000002c73a0000 + bda4 Discovery 0x0000000140000000 + 3701894 false 1148 ScreenSaverInhibitor ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 1164 AudioMixerNullCallbackThread ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 false 1180 AudioMixerRenderThread(1) ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 1236 FAsyncPurge ntdll 0x0000000170000000 + ec14 kernelbase 0x000000007b000000 + 70910 kernelbase 0x000000007b000000 + 710be Discovery 0x0000000140000000 + 35011f0 false 1624 ElectraPlayer::MP4 Playlist 1 true 0 No errors false false false D3D11 NVIDIA GeForce RTX 3060 Laptop GPU Unknown Unknown Unknown SM5 AMD WindowsClient true <__sentry> { "tags": { "unreal_executable": "Discovery", "unreal_platform": "Windows", "unreal_target": "Client", "unreal_project": "Discovery", "unreal_buildid": "++games+programmer-CL-381068", "unreal_callstackhash": "DA39A3EE5E6B4B0D3255BFEF95601890AFD80709", "unreal_crashguid": "UECC-Windows-3A189C894E8C41A29292AD8B5F148AE0_0000", "cpu.name": "AMD Ryzen 5 5600H with Radeon Graphics ", "gpu.internaldriverversion": "Unknown", "gpu.userdriverversion": "Unknown", "settings.graphicsapi": "D3D11", "settings.overallquality": "Medium", "settings.rtxgi": "Static" } } ```
Janhouse commented 8 months ago

You have to disable "compatibility tool" in Steam and then it works just fine.

HinataKato commented 8 months ago

IMG_20240118_053453_204 Just tried it, didn't work. It just hung up after the game launched into the main menu after a few seconds, using LCD Deck+Newest Stable Steam OS+Proton, tried dx11 startup parameter, Proton Experiment/Disable Compatibility tools; didn't work Sorry for no log attached, didn't really know which to add on deck

LatvianBHood commented 8 months ago

I'm getting the same error as you, HinataKato, but about 10s after game loads into main menu.

HinataKato commented 8 months ago

I'm getting the same error as you, HinataKato, but about 10s after game loads into main menu.

That's werid, looks like we had the same issue? Mines are EAC→Login→Main menu→Some second later-hung→Also sometimes later hung-popup→Clicked the ok button→Back to Steam's menu

kisak-valve commented 8 months ago

It looks like this game's playtest beta has ended a while ago and the current feedback being added here is intended for the game's full release (2073850).

Please continue discussing your experience with the full game release on #7317.

Closing because the Playtest does not appear to be publicly accessible anymore.