Page MenuHomeFeedback Tracker

Crash in multiplayer with profiling build
Feedback, NormalPublic

Description

When I log into multiplayer with a friend using LAN, the game crashes after a couple of seconds with the same error. I pinned new crash dumps. Download In singlplayer its working normal, but when i with friend its doesnt work. That crash going when im hosting. When i joining to my friend, the problem doesnt appear. (Sorry for broken English)

Details

Severity
Crash
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Game Crash
Steps To Reproduce

Host a multiplayer game by LAN

Additional Information

My PC:
CPU - Xeon X3360
Video Card - GeForce 1050 ti
RAM - 8 GB
game on HDD

The error is due to unsupported popcnt instruction.

Event Timeline

sadovan created this task.Dec 29 2024, 10:21 AM
sadovan updated the task description. (Show Details)Dec 29 2024, 10:23 AM
Leopard20 edited Additional Information. (Show Details)Dec 30 2024, 7:03 AM
dedmen added a subscriber: dedmen.Mon, Jan 6, 3:44 PM

Ah the good old optimizer.
Specifically wrote code that does it without popcnt, the optimizer detected what I was doing and replaced it with popcnt... Thank you

dedmen changed the task status from New to Feedback.Mon, Jan 6, 3:57 PM

Fixed in v17 tomorrow