kaitz / paq8pxd

GNU General Public License v2.0
68 stars 7 forks source link

Not working, command exists with no output or result #24

Closed FezVrasta closed 2 years ago

FezVrasta commented 2 years ago

Hi, I'm testing this utility on a Windows 11 ARM VM and I can't get it to work, I tried to drag and drop a folder with an handful of jpegs inside, but the terminal window briefly appears and then automatically closes with no result.

If I manually call the script and pass the arguments it just exists with no output:

paq8pxd_v106.exe C:\test-folder test.paq8pxd

paq8pxd_v106.exe .\test-folder .\test.paq8pxd

paq8pxd_v106.exe C:\test-folder C:\test.paq8pxd

paq8pxd_v106.exe C:\test-folder

None of the above produced any output. What am I doing wrong?

I also tried with v105 but I get the same result.

kaitz commented 2 years ago

Are exe files compiled from source code? If so then be sure that -DWINDOWS is provided at compile time.

Also if executed alone you see help screen. Look for: You may also compress directories. It means directory and drag drop compression should work.

FezVrasta commented 2 years ago

I downloaded the binaries from this repository, I didn't compile them. Nothing is print when I run the command, not even the help message.

It could be some incompatibility with the Windows conversion layer between x86 and arm 🤷

kaitz commented 2 years ago

If possible compile from source.

FezVrasta commented 2 years ago

I don't have much experience with cpp, I verified it works on intel so I'll close this as an incompatibility with arm, thanks!