Path of Building for Mac! 3.26-ready

"
Zuuule#6329 wrote:
"
seneoeh#4732 wrote:
Edit: I've managed to find the issue. This is something to do with a text font. In classes/tooltip.lua, at line 85, if I remove the "font or" to use "VAR" as default font I don't crash anymore.This is probably just a temp/dirty fix as more custom font are probably used elsewhere and will cause more issues.


Can you please explain how I do this.



Go to your /Applications folder.
Right click "Path of building", and select "Show Package Contents".
Navigate to Contents/MacOS/Classes.
Open "Tooltip.lua" with a text editor.
Change line 85 from
"
fontToUse = font or "VAR"

to
"
fontToUse = "VAR"

Save the file, launch Path of building and it should work again.
Works great!
You're the man @seneoeh!
"
seneoeh#4732 wrote:
"
Zuuule#6329 wrote:
"
seneoeh#4732 wrote:
Edit: I've managed to find the issue. This is something to do with a text font. In classes/tooltip.lua, at line 85, if I remove the "font or" to use "VAR" as default font I don't crash anymore.This is probably just a temp/dirty fix as more custom font are probably used elsewhere and will cause more issues.


Can you please explain how I do this.



Go to your /Applications folder.
Right click "Path of building", and select "Show Package Contents".
Navigate to Contents/MacOS/Classes.
Open "Tooltip.lua" with a text editor.
Change line 85 from
"
fontToUse = font or "VAR"

to
"
fontToUse = "VAR"

Save the file, launch Path of building and it should work again.


Worked like a charm! Thank you for the detailed explanation on how to fix this myself!

Report Forum Post

Report Account:

Report Type

Additional Info