Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-7249

Assertion 'cbReadSize > 0' failed at ../../ntoskrnl/mm/section.c line 285

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • None
    • NTCore
    • VirtualBox 4.2.12

    Description

      EDIT: r59130.

      When trying to run the original old HEROES2.exe distributed with GOG.com HOMAM2 Gold:
      https://www.dropbox.com/s/gefyuzmd9n9t4cm/HEROES2.exe.zip

      I think it is 16-bit executable file as there's Dosbox accompanying it.

      MainFrameBase::OpenShellFolders(): parent_pidl=C:\Program Files\GOG.com\Heroes of Might and Magic 2 GOLD
      Assertion 'cbReadSize > 0' failed at ../../ntoskrnl/mm/section.c line 285

      Entered debugger on embedded INT3 at 0x0008:0x80929b5e.
      kdb:> bt
      Eip:
      <NTOSKRNL.EXE:129b5f (../../lib/rtl/i386/debug_asm.S:35 (_DbgBreakPoint@0))>
      Frames:
      <NTOSKRNL.EXE:d568b (../../ntoskrnl/mm/section.c:285 (PeFmtCreateSection@28))>
      <NTOSKRNL.EXE:dbdec (../../ntoskrnl/mm/section.c:3559 (ExeFmtpCreateImageSection))>
      <NTOSKRNL.EXE:dc58c (../../ntoskrnl/mm/section.c:3732 (MmCreateImageSection))>
      <NTOSKRNL.EXE:de7be (../../ntoskrnl/mm/section.c:4905 (MmCreateSection@32))>
      <NTOSKRNL.EXE:ba1c5 (../../ntoskrnl/mm/ARM3/section.c:2899 (NtCreateSection@28))>
      <NTOSKRNL.EXE:1156a9 (../../ntoskrnl/ke/i386/traphdlr.c:1619 (@KiFastCallEntryHandler@8))>
      <NTOSKRNL.EXE:3ca5 (../../ntoskrnl/ke/i386/trap.s:150 (_KiFastCallEntry))>
      <ntdll.dll:b3e9> (../../dll/ntdll/dispatch/i386/dispatch.S:255 (_KiIntSystemCall@0))
      <kernel32.dll:f260> (../../dll/win32/kernel32/client/proc.c:2837 (CreateProcessInternalW@48))
      <kernel32.dll:ecd6> (../../dll/win32/kernel32/client/proc.c:3314 (CreateProcessW@40))
      <shell32.dll:3a2c6> (../../dll/win32/shell32/shlexec.cpp:464 (ZL14SHELL_ExecuteWPKwPwiPK18_SHELLEXECUTEINFOWPS2))
      <shell32.dll:3d7ea> (../../dll/win32/shell32/shlexec.cpp:1437 (_Z13SHELL_executeP18_SHELLEXECUTEINFOW PFjPKwPwiPKS_S0_E))
      <shell32.dll:3e626> (../../dll/win32/shell32/shlexec.cpp:2077 (ShellExecuteExW@4))
      <shell32.dll:5185e> (../../dll/win32/shell32/defcontextmenu.cpp:1529 (_ZN19CDefaultContextMenu23DoStaticShellExtensionsEP22tagCMINVOKECOMMANDINFO))
      <shell32.dll:51f52> (../../dll/win32/shell32/defcontextmenu.cpp:1582 (_ZN19CDefaultContextMenu13InvokeCommandEP22tagCMINVOKECOMMANDINFO@8))
      <shell32.dll:482ae> (../../dll/win32/shell32/shlview.cpp:1155 (_ZN8CDefView17OpenSelectedItemsEv))
      <shell32.dll:48f12> (../../dll/win32/shell32/shlview.cpp:1652 (_ZN8CDefView8OnNotifyEjjlRi))
      <shell32.dll:7402d> (../../dll/win32/shell32/shlview.cpp:250 (ZN8CDefView20ProcessWindowMessageEP6HWND_jjlRlm))
      <shell32.dll:734d1> (../../lib/atl/atlwin.h:468 (ZN3ATL16CWindowImplBaseTINS_7CWindowENS_10CWinTraitsILm1442840576ELm0EEEE10WindowProcEP6HWND_jjl@16))
      <shell32.dll:73e57> (../../dll/win32/shell32/shlview.cpp:239 (ZN8CDefView10WindowProcEP6HWND_jjl@16))
      — Press q to abort, any other key to continue —
      <user32.dll:47dc3> (../../win32ss/user/user32/windows/message.c:1403 (@IntCallWindowProcW@28))
      <user32.dll:48079> (../../win32ss/user/user32/windows/message.c:1637 (IntCallMessageProc@24)
      <user32.dll:4671d> (../../win32ss/user/user32/windows/message.c:2236 (SendMessageW@16))
      <comctl32.dll:1d2de> (../../dll/win32/comctl32/listview.c:835 (notify_hdr))
      <comctl32.dll:27091> (../../dll/win32/comctl32/listview.c:906 (notify_click))
      <comctl32.dll:2d1f1> (../../dll/win32/comctl32/listview.c:10032 (LISTVIEW_WindowProc@16))
      <user32.dll:47dc3> (../../win32ss/user/user32/windows/message.c:1403 (@IntCallWindowProcW@28))
      <user32.dll:48079> (../../win32ss/user/user32/windows/message.c:1637 (IntCallMessageProc@24)
      <user32.dll:48220> (../../win32ss/user/user32/windows/message.c:1886 (DispatchMessageW@4))
      <explorer.exe:3fc8a> (../../base/shell/explorer/utility/window.cpp:647 (_ZN6Window11MessageLoopEv))
      <explorer.exe:32f10> (../../base/shell/explorer/explorer.cpp:996 (explorer_main))
      <explorer.exe:35719> (../../base/shell/explorer/explorer.cpp:1269 (wWinMain@16))
      <explorer.exe:56738> (../../lib/sdk/crt/startup/crt0_w.c:24 (wmain))
      <explorer.exe:55aab> (../../lib/sdk/crt/startup/crtexe.c:307 (__tmainCRTStartup))
      <explorer.exe:55af4> (../../lib/sdk/crt/startup/crtexe.c:168 (wWinMainCRTStartup))
      <kernel32.dll:e2fe> (../../dll/win32/kernel32/client/proc.c:466 (BaseProcessStartup@4))
      <00000000>
      kdb:>

      Attachments

        Issue Links

          Activity

            People

              AmineKhaldi AmineKhaldi
              Black_Fox Black_Fox
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: