Path of Building for Mac! 3.24-ready

I just updated it to the latest version with another attempt to fix the build for MacOS 12 Monterey versions. Let me know if you still run into issues.
"
arciinus wrote:
I just updated it to the latest version with another attempt to fix the build for MacOS 12 Monterey versions. Let me know if you still run into issues.


I tried it opens for 1 second and crashes. =(

I am using macOS catalina 10.15.7

the older version for 322 works well. Can you revert to that? Thank you so much for taking so much time to doing this for the community btw. Appreciaite it. I hope this gets fixed before league start =(
Last edited by faynop on Dec 7, 2023, 7:58:35 AM
"
Helmsman527 wrote:
"
faynop wrote:
Hello after i have went into settings and press open, it still does not open the app. It says contact developer.

how do I allow it for the security issue?

I am talking about the newest version. Had no trouble on the previous version.


I open terminal and this is the error

./PathOfBuilding
dyld: Symbol not found: __ZTVNSt3__13pmr25monotonic_buffer_resourceE
Referenced from: /Applications/PathOfBuilding.app/Contents/MacOS/./../Frameworks/QtCore.framework/Versions/5/QtCore
Expected in: /usr/lib/libc++.1.dylib
in /Applications/PathOfBuilding.app/Contents/MacOS/./../Frameworks/QtCore.framework/Versions/5/QtCore
Abort trap: 6



someone please help me.

I tried to update using terminal and still does not work.

When I click the application it just bounce once and nothing happens after =(((


I had the same issue.

Go to https://github.com/aspel/pobfrontend/releases
Pick up PathOfBuilding.darwin.amd64.tar.xz and download it
Unpack and place in app folder

Run following command before opening it:
xattr -d com.apple.quarantine /Applications/PathOfBuilding.app

If you do all things correctly it will run without any troubles

I'm on 12.7.1 MacOS Monterey
iMac Retina 27"
works like a charm!

Good luck, hope it helps




Hi I tried to run the command this happens.

Jonathans-MacBook-Pro:~ JGOC$ xattr -d com.apple.quarantine /Applications/PathOfBuilding.app
xattr: /Applications/PathOfBuilding.app: No such xattr: com.apple.quarantine
"
faynop wrote:
"
arciinus wrote:
I just updated it to the latest version with another attempt to fix the build for MacOS 12 Monterey versions. Let me know if you still run into issues.


I tried it opens for 1 second and crashes. =(

I am using macOS catalina 10.15.7

the older version for 322 works well. Can you revert to that? Thank you so much for taking so much time to doing this for the community btw. Appreciaite it. I hope this gets fixed before league start =(


You can try this binary, but I'd appreciate it if you can send me the error messages with the troubleshooting instructions. I may not have the time to release a separate binary for older Mac versions in the future, so it'd be helpful to just figure out what's wrong.
"
arciinus wrote:
"
faynop wrote:
"
arciinus wrote:
I just updated it to the latest version with another attempt to fix the build for MacOS 12 Monterey versions. Let me know if you still run into issues.


I tried it opens for 1 second and crashes. =(

I am using macOS catalina 10.15.7

the older version for 322 works well. Can you revert to that? Thank you so much for taking so much time to doing this for the community btw. Appreciaite it. I hope this gets fixed before league start =(


You can try this binary, but I'd appreciate it if you can send me the error messages with the troubleshooting instructions. I may not have the time to release a separate binary for older Mac versions in the future, so it'd be helpful to just figure out what's wrong.


Here is the terminal error
Jonathans-MacBook-Pro:MacOS JGOC$ cd /Applications/PathOfBuilding.app/Contents/MacOS
Jonathans-MacBook-Pro:MacOS JGOC$ ./PathOfBuilding
Segmentation fault: 11

Here is the error I press "report" when app crashes

VM Regions Near 0xc161000:
-->
__TEXT 000000010c161000-000000010c179000 [ 96K] r-x/r-x SM=COW /Applications/PathOfBuilding.app/Contents/MacOS/PathOfBuilding

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 ??? 0x000000000c161000 0 + 202772480

ystem Integrity Protection: enabled

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x000000000c161000
Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [1216]

Logical CPU: 1
Error Code: 0x00000014 (no mapping for user instruction read)
Trap Number: 14


----

The report seems huge, so I picked out the error parts. Hope I didn't miss anything
Last edited by faynop on Dec 7, 2023, 8:33:52 PM
I just want to say thanks for keeping this up to date, it's invaluable to many players!

Have a nice holiday season, arciinus.
"
faynop wrote:
Here is the terminal error
Jonathans-MacBook-Pro:MacOS JGOC$ cd /Applications/PathOfBuilding.app/Contents/MacOS
Jonathans-MacBook-Pro:MacOS JGOC$ ./PathOfBuilding
Segmentation fault: 11

Here is the error I press "report" when app crashes

VM Regions Near 0xc161000:
-->
__TEXT 000000010c161000-000000010c179000 [ 96K] r-x/r-x SM=COW /Applications/PathOfBuilding.app/Contents/MacOS/PathOfBuilding

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 ??? 0x000000000c161000 0 + 202772480

ystem Integrity Protection: enabled

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x000000000c161000
Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [1216]

Logical CPU: 1
Error Code: 0x00000014 (no mapping for user instruction read)
Trap Number: 14


----

The report seems huge, so I picked out the error parts. Hope I didn't miss anything


Thanks! Unfortunately, segmentation faults are probably one of the hardest types of error to fix, especially since the oldest Mac version I have access to is Big Sur (MacOS 11).

I realized I forgot the link in my last post. You can try the binary that was just an upgraded version of the previous at:

https://github.com/hsource/pobfrontend/releases/download/v2.35.5-old/PathOfBuilding.zip
Last edited by arciinus on Dec 8, 2023, 1:27:25 AM
"
arciinus wrote:
"
faynop wrote:
Here is the terminal error
Jonathans-MacBook-Pro:MacOS JGOC$ cd /Applications/PathOfBuilding.app/Contents/MacOS
Jonathans-MacBook-Pro:MacOS JGOC$ ./PathOfBuilding
Segmentation fault: 11

Here is the error I press "report" when app crashes

VM Regions Near 0xc161000:
-->
__TEXT 000000010c161000-000000010c179000 [ 96K] r-x/r-x SM=COW /Applications/PathOfBuilding.app/Contents/MacOS/PathOfBuilding

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 ??? 0x000000000c161000 0 + 202772480

ystem Integrity Protection: enabled

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x000000000c161000
Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [1216]

Logical CPU: 1
Error Code: 0x00000014 (no mapping for user instruction read)
Trap Number: 14


----

The report seems huge, so I picked out the error parts. Hope I didn't miss anything


Thanks! Unfortunately, segmentation faults are probably one of the hardest types of error to fix, especially since the oldest Mac version I have access to is Big Sur (MacOS 11).

I realized I forgot the link in my last post. You can try the binary that was just an upgraded version of the previous at:

https://github.com/hsource/pobfrontend/releases/download/v2.35.5-old/PathOfBuilding.zip




OMG does this mean I wont be able to use POB =( god...

I tried to upgrade to big sure, but not enough space on my 128gb MacBook (

Btw I tried that link, I see this when I open
https://ibb.co/2Z32NtL

I am not a coder - do you have any suggestions how I can run POB? or alternatives like opening the pob.exe on mac? I tried using Winebottle and it didn't work.
Last edited by faynop on Dec 8, 2023, 2:15:53 AM
I hope you will be able to build the updated POB that works like the previous league sir. Please use the previous build/settings cause it worked. Thank you so much again for the help.
Also having it crash instantly, has a fix been found?

I'm on a 2020 M1 MB Pro running Big Sur 11.7.4. Thanks

Report Forum Post

Report Account:

Report Type

Additional Info