#UE5.0.3 #Switchboard #ndisplay
I am just starting an ndisplay project and I want to start testing it but I can’t get switchboard to start. I have followed tutorials and quick start guides to setup ndisplay and I am now stuck with the deploying and running of the project as switchboard never properly launches.
The first time I used it I started the listener and then I clicked on launch switchboard in the toolbar.
This prompted me to install the dependencies - which I did.
Those series of install prompts ended in as prompt to launch switchboard which I did… At this point the mouse throbber rotates and is cleary computing the switchboard application but the switchboard window never opens.
When I try to look for the switchboard launch button on my toolbar to relaunch it cannot be found. It’s disappeared.
If I try launch from the desktop the same thing happens.
Nothing about switchboard is showing in my output log.
If I go to the switchboard plugin section in editor preferences and I try reinstalling the dependencies but I cannot because I get a permission denied prompt.
I investigate this and discover the switchboard python processes are running as a background process in my task manager labelled as Python and that I can’t reinstall as they are running. So I end this task and I am now able to reinstall the dependencies to the default virtual environment location through the editor.
None of this works, however sometimes I have found that removing the plugin restarting reenabling and reinstalling the plugin will bring switchboard button back to my ue5 toolbar. I can then attempt to launch switchboard from the editor. it still does not create a switchboard window, However the output log indicates switchboard has launched successfully.
I am stumped, because I have reinstalled the engine 5.0.2 and installed 5.0.3
and reenabled the plugin and dependencies and it still will not work.
I tried another solution (4.27) that I found in these threads that modifies the Bat file and that did work either.
I’m wondering if it has something to do with Python tools?
Has anyone had this problem and can the help me solve it?