Dibya Posted March 17, 2017 Posted March 17, 2017 17 hours ago, DanR20 said: hi blackwingcat, is the CoGetApartmentType issue fixed with the latest Japanese version v2.8j so that newer Firefox nightlies will work again with w2k? Yes it is working . Please see the blog of blackwingcat
DanR20 Posted March 17, 2017 Posted March 17, 2017 That's good, I'll wait until he releases the English version.
roytam1 Posted March 18, 2017 Posted March 18, 2017 On Thursday, 16 March, 2017 at 10:47 PM, Dibya said: Grab pemaker by BlacKwingCat or Cff Explorer by ntcore . Change Image base to according to the language version file you are localizing . It is surely important . Image base defines hole Relocation table I'd rather use genuine MS EDITBIN /REBASE tool to rebase DLL into new address.
Dibya Posted March 19, 2017 Posted March 19, 2017 14 hours ago, roytam1 said: I'd rather use genuine MS EDITBIN /REBASE tool to rebase DLL into new address. Thats fine . Tools depends man to man
JeffBai Posted March 25, 2017 Posted March 25, 2017 Hi blackwingcat, Great job with your KernelEx development, however, I'm currently running into some issues with two programs... FileZilla 3.25.1, which complains about `InitializeConditionVariable' function missing, which is found from Windows Vista and up. Msys2, which complains about `CreateSymbolicLinkW' function missing, also found from Windows Vista and up. ... Any chance could this be included with KernelEx? P.S. There might be more missing functions, but I don't exactly know how to find all of them... Thanks in advance and best regards, Mingcong Bai
blackwingcat Posted March 27, 2017 Author Posted March 27, 2017 (edited) On 26/03/2017 at 6:07 AM, JeffBai said: Hi blackwingcat, Great job with your KernelEx development, however, I'm currently running into some issues with two programs... FileZilla 3.25.1, which complains about `InitializeConditionVariable' function missing, which is found from Windows Vista and up. Msys2, which complains about `CreateSymbolicLinkW' function missing, also found from Windows Vista and up. ... Any chance could this be included with KernelEx? P.S. There might be more missing functions, but I don't exactly know how to find all of them... Thanks in advance and best regards, Mingcong Bai Hi. ≫InitializeConditionVariable It already has been supported. Plz check install options :3 ≫CreateSymbolicLinkW Development version supported it. Please wait. Best regards. Edited March 27, 2017 by blackwingcat
JeffBai Posted March 27, 2017 Posted March 27, 2017 Just now, blackwingcat said: > It already has been supported. Plz check install options :3 I see... I missed it, any reason why it's been disabled by default? Just now, blackwingcat said: > Development version supported it. Please wait. Good to know, thanks... Is v28j released specific to Japanese or is there a lack of translation? Thanks again for your great work!
blackwingcat Posted March 27, 2017 Author Posted March 27, 2017 4 hours ago, JeffBai said: I see... I missed it, any reason why it's been disabled by default? Good to know, thanks... Is v28j released specific to Japanese or is there a lack of translation? Thanks again for your great work! I checked recent MSYS32. It use also the following Vista API. NTFS kernel Transaction APIs and GetNamedPipeClientProcessId. It may be difficult that embedded Transaction APIs. :3
JeffBai Posted March 30, 2017 Posted March 30, 2017 Sorry... Another issue. Pale Moon 27.2.1 does not run, with an "invalid PE image" error (if I remembered correctly).
blackwingcat Posted March 30, 2017 Author Posted March 30, 2017 (edited) 2 hours ago, JeffBai said: Sorry... Another issue. Pale Moon 27.2.1 does not run, with an "invalid PE image" error (if I remembered correctly). Umm ? Pale Moon 27.x should be used Vista compatible mode since before, should not it? Edited March 30, 2017 by blackwingcat
Dibya Posted March 30, 2017 Posted March 30, 2017 41 minutes ago, blackwingcat said: Umm ? Pale Moon 27.x should be used Vista compatible mode since before, should not it? They just did a bad trick to prevent nt 5.x users . Forcing with FCWIN2K do the job . Same goes to cyberfox . I do not know why palemoon devs added GetTickCount64 . do you know BlackWingCat?
jumper Posted March 30, 2017 Posted March 30, 2017 > I do not know why palemoon devs added GetTickCount64 . Possibly to suppress warning C28159 in a Visual Studio 2012 static analysis. But what makes you think it was the Palemoon devs that added it? Why not Mozilla or Microsoft?
Dibya Posted March 30, 2017 Posted March 30, 2017 7 hours ago, jumper said: > I do not know why palemoon devs added GetTickCount64 . Possibly to suppress warning C28159 in a Visual Studio 2012 static analysis. But what makes you think it was the Palemoon devs that added it? Why not Mozilla or Microsoft? yes , why Mozilla not added
piotrhn Posted April 21, 2017 Posted April 21, 2017 Hi, blackwingcat How run calibre v2.83 on Win2000? Error: python function terminated unexpectedly calibre requires Widows Vista****. Thanks.
piotrhn Posted April 23, 2017 Posted April 23, 2017 (edited) 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. Edited April 23, 2017 by piotrhn ...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now