Houdini 16.5 crashes on startup on OSX

   2794   5   2
User Avatar
Member
1 posts
Joined: Dec. 2017
Offline
Hello, this is my first post.
I installed Houdini 16.5.322 QT4 and i'm unable to run the apprentice application at all.
I get a fatal error on startup every time.

My system specs:

MAC Pro mid 2010

CPU:
intel Xeon 2x6 core 2.66 GHZ

RAM:
24GB 1333 MHZ DDR3

Graphic card:
ATI Radeon HD 5770 1024 MB

Attached is the crash log.
I will appreciate any suggestion, please.

Thank you,
Dario

Attachments:
crashsession_data-35 (9.1 KB)

User Avatar
Staff
48 posts
Joined: Aug. 2016
Offline
The ATI Radeon HD 5770 is a really old graphics card (and 1GB VRAM is not enough to run Houdini). We recommend a graphics card with at least 2GB VRAM. See https://www.sidefx.com/Support/system-requirements/ [www.sidefx.com] for full requirements.
User Avatar
Member
80 posts
Joined: June 2013
Offline
Having same problem. Mac OS10.10.5 NVIDIA Quadro 4000 2048 MB

Previous version ran fine. 16.5.323 ran for a while, now crashes on start. Uninstalled all Houdini versions, rebooted, reinstalled. Now always crashes (Fatal Error) on start after windows come up. Saves empty scene file on crash.

Console reports:
1/3/18 10:12:32.000 PM happrentice: dyld: lazy symbol binding failed: Symbol not found: _clock_gettime
Referenced from: /Applications/Houdini/Houdini16.5.323/Frameworks/Houdini.framework/Versions/16.5.323/Libraries/./libcurl.dylib
Expected in: /usr/lib/libSystem.B.dylib
1/3/18 10:12:32.000 PM happrentice: dyld: Symbol not found: _clock_gettime
Referenced from: /Applications/Houdini/Houdini16.5.323/Frameworks/Houdini.framework/Versions/16.5.323/Libraries/./libcurl.dylib
Expected in: /usr/lib/libSystem.B.dylib
1/3/18 10:12:32.333 PM happrentice: CFUserNotificationDisplayAlert: called from main application thread, will block waiting for a response.


Checked for library named above and it does exist on system.

If latest version will not work, can we downgrade a version to one that does with Apprentice (please?)
Edited by Rebus B - Jan. 3, 2018 22:20:03
User Avatar
Staff
1255 posts
Joined: July 2005
Online
Rebus B
Console reports:
1/3/18 10:12:32.000 PM happrentice: dyld: lazy symbol binding failed: Symbol not found: _clock_gettime
Referenced from: /Applications/Houdini/Houdini16.5.323/Frameworks/Houdini.framework/Versions/16.5.323/Libraries/./libcurl.dylib
Expected in: /usr/lib/libSystem.B.dylib
1/3/18 10:12:32.000 PM happrentice: dyld: Symbol not found: _clock_gettime
Referenced from: /Applications/Houdini/Houdini16.5.323/Frameworks/Houdini.framework/Versions/16.5.323/Libraries/./libcurl.dylib
Expected in: /usr/lib/libSystem.B.dylib
1/3/18 10:12:32.333 PM happrentice: CFUserNotificationDisplayAlert: called from main application thread, will block waiting for a response.

This error is related to Houdini anonymous stats.

The workaround is to disable anonymous stats like so:
- open a terminal and navigate to ~/Library/Preferences/houdini/16.5- Open hcommon.pref in a text editor. If the file does not exist, then create it first.
- In the text editor, look for `sendAnonymousStats` and set it to 0. Or if `sendAnonymousStats` cannot be found, then add a new line:
sendAnonymousStats := 0
- Restart Houdini

Cheers,
Rob
User Avatar
Staff
1255 posts
Joined: July 2005
Online
Rebus B
Console reports:
1/3/18 10:12:32.000 PM happrentice: dyld: lazy symbol binding failed: Symbol not found: _clock_gettime
Referenced from: /Applications/Houdini/Houdini16.5.323/Frameworks/Houdini.framework/Versions/16.5.323/Libraries/./libcurl.dylib
Expected in: /usr/lib/libSystem.B.dylib
1/3/18 10:12:32.000 PM happrentice: dyld: Symbol not found: _clock_gettime
Referenced from: /Applications/Houdini/Houdini16.5.323/Frameworks/Houdini.framework/Versions/16.5.323/Libraries/./libcurl.dylib
Expected in: /usr/lib/libSystem.B.dylib
1/3/18 10:12:32.333 PM happrentice: CFUserNotificationDisplayAlert: called from main application thread, will block waiting for a response.

The ‘_clock_gettime’ startup crash is fixed as of tomorrow's Houdini 16.5.351 build. You will need to wait until tomorrow to get access to this build from the daily builds download page.

Cheers,
Rob
User Avatar
Member
80 posts
Joined: June 2013
Offline
This error is related to Houdini anonymous stats.

The workaround is to disable anonymous stats like so:
- open a terminal and navigate to ~/Library/Preferences/houdini/16.5- Open hcommon.pref in a text editor. If the file does not exist, then create it first.
- In the text editor, look for `sendAnonymousStats` and set it to 0. Or if `sendAnonymousStats` cannot be found, then add a new line:
sendAnonymousStats := 0
- Restart Houdini

This fixed it! Thanks Rob.
  • Quick Links