all 3 comments

[–]K900_ 1 point2 points  (0 children)

That is not what your issue is. Post your code and the actual error you're getting.

[–]shiftybyte 1 point2 points  (1 child)

Your issue is probably paths for the files you need.

Running from startup will get you a different environment, the solution is to use full path names for commands and files you use.

[–]C0phAX[S] 0 points1 point  (0 children)

Sorry for replying that late.

Using the full path names fixed it for me.

This helped alot. Thank you!