Deleted user

Results 133669 comments of Deleted user

This screen recently appeared here ![Screenshot_20240322_104609](https://github.com/ValveSoftware/Proton/assets/155112565/0b7da26d-7797-4afa-9f73-2b95406fbe0d) The game wasn't opening, after I uninstalled burnout paradise remastered, need for speed most wanted 2012 didn't open anymore. I can't say what happened...

I can't run this game with proton experimental, 9 or 8. Trying 7 now.

Ok, for future readers: - install with proton 7 - play with any other proton version (at the time of writing, proton experimental works, and so should proton 9 and...

for me the launcher would crash (seemingly) when using proton 9 or 8 or experimental. my account was linked ages ago

Could you try to take a CPU profile while you think the CPU spikes? Normally we have seen CPU spike when compaction is happening which is normal.

> I'm not sure if we can directly fix this, but we might be able to add a hint about the issue and a way to resolve it otherwise. A...

[Reference for the steps required](https://www.debugpoint.com/kvm-share-folder-windows-guest/) Requires [WinFSB](https://github.com/winfsp/winfsp/releases/) and [virtio-win-guest-tools.exe](https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/) and then enabling the VirtIO-FS Service, I don't see how cockpit-machines can simplify that aside from making their own installer for...

Here's the most obvious example I can think of: ```ts type SessionData = { userId: string; }; export default eventHandler(async (event) => { const session = await useSession(event, { ......