https://bugs.winehq.org/show_bug.cgi?id=48217
Bug ID: 48217 Summary: shadermap crushes with this report Product: Wine Version: 4.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: alexandrovitchevich@gmail.com Distribution: ---
Created attachment 65848 --> https://bugs.winehq.org/attachment.cgi?id=65848 this is Log, generated after this error and error message screenshot
I can see: Unhandled exception: unimplemented function msvcr120.dll.? I tried to install visual c++ 2013 as a solution but it doesnt help. Prewiosly I used it on windows 8 and 10 with the same hardware, so its OK. This is last update of shadermap software. I really need it to run coz no such good alternative for linux. Thanks for help! PS: I added zip archive coz I added error message screenshot with bug report file.
https://bugs.winehq.org/show_bug.cgi?id=48217
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msvcrt Severity|critical |normal Summary|shadermap crushes with this |ShaderMap needs |report |msvcr120.?_NewCollection@_A | |syncTaskCollection@details@ | |Concurrency@@SAPEAV123@PEAV | |_CancellationTokenState@23@ | |@Z Version|4.3 |4.0.3
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- `winetricks -q vcrun2013` will probably be sufficient to work around this issue.
https://bugs.winehq.org/show_bug.cgi?id=48217
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://web.archive.org/web | |/20201001100355/https://sha | |dermap.com/downloads/_softw | |are.php?v=4 Ever confirmed|0 |1 Keywords| |download CC| |focht@gmx.net Status|UNCONFIRMED |NEW
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming, still present.
Adding stable download link via Internet Archive:
https://web.archive.org/web/20201001100355/https://shadermap.com/downloads/_...
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/ShaderMap 4/bin
$ wine ./ShaderMap.exe ... wine: Call from 000000007B012AF2 to unimplemented function msvcr120.dll.?_NewCollection@_AsyncTaskCollection@details@Concurrency@@SAPEAV123@PEAV_CancellationTokenState@23@@Z, aborting wine: Unimplemented function msvcr120.dll.?_NewCollection@_AsyncTaskCollection@details@Concurrency@@SAPEAV123@PEAV_CancellationTokenState@23@@Z called at address 000000007B012AF2 (thread 00c0), starting debugger... --- snip ---
After 'winetricks -q vcrun2013':
--- snip --- 00c0:fixme:d3dcompiler:compile_shader Compilation target "fx_2_0" not yet supported --- snip ---
-> 'winetricks -q d3dcompiler_47'
--- snip --- 01f4:fixme:d3dx:D3DXLoadSurfaceFromMemory Unhandled filter 0x80004. 01f4:fixme:d3dx:D3DXSaveSurfaceToFileInMemory File format 0x2 is not supported yet --- snip ---
-> bug 47278 (TGA support in D3DXSaveSurfaceToFileInMemory)
$ sha1sum ShaderMap_v4_3_4.exe 9c375685823246e0b8d76fbdb8288a47ad01fdbd ShaderMap_v4_3_4.exe
$ du -sh ShaderMap_v4_3_4.exe 46M ShaderMap_v4_3_4.exe
$ wine --version wine-6.0-rc2
Regards