You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running the latest version of Path of Building and I've verified this by checking the changelog
Check for duplicates
I've checked for duplicate open and closed issues by using the search function of the issue tracker
What platform are you running Path of Building on?
Linux - Wine
Screenshots of crash/graphical issue, version and options menu
Downloading page at: https://www.pathofexile.com/api/trade2/data/leagues
Downloading page at: https://www.pathofexile.com/api/trade2/search/poe2/Standard
Download complete. Status: OK
Download complete. Status: OK
Failed to test Quiver mod: 19% chance to Pierce an Enemy
Failed to test Quiver mod: 100% chance to Pierce an Enemy
Failed to test Quiver mod: 25% chance to Pierce an Enemy
00c0:err:virtual:virtual_setup_exception stack overflow 1808 bytes in thread 00c0 addr 0x7bc53d44 stack 0x1208f0 (0x120000-0x121000-0x220000)
What are your system specifications and configuration?
I didn't debug it on Linux but I could reproduce it there.
Squinting at the trade URL that your search generates it's 2481 characters long.
SimpleGraphic uses ShellExecuteA with the open verb to open URLs, and supposedly the limit for those is surprisingly low, around 2048 characters.
We should either validate our parameters to reject the call or find another method of opening a web browser.
Definitely reject the call on the runtime side. On the Lua side, we can probably trim off the bottom-weighted filters until the URL is below 2048 characters.
Check version
Check for duplicates
What platform are you running Path of Building on?
Linux - Wine
Screenshots of crash/graphical issue, version and options menu
What are your system specifications and configuration?
NOTE: Running
dev
branch on wineOS: Ubuntu 22.04.5 LTS
GNOME version: 42.9
Windowing system: X11
CPU: Ryzen 7 5800x
GPU: NVIDIA Geforce RTX 4070, Driver Version 560.35.05
How to reproduce the issue
Character build code
The text was updated successfully, but these errors were encountered: