Hello, I’m not a programmer so having a bit of trouble getting this plugin to work.
This is for [v0.7.0 for UE 4.26]
Got the same error as a user above, when loading dependencies (ipc-event-emitter).
Copied the nodejs-ue4/content/scripts into my projects scripts.
Now I’m getting the effect that, the first time I PIE, there’s the following message:
SocketIO: SocketIO Invalid appears to have lost connection, reconnecting attempt 1 with delay 5000
LogTemp: Error: Main script connection error! Likely crash, stopping main script.
I can trigger the editor to crash, and then the last message is
SocketIO: SocketIo Connected with session: [random letters]
SocketIO: SocketIO [random letters] connected to namespace: /
LogTemp: Main script Connected.
Then, what is interesting is that when I PIE again this time, it’ll work.
As already stated, old node instances doesn’t close, and I suppose that is why it works this time.
But. As stated, I’m not a programmer and have no idea what to do to fix this.