StayAtHome wrote:
PLEASE RENAME OR UNSTICK THIS TOPIC!
I agree
Christian writes:
In TC 6.01, I will show an error when this bug is detected.
As we now have 6.01, the crash shouldn't happen anymore...
Besides:
Flashview is not an 'official' plugin, so unless Christian is going to make a sticky about every unofficial plugin that might cause a crash, I don't think a 'sticky' is justified
2StayAthome
Maybe you should email Christian about wanting to unstick this topic.
Is/was anybody able to download v1.2 or can provide a working downloadlink ?
Allthough it is listed on StayAtHome's Downloadsite http://www.stayathome.nm.ru/files/, i can only access previous release v1.1.
Tried with no success since days.
deus-ex wrote:Is/was anybody able to download v1.2 or can provide a working downloadlink ?
Allthough it is listed on StayAtHome's Downloadsite http://www.stayathome.nm.ru/files/, i can only access previous release v1.1.
Tried with no success since days.
Since MULTIMEDIA always returns true, this detect string will always be true too. So the SWF plugin will also try to load 2 byte files, and crash in its startup code. The correct dectect string should be
15_detect="MULTIMEDIA & ext="SWF" |(([0]="F" & [1]="W" & [2]="S")|([0]="C" & [1]="W" & [2]="S") & force)"
Since MULTIMEDIA is always true, this will have the desired effect. TC uses the flag MULTIMEDIA just to find out whether this plugin should override internal multimedia viewers or not!