Jump to content

piotrhn

Member
  • Posts

    119
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Poland

Posts posted by piotrhn

  1. 54 minutes ago, blackwingcat said:

    I think FileZilla FTP Client problem does not related their functions.

    Filezilla v3.16 and later can not connect server without Security Protocol.

    Filezilla v3.22 and later breaks setting XML file.

    Filezilla v3.43 still works SFTP Server without Saving Setting on Extended kernel.

    fzstorj.exe -> kernel32:

  2. 6 hours ago, blackwingcat said:

    I think current extended kernel support DnsFree :3

    DnsFree ok.

    next.

    PROGRAMS

    Mozilla Thunderbird 60.8.0:

    kernel32: GetProcessIdOfThread <-Vista API

    shell32: SHQueryUserNotificationState, SHGetPropertyStoreForWindow, SHGetStockIconInfo<-Vista, 7,  & Vista API's

    uxtheme: UpdatePanningFeedback, BeginPanningFeedbackEndPanningFeedback<-Win7 API's

     

    Blender 2.80:

    kernel32: CreateEventExA <-Vista API

     

    Inkscape 0.92.4:

    iphlpapi: CancelMibChangeNotify2GetIpForwardTable2NotifyRouteChange2 <-Vista API'S

  3. On 8/5/2019 at 12:40 PM, blackwingcat said:

    Next extended kernel update.

    It will be  added TLS 1.1/1.2 on WININET (IE6SP1) and WINHTTPS support. :3

     

     

    Please add new APIS, if its possible:

    GAMES

    Northgard Relics

    kernel32: DebugBreakProcess <-XP/2003 function

     

    Car Mechanic Simulator 2015, The Forest

    dnsapi: DnsFree <-XP/2003 function

     

    PROGRAMS

    FileZilla FTP Client v. 3.43:

    kernel32: GetQueuedCompletionStatus, ReOpenFile, SetFileCompletionNotificationModes <-XP/2003 and Vista APIs

  4. 21 hours ago, blackwingcat said:

    You don't need "extended kernel" but  "extended kernel core".

    Can you INTEGRATE KB979683 (hal, ntoskrnl.....), to KB935839?

    Thanks for updating Win2000. You're the best:thumbup

  5. missing API: build:1515

    ExAllocatePoolWithTagPriority
    KeBoostCurrentThread
    MmMapLockedPagesSpecifyCache
    NtQueryOleDirectoryFile
    PoQueryPowerSequence
    PoRequestPowerChange
    PoSetDeviceIdleDetection
    RtlFindFirstRunSet
    RtlFindLongestRunSet

     

    You can drop these API's to NT5:D

  6. On 7/10/2018 at 12:13 AM, Andreasmir said:

    Can't run latest ICQ 10 in Win2k. When I try to run ICQ 8.3, it works fine, but I can't disable auto-update.

    Please use fcwin2k.exe(blackwingcat), and set compatiiblity to WinXP SP3 or higher and ICQ v10.1.2.3.4.1 works ok on Win2000;).

     

    blackwingcat:  Can you add fcwin2k to your package to default install??

  7. Hi,

    OBS-Studio 18.0.1 + plugins needs some functions to run on 2k.

    LIBCEF.DLL: KERNEL32.DLL:InitOnceBeginInitialize, InitOnceComplete, TryAcquireSRWLockExclusive, SleepConditionVariableSRW, PowerCreateRequest, PowerSetRequest, PowerClearRequest

                         SHELL32.DLL:SHOpenWithDialog, SHGetPropertyStoreForWindow

                         CFGMGR32.DLL:CM_Get_DevNode_PropertyW

                         SETUPAPI.DLL:SetupDiGetDevicePropertyW

                         POWRPROF.DLL:PowerDeterminePlatformRoleEx

    Please try add some STUBS.

    Thanks for extending 2k.

  8. Hi,

    How write in assemebler instruction call to resource in other DLL not exported function. I want call from dll to dll procedure.

    call "FunctionName" ex. call SetLastError

     RtlSetSecurityObjectEx:
              push    ebp
              mov    ebp,esp
              push    [ebp+1Ch]
              push    [ebp+18h]
              push    00000001h
              push    [ebp+14h]
              push    [ebp+10h]
              push    [ebp+0Ch]
              push    [ebp+08h]
              push    00000000h
              call    SUB_L77F9B13A      How write in assembler cal to SUB_L77F9B13A
              pop    ebp
              retn    0018h

  9. 4 hours ago, blackwingcat said:

    Your link is JPN version.

    Did you install Japanese version ?

    I think the base address is different from your localization.

    I use English system, used JPN kernel, added EN rosources (MEESSAGES, TXT, DIALOGS)

  10. kernel32 STOP

    Latest Kernel vJ crash at startup boot Stop:

    c0000269 {illegal System DLL relocation} kernel32.dll.  The relocation occured because the DLL user32.dll occupied an address range reserved for Windows System  DLLs.

    Dropbox

    Add to kernel32:

    GetFinalPathNameByHandleA, GetNamedPipeClientProcessId

  11. Please try update kernel, shell, advapi32 to run OneDrive.

    kernel32

    CompareStringOrdinal,FindFirstFileNameW, GetVolumeInformationByHandleW, SetFileInformationByHandle, GetFileInformationByHandleEx, GetUserDefaultLocaleName, LCIDToLocaleName, CreateThreadpoolWait, SetThreadpoolWait, WaitForThreadpoolWaitCallbacks, CloseThreadpoolWait, CreateEventExW, FindNextFileNameW, GetProductInfo, GetUserDefaultLocaleName, WerUnregisterFile, WerRegisterFile

    advapi32

    EventWrite, EventUnregister, EventRegister, EnableTraceEx, RegGetValueW, RegDeleteTreeW, RegSetKeyValueW, RegDeleteKeyExW

    PDH.DLL
    PdhAddEnglishCounterW

    shell32
    SHGetKnownFolderPath, SHCreateItemFromParsingName, SHSetKnownFolderPath, SHGetKnownFolderPath

    ntdll from 8.1/10

    Can we use ntdll from 8.1/10 and add missing functions from XP?:

    CsrNewThread
    CsrProbeForRead
    CsrProbeForWrite
    LdrAccessOutOfProcessResource
    LdrAlternateResourcesEnabled
    LdrCreateOutOfProcessImage
    LdrDestroyOutOfProcessImage
    LdrFindCreateProcessManifest
    LdrHotPatchRoutine
    NtCancelDeviceWakeupRequest
    NtGetPlugPlayEvent
    NtRequestDeviceWakeup
    NtRequestWakeupLatency
    RtlActivateActivationContextUnsafeFast
    RtlAddRange
    RtlAssert2
    RtlCheckProcessParameters
    RtlConvertUiListToApiList
    RtlCopyRangeList
    RtlDeactivateActivationContextUnsafeFast
    RtlDeleteOwnersRanges
    RtlDeleteRange
    RtlEnlargedUnsignedDivide
    RtlExtendHeap
    RtlFindRang
    RtlFreeRangeList
    RtlFreeUserThreadStack
    RtlGetFirstRange
    RtlGetNextRange
    RtlInitializeRangeList
    RtlInitializeStackTraceDataBase
    RtlInvertRangeList
    RtlIsRangeAvailable
    RtlMergeRangeLists
    RtlSetUnicodeCallouts
    RtlUsageHeap
    ZwCancelDeviceWakeupRequest
    ZwGetPlugPlayEvent
    ZwRequestDeviceWakeup
    ZwRequestWakeupLatency
    _tolower
    _toupper

  12. Hi,

    rpcrt4

    rpcrt4.dll is incompatibile with 2003 crash at starup BSOD missing function:  I_RpcBindingIsServerLocal

    I manually replaced dll.

    rprcrt4:

    • I_RpcBindingIsServerLocal

    OneDrive needs

    comctl32:

    • 380 (17C)
    • 381 (17D)

    wevtapi

    From VISTA is incompatible.

  13. Hi blackwingcat

    Can you update win2000 to run OneDrive win32app.

    Here is list of missing functions:

    ETWlog.dll
        ADVAPI32.DLL: EventProviderEnabled, EventProviderEnabled

    LOGGINGPLATFORM.DLL
        KERNEL32.DLL:   WerUnregisterFile, WerRegisterFile

    REMOTEACCESS.DLL
        KERNEL32.DLL:   GetThreadUILanguage
        SHELL32.DLL:   SHCreateItemFromIDList, SHGetKnownFolderIDList

    FILESYNCCLIENT.DLL
        COMCTL32.DLL:   380 (0x17C)
        KERNEL32.DLL:   UnregisterApplicationRestart, WerRegisterFile, CompareStringOrdinal, CreateEventExW
        ADVAPI32.DLL:   RegDeleteKeyExW, RegDeleteTreeW, RegSetKeyValueW
        SHELL32.DLL:   AssocCreateForClasses, SHSetKnownFolderPath
            
    SYNCENGINE.DLL
        KERNEL32.DLL:
            CompareStringOrdinal, FindFirstFileNameW, GetVolumeInformationByHandleW, CreateThreadpoolWait, SetThreadpoolWait, WaitForThreadpoolWaitCallbacks, CloseThreadpoolWait, CreateEventExW, FindNextFileNameW
        ADVAPI32.DLL:  EnableTraceEx, RegDeleteTreeW, RegSetKeyValueW, RegDeleteKeyExW
        SHELL32.DLL:   SHSetKnownFolderPath
        PDH.DLL:   PdhAddEnglishCounterW

    FILESYNCSHELL.DLL
        KERNEL32.DLL:    CompareStringOrdinal, UnregisterApplicationRestart, WerRegisterFile
        ADVAPI32.DLL:    RegDeleteTreeW, RegSetKeyValueW, RegDeleteKeyExW
        SHELL32.DLL:    SHCreateShellItemArrayFromDataObject, SHSetKnownFolderPath, AssocCreateForClasses

    Most of these functions are missing on XP & 2003.

  14. WinZip 20 crash after run when try to use a menu. Setup doesn't work after fix with fcwin2k, now missing functions:

    UnInstall32.exe
        ADVAPI32.DLL

            RegDeleteKeyValueW
    VCCORLIB140.DLL
        KERNEL32.DLL

            CreateEventExW
            TryAcquireSRWLockExclusive
            TryAcquireSRWLockShared
        OLE32.DLL
            CoGetApartmentType

×
×
  • Create New...