Hi there! Im developing an automated “version selector” for Blender in C++. Im using system("") to launch an instance of Blender.exe (I cant/dont want to use the blender-launcher.exe as its not present in versions older than 2.93) with the blender file I want to open as the first (and only) cmd line argument.
The software is working as intended in general, the issue Im facing is that every time I try launching a Blender instance from the cmd line like blender.exe myFile.blend
or start blender.exe myFile.blend
(the last one launches blender in a new console window) that particular Blender instance becomes unable to save its file contents to the blend that I fed as cmd line argument.
Any advice is welcome <3 I dont have any 3rd party AV installed and I already tried disabling windows built in AV in case it would solve the issue (of which it didnt)