Infinite-Storage-Glitch icon indicating copy to clipboard operation
Infinite-Storage-Glitch copied to clipboard

How i just run this a executable

Open JonDev2023 opened this issue 2 years ago • 15 comments

JonDev2023 avatar Feb 23 '23 00:02 JonDev2023

You have to manually compile it for Windows. There is a Linux executable.

53142 avatar Feb 23 '23 03:02 53142

@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, then cargo build --release. Cd to /target/release directory and run the program ./isg_4real.

Pretty simple but memory intensive as per the author.

achieveordie avatar Feb 23 '23 03:02 achieveordie

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.

53142 avatar Feb 23 '23 03:02 53142

Exe file gets this image

Shyvadi avatar Feb 23 '23 04:02 Shyvadi

Resolved the issue by putting it directly in the opencv folder with the missing file (I suppose adding to path could work too) image image

Shyvadi avatar Feb 23 '23 04:02 Shyvadi

Having another issue, image

Shyvadi avatar Feb 23 '23 04:02 Shyvadi

Yes, I also think that you need an exe file

f1h0 avatar Feb 23 '23 09:02 f1h0

Having another issue, image

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/. image

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.

SpicyRicecaker avatar Feb 23 '23 10:02 SpicyRicecaker

Having another issue, image

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/. image

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.

Leppa1 avatar Feb 23 '23 11:02 Leppa1

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?

MeRahulAhire avatar Feb 23 '23 13:02 MeRahulAhire

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/

53142 avatar Feb 23 '23 14:02 53142

I actually wanted to know that where all the opencv .exe are located?

MeRahulAhire avatar Feb 23 '23 16:02 MeRahulAhire

This should be helpful: https://github.com/twistedfall/opencv-rust/issues/118#issuecomment-619608278

53142 avatar Feb 23 '23 18:02 53142

hope useful https://gist.github.com/lost22git/338de4df49975a0596e650aa2415ef0d

lost22git avatar Feb 23 '23 23:02 lost22git

Having another issue, image

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/. image

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?

Shyvadi avatar Feb 23 '23 23:02 Shyvadi