craftablescience / VPKEdit

A CLI/GUI tool to create, read, and write several pack file formats.
https://developer.valvesoftware.com/wiki/VPKEdit
MIT License
211 stars 17 forks source link

vpkedit fails to open on Windows 10 21H2 LTSC(19044.4291) #142

Closed LN5005 closed 4 months ago

LN5005 commented 4 months ago

Describe the Bug

vpkedit fails to open on Windows 10 21H2 LTSC(19044.4291)

same as https://github.com/craftablescience/VPKEdit/issues/106 , vpkedit.exe (4.2.0) does not work and does not give me any reports. I tried older versions and found that 2.1.2 can run on 21H2(19044.4291), but 2.2.0(Update to Qt 6.5.2) can't.

2024年5月5日00点20分

strangely it works on 21H2 (20348.2402).

my anki(latest version) and OBS 30.1 (qt6) work fine. I'm not quite sure if the issue is caused by incorrect QT files.

i don't know to what extent microsoft has removed features from the LTSC version to save money, i'll probably have to switch to 22H2 :(

To Reproduce

1)install vpkedit; 2)run it; 3)nothing happens.

Operating System

Windows 10 21H2 LTSC(19044.4291)

craftablescience commented 4 months ago

Good news: I compiled a custom build of the latest version of the application using Qt 6.4, so hopefully this works for you: VPKEdit-4.2.1-win64.exe.zip

Bad news: It's going to be difficult to find a copy of Windows 10 this old to replicate the crash, and the crash is probably somewhere in Qt. Since the crash is in Qt, I would have no idea how to fix it, so I'd prefer just to support the latest version of Windows 10/11 to make my life easier.

I'm going to close this as a wontfix - don't worry, development has slowed down a lot, you won't be missing much for a while