Game Crash Issue with AMD Adrenaline 25.5.1 Drivers on Battlefield 2042
Dear EA Support, I would like to report a critical compatibility issue between Battlefield 2042 and the latest AMD Adrenaline drivers (version 25.5.1). and it seems many players have the same problem. After updating to this driver version, the game consistently crashes during mid-game death scenes, making it unplayable. The only current workaround is to roll back to an older driver version, which is not ideal for users who require the latest updates for other applications or titles. I kindly request that the development team investigate this matter and release an update or patch to ensure Battlefield 2042 runs properly with the latest AMD drivers. Thank you for your attention to this matter. Best regards, DragoGreeceGame crashes upon death
Bug Report: Battlefield 2042 Crash on Death Animation So earlier today I started back playing Battlefield 2042 after not playing for about a year due to the new Dead Space collab with the new Outbreak mode. However, I'm having a serious issue where every time I die, right as the death animation starts to play, the game freezes and crashes immediately with no error message. This happens in all modes. I've looked online and seen others with similar issues. Some reported that deleting the cache folder for the game helped, but it was only a temporary fix — the issue returned within 30–45 minutes. Since deleting the folder didn’t help, I decided to reinstall the game, even though it’s large. Unfortunately, the problem got slightly worse: it started freezing even faster, sometimes before the death animation even starts. I then consulted ChatGPT, which recommended analyzing the crash dump file using a program called WinDbg. I did so, and shared the analysis with ChatGPT to interpret the results. ChatGPT Response Summary: Root Cause Summary: The crash was due to an Access Violation (0xC0000005) — specifically a read from a null or invalid pointer (0x0000000000000008). Crash Details: Module: amdxc64.dll (likely part of AMD graphics drivers) Function: Boost Serialization (boost::archive::detail::iserializer::load_object_data) Crash Reason: Attempted to read from RCX + 8, but RCX was NULL (0x0), leading to a crash. Contextual Clues: Crash occurred while BF2042.exe was running. Involves amdxc64.dll — a common AMD GPU driver library. Occurred during Boost serialization and DirectX 12 GPU pipeline operations. Likely Cause: A pointer used by the AMD graphics driver during deserialization or pipeline setup was NULL, causing the game to crash. So at this point, having done nearly every troubleshooting step and even running diagnostics with the help of ChatGPT, this is the closest I’ve gotten to an explanation. Hopefully someone from the developer team can help investigate further. And yes, before anyone asks — I did try switching the game to run in DirectX 11. The same issue persists. System Specs: CPU: AMD Ryzen 7 5800X GPU: AMD Radeon RX 6750 XT RAM: 32 GB DDR4 OS: Windows 11 Home, 64-bit Driver Version: AMD Adrenalin – latest version as of May 2025 Troubleshooting Performed: Verified game files via Steam Reinstalled the game Updated GPU drivers to the latest AMD version Set game to run as administrator Disabled all overlays (Discord, Steam, Radeon) Disabled all background apps No overclocking is done on this systemDirectX crash DXGI ERROR DEVICE HUNG
Hello i was playing battlefield 2042 last couple days and really enjoyed, but one day after i spend 200 zł on skins game starts to crash everytime after 5-10 minutes of playing. I tried 100 of very stupid solutions from reinstalling game, drivers, etc. nothing works. Nothing changed on my pc but game starts crashing and i cant play pls help my pc MB MSI B550 rtx 4070ti super 16gb ryzen 5800xt 32gb ram 2tb ssdError code: 1:86001S:66003S:-891751198O:0B
I tried talking to several EA tech support people and they all keep telling me something is wrong with my connection and that there's nothing they can do for this error. I just don't see how this is an issue with my connection, if every other game I own has absolutely no issues with connection. The only thing I can maybe assume is that it's something to do with the EA app on PC. I've exhausted every possible troubleshoot that EA suggested I do on my end, with little to no effort on their end helping resolve this. The fact that I'm reading 4 year old forums on this issue and it still being a problem today is very on par for EA. Any guidance or help would be much appreciated.Вылеты BF2042 на рабочий стол
Доброго времени суток, после установки свежей и чистой windows и полного покета драйверов заметил что игра сначала выдавала ошибку по dx 11 а после обновления него начала просто вылетать без показания ошибки на рабочий стол, моя система процессор i5 12400f видеокарта AMD Radeon Rx 6750 gre на 12 gb и 16 gb озу, по советам гуру интернета поставил файл подкачки сначала доп 16 гб вылеты продолжились затем просто по выбору системы, до переустановки windows всё работало стабильнее, не могу понять почему, буду рад и благодарен любой помощи и советамEa AntiCheat
I haven't played the game in a month when I launched the EA app and updated the game I played a match after a minute or so I get this error and I don't know how to fix it I deleted the anti-cheat, reinstalled it, updated the anti-cheat, did nothing, deleted the entire ea app event view show me this error File System Filter 'EAAntiCheat' (Version 10.0, 2025-05-07T20:56:30.000000000Z) unloaded successfully.Error: "There is a problem with your game's setup. Please reinstall your game"
I cant launch the game since i bought it. It crashes right after the loading splash screen with the error "There is a problem with your game's setup. Please reinstall your game". Tried every fix i found on the internet already and nothing helped, if somebody has a clue or had this problem fixed, please help me out, thank you in advance!SolvedBF2042 Crash – Access Violation in amdxc64.dll
Battlefield 2042 crashes reproducibly during DirectX12 pipeline initialization. Two minidumps analyzed with WinDbg show an access violation inside amdxc64.dll at offset 0x208080. Exception code is 0xC0000005 – a read from NULL (rcx = 0, [rcx+8]). This happens inside a Boost::serialization function. Stack trace includes D3D12Core and BF2042's DeviceInit. Application Verifier was enabled in one test, confirming the error. amdxc64!boost::archive::detail::iserializer<sc_xml_iarchive, _SC_SI_PS_ATTR_CH_ENTRY>::load_object_data+0x208080 Exception Code: 0xC0000005 – INVALID_POINTER_READ Address: 0x0000000000000008 (rcx was null) The crash occurs while accessing [rcx+8] where rcx = 0, indicating a null pointer read inside the driver module, likely triggered by the game engine (Frostbite) when handling serialized shader or graphics data. Suggested Action: Please investigate how BF2042 passes pipeline/shader data to the AMD driver. A faulty object or driver issue might be the cause. Coordination with AMD may be necessary.