Infinite-Storage-Glitch
Infinite-Storage-Glitch copied to clipboard
How i just run this a executable
You have to manually compile it for Windows. There is a Linux executable.
@JonDev2023 If you're on Windows then you need to build it from the source, it says in the README.md
:
Note that the binary is not an exe file, it will not work on windows, try following the first method instead. I might add an .exe if this somehow gets popular
The steps are also provided:
If you want to or already have went through the hassle of installing Rust, you can
git clone
this repository, thencargo build --release
. Cd to/target/release
directory and run the program./isg_4real
.
Pretty simple but memory intensive as per the author.
There is an exe in this issue: https://github.com/DvorakDwarf/Infinite-Storage-Glitch/issues/12
Note: I did not test this exe. Please be careful when downloading executable files to prevent your computer from getting a virus.
Exe file gets this
Resolved the issue by putting it directly in the opencv folder with the missing file (I suppose adding to path could work too)
Having another issue,
Yes, I also think that you need an exe file
Having another issue,
I'm getting this exact same error, but I've built the executable from source on vc16
, with the 4.7
opencv official windows binary distribution from https://opencv.org/releases/.
The output file is an empty .avi
file.
The issue seems to be something to do with the opencv/ffmpeg/avi api, since I tried replacing instances of .avi
with .mp4
in the source code and ended up with a playable file, but the mp4 compression algorithm is so aggressive that the file is basically un-decodable.
Having another issue,
I'm getting this exact same error, but I've built the executable from source on
vc16
, with the4.7
opencv official windows binary distribution from https://opencv.org/releases/.The output file is an empty
.avi
file.The issue seems to be something to do with the opencv/ffmpeg/avi api, since I tried replacing instances of
.avi
with.mp4
in the source code and did end up with a working file.
Same issue here. Which specific files did you change from avi to mp4? Having trouble with empty .avi file here myself.
Resolved the issue by putting it directly in the opencv folder with the missing file (I suppose adding to path could work too)
Where the path @Shyvadi?
Search for "environment variables" in windows search. Then click “Edit the system environment variables.”
Might be helpful: https://www.maketecheasier.com/what-is-the-windows-path/
I actually wanted to know that where all the opencv .exe are located?
This should be helpful: https://github.com/twistedfall/opencv-rust/issues/118#issuecomment-619608278
hope useful https://gist.github.com/lost22git/338de4df49975a0596e650aa2415ef0d
Having another issue,
I'm getting this exact same error, but I've built the executable from source on
vc16
, with the4.7
opencv official windows binary distribution from https://opencv.org/releases/.The output file is an empty
.avi
file.The issue seems to be something to do with the opencv/ffmpeg/avi api, since I tried replacing instances of
.avi
with.mp4
in the source code and did end up with a working file.
I never attempted to build the .exe myself since I was having problems. Can you post your mp4 version?