02:37:17 wait, release happened when' 02:37:19 ? 06:54:03 is guest8910 around under some other nick? 14:27:39 Press release. 14:28:04 We are happy to announce that user Loglandia kept his promise (see https://ircbot.comm-central.org:8080/seamonkey/20230326#c210738) and found an opportunity to donate $1,000,000 to the project! 14:28:16 Man power is what we have been missing all these years. The funds received will be immediately used to increase the number of developers and accelerate development. 14:28:27 In addition to preserving the traditional spirit of SeaMonkey, we plan to provide other traditional interfaces, including all the popular in previous versions of Firefox and Thunderbird, as well as support for all the extensions that have ever existed. The user will be able to easily switch the desired look and feel without restarting the program. 14:28:47 Additionally, full emulation of the Windows XP environment will be implemented inside the browser itself (this is a mandatory requirement of the sponsor). 14:28:56 We establish a monthly award to the most diligent developer. The first award goes to Bella the cat, as the developer who spends the most time directly at (on) computer. Meow! 14:29:05 We wish you success and further achievements in the framework of our great project! 14:57:17 having pretty bad crashes with 2.53.16 that didnt happen with 2.53.15, loading seamonkey-project.org is enough to trigger it .. http://pastebitch.com/WLLY 14:57:44 does it ring a bell to anyone ? i've perused the commits between .15 and .16 and havent spotted anything obvious 14:57:52 that's on openbsd trying to update the port 15:16:36 i think it crashes as soon as it hits some js 15:16:51 because viewing some plain html pages doesnt crash 15:28:24 2.53.16 on board 15:28:39 Flashblocks still survives... maimed, but it still blocks videos~ 15:29:23 pdf.js works 15:29:28 ...unfortunately Redirector died 15:29:38 let's figure out why 15:30:39 settings page do load, but all my rules are missing 15:30:54 none of the buttons do anything 15:31:26 Error: TypeError: Cc[className] is undefined 15:31:27 Archivo fuente: chrome://redirector/content/js/xpcom.js 15:31:29 LĂ­nea: 18 15:31:55 where Cc = Components.classes; 15:32:09 wonder what broke in return Cc[className].getService(Ci[interfaceName]); then 15:35:27 time to switch to Ye Olde Dell 15:46:06 got a warning about a deprecated for-each loop too 15:52:32 what version of redirector? Is that the same extension (Well, an older release, I suppose?) at https://github.com/einaregilsson/Redirector ? 15:56:55 njsg: it was the patched version of 2.9.3 (the last one compatible with XUL browsers?) I'm using 15:57:08 "The Components object is deprecated and will be removed soon" 15:57:28 what is the replacement then? 15:57:49 Components.interfaces do work, but Components.classes return null 15:59:46 https://bugzilla.mozilla.org/show_bug.cgi?id=799961 yeah, a 11 year old bug ticket is hardly useful 16:03:03 wait, Flashblock also uses Components.classes, but that DOES work 16:07:27 of course the documentation on the Components object is gone, yay Mozilla 16:11:42 so close, yet so far... 16:19:12 only Redirector is failing, and with this error that should have killed all my addons 16:19:30 tried on my other setup with all addons disabled, then reenabled Redirector: same issue 16:19:55 hi! I'm using OpenSUSE with the codecs from opi and I'm trying to open videos in seamonkey, but youtube crashes and frontends for it give me media format errors 16:20:03 is there a fix? 16:20:37 printed__: what version of SeaMonkey? 16:20:51 IIRC SeaMonkey brings its own codecs, but I'm not 100% sure 16:21:14 2.53.15 16:21:25 from the OpenSUSE repository 16:23:09 do they repack the upstream release, or are those distro-specific builds? 16:23:14 printed__ check if it has been compiled with rust 1.67.1. If yes use the official version until thex fix it or 2.53.16 appears. 16:24:28 the official version also has the same issue 16:25:27 It's kind of hard to test pre-release versions of SeaMonkey for bugs on Linux. 16:25:30 At least Fedora. 16:25:43 oh wow it works now that I removed my ~/.mozilla folder 16:25:45 If you want to, you have to know to go grab a tarball and bother to do it. 16:25:50 sorry for wasting your time 16:25:53 D: 16:25:56 And it won't have the same patch series as Fedora's will. 16:26:27 so yep it's an issue with the seamonkey version provided by the opensuse repo 16:26:46 if I open the opensuse one again it'll crash again 16:27:04 printed__: what you did was to clear your profile 16:27:17 I just deleted the .mozilla folder 16:27:22 yes 16:27:49 check about:buildconfig. If it prints rust 1.67.0 or higher 2.53.15 is broken. 16:29:58 yep 16:30:06 "/usr/bin/rustc 1.68.0" 16:31:29 Worked around in 2.53.16 and fixed in 2.53.17b1pre+ 16:33:34 alright, thanks 16:34:25 https://paste.debian.net/1276015/ the offending file for Redirector 16:34:58 if I try to use Components.classes on a console, I do get two errors: one saying that Components is deprecated, and another that says that Components.classes is undefined 16:35:14 but then, apparently Components.classes isn't supposed to be accessible everywhere? 16:35:19 I'm running out of clues here 16:35:23 tomman var LocaleService = Service("@mozilla.org/intl/nslocaleservice;1", "nsILocaleService"); 16:35:25 nsILocaleService is gone 16:35:49 and/or nsIStringBundleService 16:37:18 nsIStringBundleService is still there 16:37:39 frg_Away: any luck getting something from such a crash trace ? http://pastebitch.com/WLLY doesnt happen with .15; happens with .16 opening seamonkey-project.org 16:37:48 frg_Away: oh, so it was a red herring (again, I'm not well versed in addon dev) 16:38:00 tomman Bug 1356263 16:38:05 what's the replacement for nsILocaleService then? (Redirector uses that for its UI) 16:39:02 gaston it looks like Bug 1448189 but this is in for ages. Which compiler? 16:39:09 clang 13 16:39:41 with the same toolchain .15 runs fine 16:40:31 is there a difference between the seamonkey and seamonkey-bin binaries that are in the tarball? 16:41:36 frg_Away: I commented out the LocaleService definition, and indeed that's the culprit 16:42:11 was already going insane with the "Components.classes is undefined", but then I'm not supposed to debug addon code from a dev console :D 16:43:12 tomman yeah we should probably better document what removals are backported but needs time and ... well you know sigh. 16:43:19 Redirector only has an English UI anyway 16:43:37 frg_Away: that should also serve me as a lesson to actually try the betas! :D 16:44:42 https://udn.realityripple.com/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIStringBundleService 16:44:59 apparently I could get away by just... killing it (and remove the extra param to createBundle) 16:45:06 OK, lemme try that 16:48:09 ...yep, that worked! 16:48:36 (it fallbacks to en-US anyway, which is the only bundled locale) 16:48:51 frg_Away: thanks for pointing me to the correct direction~ 16:50:16 gaston sorry don't have an answer. Don't know FreeBSD. I will check if I can put later skia code in 2.53.17 in case this is the problem. 16:59:17 Hmmm, Redirector only broke away with XUL starting with 3.1.0 - 3.0.6 should be "safe" to use on our browsers 16:59:19 will try it 17:00:16 also, the original, unmodified 2.9.3 is archived here: https://github.com/tablesmit/firefox-extension-shrink/blob/master/redirector-2.9.3-fx.xpi 17:00:40 (SHA256SUM is d2869e4b72c9b95dbc3a927c265db3cdd648c5136f47a93923c36df258fbe465, which matches the one at http://web.archive.org/web/20180730224356/https://addons.mozilla.org/en-US/firefox/addon/redirector/versions/ ) 17:01:10 it's a rainy day outside, so what the hell, I'm going to tinker with more addons today 17:14:05 Clang is probably one of the most unfortunate things to ever happen. Not only does it fake compatibility with enhanced security hardening features of GCC, Clang binaries also tend to cause debuggers to crash and offer to debug themselves. 17:15:40 Which is terrific considering you didn't set out to debug the debugger, it's probably not the debugger's fault, and even if you agree to continue it'll probably spew things so confusing you don't know what happened, where, or in the program or the debugger, then crash again and offer to debug that. 17:15:46 So naturally Mozilla went there. 17:25:04 frg_Away: that's openbsd but i doubt it can be os-specific 17:25:45 gaston a sorry you are right. 17:26:05 that's strange because using 2.53.15 i cant crash it 17:27:20 gaston lots of new stuff in 2.53.16 so it might need a fix which was omitted. Happens now and the with thy myriad Linux distributions and nix derivates unfortunately. Usually just need to track down the right mozilla fix. 17:28:45 frg_Away: i'll have a look at the git log but i didnt see anything obvjous in https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commits/2_53_16_final 17:30:14 gaston: does it crash using latest 2.53.17b1pre build from here https://www.wg9s.com/comm-253/ ? 17:30:57 might be somethig we neglected to include in th 2.53.16 final that is already known fi 17:31:04 WG9s: you dont provide builds for openbsd ;) 17:31:24 but if you have an idea of a possible commit i can backport or cherrypick any patch you can throw at me 17:32:07 there are also source tarballs for b1pre, right? (in case that is helpful) 17:32:37 oh there is source at https://ftp.mozilla.org/pub/seamonkey/nightly/latest-253-source/ if you have the facility to build your own. 17:36:46 will try that one :) 17:42:15 mozbuild.configure.options.InvalidOptionError: Unknown option: --with-system-hunspell 17:42:18 some options were dropped recently ? 17:42:51 i dont have issues with that option in .16 17:50:22 hmm i ahve no idea. I am really only they guy who does nightly builds of latest 2.53.17b1pre adn drops the latest source. I am not involved in most of the changes as to what support is being dropped etc. 17:52:32 guess i'll look at git log -p between that last tags 20:50:06 gaston lots of new stuff in 2.53.16 so it might need a fix which was omitted. Happens now and the with thy myriad Linux distributions and nix derivates unfortunately. Usually just need to track down the right mozilla fix. 20:50:22 The release notes didn't mention anything really big going on. 20:52:04 IsambardPrince there are usually a 1000 to 2000 backports in these releases. Mostly small stuff which adds up. 20:52:53 --with-system-hunspell is no longer supported. Need to add a missing patch. Webex dictionary support broke it and was removed from Firefox becuase of it. 20:54:15 Bug 1820413 21:38:34 Hi CaptainTobin 22:07:12 hi frg_Away 22:07:34 what can I do for you dude 22:08:18 CaptainTobin nothing. Just said hi :) 22:08:39 ah good to talk to you again with my files safe and secure and my new storage drives 22:08:46 including an nvme for the OS 22:09:20 i spent this week AGAIN transfering files from drive to drive to drive 22:09:22 heh 22:09:31 I got too much shit 22:09:50 CaptainTobin yes prices for flash are falling like a stone. Even 4TB SSDs are somewhat cheap now. 22:11:50 Still use sata for system. I hate gpt partitions for the OS. 22:21:16 HELP 22:21:18 send SSDs now! 22:28:03 huh, are dictionaries broken? 22:28:26 I can rightclick on an empty edit box and select language 22:29:01 what I can't do anymore is to right-click on a spelling error: the context menu comes up without suggestions, and the language lists on it is suspiciously empty 22:29:11 tomman not the last time I tested. 22:30:12 But only tested mail. 22:30:57 OK, it actually works on Browser too 22:31:05 however it seems to be broken on Chatzilla 22:31:19 wow, I can't even disable "Check Spelling" 22:32:05 Error: NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIInlineSpellChecker.getMisspelledWord] 22:32:06 Archivo fuente: resource://gre/modules/InlineSpellChecker.jsm 22:32:23 found a few of those on the error console 22:33:57 tomman works here for me in CZ. 22:34:06 I'll try a restart then 22:36:34 ...it works again 22:36:46 chalk one to cosmic radiation, again 22:37:30 tomman you have the bundled cZ ? 0.16 in case of 2.53.16. 22:38:04 it's 0.16 indeed, I'm not using any separate addon (if it still exists) 22:38:39 should be uninstalled then during start but does not always work. 22:39:05 just checked with a webext dictionary and laguage switching worked too. 22:39:52 but won't rule ot a hickup or two. Brittle stuff and many backports were needed.