Seandainya kita sedang di ruang rapat dan perlu mengakses Desktop kita karena
komputer ruang rapat enggunakan Win$ dan kita bekerja dengan Linux, ada 2 protokol yang bisa digunakan untuk itu.
Pertama dengan RDP. Ini protokol yang sebenarnya punya M$. Di Linux, ada server xrdp, dan di Win$ dipasang clientnya. Aplikasinya, saya nggak explore. Yang saya kerjakan dulu menggunakan Win2003 server sebagai RDP server dan rdp client di Linux. Tapi saya kira yg third party juga banyak. Tapi jangan tanya soal Lisensi, ya. Lebih pusing mikirin lisensi ketimbang menggunakan protokolnya. Belum lagi, 5 CAL user yang awalnya dijanjikan, tiba-tiba mati setelah trial 2 bulan.
Kedua, ini yang asik, menggunakan VNC. Di Linux bisa juga menggunakan protokol frame buffer (RFB), kalau di KDE tinggal:
$ sudo apt-get install krfb
(boleh juga dengan
$ sudo apt-get install tightvncserver)
Panggil krfb (alt+f2, ketik krfb atau click di system tray pojok kanan bawah). Create personal invitation, catat passwordnya.
Di Win$, kita pasang VNC viewer (client) dari (misalnya) TightVNC dari GlavSoft. Panggil tightVNC viewer, isikan IP kita, misalnya 192.168.1.101.
Balik ke Desktop, accept connection.
Balik ke Ruang rapat, isikan password.
Kalau monitor Desktop tidak dimatikan, maka icon mouse dan aplikasinya bisa 'ngetik sendiri'. Kalau nggak suka, buka saja xwindow baru untuk menutupi 'hantu' ini. Biar nggak heboh!
Showing posts with label Scientific software. Show all posts
Showing posts with label Scientific software. Show all posts
Monday, 29 April 2013
Wednesday, 29 August 2012
Best lightweight browser
![]() |
Links2 text based browser running on graphic mode |
Bagaimana menyiasati internet lambat tapi tetap bisa menikmati informasi lewat browser? Ya dengan browser yang hanya mengambil bagian terbesar informasi yang kata Alquran dalam bentuk tertulis (teks). Di dunia Linux, ini teknologi lama yang terus dijaga dan dikembangkan. Diantara browser yang didesain untuk keperluan ini adalah elinks, links2, lynx, netrik, w3m, wikipedia2text (dengan kerjasama dengan salah satu text browser sebelumnya), dan ... (nggak perlu diceritakan lagi, yaitu) (x)emacs.
elinks, links2, lynx, netrik, w3m hampir sama. Mereka adalah platform yang sempurna untuk text browsing termasuk untuk digunakan bersama wikipedia2text. w3m mempunyai fitur table/frame sehingga webpage nyaris mirip aslinya kecuali semuanya berupa teks. netrik mempunyai rencana fitur lebih banyak lagi.
Sedikit lebih boros dan keluar dari terminal adalah links2. Links2 mempunyai versi grafis yang mampu menampilkan gambar jpeg. Untuk membaca gmail yang kaya Javascript, kita bisa masuk ke modul html-nya gmail. Maka sebagian buesar informasi di email akan terbaca.
Kalau tidak bisa hidup melulu dengan teks, uzbl dan dillo benar-benar hidup diluar terminal. Berbeda dengan browser biasa, keduanya ringan karena cita-citanya memang hanya mengambil informasi dasar sebuah web page.
Diantara browser modern, Midori cukup cepat, tapi dengan kemampuan java script, cookies, flash, dll ya ... sudah keluar dari konsep awal untuk hanya mendownload informasi utama yang berupa teks, kalau nambah ya sedikit style seperti tabel atau frame..
Labels:
Linux hardware,
Scientific software,
Software Linux
Thursday, 18 August 2011
Googleearth 6 in Debian Squeeze
- $ sudo apt-get update
- $ sudo apt-get dist-upgrade
- Download deb package from http://earth.google.com
- $ sudo dpkg -i go*.deb
- If many dependency failures, this is the last working try: $ sudo apt-get install lsb-core lsb-release pax alien rpm rpm2cpio libelf1 librpm1 librpmbuild1 librpmio1 libelf1 librpm1 librpmio1 rpm-common
Hint: I did block (double click in the package) and middle click (anywhere in terminal) to get the dependency transferred at the cursor position.
Below is detail notes:
$ sudo dpkg -i google-earth-stable_current_i386.deb
(Reading database ... 182343 files and directories currently installed.)
Preparing to replace google-earth-stable 6.0.1.2032-r0 (using google-earth-stable_current_i386.deb) ...
Unpacking replacement google-earth-stable ...
dpkg: dependency problems prevent configuration of google-earth-stable:
google-earth-stable depends on lsb-core (>= 3.2); however:
Package lsb-core is not installed.
dpkg: error processing google-earth-stable (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend requires a screen at least 13 lines tall and 31 columns wide.)
debconf: falling back to frontend: Readline
Processing triggers for menu ...
Errors were encountered while processing:
google-earth-stable
$ sudo apt-get install lsb-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
lsb-core : Depends: lsb-release but it is not going to be installed
Depends: pax but it is not going to be installed
Depends: alien (>= 8.36) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
$ sudo apt-get install lsb-core lsb-release pax alien
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
alien : Depends: rpm (>= 2.4.4-2) but it is not going to be installed
Depends: rpm2cpio but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
$ sudo apt-get install lsb-core lsb-release pax alien rpm rpm2cpio
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
rpm : Depends: libelf1 (>= 0.131) but it is not going to be installed
Depends: librpm1 (>= 4.8.0) but it is not going to be installed
Depends: librpmbuild1 (>= 4.8.0) but it is not going to be installed
Depends: librpmio1 (>= 4.8.0) but it is not going to be installed
Depends: rpm-common (= 4.8.1-6) but it is not going to be installed
rpm2cpio : Depends: libelf1 (>= 0.131) but it is not going to be installed
Depends: librpm1 (>= 4.8.0) but it is not going to be installed
Depends: librpmio1 (>= 4.8.0) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
$ sudo apt-get install lsb-core lsb-release pax alien rpm rpm2cpio libelf1 librpm1 librpmbuild1 librpmio1 libelf1 librpm1 librpmio1
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
librpm1 : Depends: rpm-common (= 4.8.1-6) but it is not going to be installed
rpm : Depends: rpm-common (= 4.8.1-6) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
$ sudo apt-get install lsb-core lsb-release pax alien rpm rpm2cpio libelf1 librpm1 librpmbuild1 librpmio1 libelf1 librpm1 librpmio1 rpm-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
lsb-rpm lintian lzma lsb elfutils rpm-i18n
The following NEW packages will be installed:
alien libelf1 librpm1 librpmbuild1 librpmio1 lsb-core lsb-release pax rpm rpm-common rpm2cpio
0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0 B/5,155 kB of archives.
After this operation, 7,500 kB of additional disk space will be used.
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend requires a screen at least 13 lines tall and 31 columns wide.)
debconf: falling back to frontend: Readline
Preconfiguring packages ...
Selecting previously deselected package lsb-release.
(Reading database ... 182344 files and directories currently installed.)
Unpacking lsb-release (from .../lsb-release_3.2-23.2squeeze1_all.deb) ...
Selecting previously deselected package pax.
Unpacking pax (from .../p/pax/pax_20090728-1_i386.deb) ...
Selecting previously deselected package libelf1.
Unpacking libelf1 (from .../libelf1_0.148-1_i386.deb) ...
Selecting previously deselected package librpmio1.
Unpacking librpmio1 (from .../rpm/librpmio1_4.8.1-6_i386.deb) ...
Selecting previously deselected package rpm-common.
Unpacking rpm-common (from .../rpm-common_4.8.1-6_i386.deb) ...
Selecting previously deselected package librpm1.
Unpacking librpm1 (from .../r/rpm/librpm1_4.8.1-6_i386.deb) ...
Selecting previously deselected package librpmbuild1.
Unpacking librpmbuild1 (from .../librpmbuild1_4.8.1-6_i386.deb) ...
Selecting previously deselected package rpm2cpio.
Unpacking rpm2cpio (from .../rpm/rpm2cpio_4.8.1-6_i386.deb) ...
Selecting previously deselected package rpm.
Unpacking rpm (from .../r/rpm/rpm_4.8.1-6_i386.deb) ...
Selecting previously deselected package alien.
Unpacking alien (from .../a/alien/alien_8.81_all.deb) ...
Selecting previously deselected package lsb-core.
Unpacking lsb-core (from .../lsb-core_3.2-23.2squeeze1_i386.deb) ...
Processing triggers for man-db ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend requires a screen at least 13 lines tall and 31 columns wide.)
debconf: falling back to frontend: Readline
Setting up lsb-release (3.2-23.2squeeze1) ...
Setting up pax (1:20090728-1) ...
Setting up libelf1 (0.148-1) ...
Setting up librpmio1 (4.8.1-6) ...
Setting up rpm-common (4.8.1-6) ...
Setting up librpm1 (4.8.1-6) ...
Setting up librpmbuild1 (4.8.1-6) ...
Setting up rpm2cpio (4.8.1-6) ...
Setting up rpm (4.8.1-6) ...
Setting up alien (8.81) ...
Setting up lsb-core (3.2-23.2squeeze1) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend requires a screen at least 13 lines tall and 31 columns wide.)
debconf: falling back to frontend: Readline
dpkg: warning: obsolete option '--print-installation-architecture', please use '--print-architecture' instead.
Setting up google-earth-stable (6.0.3.2197-r0) ...
Processing triggers for python-support ...
Processing triggers for menu ...
$ google-earth
Labels:
Linux desktop,
Scientific software
Friday, 29 July 2011
Hisab Ramadhan 1432H


Ringkasnya, pada 30 Juli, saat matahari terbenam, kira2 bulan ada di -5 derajat. Pada hari berikutnya, bulan ada di posisi +6 derajat di atas ufuk. Jadi insya Allah kita mulai puasa bersama tanpa beda pendapat.
Mudah-mudahan bermanfaat.
Labels:
Linux Islam,
Scientific software
Tuesday, 29 March 2011
sun-java di Lucid
Gara2nya mau masang freemind. Karena butuh sun-java, maka mesti masang openjdk-6-jre. Karena di Lucid require tzdata/2010m-0ubuntu0.10.04, maka download dulu paket tersebut di
https://launchpad.net/ubuntu/+source/tzdata/2010m-0ubuntu0.10.04/+buildjob/1995244
Lalu, simpen di /var/cache/apt/archives/
Kalu enggak, ya langsung install saja agar menimpah paket defaultnya.
Mungkin developernya perlu diberi tahu bahwa dependensi paketnya ada yang mogok?
Ok, deh. Aku juga register di launchpad ...
https://launchpad.net/ubuntu/+source/tzdata/2010m-0ubuntu0.10.04/+buildjob/1995244
Lalu, simpen di /var/cache/apt/archives/
Kalu enggak, ya langsung install saja agar menimpah paket defaultnya.
Mungkin developernya perlu diberi tahu bahwa dependensi paketnya ada yang mogok?
Ok, deh. Aku juga register di launchpad ...
Labels:
Linux desktop,
Scientific software
Saturday, 19 March 2011
plone collective.geo.contentlocations
- edit buildout.cfg
- run buildout
- got this error: "No such file or directory: '/home/enviromatics/Plone/zinstance/parts/instance/etc/zope.conf'"
- means zope.conf has been deleted due to unclean product install (http://plone.293351.n2.nabble.com/Restart-Zope-td5151549.html); well the product got lots of dependency.
- warning: no files found matching '*.mo' under directory 'collective'
- warning: no files found matching '*.js' under directory 'collective'
- warning: no files found matching '*.mo' under directory 'collective'
- the rest seems rooted on them
- clean collectives from buildout.cfg, rerun buildout to get the site back
- start with the errors now ... ::debugging mode on::
Labels:
Linux server,
Opensource CMS,
Scientific software
Friday, 4 February 2011
g3data - extract data from graph

1. Point to x0, x1
2. Put value on x0 and x1
3. do the same on y axis
4. Point of n1..nn values
5. export data in dat
6. import dat file using spreadsheet, customize the position
create new graph/trend.
Labels:
Scientific software
Friday, 22 October 2010
short review: kbibtex enak!

jakarta di search.ebscohost.com.
Tanpa babibu di web ebscohost yang lumayan lemot, saya save aja hasil
pencariannya ke format bibtex. Hasilnya dibuka di kbibtex, baru diverifikasi
mana yang perlu dan download fulltextnya.
Ebscohost memang sudah mengandung folder saya pribadi, tapi karena aksesnya
aras2en ya ... lebih mantep dibrowse dengan kbibtex.
Selamat mencoba!
Labels:
Linux desktop,
Scientific software
Wednesday, 24 February 2010
Project management
Review ringkas versi desktop:
1. Planner sudah terbiasa tapi miskin fitur, Gnome.
2. Openproj, java, kaya fitur tapi tidak terintegrasi dengan desktop (misalnya address nggak bisa impor dari KDEPIM)
3. KPlato menjanjikan karena bagian dari Koffice, tapi belum matang benar, meski lebih kaya dibanding planner
4. OpenOffice Project management, ditunggu tapi belum lahir aja ...
5. Task Juggler sepertinya kaya fitur dan mestinya terintegrasi dengan KDE tapi UInya belum ada.
Web based, mestinya baik buat team work tapi belum punya kebutuhan
Web based:
Tadinya mau pakai egroupware karena ada di Debian dan dapat award. Tapi fiturnya terlalu kaya?
Kalau untuk Plone, ada 3: PoI, extreme.projectmanagement dan task progress atau apa udah terlanjur ditutup tabsnya... Nyarinya dari Download > Project Management + 3 + task. Produk ke 2 yang mau digunakan.
1. Planner sudah terbiasa tapi miskin fitur, Gnome.
2. Openproj, java, kaya fitur tapi tidak terintegrasi dengan desktop (misalnya address nggak bisa impor dari KDEPIM)
3. KPlato menjanjikan karena bagian dari Koffice, tapi belum matang benar, meski lebih kaya dibanding planner
4. OpenOffice Project management, ditunggu tapi belum lahir aja ...
5. Task Juggler sepertinya kaya fitur dan mestinya terintegrasi dengan KDE tapi UInya belum ada.
Web based, mestinya baik buat team work tapi belum punya kebutuhan
Web based:
Tadinya mau pakai egroupware karena ada di Debian dan dapat award. Tapi fiturnya terlalu kaya?
Kalau untuk Plone, ada 3: PoI, extreme.projectmanagement dan task progress atau apa udah terlanjur ditutup tabsnya... Nyarinya dari Download > Project Management + 3 + task. Produk ke 2 yang mau digunakan.
Labels:
Scientific software
Monday, 7 December 2009
Menulis buku: tools
Sepertinya word prosesor, yang banyak fitur seperti MS Word dan OpenOffice.org terlalu gemuk untuk penulisan buku. Selulit dari kedua contoh word prosesor tersebut membuat distraction penulisan, karena penulis seharusnya lebih konsen ke konten bukan tampilan dengan Heading, footnote, styles, dst.
Persis iklan TeX dan turunannya macem LaTeX, Lyx, dst.: konsentrasi ke konten, karena tampilan sudah diurus sama TeX.
Kalau nggak ada TeX mungkin cukup gedit, kate dan freemind. Atau openoffice.org draw, tapi bukan inkscape dan gimp karena akan jadi distraction baru.
Setoran ke penerbit cukup dengan rtf dan gambar dalam 1 folder. Atau pdf hasil editan TeX kalau nggak mau repot ngasih judul gambar dengan nama file.
Desember, musim durian, musim laporan...
Persis iklan TeX dan turunannya macem LaTeX, Lyx, dst.: konsentrasi ke konten, karena tampilan sudah diurus sama TeX.
Kalau nggak ada TeX mungkin cukup gedit, kate dan freemind. Atau openoffice.org draw, tapi bukan inkscape dan gimp karena akan jadi distraction baru.
Setoran ke penerbit cukup dengan rtf dan gambar dalam 1 folder. Atau pdf hasil editan TeX kalau nggak mau repot ngasih judul gambar dengan nama file.
Desember, musim durian, musim laporan...
Labels:
Scientific software
Thursday, 22 October 2009
Plone in Debian Lenny
- Anyone on Debian with add-ons? - http://plone.org/support/forums
- Plone on Debian (Etch) - http://plone.org/documentation/how-to/plone-on-debian-etch
Check this too:
Training Announcements - http://plone.org/events/training
Labels:
Opensource CMS,
Scientific software
Saturday, 12 September 2009
Linux inside windows
For the sake of untarring and make-ing OpenCaster, I tried cygwin inside my winvista box since connection via atheros on eth0 af my acer timeling 3810tg doesn't resolved to work.
But after a while of trying and checking colinux, I think the best resolution for using Linux inside win box is Virtual Machine.
And it's worth with the 4GB of RAM in Acer Timeline.
Thank you!
But after a while of trying and checking colinux, I think the best resolution for using Linux inside win box is Virtual Machine.
And it's worth with the 4GB of RAM in Acer Timeline.
Thank you!
Labels:
Linux hardware,
Scientific software
Thursday, 10 September 2009
Plone 3 and GIS
Sepertinya ada banyak pendekatan.
- primagis - 0.6 is not designed for plone 2 (http://lautaportti.wordpress.com/2007/02/12/primagis-in-plone-30/)
- zgeo.wfs - issued 27 oct 08. Debian Lenny is with plone 3.1.3 which is released on 10 July 08. Should be fine.
- mapnik
- ?
Labels:
Opensource CMS,
Scientific software
Tuesday, 5 May 2009
Running Consideo without Wine
extract consideo_4.5.zip onto /tmp or /opt
$ java -jar /opt/consideo_4.5/consideo.jar
I already wrote this (and all things related to Linux on http://migrasioss.web.id/). Thank you for visiting.
$ java -jar /opt/consideo_4.5/consideo.jar
I already wrote this (and all things related to Linux on http://migrasioss.web.id/). Thank you for visiting.

Labels:
Scientific software
Monday, 5 January 2009
Scilab, Octave, Gnuplot
Good discussions:
http://ubuntuforums.org/showthread.php?t=594737
Recommendations for Scilab.
http://ubuntuforums.org/showthread.php?t=594737
Recommendations for Scilab.
And yet good listing of scientific software:
http://wikicompany.org/fs//science.html
Labels:
Scientific software
Tuesday, 28 October 2008
Running Consideo
Alternatives:
consideo 2.0 - consideo.jar
consideo 3.0 - Consideo.exe
require msie and jre.
msie 5 gagal. error lognya panjaang banget. ngeliatnya aja pusing...
fixme:advapi:CheckTokenMembership ((nil) 0x15eb08 0x33fd74) stub!
fixme:advpack:NeedReboot (0): stub
err:storage:Storage32Impl_SmallBlocksToBigBlocks conversion failed: resRead = 0x8003001e, resWrite = 0x00000000
err:setupapi:SetupDefaultQueueCallbackW copy error 32 L"C:\\windows\\msdownld.tmp\\AS003C95.tmp\\inseng.dll" -> L"c:\\windows\\system32\\inseng.dll"
fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 33f638,0
err:setupapi:SetupDefaultQueueCallbackW copy error 0 L"C:\\windows\\msdownld.tmp\\AS003C95.tmp\\shdocvw.dll" -> L"c:\\windows\\system32\\shdocvw.dll"
fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 33f638,0
err:setupapi:SetupDefaultQueueCallbackW copy error 0 L"C:\\windows\\msdownld.tmp\\AS003C95.tmp\\shlwapi.dll" -> L"c:\\windows\\system32\\shlwapi.dll"
fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 33f638,0
err:setupapi:SetupDefaultQueueCallbackW copy error 0 L"C:\\windows\\msdownld.tmp\\AS003C95.tmp\\urlmon.dll" -> L"c:\\windows\\system32\\urlmon.dll"
fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 33f638,0
err:setupapi:SetupDefaultQueueCallbackW copy error 0 L"C:\\windows\\msdownld.tmp\\AS003C95.tmp\\wininet.dll" -> L"c:\\windows\\system32\\wininet.dll"
err:setupapi:SetupDefaultQueueCallbackW copy error 2 L"C:\\windows\\msdownld.tmp\\AS003E9C.tmp\\IEEX\\expinst.exe" -> L"c:\\Program Files\\Internet Explorer;\\W2K\\expinst.exe"
fixme:shell:MLLoadLibraryA ("inetres.dll",0x5ec00000,0) semi-stub!
fixme:shell:MLLoadLibraryA ("acctres.dll",0x5f100000,0) semi-stub!
fixme:shell:MLLoadLibraryA ("inetres.dll",0x5ec00000,0) semi-stub!
fixme:shell:MLLoadLibraryA ("msoeres.dll",0x5f180000,0) semi-stub!
fixme:advpack:write_predefined_strings SYS_MOD_PATH needs more work
fixme:shell:MLLoadLibraryA ("msoeres.dll",0x5f380000,0) semi-stub!
fixme:advpack:write_predefined_strings SYS_MOD_PATH needs more work
fixme:advpack:write_predefined_strings SYS_MOD_PATH needs more work
fixme:advpack:write_predefined_strings SYS_MOD_PATH needs more work
fixme:shell:MLLoadLibraryA ("acctres.dll",0x5f100000,0) semi-stub!
fixme:shell:MLLoadLibraryW (L"wab32res.dll",0x35c40000,1) semi-stub!
fixme:advpack:write_predefined_strings SYS_MOD_PATH needs more work
fixme:advpack:write_predefined_strings SYS_MOD_PATH needs more work
fixme:shell:MLLoadLibraryA ("wab32res.dll",0x6b500000,0) semi-stub!
fixme:advpack:write_predefined_strings SYS_MOD_PATH needs more work
fixme:shell:MLLoadLibraryA ("wab32res.dll",0x403f0000,0) semi-stub!
fixme:advpack:write_predefined_strings SYS_MOD_PATH needs more work
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:wineboot:ProcessWindowsFileProtection WFP: wininet.dll error 0x7
err:wineboot:ProcessWindowsFileProtection WFP: shlwapi.dll error 0x7
err:wineboot:ProcessWindowsFileProtection WFP: shdocvw.dll error 0x7
err:wineboot:ProcessWindowsFileProtection WFP: urlmon.dll error 0x7
consideo 2.0 - consideo.jar
consideo 3.0 - Consideo.exe
require msie and jre.
msie 5 gagal. error lognya panjaang banget. ngeliatnya aja pusing...
fixme:advapi:CheckTokenMembership ((nil) 0x15eb08 0x33fd74) stub!
fixme:advpack:NeedReboot (0): stub
err:storage:Storage32Impl_SmallBlocksToBigBlocks conversion failed: resRead = 0x8003001e, resWrite = 0x00000000
err:setupapi:SetupDefaultQueueCallbackW copy error 32 L"C:\\windows\\msdownld.tmp\\AS003C95.tmp\\inseng.dll" -> L"c:\\windows\\system32\\inseng.dll"
fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 33f638,0
err:setupapi:SetupDefaultQueueCallbackW copy error 0 L"C:\\windows\\msdownld.tmp\\AS003C95.tmp\\shdocvw.dll" -> L"c:\\windows\\system32\\shdocvw.dll"
fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 33f638,0
err:setupapi:SetupDefaultQueueCallbackW copy error 0 L"C:\\windows\\msdownld.tmp\\AS003C95.tmp\\shlwapi.dll" -> L"c:\\windows\\system32\\shlwapi.dll"
fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 33f638,0
err:setupapi:SetupDefaultQueueCallbackW copy error 0 L"C:\\windows\\msdownld.tmp\\AS003C95.tmp\\urlmon.dll" -> L"c:\\windows\\system32\\urlmon.dll"
fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 33f638,0
err:setupapi:SetupDefaultQueueCallbackW copy error 0 L"C:\\windows\\msdownld.tmp\\AS003C95.tmp\\wininet.dll" -> L"c:\\windows\\system32\\wininet.dll"
err:setupapi:SetupDefaultQueueCallbackW copy error 2 L"C:\\windows\\msdownld.tmp\\AS003E9C.tmp\\IEEX\\expinst.exe" -> L"c:\\Program Files\\Internet Explorer;\\W2K\\expinst.exe"
fixme:shell:MLLoadLibraryA ("inetres.dll",0x5ec00000,0) semi-stub!
fixme:shell:MLLoadLibraryA ("acctres.dll",0x5f100000,0) semi-stub!
fixme:shell:MLLoadLibraryA ("inetres.dll",0x5ec00000,0) semi-stub!
fixme:shell:MLLoadLibraryA ("msoeres.dll",0x5f180000,0) semi-stub!
fixme:advpack:write_predefined_strings SYS_MOD_PATH needs more work
fixme:shell:MLLoadLibraryA ("msoeres.dll",0x5f380000,0) semi-stub!
fixme:advpack:write_predefined_strings SYS_MOD_PATH needs more work
fixme:advpack:write_predefined_strings SYS_MOD_PATH needs more work
fixme:advpack:write_predefined_strings SYS_MOD_PATH needs more work
fixme:shell:MLLoadLibraryA ("acctres.dll",0x5f100000,0) semi-stub!
fixme:shell:MLLoadLibraryW (L"wab32res.dll",0x35c40000,1) semi-stub!
fixme:advpack:write_predefined_strings SYS_MOD_PATH needs more work
fixme:advpack:write_predefined_strings SYS_MOD_PATH needs more work
fixme:shell:MLLoadLibraryA ("wab32res.dll",0x6b500000,0) semi-stub!
fixme:advpack:write_predefined_strings SYS_MOD_PATH needs more work
fixme:shell:MLLoadLibraryA ("wab32res.dll",0x403f0000,0) semi-stub!
fixme:advpack:write_predefined_strings SYS_MOD_PATH needs more work
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:ole:CoCreateInstance apartment not initialised
err:wineboot:ProcessWindowsFileProtection WFP: wininet.dll error 0x7
err:wineboot:ProcessWindowsFileProtection WFP: shlwapi.dll error 0x7
err:wineboot:ProcessWindowsFileProtection WFP: shdocvw.dll error 0x7
err:wineboot:ProcessWindowsFileProtection WFP: urlmon.dll error 0x7
Labels:
Scientific software
Subscribe to:
Posts (Atom)