April 18, 2020 at 5:22 am #2498
Ganbold TsGanbold Ts
Participant

I tried to debug it with Windbg:
Here is the log:

0:000> g
ModLoad: 00007fff61f60000 00007fff61f8e000 C:\Windows\System32\IMM32.DLL
ModLoad: 00007fff1af20000 00007fff1b098000 C:\Program Files\Animation Paper\platforms\qwindows.dll
ModLoad: 00007fff61d20000 00007fff61de4000 C:\Windows\System32\OLEAUT32.dll
ModLoad: 00007fff5c8d0000 00007fff5c8e3000 C:\Windows\SYSTEM32\WTSAPI32.dll
ModLoad: 00007fff49e90000 00007fff49eb9000 C:\Windows\system32\wintab32.dll
ModLoad: 00007fff49e60000 00007fff49e86000 C:\Program Files\Animation Paper\styles\qwindowsvistastyle.dll
ModLoad: 00007fff4d620000 00007fff4d62f000 C:\Program Files\Animation Paper\iconengines\qsvgicon.dll
ModLoad: 00007fff471e0000 00007fff471f1000 C:\Program Files\Animation Paper\bearer\qgenericbearer.dll
ModLoad: 00007fff593e0000 00007fff593f6000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
ModLoad: 00007fff593c0000 00007fff593dc000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
ModLoad: 00007fff61c70000 00007fff61d12000 C:\Windows\System32\clbcatq.dll
ModLoad: 00007fff5c3f0000 00007fff5c42e000 C:\Windows\System32\netprofm.dll
ModLoad: 00007fff58970000 00007fff58980000 C:\Windows\System32\npmproxy.dll
ModLoad: 00007fff1a7c0000 00007fff1a861000 C:\Program Files\Animation Paper\libssl-1_1-x64.dll
ModLoad: 00007fff2cc50000 00007fff2ce17000 C:\Windows\system32\d3d9.dll
ModLoad: 0000000180000000 0000000180806000 C:\Windows\SYSTEM32\igdumd64.dll
ModLoad: 00007fff1a610000 00007fff1a766000 C:\Windows\SYSTEM32\opengl32.dll
ModLoad: 00007fff45ce0000 00007fff45d0c000 C:\Windows\SYSTEM32\GLU32.dll
ModLoad: 00007fff620f0000 00007fff62226000 C:\Windows\System32\MSCTF.dll
ModLoad: 0000000180000000 00000001811f2000 C:\Windows\SYSTEM32\ig4icd64.dll
ModLoad: 00007fff49e50000 00007fff49e5a000 C:\Program Files\Animation Paper\libEGL.DLL
ModLoad: 00007fff18df0000 00007fff1915d000 C:\Program Files\Animation Paper\libGLESv2.dll
ModLoad: 00007fff5d9a0000 00007fff5db7c000 C:\Windows\SYSTEM32\dcomp.dll
ModLoad: 00007fff5e6f0000 00007fff5e704000 C:\Windows\SYSTEM32\resourcepolicyclient.dll
ModLoad: 00007fff4c5e0000 00007fff4cb5b000 C:\Windows\SYSTEM32\igd10umd64.dll
ModLoad: 0000023d80580000 0000023d80d86000 C:\Windows\SYSTEM32\igdumd64.dll
ModLoad: 0000023d80580000 0000023d80d86000 C:\Windows\SYSTEM32\igdumd64.dll
ModLoad: 00007fff49490000 00007fff494ca000 C:\Windows\system32\dataexchange.dll
ModLoad: 00007fff5e490000 00007fff5e6ea000 C:\Windows\system32\twinapi.appcore.dll
ModLoad: 00007fff5e7e0000 00007fff5e809000 C:\Windows\system32\RMCLIENT.dll
ModLoad: 00007fff482e0000 00007fff482ed000 C:\Program Files\Animation Paper\imageformats\qgif.dll
ModLoad: 00007fff47cf0000 00007fff47cff000 C:\Program Files\Animation Paper\imageformats\qicns.dll
ModLoad: 00007fff46d80000 00007fff46d8e000 C:\Program Files\Animation Paper\imageformats\qico.dll
ModLoad: 00007fff45c70000 00007fff45cdb000 C:\Program Files\Animation Paper\imageformats\qjpeg.dll
ModLoad: 00007fff45c60000 00007fff45c6c000 C:\Program Files\Animation Paper\imageformats\qsvg.dll
ModLoad: 00007fff45c50000 00007fff45c5c000 C:\Program Files\Animation Paper\imageformats\qtga.dll
ModLoad: 00007fff29ca0000 00007fff29d0d000 C:\Program Files\Animation Paper\imageformats\qtiff.dll
ModLoad: 00007fff45c40000 00007fff45c4c000 C:\Program Files\Animation Paper\imageformats\qwbmp.dll
ModLoad: 00007fff1bb50000 00007fff1bbda000 C:\Program Files\Animation Paper\imageformats\qwebp.dll
1D textures are not supported
(2b8c.1cd4): Access violation – code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
00000000`00000000 ?? ???

So it throws Access violoation exception and says also 1D textures are not supported.
It could be related to GUI and specially when loading qwebp.dll. Does it require Full HD resolution? Because this old thinkpad t510 is not full HD.

Please let me know.