Fix trader crash#2398
Conversation
|
For anyone using the Portable version: Open your PathOfBuildingCommunity-PoE2-Portable folder. Copy the downloaded file into the Classes folder. That's it! The Trade Search crash should now be fixed. Note: This is only a temporary workaround until the fix from PR #2398 is included in an official Path of Building PoE2 release. |
|
Please don't link to mediafire like this. That's sketchy as hell, even if that one is the correct. If you really can't wait and don't know how to launch PoB in dev mode: you can read it directly from the repository: https://raw.githubusercontent.com/vaisest/PathOfBuilding-PoE2/fix-trader2/src/Classes/TradeQueryRequests.lua |
Fixes #2396
Description of the problem being solved:
Sometime after 0.5 there was a change which made explicit lines an object instead of just a string. Now that was applied to the other mod fields too
The weighed sum field also seems to have been changed to the same format. Fix was copied from pob1
Steps taken to verify a working solution:
Link to a build that showcases this PR:
Before screenshot:
After screenshot: