Jump to content

roytam1

Member
  • Posts

    3,664
  • Joined

  • Last visited

  • Days Won

    421
  • Donations

    0.00 USD 
  • Country

    Hong Kong

Everything posted by roytam1

  1. seems to be Hard Disk failure, grab a recovery environment disk/stick and boot from it and check disk status(SMART, chkdsk) first.
  2. If your CPU has SSE(for NT4, you'll need a SSE kernel driver as well http://x.rths.cf/nt4sse.zip), you can use my QtWeb NT4 port. https://code.google.com/archive/p/qtweb/issues/182#c2
  3. 0x80070002 is HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND), i.e. The system cannot find the file specified. So it tries to find a file when CoGetInterceptor* is executed and it failed.
  4. https://dxr.mozilla.org/mozilla-central/source/ipc/mscom/Interceptor.cpp#99 https://bugzilla.mozilla.org/show_bug.cgi?id=1263224
  5. That is "G" not "D". "G" means "Game Fix" which does not have some newer API exports so it will not confuse some games.
  6. This may help: http://kb.mozillazine.org/Security.tls.version.* https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.15.1_release_notes
  7. grab it here: http://w2k.flxsrv.org/wlu/wlu.htm
  8. Yes chrome 44 is last version that supports NPAPI. for sites, grab User Agent Switcher to workaround it. https://chrome.google.com/webstore/detail/user-agent-switcher-for-c/djflhoibgkdhkhhcedjiklpkjnoahfmg
  9. There is also Blink based 360 browser. chrome.360.cn
  10. Since Opera is sold to Chinese Qihoo 360, which is unsafe to users, I think SRWare Iron is a better choice than Opera.
  11. Since I don't like double extraction, my modified update packages will continue to use SFXCAB.
  12. I added Win2000 style installer icon to SFXCAB-6.2.29. To change icon: Before modifying, note down the file size of sfxcab.exe and convert it to little ending hex (a). (i.e.: 40,448 bytes => 9E00h => 00 9E) After modified with resource editor, note down the new file size of sfxcab.exe and convert it to little ending hex (b). Open sfxcab.exe with hex editor, find the "(a) 00 80" sequence (i.e. "00 9E 00 80"), and it should only have 1 occurrence. Change (a) with (b) and then save. Recalculate PE checksum with PEChecksum. To use: copy /b sfxcab.exe+yourcab.cab yourcab.exe To autorun: Open cab with hex editor before "copy /b", change "20"(hex) to "60"(hex) just before the filename you desired to autorun after extraction. File: https://mega.nz/#!2JVQgBLS!9Xe9kQk6WVA_ubfGLcaaSsHcjmpM4t-UoR0qhkRbxkk
  13. Do you applied the POSReady registry hack? Without it you can't get POSReady updates.
  14. Install latest root cert update
  15. ESET AntiVirus 4.2 still works in NT4 and 2000.
  16. I used Resource Hacker 4.2.5 to complete the job, I have older version of Extended Kernel and Extended Core files, and delete resources in newer version(except Version_Info) and import from older version(Overwrite/Check all except Version_Info) and fix language values in Version_Info. And yeah this takes hours to replace all files in package. I did some limited testing and it seems working fine here. My replaced CHT version for your reference: (I changed startup screens in Extended Core for better looking) extended kernel v26b5G CHT https://mega.nz/#!LMkwSS6D!eaf6zBrvt5Iuc3DFQlyt5eNwWpy1tg2NcHpvV7x_VFY extended core v16c CHT https://mega.nz/#!mIlXWA5B!xopxRbUI5_ujpbDwTtzxx1nC7W6n9jRaSMd_MnL15ts
  17. @blackwingcat I tried my best to port latest extended kernel and extended core to my language (CHT) by Replacing Japanese Resources to CHT Resources and it seems working correctly(except I don't have vista\*loc.dll so I leave them unchanged), and I wonder if I can post download link here.
  18. http://www.msfn.org/board/topic/175160-installing-sp4/?p=1118126 Cheers and Regards Read that already, but what is actually changed in files in particular(for example xxx.sys replaced with hotfix-kbXXXXXXX)?
  19. I wonder what is changed between POSReady updates and unofficial SP4 update.
  20. This kernel version is old. (Dated 2016-01-16 3:51, version 5.1.2600.6748 in Windowsxp_remove_4gb_Ram_limit_addon.7z) There is 5.1.2600.7005 in my system now. It will be nice if you can show what you modified in ntos*.exe and/or hal dlls so people can address them when newer kernel comes.
  21. does it have a faster javascript engine? actually the biggest issue of fx2/sm1 is slow javascript execution. And also NSS needs to be updated for TLS support.
  22. forget about it, POSReady2009 *IS* XP. just patch around palemoon.exe and run as usual.
×
×
  • Create New...