-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Program tries to load resource files from wrong folder when starting in Windows Explorer after being moved into a Forced Folder #1507
Comments
This looks similar to other issue (which most likely got fixed already as I was not able to reproduce it anymore) |
If you read that thread you'll notice that I mentioned the same workaround back then under the same screen name. And no, this is not fixed and I can reproduce this on both my Windows 7 installation and a fresh Windows 10 LTSC 2021 VM: |
for me this procedure worked just fine, Am I suposed to move the file form download to forces with a sandboxed explorer or something? I don't see how the game could be in any way aware of the C:\Test\Download location can you make a video or something please |
2022-01-08.20-37-56.mp4I believe this is more like a problem of Windows Explorer, not the game. |
Quote from the old sandboxie forum:
Maybe check if the Windows provided path exist, if not use the executable location instead? |
are there debug symbols available for this game engine? |
the issue was with Ldr_FixImagePath_2, fil will be included in the next build |
By fixed I meant the issue I linked in previous post. I wonder if your game would run sandboxed or not when you move it to folder3 (which is not forced) at the end of the movie . |
Please link to the issue you are referring to. |
Describe the problem
When you start a program by double-clicking it in Windows Explorer, the program would launch, but it's unable to load resource files due to trying to access it from original location.
To Reproduce
Steps to reproduce the behavior:
C:\Test\Forced
to Forced Folders.SAMPLE_GAME.zip
to a folder, now you haveC:\Test\Download\SAMPLE_GAME
.SAMPLE_GAME
folder toC:\Test\Forced
.C:\Test\Forced\SAMPLE_GAME
in Windows Explorer and double-click onGame.exe
.Cannot locate basic info data C:\Test/Download/SAMPLE_GAME/Data/BasicData/Game.dat
, note that it tries to load the file fromDownload
instead ofForced
.Run Sandboxed - Run Any Program
dialog, or right-click onGame.exe
in Windows Explorer and selectRun Sandboxed
command, the program runs and loads the files without error.Workaround
This is a workaround I discovered by accident, just right-click on
Game.exe
and selectProperties
, from now on it will run just fine.Also, this is an old bug presents in original Sandboxie.
The text was updated successfully, but these errors were encountered: