Feedback on Battlefield 2042 – Road to Battlefield 6 & Optimization
Hi Battlefield team, I would like to share more detailed feedback about Battlefield 2042. The new Battle Pass Road to Battlefield 6 is excellent. The 60 levels feel fresh and creative, full of references, jokes, and skins that really fit the Battlefield style. It’s fun to progress through and discover the details — thank you for this creative work! With my friends, we are also completing the Phantom Program secret operation. Hidden content like this really motivates us to stay engaged, and we are excited for the reveal. If it connects to a robot-themed mini-event, that would be amazing and very unique for Battlefield. Surprises like this keep the game alive and interesting. At the same time, I hope Battlefield 2042 will continue to receive support. Even small updates, balance patches, or extra events would mean a lot to players. Many of us are still enjoying the game and want to see it stay active until the next Battlefield arrives. One critical issue is performance. On my PC (RTX 3070 Palit, i5-12400F, 32GB RAM), the CPU runs at 100% load both in-game and even in the menu, which causes noticeably high temperatures. My friend with an MSI RTX 4060, i9 9th Gen, 16GB single-channel RAM also experiences high CPU usage. Another friend with a GTX 1050 Ti, i5 10th Gen, and 16GB RAM has the same problem. This shows the issue is not limited to one configuration — optimization is really needed across different setups. Once again, thank you for the creativity and for keeping Battlefield alive. The Road to Battlefield 6 pass was a great addition, and we hope the game continues to improve with better performance and a few more updates. Best regards, LINARITHeroic Legends Fantasy Pack 4 options to pick from the same 2 players each time
Just as stated the heroic legends fancy pack allows, you to pick four times from 2 83+ players. For each of the four rounds it was either an 83 level Patrick Peterson or a 83 level Jason peters.. I don’t want 2 to 4 of the same players of the same exact rank. how do I get reimbursed or how do I get a chance to open the packs correctly?26Views1like2CommentsWheeled warrior glitched trophy
This is the last trophy I’m missing before I can platinum this game and I’m trying to get a platinum before bf6 comes out I’ve been reading tons of articles of people having the same issue EA fix the trophy like what are y’all doing? I see articles dating back six months ago and y’all still haven’t fixed this.Battlefield 6 Beta Installation Caused SSD to Disappear from System
As of the time of writing this, I installed the beta roughly 24 hours ago via the EA app. I then tried to launch it to adjust my in-game settings and then wait for the beta, but upon doing so I was met with an error that there was an error. I turned off my computer and the following day turned it on to try opening the beta again, but was met with an error message of "Install filepath not found." So I opened my file explorer to see that the drive that I installed the Beta on, my (P:) drive, was missing completely. Other games also installed on it were missing, and my computer could not detect it. Written below are the issues I identified via the event manager and the troubleshooting steps I have already taken. I have never had this issue before, and the only significant change was installing the Battlefield Beta. Incident Summary Date of Issue: August 6, 2025 System: Windows 11 (x64) Component Affected: Intel NVMe M.2 SSD (previously assigned as Drive P:) Suspected Software Involved: Javelin Anti-Cheat (Battlefield 6 Beta) Description of the Issue Following the installation of the Battlefield 6 beta via the EA Launcher, and subsequently via Steam, which installs Javelin anti-cheat, my internal Intel M.2 NVMe SSD (formerly drive P:) is no longer detectable by the system. After rebooting the system the next day, the drive completely disappeared and is no longer visible in: Disk Management Device Manager BIOS/UEFI wmic diskdrive diskpart Observed Event Logs (collected 08/05–08/06) Time Event ID Source Message 16:14:45 51 Disk An error was detected on device \Device\Harddisk4\DR4 during a paging operation. 16:14:45 157 storahci Disk 4 has been surprise removed. 16:14:47 8194 VSS Volume Shadow Copy Service error 16:15:14 7026 Service Control Manager The following boot-start or system-start driver(s) did not load: dam Event ID 51 - Disk Paging Error “An error was detected on device \Device\Harddisk4\DR4 during a paging operation.” What this means: Windows attempted to use your Intel drive for paging (virtual memory), but the request failed at the I/O subsystem layer. This occurs after drivers are loaded and the OS is making active use of the disk. Why it points to a kernel-level issue: Paging is a kernel-managed operation that occurs in Ring 0, the most privileged level of the OS. If paging fails due to device non-responsiveness, the system logs this under Disk with Event ID 51, suggesting that the kernel could not successfully complete a memory-mapped I/O request. If this was just a file system error or corrupt sector, the drive would still be visible in Disk Management. The fact that it disappeared after these events implies something interfered with kernel-level access to the storage driver stack. Event ID 157 - stoahci -Surprise Removal “Disk 4 has been surprise removed.” What this means: Windows detected that the drive was disconnected — but not by user action or proper shutdown. This message comes from AHCI or NVMe controller drivers, not from user space. Why it points to a kernel-level issue: This happens at the storage stack layer, a part of the Windows kernel architecture. A “surprise removal” suggests the OS lost communication with the drive’s PCIe lane or NVMe controller, which may be due to: PCIe bus being soft-disabled by a kernel driver The drive being locked, powered down, or hidden by a low-level anti-cheat or firmware bug The error comes from storahci.sys, a Microsoft kernel-mode driver for AHCI and NVMe — if that driver can't complete the I/O handshake, something is breaking communication at the kernel level. Event ID 8194 - VSS Failure “Volume Shadow Copy Service error: Unexpected error calling routine CoCreateInstance. hr = 0x80040154.” What this means: The Volume Shadow Copy Service couldn’t instantiate a required COM object to snapshot volumes. This COM call is used when accessing, backing up, or restoring partitions. Why it points to deeper issues: The timing of this VSS error immediately after the disk disappears suggests that the system was trying to access a volume (your Intel drive), but couldn’t instantiate necessary components because the drive no longer existed at a low system level. VSS runs as a system service but relies on kernel-mode disk access. If the driver stack beneath it has collapsed or a disk has been programmatically removed, VSS fails with this type of error. Event ID 7026 - dam.sys Boot Driver Not Loaded “The following boot-start or system-start driver(s) did not load: dam” What this means: dam.sys (Disk Arbitration Manager) is a boot-critical driver that helps Windows detect, assign, and mount disks at startup. Why this is critical: If this driver fails to load, some or all storage devices may never be initialized. Kernel-level anti-cheat drivers can hook or delay critical boot services to detect tampering — if improperly implemented, they can interfere with early-stage disk driver loading. The failure of dam.sys coinciding with paging and disk errors strongly implies the system’s ability to enumerate the drive was broken at boot, not just post-boot in user space. Why This Points to Kernel-Level Interference or Failure, Not Just Drive Death. Timing: The events occur immediately after a reboot, where Javelin anti-cheat was recently installed, which operates at Ring 0. Symptoms: A typical failed SSD might degrade (SMART warnings, slow reads) — mine vanished instantly, which is consistent with firmware or kernel manipulation. dam.sys failure + paging errors + controller removal = a catastrophic collapse in the disk driver stack, likely triggered by: A misbehaving kernel-mode module (like anti-cheat) A power or PCIe-level instruction that deactivates the controller A blocked or corrupted boot path Trouble Shoting Steps Already Taken Verified drive is not visible in BIOS Reseated the M.2 drive physically Booted into Safe Mode (still missing) Ran SMART scan tools — the drive does not enumerate at all Attempted Javelin removal via manual inspection and PowerShell All other drives and system components function normally Please Advise on Whether Javelin anti-cheat may persistently block or disable storage devices at the kernel level Whether this SSD model is known to be incompatible with recent anti-cheat hooks Any recovery tools or firmware resets available to bring the drive back online I have the .evtx files with the system and application logs to identify where the issues happened, but the uploader does not allow me to add them. Any help is greatly appreciated. I've been a long-time fan and player of EA games, and this has never happened to me before. I want to enjoy the new game, but if it causes hardware or software failure, then other players should know as well, so it can be fixed by the team. Buying a new drive is also not ideal either. cm edit; title edit