Posted 01 January 2016 - 07:58 PM
I'm currently having an issue with a computer that's using multishell quite a bit for taking care of all it's actions and I currently have 3 manager scripts which I'd like to start all at once in the startup via multishell as well.
The problem is that when I launch a manager script directly it works as expected but when it's launched via the startup script in it's own multishell that the entire multishell and shell objects are null and thus it can't create new shell windows.
The managers themselves will both launch external shells and run their own main loop so I can't use os.run() since that blocks the thread until the script has finished.
Is it possible to launch a multishell from within another multishell or am I better off having multiple creative computers to do this? (I'd rather have this just in 1 creative computer though)
The problem is that when I launch a manager script directly it works as expected but when it's launched via the startup script in it's own multishell that the entire multishell and shell objects are null and thus it can't create new shell windows.
The managers themselves will both launch external shells and run their own main loop so I can't use os.run() since that blocks the thread until the script has finished.
Is it possible to launch a multishell from within another multishell or am I better off having multiple creative computers to do this? (I'd rather have this just in 1 creative computer though)
Edited on 03 January 2016 - 11:51 AM