Aaron Liu
Aaron Liu
Can confirm both parts, but let's track the latter part in #1104
@zhilinli1 Could you follow the checklist?
Okay, could you upload the logs on GitHub? Uploading it as an attachment from email won't work. Try fencing it inside a code block (click the the button on GitHub)...
Yeah, Windows has a path length limitation. We'll include a warning for this scenario in the next release.
It seems to be caused by the audio format being webm instead of m4a
I worked around it by spoofing the app version to 19.21.3.
Could you verify if replacing the relevant line with ```make mkdir -p $(DESTDIR)$(bindir) $(INSTALL) $(PROGNAME) $(DESTDIR)$(bindir)/$(PROGNAME) ``` works?
Could you verify that what I sent works? The meaning of -D is to make sure the parent directories exist, which is needed on systems that aren't macOS.
[Install Git](https://git-scm.com/download/mac) and download npm from https://nodejs.org/en/download/prebuilt-installer/current (or just use Homebrew if you know what that is). Then, run these in Terminal: ```sh git clone https://github.com/upscayl/upscayl cd upscayl npm install...
@JohnChristianD Yours sounds like the 2GB memory limit issue in #493.