Appcrash 1.14.0

Comments, questions, bug reports, etc.
Post Reply
Tokener
Posts: 20
Joined: Mon Sep 10, 2018 11:18 pm

Appcrash 1.14.0

Post by Tokener »

Dear synchronicity
using wimlib-imagex.exe(1.14.0) on Win7x64 causes an Appcrash. (everytime)
Details:
command line:
"B:\Downloads\wimlib-1.14.0-windows-x86_64-bin\wimlib-imagex.exe" info "B:\Downloads\ThunderbirdPortable.wim"
--> Windows reports appcrash:
Problemsignatur:
Problemereignisname: APPCRASH
Anwendungsname: wimlib-imagex.exe
Anwendungsversion: 0.0.0.0
Anwendungszeitstempel: 6444dc33
Fehlermodulname: libwim-15.dll
Fehlermodulversion: 0.0.0.0
Fehlermodulzeitstempel: 6444dc33
Ausnahmecode: c000001d
Ausnahmeoffset: 000000000000567c
Betriebsystemversion: 6.1.7601.2.1.0.256.1
Gebietsschema-ID: 1031
Zusatzinformation 1: 74e5
Zusatzinformation 2: 74e53ecc679cd094f4c5c21eaf6f00a2
Zusatzinformation 3: e037
Zusatzinformation 4: e0378b10a95ee72a0aa397b9e9212890
using the version command:
C:\Windows\system32>"B:\Downloads\wimlib-1.14.0-windows-x86_64-bin\wimlib-image.exe" --version
wimlib-imagex 1.14.0 (using wimlib 1.14.0)
Copyright 2012-2023 Eric Biggers
License GPLv3+; GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Report bugs to https://wimlib.net/forums/.
Best regards T.
synchronicity
Site Admin
Posts: 472
Joined: Sun Aug 02, 2015 10:31 pm

Re: Appcrash 1.14.0

Post by synchronicity »

Is it just on that one file ThunderbirdPortable.wim? Are you able to send me that file? Or if it is too large, you could try 'wimlib-imagex info --extract-xml=info.xml ThunderbirdPortable.wim' with wimlib v1.13.6 and just attach the file info.xml. There's a chance that will be enough.
synchronicity
Site Admin
Posts: 472
Joined: Sun Aug 02, 2015 10:31 pm

Re: Appcrash 1.14.0

Post by synchronicity »

Another thing you could check is whether the problem goes away if the environmental variable WIMLIB_DISABLE_CPU_FEATURES is set to *:

Code: Select all

powershell
$env:WIMLIB_DISABLE_CPU_FEATURES='*'
wimlib-imagex info ThunderbirdPortable.wim
synchronicity
Site Admin
Posts: 472
Joined: Sun Aug 02, 2015 10:31 pm

Re: Appcrash 1.14.0

Post by synchronicity »

Actually never mind, I don't think you need to bother with either of those. This is on an older CPU, right? I think it's crashing due to the xgetbv instruction being executed when the CPU doesn't support it, due to a compiler optimization that became possible in v1.14.0. I'll fix that.
synchronicity
Site Admin
Posts: 472
Joined: Sun Aug 02, 2015 10:31 pm

Re: Appcrash 1.14.0

Post by synchronicity »

Can you check if the attached binaries work for you? Thanks!

[Edited to just attach the binaries, instead of linking to GitHub Actions artifacts which it seems aren't publicly accessible.]
Attachments
wimlib-1.14.0-1-g23a2e4ae-windows-x86_64-bin.zip
(384.44 KiB) Downloaded 653 times
Tokener
Posts: 20
Joined: Mon Sep 10, 2018 11:18 pm

Re: Appcrash 1.14.0

Post by Tokener »

Hello synchronicity
Thank you for fast response.
The new file you offered for download is working well.
Thank you very much.
This is on an older CPU, right?
Yes you are right, the CPU is not "new".
The CPU is I3 M330 2.13GHz from Toshiba Laptop (BIOS 21.01.2011)

Best regards T.
YamingGrhapati
Posts: 3
Joined: Thu Nov 10, 2022 4:09 pm

Re: Appcrash 1.14.0

Post by YamingGrhapati »

1.14.0 also reports an error on my computer, my CPU is Intel J1800
QQ截图20230427202009.png
QQ截图20230427202009.png (142.09 KiB) Viewed 5679 times
synchronicity
Site Admin
Posts: 472
Joined: Sun Aug 02, 2015 10:31 pm

Re: Appcrash 1.14.0

Post by synchronicity »

I have released wimlib v1.14.1 with a fix for this bug.
Post Reply