-
Genaker
guys i need help
-
Genaker
the latest version aint working for me
-
Genaker
my os is mac os x 10.9.5
-
november
What kind of ain't working?
-
Genaker
not launching
-
Genaker
at all
-
Genaker
gives me a -10810 error when i launch it from terminal
-
Genaker
and when i launch the binary directly, it gives me "XPCOMGlueLoad error for file /Applications/SeaMonkey.app/Contents/MacOS/XUL:
-
Genaker
dlopen(/Applications/SeaMonkey.app/Contents/MacOS/XUL, 265): Symbol not found: ___NSDictionary0__
-
Genaker
Referenced from: /Applications/SeaMonkey.app/Contents/MacOS/XUL
-
Genaker
Expected in: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
-
Genaker
in /Applications/SeaMonkey.app/Contents/MacOS/XUL
-
Genaker
Couldn't load XPCOM."
-
Genaker
so i have no idea whats wrong
-
Genaker
maybe it needs to be compiled from source ON 10.9, but the previous version works fine
-
Genaker
so i really dont know
-
oneforall2
IanN_Away it used to work in ff till last 2 upgrades
-
oneforall2
still works in konqueror,falkon even the cell ph.
-
oneforall2
and the cell ph has ff
-
Genaker
im back
-
Genaker
ffs
-
Genaker
seamonkey 2.53.15 still doesnt work
-
Genaker
2.15.16b1 gives me an unsupported OS error.
-
Genaker
*2.53.16b1
-
stefano_
hi, I did a upgrade to the last SeaMonkey version (2.53.15) and Facebook do not work any more, if I try to view Facebook's page the sete reply with:
-
stefano_
Your request cannot be processed
-
stefano_
A problem has occurred with your request. We will try to solve it as soon as possible.
-
stefano_
Back to home
-
stefano_
It's a reported behaviour?
-
frg_Away
-
njsg
0121|19:42:39 <+tomman> who's asking for thinner laptops?!?!?!?!? <-- there has to be a way for laptops to compete in the swiss-army knife business, that can't happen if they're not thin enough to be usable as knives
-
tomman
Oh, finally found an addon that broke: Flashblock is no longer blocking videos :/
-
tomman
time to dig up why (and hopefully, fix it!)
-
tomman
(yeah, that now means I'm vulnerable to wasting bandwidth and autoplaying video crapola, including... JWZ's blog)
-
tomman
-
tomman
happy b'day, Mozilla! Too sad you're dying :/
-
stefano_
@frg_Away thank you I did the first suggested workaround and it's work again
-
Genaker
why does 2.57 work for me
-
Genaker
but not the latest stable?
-
tomman
time to look why Flashblock died
-
tomman
"Replace obsolete GetStringBundleService call in SeaMonkey
bug 1794400."
-
tomman
could be this?
-
tomman
<stringbundle id="bundle_flashblock"
-
tomman
var flashblockBundle = document.getElementById("bundle_flashblock");
-
tomman
nothing useful on the error console
-
tomman
oh, found something!
-
tomman
Error: TypeError: flashblockEvent.getPreventDefault is not a function
-
tomman
Archivo fuente: chrome://flashblock/content/videoblock.xml
-
tomman
Línea: 95
-
tomman
it's right on the function that verifies if the site is whitelisted
-
tomman
bug #707677
-
frg_Away
tomman rings a bell. Let me check
-
tomman
getPreventDefault() has been deprecated for years, it seems - we should be using defaultPrevented instead
-
tomman
found a few instances on Flashblock's XML bindings
-
frg_Away
tomman this is super ancient.
Bug 691151
-
frg_Away
This is not standard and has a standard alternative (defaultPrevented property).
-
frg_Away
-
tomman
should be an easy fix then, time for testing
-
frg_Away
tomman well canÄt say I am happy with breakage but it is hard enough backporting without the baggage and keep at least a default level of compatibility.
-
tomman
yup, indeed that fixes it!
-
tomman
frg_Away: can't be surprised anyway, considering that Flashblock has been abandoned upstream for almost 10 years!
-
frg_Away
yeahh
-
tomman
but hey, at least it now gets to live for another day~
-
tomman
I had forgot how terrible is the abuse of autoplaying video
-
frg_Away
tomman I am keeping media.autoplay.enabled alive. Has been mutilated and baically removed by mozilla in later releases. Now some mumbo jumbo like in chrome where it autoplays if you just did it in the past based on obscure user input on the site.
-
frg_Away
^basically removed
-
tomman
frg_Away: the problem is that media.autoplay.enabled is not enough
-
tomman
sites will still load the video
-
tomman
in my case bandwidth is scarce (and sometimes even metered, for example when my DSL dies and I'm forced to fallback to spotty 4G)
-
tomman
Flashblock blocks video completely, not a single byte will load unless I tell it so
-
frg_Away
tomman you can block media with uBlock which I do. Everything > xxx bytes is blocked.
-
tomman
(I'm sure adblockers achieve the same, but I don't want full-fat Ublock)
-
frg_Away
Genaker try the latest WG9s 2.53.16b1 pre build. if it does not work it is possibly end of the line for 10.9 becuase we needed to switch to a later macOS sdk.