Willkommen in meinem Blog!

Auf diesen Seiten werde ich über meine Erfahrungen mit den von mir genutzten Betriebssystemen Debian, Ubuntu, andere Linux-Distributionen, Windows etc. berichten und einige freie Tools vorstellen, die ich nutze. Ich werde hier versuchen Probleme, Lösungen, Tips & Tricks darzustellen.

Dienstag, 1. Mai 2012

Debian 6.0.5 ist für den 12.05. geplant



Wie über die Mailinglisten verbreitet wird, soll Debian 6.0.5 am 12.05. erscheinen. Besonders witzig finde ich eine kleine Nebensache, die Debian so ungeheuerlich von Ubuntu unterscheidet. Der Autor dieser Information (sicher ein kluger Kopf und auch in der Hirarchie sehr weit oben) besitzt eine Mailadresse @adam-barratt.org.uk. Wer die Homepage hierzu aufruft bekommt folgenden Spruch um die Ohren: "Nothing to see here. Move along. This is not the web page you were looking for. Go about your business." - Debian eben - freundlich heißt Ubuntu. ;-)

Nachtrag 12.05.12

Jetzt ist es offiziell: Debian 6.0 aktualisiert: 6.0.5 aktualisiert


Montag, 30. April 2012

ein Update beim smplayer ist nicht schwer



Debian ist ein wirklich tolles Betriebssystem. Leider sind die gelieferten Pakete immer etwas älter und wenn man ein Tool updaten will in dem ein Bug störend ist, wird man vertröstet auf die nächste Debian-Version oder muß selber kompilieren.

So finde ich in den Quellen von Stable den smplayer 0.6.9. Dieser hat einen Bug. Beim Abspielen von selbstgedrehten Videos erkennt smplayer nicht die Einstellung 16:9 und stellt die Bilder als 4:3 falsch dar. Jedes Mal wenn ich bei der Aufnahme "Pause" gedrückt habe, wird eine neue Datei erzeugt. Bei jeder neuen Datei muß ich die Einstellung 16:9 neu einstellen. Ich möchte aber den smplayer nutzen, weil z.B. der vlc eine live-Normalisierung des Tons nicht ermöglicht. Diese Funktion ist aber bei selbstgemachten Videos sehr wichtig, denn derjenige die Cam trägt ist immer wesentlich lauter zu hören als alle anderen...

Aktuell ist beim smplayer die Version 0.8.0 und diese kann man auch für Ubuntu fertig als installierbare .deb herunterladen.

Downloads siehe hier bzw. smplayer-0.8.0.tar.bz2.

Zunächst muß man die alte Version entfernen:
$ sudo apt-get remove smplayer smplayer-themes smplayer-translations

ich zitiere jetzt einmal die Install.txt aud der smplayer-0.8.0.tar.bz2:

"1) How to make a deb package

Be sure you have installed the following packages: libqt4-dev, zlib1g-dev,
fakeroot, build-essential, devscripts, debhelper and g++.
Now run ./create_deb.sh"

Das hat bei mir beim ersten Versuch geklappt. Das Skript erzeugt eine .deb im Home-Ordner. Anschließend kann man die erzeugte smplayer_0.8.0_i386.deb im Nautils mit der rechten Maustaste anklicken und mit dem GDebi Package Installer installieren. So einfach - toll!

Was ich nur mal wieder nicht verstehe ist, wieso man nicht gleich das passende .deb auch für Debian anbietet. Dann könnte das jeder installieren - wie unter Ubuntu. Außerdem ist die .deb mit 1,7 MB sogar wesentlich kleiner als die .tar.bz2 mit 2,7 MB. Der Anbieter würde also Bandbreite sparen. Ganz nebenbei fallen zu den oben genannten, nötigen, ziemlich großen Paketen zum Kompilieren noch 29 MB an temporären Dateien auf dem Computer an...

Das Problem mit der autmatischen 16:9 Erkennung existiert aber auch in dieser Version. Auch die Einstellung wie folgt zu ändern bringt nichts, weil hier nicht 16:9 sondern 9:16 dargestellt wird (also als senkrechter Streifen): Optionen > Einstellungen > Erweitert > Seitenverhältnis 16:9

Ich habe mir jetzt überlegt, meine Videos mit WinFF vom mpeg2-Format (das meine Cam produziert) in xvid zu wandeln. Das behebt wohl das Problem und erzeugt außerdem kleinere Dateien.


Sonntag, 29. April 2012

Xfce 4.10 ist gestern erschienen



Xfce 4.10 ist gestern erschienen [en] *haben will*. Leider gibt's nicht sofort auch ein .deb-Paket, das man installieren kann. Man muß schon selber kompilieren und installieren [en]. Sollte ich mit meinem Installationsversuch erfolgreich sein, wird dieser Artikel ergänzt.

Ich versuche mit den folgenden Befehlen zu installieren:
$ ./configure
$ make
$ sudo checkinstall


Die Pakete müssen auf Grund von Abhängigkeiten in fester Reihenfolge kompiliert und installiert werden. Folgende Pakete liefen ohne Fehler durch:

xfce4-dev-tools
libxfce4util
xfconf
libxfce4ui
garcon-0.2.0

Beim exo-0.8.0 gab es die Fehlermeldung:

dpkg: Fehler beim Bearbeiten von .../xfce410/src/exo-0.8.0/exo_0.8.0-1_i386.deb (--install):
Versuch, »/usr/local/share/icons/hicolor/icon-theme.cache« zu überschreiben, welches auch in Paket libxfce4ui 4.10.0-1 ist
dpkg-deb: Unterprozess einfügen mit Signal (Datenübergabe unterbrochen (broken pipe)) getötet
Trigger für libglib2.0-0 werden verarbeitet ...
Fehler traten auf beim Bearbeiten von:
.../xfce410/src/exo-0.8.0/exo_0.8.0-1_i386.deb


Nachtrag 02.05. 19:45

Diesmal war ich schneller als golem, aber ich kann leider keinen Testbericht liefern, weil ich es bis jetzt nicht installieren konnte. Zusammen mit compiz wird es wohl eine gelungene Oberfläche sein. Arch Linux soll die neuste Version von Xfce bereits mitliefern. Hier geht es zum golem-Testbericht von Xfce 4.10.


Donnerstag, 26. April 2012

Ubuntu 12.04 LTS Precise Pangolin erscheint heute



Heute erscheint die neue Ubuntu-Version 12.04 LTS Precise Pangolin. Diese Version wird zum ersten Mal 5 Jahre lang unterstützt. Bisher endete der Support nach 3 Jahren. Ich werde sobald wie möglich die auf meinem Arbeitsrechner installierte Version 10.04 auf 12.04 upgraden. Das sollte kein Problem darstellen, weil ich hier auch die stabile Debian 6.0 installiert habe. Sobald ich mehr über das Upgrade weiß, werde ich hier berichten.

Nachtrag 18:40

Hier laufen die Backups schon seit vielen Stunden. Ich benutze diesmal den simplen kopier-Befehl dd, der eine komplette Partition als Image-Datei speichern kann. wiki.ubuntuusers.de/Shell/dd Bei mir sind die Linux-Partitionen eh immer 20 GB groß - und das paßt auf heutige externe Platten gut drauf. Komprimieren dagegen dauert bei mir richtig lange und erspart nur ungefähr die Hälfte des Platzes.
$ sudo dd if=/dev/sda1 of=~/image_sda1.img

Nebenbei lese ich ein wenig den Artikel Ubuntu 12.04 LTS "Precise Pangolin" ist erschienen und frage mich, wie ein Upgrade nochmal ging... die Anleitung befindet sich noch in der Baustelle ubuntuusers.de/Baustelle/Upgrade_Lucid_auf_Precise und es scheint auch noch einige Probleme beim Upgrade zu geben wie man im Forum sehen kann. Momentan hätte ich "sehr viel" Zeit für ein Upgrade... ich muß mal überlegen, auf welche Installation ich notfalls verzichten könnte... Der Artikel hier wird weiter gepflegt, wenn ich was neues hab.

Nachtrag 23:45

Alle 2 Jahre im April ist der Stromverbrauch besonders hoch, weil Ubuntu ein Upgrade erfährt. Das ist dann auch immer höchste Zeit, um Backups von den Systemen zu ziehen. Und genau das geschieht heute schon den ganzen Tag. In der Zwischenzeit habe ich mir aus dem Baustellen-Artikel oben notiert, was ich tun will, um ein Upgrade zu starten:

$ sudo apt-get update && sudo apt-get dist-upgrade

$ gksudo gedit /etc/apt/sources.list

dort eintragen:
deb http://archive.ubuntu.com/ubuntu/ precise-updates main


$ sudo apt-get install update-manager-core && sudo update-manager --proposed

Hier noch die Upgrade-Anleitung von ubuntu.com [en] und die Release Notes [en].

Nachtrag 27.04. 00:30

Ich kann ja eh nicht schlafen, wenn ich nicht weiter mache. Die Backups sind gelaufen und jetzt steht das Upgrade an. Ich möchte es zumindest anstoßen und dann über Nacht laufen lassen. Es handelt sich um meine erste Installation, die ich je gemacht habe und seither durch Upgrades auf den neusten Stand gehoben habe.

Die von mir abgeschriebene Anleitung oben ist tatsächlich noch Baustelle und funktioniert so nicht. Ich hab's jetzt wie folgt gemacht:

$ sudo apt-get update && sudo apt-get dist-upgrade

$ gksudo gedit /etc/apt/sources.list

dort sämtliche "lucid" gegen "precise" ersetzen.
dort nur in der Zeile "updates main" das lucid durch precise ersetzen. (korrigiert 27.04. 09:30)

$ sudo apt-get install update-manager-core
$ sudo update-manager -d &



Nachtrag 27.04. 00:50

Jetzt erscheint ein Fenster mit dem Hinweis, daß ich auf eine Beta-Version Upgraden werde. Es scheint alles noch nicht perfekt zu sein. Aber ich werde es jetzt durchziehen und "System aktualisieren" klicken. - Sonst hab ich ja hier nichts zu berichten. ;-) Die Meldung "Veröffentlichungshinweise" lautet übrigens wie folgt:

"= Welcome to the Ubuntu 'Precise Pangolin' development release =

''This is still a BETA release.''
''Do not install it on production machines.''

Thanks for your interest in this development release of Ubuntu.
The Ubuntu developers are moving very quickly to bring you the
absolute latest and greatest software the Open Source Community has to
offer. This development release brings you a taste of the newest features
for the next version of Ubuntu.

== Testing ==

Please help to test this development snapshot and report problems back to the
developers. For more information about testing Ubuntu, please read:

http://www.ubuntu.com/testing

== Reporting Bugs ==

This development release of Ubuntu contains bugs. If you want to help
out with bugs, the Bug Squad is always looking for help. Please read the
following information about reporting bugs:

http://help.ubuntu.com/community/ReportingBugs

Then report bugs using apport in Ubuntu. For example:

ubuntu-bug linux

will open a bug report in Launchpad regarding the linux package. Your
comments, bug reports, patches and suggestions will help fix bugs and improve
future releases.

== Participate in Ubuntu ==

If you would like to help shape Ubuntu, take a look at the list of
ways you can participate at
http://www.ubuntu.com/community/participate/

== More Information ==

You can find out more about Ubuntu on the Ubuntu website and Ubuntu
wiki.

http://www.ubuntu.com/
http://wiki.ubuntu.com/

To sign up for Ubuntu development announcements, please
subscribe to Ubuntu's development announcement list at:
http://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-announce"

Nachtrag 27.04. 01:00

Hier die nächsten Screenshots.





Nachtrag 27.04. 01:15

Diese Live-Reportage mitten in der Nacht macht mir richtig Spaß. Auch wenn ich nicht weiß, ob jemand so ähnlich bekloppt ist wie ich und alle paar Minuten auf meiner Seite F5 zum aktualisieren drückt und so von den Veränderungen in diesem Artikel überhaupt live was mitbekommt.

Der Computer den ich gerade aktualisiere ist tatsächlich nicht mehr mein Arbeitsrechner. Er soll es aber wieder werden - möglichst mit einem neuen Gehäuse und neuem, sehr leisen Netzteil. Die Installation, die ich gerade jetzt Upgrade, trage ich seit Ende 2007 mit mir rum. Es ist die erste von mir installierte Ubuntu-Version, die bis heute funktionsfähig ist. Ich behaupte jetzt einfach mal: So viele Upgrades hintereinander kann man mit Windows nicht machen:

1. 7.10 > 8.04
2. 8.04 > 8.10
3. 8.10 > 9.04
4. 9.04 > 9.10
5. 9.10 > 10.04
6. 10.04 > 12.04

Das Upgrade auf Lucid auf genau diesem Computer habe ich übrigens am 14.05.10 gemacht und nur wenig dazu hier gepostet. Es war damals mein produktives System und somit habe ich ein wenig gewartet, bis die schlimmsten Fehler beseitigt waren oder es Lösungen gab. Nun ist es mir mal egal, denn es gibt genügend Sicherungen - bin sehr gespannt. :-)

Nachtrag 27.04. 02:00


"Die Aktualisierungen konnten nicht installiert werden

Die Systemaktualisierung wurde abgebrochen. Ihr System könnte sich in einem nicht verwendbaren Zustand befinden. Eine Wiederherstellung wird gestartet (dpkg --configure -a)."

Ein gebe ein
$ sudo dpkg --configure -a
$ sudo apt-get update && apt-get dist-upgrade
... und werde gewarnt, daß ich etwas potentiell Schädliches tun würde. Ich soll eingeben "Ja, tue was ich sage!". - Ne Freundchen - nicht um die Uhrzeit. shutdown und ich leg mich hin. Gute Nacht.

Nachtrag 27.04. 09:30

Zunächst ein großes Lob an die Ubuntu-Entwickler: Das System konnte ich heute morgen problemlos in der alten Version 10.04 hochfahren. Allerdings blieben weitere Installationsversuche erfolglos.

$ gksudo gedit /etc/apt/sources.list
Dort tausche ich wieder sämtliche "precise" gegen "lucid" aus. Nur bei "updates main" muß "precise" stehen.

$ sudo apt-get update && sudo apt-get dist-upgrade
$ sudo update-manager -d &

Jetzt läuft die Installation. Ungefähre Dauer: 1 Stunde 30 Minuten. :-)
Es muß übrigens nicht wieder 60 Minuten lang alles heruntergeladen werden. Die Daten waren noch im Cache und wurden zunächst begleitet von ein paar Fragen konfiguriert und werden jetzt installiert. Es sieht sehr gut aus.

Nachtrag 27.04. 09:50

Sag zum Abschied leise printscreen... So langsam wird der Desktop geschreddert. Man kann schon sehen, wie Icons z.B. vom Epiphany Webbrowser verschwinden... irgendwie traurig. *snief*


Nachtrag 27.04. 10:55

Durch die Fragen während der Installation ist der Prozess leider immer wieder stehen geblieben und somit hat es etwas länger gedauert als geplant. Aber nun ist das Werk vollbracht. Zum Schluß hatte ich nur noch knappe 1,7 GB auf der Festplatte frei.

Die grub-Konfiguration lasse ich wie gehabt, weil ich ja mehrere Betriebssysteme installiert habe. Von Debian Testing aus starte ich ein
$ sudo update-grub

Gleich steht ein restart an. Die Festplatte wird vor dem Start auf Fehler geprüft. Und noch ein Neustart. Es bleibt spannend.

Nachtrag 28.04. 01:00

Durch die Fragen während der Installation ist der Prozess leider immer wieder stehen geblieben und somit hat es etwas länger gedauert als geplant. Aber um 11:00 war das Werk vollbracht. Meine geänderte Anleitung im "Nachtrag 27.04. 00:30" hat den Erfolg gebracht. Golem Test Ubuntu 12.04 - Unity wird reif kann ich aber nicht bestätigen. Ja, der Desktop war auch bei mir auf Unity-Niveau heruntergeschraubt. Nichts ist mehr konfigurierbar. Die Oberfläche ist mir so oft abgestürzt, daß ich mich nur noch gewundert habe und Erinnerungen an KDE aufkamen. Einmal blinkte die Numlock-LED sogar sehr arhythmisch. "Entschuldigung, Ubuntu 12.04 hat einen internen Fehler festgestellt." erscheint jetzt häufiger, auch unter Gnome. Manchmal wurde der Bildschirm dunkel und der Monitor meinte "no signal". Beim Herunterfahren erscheint regelmäßig Chaos bzw. Buchstabensalat auf dem Bildschirm. Die "Recovery Console" funktioniert bei mir gar nicht. Gnome3 (mit alles) hat bei mir auch schon ohne Funktion gestartet. Nur die Maus konnte man noch bewegen - klicken war nicht. Strg-Alt-F1 startet an meinem Monitor den Schlummerbetrieb und Strg-Alt-F7 zeigt danach den Mauszeiger vor einem komplett schwarzen Hitnergrund. - Das scheint dann wohl schon Gnome4 zu sein. Und Gnome5 ist dann ohne Mauszeiger, während Gnome6 die Öko-Version wird, bei der der Computer direkt abgeschaltet wird.

Meine vielen Tools befinden sich jetzt unter Unity unsortiert links in einem endlosen Icon-Gewühl. Das Menü mit den Anwendungen ist genauso verschwunden wie viele altbekannte Tools, die man noch gerne nutzen würde. Man findet nichts wieder. Nur die Icons auf dem Desktop liegen noch immer dort. Da fällt mir ein: Ich muß mal eine möglichst komplette Liste mit allen Tools erstellen bzw. daß man sie wenigstens noch von der Befehlszeile aus starten kann - solange sie noch existieren.

Synaptic-Paketverwaltung
$ su-to-root -X -c /usr/sbin/synaptic

Bildschirmschoner
$ gnome-screensaver-preferences
funktioniert leider nicht mehr. Ich habe auch keine andere Möglichkeit gefunden, den Bildschirmschoner zu konfigurieren.

Die Oberflächen mit 2D und 3D zu bezeichnen ist wohl wirklich von geistigen Blondinen ausgegangen. Was bitte hat die eine oder andere Desktop-Oberfläche mit 3D zu tun??? Sat1 sendet auch nicht 3D nur weil der Ball sich dreht.

Häufig fehlen oben an den Fenstern die Knöpfe zum vergrößern, verkleinern, schließen. Beim letzten "Upgrade" auf 10.04 wurden die Knöpfe noch nach links verschoben und man konnte sie wieder zurück holen. Rechts fehlt der Scrollbalken, der erst erscheint, wenn man korrekt mit der Maus darüber zielt. Wenn ich die Veränderungen so beobachte, habe ich wirklich so langsam richtige Angst vor neuen Ideen der Entwickler. Aber mit "GNOME Classic (No effects)" kann man sich vermutlich noch am besten behelfen, bis ein anderer Desktop verfügbar wird.

Fazit: Gegen Ubuntu 12.04 ist sogar Debian 7.0 Wheezy (Testing!!) sehr stabil und benutzbar. Zumindest bislang ist 12.04 nicht precise, sondern ein Griff ins Klo.


Sonntag, 22. April 2012

BlueGriffon oder eine Chronologie des Scheiterns



In der neusten Video Folge 82 des CC2 wurde der html-Editor bluegriffon.org vorgestellt. Und er machte unter Windows auch einen schlanken Fuß. Es wurde auch erwähnt, daß der Editor unter Linux laufen soll. Und tatsächlich finden sich auf der Homepage neben Versionen für Mac und Windows ab XP auch welche für Ubuntu 11.10 und Fedora.

Weil ich Probleme erwarte (hab nur Ubuntu 10.04 und Debian installiert), lade ich mir mit "download tar.bz2" ein run-image herunter und vermeide damit eine Installation, die möglicherweise mein System beschädigen könnte.

Ich erstelle den Ordner /home/kailiveonline/1/ und speichere dort die BlueGriffon-1.4.1-Linux-x86.tar.bz2. Diese Datei entpacke ich im Nautilus mit rechte Maustaste > hier entpacken. Jetzt versuche ich, im Terminal das entpackte Start-Skript auszuführen:

kailiveonline@pc6:~/1/BlueGriffon$ ./bluegriffon
./bluegriffon-bin: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by ./libxul.so)


Ich überprüfe die Version der bei mir installierten libstdc++:

kailiveonline@pc6:~/1/BlueGriffon$ dpkg -S libstdc++.so.6
libstdc++6: /usr/lib/libstdc++.so.6.0.13
libstdc++6: /usr/lib/libstdc++.so.6


Nach dieser Anleitung lade ich mir die neuste verfügbare Version herunter: http://ftp.de.debian.org/debian/pool/main/g/gcc-4.6/libstdc++6-4.6-dbg_4.6.3-4_i386.deb

Dann im Nautilus rechte Maustaste > hier entpacken und die Datei libstdc++6-4.6-dbg_4.6.3-4_i386/usr/lib/i386-linux-gnu/debug/libstdc++.so.6.0.16 mit root-Rechten nach
/usr/lib/libstdc++.so.6.0.16 kopieren (gksudo nautilus &).

Die Verknüpfung /usr/lib/libstdc++.so.6 umbenennen (z.B. "backup" anhängen) und eine neue zu /usr/lib/libstdc++.so.6.0.16 anlegen (im Nautilus mit Strg-Shift ziehen und Namen anpassen).

Ein erneuter Startversuch bingt jetzt:

kailiveonline@pc6:~/1/BlueGriffon$ ./bluegriffon
./bluegriffon-bin: symbol lookup error: ./libxul.so: undefined symbol: gdk_window_get_visual


Auch andere Debian-Nutzer haben solche Erfahrungen gemacht, wie man im empfohlenen Forum groups.google.com/group/bluegriffon lesen kann.

Schließlich bin ich noch auf die Idee gekommen, mir die Windows-zip-Datei herunterzuladen. Auch dies ist ein runimage, das ich mit wine zu starten versuche. Hier heißen die fehlenden Libraries .dll und nicht libirgendwas. Das Thema BlueGriffon hat sich für mich also (erstmal) erledigt. Irgendwie schade.

kailiveonline@pc6:~/3/BlueGriffon$ wine bluegriffon.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozjs.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozjs.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozjs.dll") not found
err:module:import_dll Library mozjs.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library plds4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library nssutil3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library plds4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
err:module:import_dll Library nss3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\smime3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library plds4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library nssutil3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\smime3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\smime3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library plds4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\smime3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\smime3.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\smime3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\smime3.dll") not found
err:module:import_dll Library smime3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library plds4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library nssutil3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library plds4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
err:module:import_dll Library nss3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\ssl3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library plds4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library nssutil3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\ssl3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\ssl3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\ssl3.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\ssl3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\ssl3.dll") not found
err:module:import_dll Library ssl3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library plds4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library nssutil3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library plds4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
err:module:import_dll Library nss3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library plds4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library nssutil3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozsqlite3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozsqlite3.dll") not found
err:module:import_dll Library mozsqlite3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library plds4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozalloc.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozalloc.dll") not found
err:module:import_dll Library mozalloc.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
err:module:import_dll Library MSVCP90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
err:module:import_dll Library xul.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\bluegriffon.exe") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozjs.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozjs.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozjs.dll") not found
err:module:import_dll Library mozjs.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library plds4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library nssutil3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library plds4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
err:module:import_dll Library nss3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\smime3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library plds4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library nssutil3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\smime3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\smime3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library plds4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\smime3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\smime3.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\smime3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\smime3.dll") not found
err:module:import_dll Library smime3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library plds4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library nssutil3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library plds4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
err:module:import_dll Library nss3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\ssl3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library plds4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library nssutil3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\ssl3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\ssl3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\ssl3.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\ssl3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\ssl3.dll") not found
err:module:import_dll Library ssl3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library plds4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library nssutil3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library plds4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nss3.dll") not found
err:module:import_dll Library nss3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library plds4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nssutil3.dll") not found
err:module:import_dll Library nssutil3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozsqlite3.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozsqlite3.dll") not found
err:module:import_dll Library mozsqlite3.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plds4.dll") not found
err:module:import_dll Library plds4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozalloc.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozalloc.dll") not found
err:module:import_dll Library mozalloc.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
err:module:import_dll Library MSVCP90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xul.dll") not found
err:module:import_dll Library xul.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xpcom.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xpcom.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\xpcom.dll") not found
err:module:import_dll Library xpcom.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\bluegriffon.exe") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozalloc.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozalloc.dll") not found
err:module:import_dll Library mozalloc.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\bluegriffon.exe") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\bluegriffon.exe") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\nspr4.dll") not found
err:module:import_dll Library nspr4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\mozglue.dll") not found
err:module:import_dll Library mozglue.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\plc4.dll") not found
err:module:import_dll Library plc4.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\bluegriffon.exe") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\bluegriffon.exe") not found
err:module:import_dll Library MSVCP90.dll (which is needed by L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\bluegriffon.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\kailiveonline\\3\\BlueGriffon\\bluegriffon.exe" failed, status c0000135


Nachtrag 21:00

Unter Debian Testing funktioniert das Tool übrigens auch nicht.

kailiveonline@pc5:~/1/BlueGriffon$ ./bluegriffon
./bluegriffon-bin: error while loading shared libraries: libdbus-glib-1.so.2: cannot open shared object file: No such file or directory


...ich wollte es doch eigentlich vorhin schon aufgeben...