[Bug 39437] New: Visual Studio 2015-compiled C++ programs do not run (unimplemented function api-ms-win-crt-runtime-l1-1-0.dll._seh_filter_dll)

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Oct 11 20:09:04 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=39437

            Bug ID: 39437
           Summary: Visual Studio 2015-compiled C++ programs do not run
                    (unimplemented function
                    api-ms-win-crt-runtime-l1-1-0.dll._seh_filter_dll)
           Product: Wine
           Version: 1.7.52
          Hardware: x86
               URL: https://www.microsoft.com/en-us/download/confirmation.
                    aspx?id=48145
                OS: Linux
            Status: NEW
          Keywords: download
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: madewokherd at gmail.com
      Distribution: ---

Created attachment 52551
  --> https://bugs.winehq.org/attachment.cgi?id=52551
C++ Hello World program compiled with Visual Studio 2015

Attached HelloWorld.exe is a C++ program compiled with Visual Studio 2015. It
depends on vcruntime140.dll and msvcp140.dll, which Wine does not have.

The redistributable package for these files can be downloaded here:
https://www.microsoft.com/en-us/download/confirmation.aspx?id=48145

Currently fails in PROCESS_ATTACH of msvcp140.dll, with:

wine: Call from 0x7b83a76c to unimplemented function
api-ms-win-crt-runtime-l1-1-0.dll._initialize_onexit_table, aborting

This exception is apparently handled by calling another function we don't
implement:

wine: Call from 0x7b83a76c to unimplemented function
api-ms-win-crt-runtime-l1-1-0.dll._seh_filter_dll, aborting

Calls to this function spam the terminal until the stack overflows. I put that
in the subject because it's more noticeable, but the first issue is
_initialize_onexit_table

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list