Jump to content

roytam1

Member
  • Posts

    3,305
  • Joined

  • Last visited

  • Days Won

    406
  • Donations

    0.00 USD 
  • Country

    Hong Kong

Everything posted by roytam1

  1. From https://github.com/Feodor2/Mypal/issues/3#issuecomment-333623428 , Feodor2 said that newer ffmpeg patch for PMXP will need compiling ffmpeg/lbav libraries by builders for bundling. And I think I don't want to compile ffmpeg/libav libaries (for the laziness) and keep my modified patch using LAV filters' ffmpeg libraries in portable way in my later builds.
  2. Using development source is for tracking latest changes so that I can make local changes working as soon as possible. If you really need release build I can compile that for you.
  3. For those having palemoon.exe/mozglue.dll crashed, please try this build. Cloudflare's zlib uses SSE4.2 CRC32 instruction unconditionally. I made modifications to its hash function to use original zlib's hash function for processors that has no SSE4.2 instructions support by runtime CPUID detection. Disclaimer: I only made some limited testing with snail-slow QEMU for emulating processor without SSE4.2, so please test with care! 32bit: http://o.rthost.cf/gpc/files1.rt/palemoon-27.6.0a1.win32-git-20171002_2-e68ab5b3d-xpmod.7z 64bit: http://o.rthost.cf/gpc/files1.rt/palemoon-27.6.0a1.win64-git-20171002_2-e68ab5b3d-xpmod.7z
  4. Notice: These projects have no affiliation with any upstream community code sources or organizations. Please direct all support or related questions to here. "Serpent", "New Moon", "MailNews" are generic debranded names and they are subject to change in the future. Archive directory names and archive filenames will only be changed once generic debranded names are not used in the future. Latest changelog is available here as well: http://rtfreesoft.blogspot.com/search/label/browser Serpent/UXP browser (MCP reforked 52ESR as new base), and NM28XP releases: Binaries are moved to here: (I'm lazy to edit all previous posts) https://o.rths.ml/palemoon/?sort=date&order=desc BOC related binaries: Binary list: https://o.rths.ml/boc-uxp/?sort=date&order=desc FAQ: Q: Having audio distorted when watching Twitter/etc.? A: Please try turning on "Firefox compatibility" in options dialog or either "general.useragent.compatMode = 2" or "general.useragent.compatMode.firefox = true" in about:config and reload the page. Q: Can't play H264 clips? (for PM27/KM76) A: Download following packages for your browser edition(32bit/64bit) and extract DLLs to same place as palemoon.exe lives. 32bit LAV dlls are in separated package (extracted from K-Lite codec pack 13.5.5) https://o.rths.ml/palemoon/lav.7z Just in case if you have an older processor which has no SSE instruction set support: 32bit NoSSE (ffmpeg 3.1.1 lite build) https://o.rths.ml/palemoon/lav-dll-lite-mmx.7z 32bit No ASM (ffmpeg 3.1.1 lite build, if build above doesn't work on your processor) https://o.rths.ml/palemoon/lav-dll-lite-noasm.7z 64bit LAV dlls are in separated package (LAV Filters 64bit 0.70.2) https://o.rths.ml/palemoon/lav64.7z Q: AV1 Support? (for UXP-based applications except mailnews) A: You need to enable "media.av1.enabled" in about:config Q: VP9 Support? (for PM27) A: VP9 works if async MSE option is unchecked and "Enable MSE for WebM Video" checked in options. Q: Extensions/Themes not working after updating binaries. A: If you encounter extensions not show icon, clicking options button of extension causing browser unresponsive, etc. please try following actions: 1.a Killing palemoon.exe process 1.b Copy whole extensions folder out of profile folder (to somewhere else for example, desktop) 1.c Restart browser without restoring previous sessions 1.d Goto about:addons page 1.e Drop XPI files from the copied-out extensions folder to about:addonss page One-by-One. 1.f After all XPI files are dropped and installed/updated, restart browser Q: Virus detected? A: Tell your anti-virus program to exclude palemoon.exe and/or plugin-container.exe. Some anti-virus heuristic engines (for example symantec's sonar engine) is too sensitive to palemoon.exe/plugin-container.exe network activities. Q: Where's your patches for compiling my own? A: Please visit the link above "FAQ:". Latest source patch files are named "sources_patches_YYYYMMDD.7z" in that page. Q: basilisk browser showing basic pages in GMail? A: set these to "ture" in about:config general.useragent.compatMode.firefox general.useragent.compatMode.gecko Q: How to change User Interface language? A: Please see this post: Q: Portable Loader? A: You can always use official portable launcher with my binaries, or you can use my simple portable loader written in NSIS: Q: How to install extensions/themes in BNavigator browser? A: Please check this post out: ------------------------------------- NewMoon 27 build: ------------------------------------- Serpent/moebius browser (deprecated by MCP, forked by me), and also 26.5 as playground : And NewMoon 26.5 and K-Meleon 74 with Goanna 2.2 (newmoon-26.5) for vanilla Win2000 build: ------------------------------------- K-Meleon browser with Goanna/Tycho engine: It has its own sub-forum in K-Meleon official forum! http://kmeleonbrowser.org/forum/list.php?19 Latest build: ------------------------------------- Firefox ESR 45 with TenFourFox fixes for SSE-only machines: ------------------------------------- K-Meleon Original cross-post is here: ------------------------------------- ArcticFox XP win32 test build: ----original post message belows---- Today's build with portable LAV libraries. Place LAV dlls (av*.dll) in same place as palemoon.exe lives. Official repo changes since my last build: -Clobber for Brotli/WOFF2 update -Fix some comments (no code change) -Enable Brotli content-encoding by default (https only). -Pull woff2 upstream update. -Update Brotli decompressor. My changes since my last build: - Upgrade Mozilla NSPR and NSS to 4.16 and 3.22 for (hopefully) faster AES operations 32bit: https://o.rths.cf/palemoon/palemoon-27.6.0a1.win32-git-20171002_2-e68ab5b3d-xpmod.7z 64bit: https://o.rths.cf/palemoon/palemoon-27.6.0a1.win64-git-20171002_2-e68ab5b3d-xpmod.7z
  5. There is still new nightlies: https://nightly.mpc-hc.org/
  6. Install latest Extended Kernel and newer firefox is ready to use (IF you have IE6 hotfix installed first)
  7. [HKEY_LOCAL_MACHINE\SYSTEM\WPA\WEPOS] [HKEY_LOCAL_MACHINE\SYSTEM\WPA\WES] These 2 paths should be deleted from registry in order to get WU thinking this is really POSReady machine.
  8. I wonder if you can update source to r4049? Edit: nevermind I'd hex-edit myself
  9. GoDev linker/binutils ld/MS link.exe will work. https://forum.nasm.us/index.php?topic=969.0
  10. 3.4.5 Unicode Strings The special operators __utf16__, __utf16le__, __utf16be__, __utf32__, __utf32le__ and __utf32be__ allows definition of Unicode strings. They take a string in UTF-8 format and converts it to UTF-16 or UTF-32, respectively. Unless the be forms are specified, the output is littleendian. For example: %define u(x) __utf16__(x) %define w(x) __utf32__(x) dw u('C:\WINDOWS'), 0 ; Pathname in UTF-16 dd w(`A + B = \u206a`), 0 ; String in UTF-32 The UTF operators can be applied either to strings passed to the DB family instructions, or to character constants in an expression context. from http://www.nasm.us/doc/nasmdoc3.html
  11. I'd just opened a ros jira ticket: https://jira.reactos.org/browse/CORE-13713
  12. IIRC OpenVMS is porting to x86_64(AMD64/EM64T), not x86-32.
  13. I've adblocker whitelisted here. Please don't use aggressive anti-adblock scripts on MSFN.
  14. IIRC SCSIPORT.SYS (which UniATA uses) has 2TiB (2 199 023 255 552 bytes) limit if sector size == 512 bytes.
  15. FYI (from blackwingcat): It seems that KB4018556(CVE-2017-0244/CVE2017-8483) causing login problems: Reported problem with COM security patch KB 4018556 for WinXP Embedded @ AskWoody (https://www.askwoody.com/2017/reported-problem-with-wannacry-patch-kb-4018556-for-winxp-embedded/) KB4018556 forces winlogon.exe/ntdll.dll to crash (https://support.microsoft.com/ja-jp/help/4025687/microsoft-security-advisory-4025685-guidance-for-older-platforms)
  16. roytam1

    XomPie

    Mozilla does not recommend using gcc to compile Gecko engine for windows, and this is unsupported. So playing around mingw with gecko is actually entering unrevealed area of map, no one can actually giving any help.
  17. roytam1

    XomPie

    Seems to be hard here as I have only XP as main system and build environment requires huge amount of RAM and may require 64bit win7+ environment, which I don't have here.
  18. roytam1

    XomPie

    I think you need to figure how to build a vanilla build of palemoon/firefox/k-meleon and then adding your own code over it.
  19. roytam1

    XomPie

    tried 27.2.0 and 27.4.0 both crash when startup, without wined3d everything works.
  20. roytam1

    XomPie

    I patched palemoon with xompie-0.6-alpha options "0,1,2,3,4,5,6,7" (so msvcrt and d3d9 shouldn't be patched) palemoon can start in safe mode, but not normal mode. EDIT: if I renamed d3d1[01].dll I can start palemoon normally.
  21. roytam1

    XomPie

    maybe it is nothing wrong with xompie but wine3d? I find that palemoon crashes with my AMD OpenGL ICD. atioglxx.dll!69940bd2() atioglxx.dll!69941308() atioglxx.dll!69946e44() atioglxx.dll!6993bda7() atioglxx.dll!6974d51a() atioglxx.dll!6971b1fb() atioglxx.dll!69710a28() atioglxx.dll!697228a2() ntdll.dll!7c93005d() ntdll.dll!7c93005d() atioglxx.dll!69ec55f4() atioglxx.dll!69ec5613() > msvcr120.dll!_cprinput_l(const unsigned char * format=, localeinfo_struct * plocinfo=, char * arglist=) Line 1374 + 0xc
×
×
  • Create New...