
Path of Exile 2 0.6.0 Inventory Desync Crash PC
Fix Path of Exile 2 0.6.0 inventory desync crash. Resolve stash tab freezes, item-vanish bugs, and instance disconnects after the June 2026 league launch.
What is the Path of Exile 2 0.6.0 Inventory Desync Crash?
The Path of Exile 2 0.6.0 patch (the *Echoes of the Vaal* league launched June 4, 2026) introduced a regression in the new shared-stash backend where the client's local inventory state silently diverges from the realm server. Players see a stash tab grey out, items become unclickable, and within 5-30 seconds the client either freezes for ~45 seconds, throws "Lost connection to instance server", or hard-crashes with an Access Violation in Client.exe. Items that appeared to be moved sometimes revert; in worst cases the client crash deletes the locally cached cursor item.
When does it occur?
- Within the first 60 seconds of opening a Premium Stash Tab in a new realm session
- When rapidly Ctrl-clicking items between inventory and stash (the "transfer storm" pattern)
- After clicking a Currency Stash tab while a trade window is open with another player
- When linking an item to chat from a stash tab right after a league-day server restart
- During the first map run after returning to town with a full inventory
- Inside hideouts that contain more than 4 active stash decorations from the 0.6.0 MTX set
Common causes
- Server-side stash service
stash.poe2.gg.comqueueing backlog from league-launch load (worst on US-East and EU-West) - Local stash cache desynced from realm after a forced disconnect (cache lives at
%PROGRAMDATA%\Path of Exile 2\Cache\Stash\) - DirectX 12 renderer race condition between UI thread and inventory poll loop (Vulkan does not exhibit this)
- High-ping (>180 ms) sessions that exceed the new strict 2-second inventory ACK window
- Outdated GeForce 580.xx / Adrenalin 26.5.x driver missing the GGG-recommended workaround for D3D12 resource binding
- Steam Cloud sync clobbering local
Settings.iniduring a mid-session save, breaking the inventory poll cadence - Third-party trade overlays (Awakened PoE Trade, Exilence Next) holding stale stash handles after a tab refresh
Step-by-step fixes
- Switch the renderer to Vulkan. Options → Graphics → Renderer → Vulkan → restart client. The D3D12 race condition is the root cause for the majority of 0.6.0 crashes; Vulkan does not share the code path.
- Clear the local stash cache. Quit the game, delete
%PROGRAMDATA%\Path of Exile 2\Cache\Stash\and%PROGRAMDATA%\Path of Exile 2\Cache\Trade\. Relaunch — the client will repopulate from the realm. - Force a stash resync. In-game, open a stash, press Ctrl + Shift + F5. The tab will grey out for ~10 seconds then re-fetch from server. Do this once per tab on first login after a league-day patch.
- Update GPU driver to GGG-recommended. NVIDIA: GeForce 581.42 or newer. AMD: Adrenalin 26.6.1 or newer. Intel: Arc 101.7028. Older drivers are known to mishandle the new descriptor-heap layout the 0.6.0 renderer uses.
- Disable Steam Cloud for Path of Exile 2. Library → right-click POE2 → Properties → General → uncheck "Keep games saves in the Steam Cloud". League settings change frequently and Cloud overwrites can corrupt
Settings.ini. - Cap your frame rate to 120 fps in town/hideout. Options → Graphics → Frame Rate Cap. Uncapped framerates in hideout amplify the UI/inventory thread race. In maps you can lift the cap.
- Disable third-party overlays for 24 hours. Quit Awakened PoE Trade, Exilence Next, and any Discord overlay. Most overlays poll the stash API and currently confuse the new server-side rate limiter.
- Switch realm gateway if your ping > 180 ms. Login screen → bottom-right gateway selector. Pick the geographically closest gateway (e.g.
Frankfurtfor EU,Washington DCfor US-East). The 2-second ACK window in 0.6.0 punishes high-latency sessions.
If it still doesn't work
If you still crash within minutes of opening a stash after applying all eight fixes, capture the client log at %PROGRAMDATA%\Path of Exile 2\logs\Client.txt — search for lines containing [STASH] or InventoryDesync, and the last 200 lines before the crash. Post the excerpt on the official pathofexile.com/forum/view-forum/technical-support-poe2 board with your DXDIAG, driver version, and gateway. GGG developer Bex_GGG has been tagging confirmed 0.6.0 desync reports in the "Echoes of the Vaal — Bug Reports" subforum. Until a server-side hotfix lands, the safest workaround is to play in Vulkan, keep one tab open at a time, and avoid the Currency Stash during peak league hours (00:00-04:00 UTC).
Related errors
Fix Path of Exile 2 fatal crash on startup after the June 2026 0.6 update. Clear shader cache, switch DX12/Vulkan, disable MTX cosmetics, and fix ultrawide crashes.
Fix Path of Exile 2 Vulkan crashes on startup and in-game. Switch renderer to DX12, clear shader cache, update GPU drivers, and resolve Dawn of the Hunt crash triggers.
Fix Path of Exile 2 Settlers of Kalguur Act 4 boss desync, disconnects, and crashes. Region pinning, predictive mode toggle, and GGG's known-issue workarounds for 2026.