State:New|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:376558|
Problem summary
Users have found that if they accidentally have a semi-colon within their OFX_PLUGIN_PATH environment call, Nuke will get stuck in a loop when opened.
This loop delays Nuke's opening time triple or more than normal.
This issue is most prevalent on Windows, it does occur on Linux and Mac, but only on the first launch.
Customer reported version
nuke.11.2v5
Customer reported platform
windows7
Steps to reproduce
1) Open a Command Prompt window
2) Within the Command Prompt window, execute the following:
Windows:
set OFX_PLUGIN_PATH=;/test/path/here
Linux, Mac: ( Must be existing path )
export OFX_PLUGIN_PATH=";/home"
This issue only occurs the first time on Mac and Linux, this may be due to the differences in setting environment variables.
We're sorry to hear that
Please tell us why