SpiderPig Posted February 2, 2024 Posted February 2, 2024 So I'm starting my process in a LUA extension for the editor. if process == nil then process = CreateProcess("B:/ShaderMaster.exe") end I get an error stating it couldn't find one of the files the app needs. It's showing that it's looking in a folder relative to the project the editor has open. I need it to look relative to the process exe because that's where all of it's files are. I think I can edit my software to fix this but I'm wondering if this can be done simply when creating the process? Startup arguments perhaps? Quote
Solution SpiderPig Posted February 2, 2024 Author Solution Posted February 2, 2024 Never mind, it was an easy fix in C#. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.