Path of Building for Mac! 3.25-ready
Look's like this is the place to find proper download of this release:
https://github.com/hsource/pobfrontend/releases/tag/2.20.1 106 MB file. | |
Hi! I downloaded it and open up the zip and copy it to my application. But it does not seems to be detected. Am I missing any steps or am I doing something wrong?
|
|
" You need to download the proper version: https://github.com/hsource/pobfrontend/releases/download/2.20.1/PathOfBuilding.zip OP linked source files for some reason. | |
Very much appreciated!
| |
Anyone got around the crash when placing a timeless jewel/importing a build with timeless jewels in the latest version?
|
|
" I experience crash when socketting timeless jewels. Definitely those jewels. | |
" If you have an import that's not working, post it here and someone on this thread can maybe debug it. | |
OK! Pushed a new fix.
I found out what was wrong by doing `git bisect` and then adding print() statements. This is the same debugging process as https://www.pathofexile.com/forum/view-post/23971067 The offending commit is this: https://github.com/PathOfBuildingCommunity/PathOfBuilding/commit/12db645c13151004c0392fbf386b6d5a02dd0841 When I add this code to loadJewelFile in Data.lua: " I get output: " This is clearly wrong. Changing the GetScriptPath() to GetRuntimePath() gets the correct path. I updated the original post to add a `sed` to replace it. Last edited by arciinus on Aug 17, 2022, 2:20:46 AM
| |
I can now successfully import all the builds with timeless jewels that were previously crashing.
Looks like it's fixed! That was quick, great work. | |
Thank you very much for the recent update!
|