QGIS Application - Bug report #7643 Empty console Output on R, under SEXTANTE

Size: px
Start display at page:

Download "QGIS Application - Bug report #7643 Empty console Output on R, under SEXTANTE"

Transcription

1 QGIS Application - Bug report #7643 Empty console Output on R, under SEXTANTE :18 AM - Joana Simoes Status: Closed Priority: Normal Assignee: Victor Olaya Category: Processing/Core Affected QGIS version:master Regression?: No Operating System: Easy fix?: No Pull Request or Patch supplied: No Resolution: fixed/implemented Crashes QGIS or corrupts No data: Description Hi, I am using SEXTANTE 1.09, with QGIS 1.08, in Windows and Linux. I noticed this bug in the Windows version only. When writing an Rscript, I used the character ">" to redirect the console output to the results viewer. After successfully processing the script, SEXTANTE opens an empty console ouput; if I choose to export the results to an HTML file, it also comes empty (showing only the title). If I go to the SEXTANTE logs and view the "R execution console output", I see that the operations were successfully processed and the numerical results are display (see bellow). R execution console output R version ( ) -- "Masked Marvel" Copyright (C) 2013 The R Foundation for Statistical Computing Platform: i386-w64-mingw32/i386 (32-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. options("repos"=" trycatch(find.package("rgdal"), error=function(e) install.packages("rgdal", lib="c:/documents and Settings/joana/.qgis//sextante/rlibs")) [1] "C:/Programas/R/R-3.0.0/library/rgdal" library("rgdal") Loading required package: sp rgdal: version: 0.8-6, (SVN revision Unversioned directory) Geospatial Data Abstraction Library extensions to R successfully loaded Loaded GDAL runtime: GDAL 1.9.2, released 2012/10/08 Path to GDAL shared files: C:/Programas/R/R-3.0.0/library/rgdal/gdal GDAL does not use iconv for recoding strings. Loaded PROJ.4 runtime: Rel , 23 September 2009, [PJ_VERSION: 470] Path to PROJ.4 shared files: C:/Programas/R/R-3.0.0/library/rgdal/proj layer = readogr("//vboxsvr/tmp/35_sextante_r",layer="updated_table_no_nulls") 1/16

2 OGR data source with driver: ESRI Shapefile Source: "//VBOXSVR/tmp/35_sextante_R", layer: "updated_table_no_nulls" with 684 features and 36 fields Feature type: wkbpoint with 2 dimensions sst="sst" z="z" clor="clor" cor(layer[[z]], layer[[sst]]) [1] cor(layer[[clor]], layer[[z]]) [1] cor(layer[[sst]], layer[[clor]]) [1] proc.time() user system elapsed Related issues: Related to QGIS Application - Bug report # 9203: R Plots are blank on qgis64bit Closed Associated revisions Revision 61b :40 AM - Takayuki Mizutani fix Empty console Output on R under processing. refs #7643 Revision 4549a :40 PM - Victor Olaya Merge pull request #1680 from tmizu23/r_utils fix Empty console Output on R under processing. refs #7643 History # :35 AM - Filipe Dias Hi, can you share the script you tried to run and the values with which you run it? Have tried with a previous version of R (R < 3.0.0)? (You filled this ticket on the "wrong" bugtracker. But soon one of the moderators wil change it to the Sextante bugtracker: # :41 AM - Joana Simoes Hi Filipe, Thanks for the quick reply. I have not tried it with a previous version of R (which by the way, I am using in Linux); I should do that and report back to you. In the meantime, here is the script: ##layer=vector ##sst=field layer ##z=field layer ##clor=field layer 2/16

3 ##[GAM scripts]=group cor(layer[[z]], layer[[sst]]) cor(layer[[clor]], layer[[z]]) cor(layer[[sst]], layer[[clor]]) It is very simple: it takes a vector layer (e.g. a Shapefile), and three fields; then, it calculates the correlation between the fields and it should output it in the results viewer (as you can see in the log, it is calculating correctly the correlations) # :43 AM - Joana Simoes - File correlation.rsx added I send the script in attachment, as it seems the formatting came wrong in the previous . # :59 AM - Filipe Dias In Qgis Master, Sextante 1.10 and R it works as expected. Please try in Linux with R < and report back. The problem can be from Sextante 1.9 (if you have the chance try it the script with Qgis Master, that ships with Sextante 1.10 by default, and R 3.0.0) or it can be R related. I don't think R has been tested with Sextante. # :57 AM - Joana Simoes My report does not relate to Linux, but only to Windows (Linux works fine). I tested it now with R 2.15 and the same problem comes up (no error, but empty console output). Here is the log: R execution console output R version ( ) -- "Roasted Marshmallows" Copyright (C) 2012 The R Foundation for Statistical Computing ISBN Platform: i386-pc-mingw32/i386 (32-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. options("repos"=" trycatch(find.package("rgdal"), error=function(e) install.packages("rgdal", lib="c:/documents and Settings/joana/.qgis//sextante/rlibs")) [1] "C:/Programas/R/R /library/rgdal" 3/16

4 library("rgdal") Loading required package: sp rgdal: version: 0.8-6, (SVN revision Unversioned directory) Geospatial Data Abstraction Library extensions to R successfully loaded Loaded GDAL runtime: GDAL 1.9.2, released 2012/10/08 Path to GDAL shared files: C:/Programas/R/R /library/rgdal/gdal GDAL does not use iconv for recoding strings. Loaded PROJ.4 runtime: Rel , 23 September 2009, [PJ_VERSION: 470] Path to PROJ.4 shared files: C:/Programas/R/R /library/rgdal/proj Warning messages: 1: package 'rgdal' was built under R version : package 'sp' was built under R version layer = readogr("//vboxsvr/tmp/35_sextante_r",layer="updated_table_no_nulls") OGR data source with driver: ESRI Shapefile Source: "//VBOXSVR/tmp/35_sextante_R", layer: "updated_table_no_nulls" with 684 features and 36 fields Feature type: wkbpoint with 2 dimensions sst="sst" z="z" clor="clor" cor(layer[[z]], layer[[sst]]) [1] cor(layer[[clor]], layer[[z]]) [1] cor(layer[[sst]], layer[[clor]]) [1] proc.time() user system elapsed # :22 PM - Filipe Dias Looks like Windows-specific bug of Sextante 1.9. Can you test in QGIS Master/Sextante 1.10 on Windows? If still get the same problem, then file a bug report here in Sextante bugtracker. # :31 AM - Giovanni Manghi - Project changed from QGIS Application to 78 - Assignee set to Victor Olaya # :32 AM - Giovanni Manghi - Category set to 66 # :34 AM - Joana Simoes I installed now qgis-dev for Windows, using the osgeo4w installer. These are the specifications: Versão do QGIS Master Compilado contra Qt Compilado contra GDAL/OGR Versão GEOS Revisão do código do QGIS Em execução contra Qt d89f Em execução contra GDAL/OGR Versão de cliente PostgreSQL /16

5 Versão SpatiaLite Versão PROJ Versão QWT QScintilla2 Version I tried both R 3.00 and R 2.15, but R does not appear in the SEXTANTE toolbox (after I activate it and ammended the R path to point to the correct folder; also R is on the Windows path)... Therefore I cannot test the bug. Btw, I am using Wxp and SEXTANTE Thanks! # :50 AM - Giovanni Manghi - Status changed from Open to Feedback Joana Simoes wrote: I installed now qgis-dev for Windows, using the osgeo4w installer. These are the specifications: Versão do QGIS Master Compilado contra Qt Em execução contra Qt Compilado contra GDAL/OGR Versão GEOS Versão SpatiaLite Versão PROJ d89f Em execução contra GDAL/OGR Versão de cliente PostgreSQL Revisão do código do QGIS Versão QWT QScintilla2 Version I tried both R 3.00 and R 2.15, but R does not appear in the SEXTANTE toolbox (after I activate it and ammended the R path to point to the correct folder; also R is on the Windows path)... Therefore I cannot test the bug. Btw, I am using Wxp and SEXTANTE Thanks! analysis -> options and configurations -> general and uncheck the "use categories to classify algorithms..." checkbox # :45 AM - Joana Simoes Thanks for that! I was now able to see the R section. Now it seems that my Rscript (and all other Rscripts) are falling into a python error: AttributeError: 'QgsVectorDataProvider' object has no attribute 'select' For instance, when running one of the example scripts (quadrat analysis): 5/16

6 sextante.runalg("r:quadratanalysis","//vboxsvr/tmp/35_sextante_r/updated_table_no_nulls.shp",none,none) I get this: Uncaught error while executing algorithm Traceback (most recent call last): Traceback (most recent call last): File "C:\\Documents and Settings\\joana/.qgis2/python/plugins\\sextante\\core\\GeoAlgorithm.py", line 145, in execute self.processalgorithm(progress) File "C:\\Documents and Settings\\joana/.qgis2/python/plugins\\sextante\ \\RAlgorithm.py", line 204, in processalgorithm loglines += self.getfullsetofrcommands() File "C:\\Documents and Settings\\joana/.qgis2/python/plugins\\sextante\ \\RAlgorithm.py", line 222, in getfullsetofrcommands commands += self.getimportcommands() File "C:\\Documents and Settings\\joana/.qgis2/python/plugins\\sextante\ \\RAlgorithm.py", line 269, in getimportcommands value = param.getsafeexportedlayer() File "C:\\Documents and Settings\\joana/.qgis2/python/plugins\\sextante\\parameters\\ParameterVector.py", line 82, in getsafeexportedlayer self.exported = LayerExporter.exportVectorLayer(layer) File "C:\\Documents and Settings\\joana/.qgis2/python/plugins\\sextante\\core\\LayerExporter.py", line 53, in exportvectorlayer provider.select( allattrs ) AttributeError: 'QgsVectorDataProvider' object has no attribute 'select' I get many "flavours" of this error by running different scripts; it always complains about some attribute that it cannot find in the API. I saw a similar bug report here: #7106 Btw, I am using the python that came with the osgeo4w distribution: Versão do Python: (default, Jun , 15:08:59) [MSC v bit (Intel)] # :25 AM - Giovanni Manghi you must remove sextante installed as python plugin before testing the (updated) version that is shipped with qgis master, so delete first C:\\Documents and Settings\\joana/.qgis2/python/plugins\\sextante Joana Simoes wrote: Thanks for that! I was now able to see the R section. Now it seems that my Rscript (and all other Rscripts) are falling into a python error: AttributeError: 'QgsVectorDataProvider' object has no attribute 'select' For instance, when running one of the example scripts (quadrat analysis): 6/16

7 sextante.runalg("r:quadratanalysis","//vboxsvr/tmp/35_sextante_r/updated_table_no_nulls.shp",none,none) I get this: _Uncaught error while executing algorithm Traceback (most recent call last): Traceback (most recent call last): File "C:\\Documents and Settings\\joana/.qgis2/python/plugins\\sextante\\core\\GeoAlgorithm.py", line 145, in execute self.processalgorithm(progress) File "C:\\Documents and Settings\\joana/.qgis2/python/plugins\\sextante\ \\RAlgorithm.py", line 204, in processalgorithm loglines += self.getfullsetofrcommands() File "C:\\Documents and Settings\\joana/.qgis2/python/plugins\\sextante\ \\RAlgorithm.py", line 222, in getfullsetofrcommands commands += self.getimportcommands() File "C:\\Documents and Settings\\joana/.qgis2/python/plugins\\sextante\ \\RAlgorithm.py", line 269, in getimportcommands value = param.getsafeexportedlayer() File "C:\\Documents and Settings\\joana/.qgis2/python/plugins\\sextante\\parameters\\ParameterVector.py", line 82, in getsafeexportedlayer self.exported = LayerExporter.exportVectorLayer(layer) File "C:\\Documents and Settings\\joana/.qgis2/python/plugins\\sextante\\core\\LayerExporter.py", line 53, in exportvectorlayer provider.select( allattrs ) AttributeError: 'QgsVectorDataProvider' object has no attribute 'select' _ I get many "flavours" of this error by running different scripts; it always complains about some attribute that it cannot find in the API. I saw a similar bug report here: #7106 Btw, I am using the python that came with the osgeo4w distribution: Versão do Python: (default, Jun , 15:08:59) [MSC v bit (Intel)] # :21 AM - Victor Olaya Just tested it in here, with the latest version and Win 7, and output is not empty. Please remove the old version as Giovanni mentioned and try the latest master version of SEXTANTE and QGIS. It should work fine. Thanks for your help! 7/16

8 # :20 AM - Joana Simoes - File error1.png added - File error2.png added I just removed the previous installation of QGIS, directories ~/.qgis, ~/.qgis2 and some temporary folders on the home directory that contained reference to Sextante. Then I installed the latest version of QGIS for Windows (qgis-dev, using the OSGeo4W): Versão do QGIS Master Compilado contra Qt Revisão do código do QGIS Em execução contra Qt Compilado contra GDAL/OGR Versão GEOS Versão SpatiaLite Versão PROJ Em execução contra GDAL/OGR Versão de cliente PostgreSQL db762dd Versão QWT QScintilla2 Version Esta cópia do QGIS escreve a depuração de saída It is a mistery to me why, but when I run the plugin fetcher, it stated "SEXTANTE" as installed, and it did not give me the option of uninstalling it, but to install it again. I reinstalled SEXTANTE (latest version: 1.09) and restarted QGIS. The version of R is also the latest: Now I am unable to run any R, algorithms as it complaineds about some property that is not in the API (screenshots in attachment) Thanks in advance for your help. # :34 AM - Giovanni Manghi Joana Simoes wrote: I just removed the previous installation of QGIS, directories ~/.qgis, ~/.qgis2 and some temporary folders on the home directory that contained reference to Sextante. Then I installed the latest version of QGIS for Windows (qgis-dev, using the OSGeo4W): Versão do QGIS Master Compilado contra Qt Compilado contra GDAL/OGR Versão GEOS Versão SpatiaLite Versão PROJ db762dd Em execução contra GDAL/OGR Versão de cliente PostgreSQL Revisão do código do QGIS Em execução contra Qt Versão QWT QScintilla2 Version Esta cópia do QGIS escreve a depuração de saída It is a mistery to me why, but when I run the plugin fetcher, it stated "SEXTANTE" as installed, and it did not give me the option of uninstalling it, but to install it again. I reinstalled SEXTANTE (latest version: 1.09) and restarted QGIS. The version of R is also the latest: Now I am unable to run any R, algorithms as it complaineds about some property that is not in the API (screenshots in attachment) Thanks in advance for your help. Hi Joana, forget about what you see in "fetch python plugins", sextante is now a core plugin, but still a python plugin, so it shows in that menu but it is not removable. If you choose to install it you will actually install the obsolete version. This confusion will go away soon when qgis2 will be ready. 8/16

9 To test the latest code just be sure you don't have any "sextante" folder inside.qgis2/python/plugins then just activate sextante inside "manage plugins" and you are good to go. cheers. # :28 AM - Joana Simoes Thanks for that! Now I was able to run SEXTANTE (version 1.1). Unfortunately, the same problem I had in other versions, reproduced here: empty console output (see image in attachment). This is the log that I get: Algorithm correlation started R execution commands options("repos"=" deflibloc.libpaths(c("c:/documents and Settings/joana/.qgis2//sextante/rlibs",deflibloc)) trycatch(find.package("rgdal"), error=function(e) install.packages("rgdal", dependencies=true, lib="c:/documents and Settings/joana/.qgis2//sextante/rlibs")) library("rgdal") trycatch(find.package("raster"), error=function(e) install.packages("raster", dependencies=true, lib="c:/documents and Settings/joana/.qgis2//sextante/rlibs")) library("raster") layer = readogr("//vboxsvr/tmp/35_sextante_r",layer="updated_table_no_nulls") sst="auto" z="auto" clor="auto" cor(layer[[z]], layer[[sst]]) cor(layer[[clor]], layer[[z]]) cor(layer[[sst]], layer[[clor]]) R execution console output R version ( ) -- "Masked Marvel" Copyright (C) 2013 The R Foundation for Statistical Computing Platform: i386-w64-mingw32/i386 (32-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. options("repos"=" deflibloc.libpaths(c("c:/documents and Settings/joana/.qgis2//sextante/rlibs",deflibloc)) trycatch(find.package("rgdal"), error=function(e) install.packages("rgdal", dependencies=true, lib="c:/documents and Settings/joana/.qgis2//sextante/rlibs")) 9/16

10 [1] "C:/Programas/R/R-3.0.0/library/rgdal" library("rgdal") Loading required package: sp rgdal: version: 0.8-6, (SVN revision Unversioned directory) Geospatial Data Abstraction Library extensions to R successfully loaded Loaded GDAL runtime: GDAL 1.9.2, released 2012/10/08 Path to GDAL shared files: C:/Programas/R/R-3.0.0/library/rgdal/gdal GDAL does not use iconv for recoding strings. Loaded PROJ.4 runtime: Rel , 23 September 2009, [PJ_VERSION: 470] Path to PROJ.4 shared files: C:/Programas/R/R-3.0.0/library/rgdal/proj trycatch(find.package("raster"), error=function(e) install.packages("raster", dependencies=true, lib="c:/documents and Settings/joana/.qgis2//sextante/rlibs")) [1] "C:/Documents and Settings/joana/.qgis2/sextante/rlibs/raster" library("raster") layer = readogr("//vboxsvr/tmp/35_sextante_r",layer="updated_table_no_nulls") OGR data source with driver: ESRI Shapefile Source: "//VBOXSVR/tmp/35_sextante_R", layer: "updated_table_no_nulls" with 684 features and 36 fields Feature type: wkbpoint with 2 dimensions sst="auto" z="auto" clor="auto" cor(layer[[z]], layer[[sst]]) [1] 1 cor(layer[[clor]], layer[[z]]) [1] 1 cor(layer[[sst]], layer[[clor]]) [1] 1 proc.time() user system elapsed Converting outputs Loading resulting layers Algorithm correlation finished HTML output has been generated by this algorithm. Open the SEXTANTE results dialog to check it. And my original script is here: ##layer=vector ##sst=field layer ##z=field layer ##clor=field layer ##[GAM scripts]=group cor(layer[[z]], layer[[sst]]) cor(layer[[clor]], layer[[z]]) cor(layer[[sst]], layer[[clor]]) The command, that should trigger the output is this one ">". Note that I have the same problem, running the example scripts (e.g.: "Field Summary Statistics") 10/16

11 All the other outputs from R (images), are looking ok on the results viewer. # :59 AM - Joana Simoes - File empty.png added Forgot to attach the screenshot # :54 AM - Victor Olaya Joana I am having no problems with that, so let's see if R is correctly working on your machine and producing the text. Please, do the following. - Run the algorithm that produces no output - FInd this file in your system C:/Documents and Settings/joana/.qgis2/sextante/sextante_script.r.Rout. If it is not there, that is the problem, because the resulta are generated from this file If it is there, send it here, so I can see why SEXTNATE is not processing it correctly Hopefully this will help us solve this issue Thanks for your help! # :39 AM - Filipe Dias See also #8012 # :28 AM - Joana Simoes - File results_viewer.png added - File html_output.png added Hi Filipe, Thanks for your patience. I re-run the algorithm, and the output of the sextante_script.r.rout (which is also displayed in the console, during the calculations) is correct (I pasted it bellow). The problem must be in SEXTANTE reading the contents of this file, because both the HTML output and the results viewer do not display the correlation values (only the title). I attached screenshots of the results viewer and html output. Thanks again for your help, Joana R version ( ) -- "Masked Marvel" Copyright (C) 2013 The R Foundation for Statistical Computing Platform: i386-w64-mingw32/i386 (32-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. 11/16

12 R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. options("repos"=" deflibloc <-.libpaths()[1].libpaths(c("c:/documents and Settings/joana/.qgis2//sextante/rlibs",deflibloc)) trycatch(find.package("rgdal"), error=function(e) install.packages("rgdal", dependencies=true, lib="c:/documents and Settings/joana/.qgis2//sextante/rlibs")) [1] "C:/Programas/R/R-3.0.0/library/rgdal" library("rgdal") Loading required package: sp rgdal: version: 0.8-6, (SVN revision Unversioned directory) Geospatial Data Abstraction Library extensions to R successfully loaded Loaded GDAL runtime: GDAL 1.9.2, released 2012/10/08 Path to GDAL shared files: C:/Programas/R/R-3.0.0/library/rgdal/gdal GDAL does not use iconv for recoding strings. Loaded PROJ.4 runtime: Rel , 23 September 2009, [PJ_VERSION: 470] Path to PROJ.4 shared files: C:/Programas/R/R-3.0.0/library/rgdal/proj trycatch(find.package("raster"), error=function(e) install.packages("raster", dependencies=true, lib="c:/documents and Settings/joana/.qgis2//sextante/rlibs")) [1] "C:/Documents and Settings/joana/.qgis2/sextante/rlibs/raster" library("raster") layer = readogr("//vboxsvr/tmp/35_sextante_r",layer="updated_table_no_nulls") OGR data source with driver: ESRI Shapefile Source: "//VBOXSVR/tmp/35_sextante_R", layer: "updated_table_no_nulls" with 684 features and 36 fields Feature type: wkbpoint with 2 dimensions sst="sst" z="z" clor="clor" cor(layer[[z]], layer[[sst]]) [1] cor(layer[[clor]], layer[[z]]) 12/16

13 [1] cor(layer[[sst]], layer[[clor]]) [1] proc.time() user system elapsed # :03 AM - Filipe Dias Is this still valid with the current Qgis Master? # :14 AM - Alexander Bruy - Status changed from Feedback to Closed Closed for lack of feedback. Please reopen if necessary # :38 AM - Giovanni Manghi - Status changed from Closed to Reopened We confirmed this yesterday. I will send the log to Victor and/or attach it here together with few details. # :17 AM - Giovanni Manghi Alexander Bruy wrote: Closed for lack of feedback. Please reopen if necessary so I tested both R 2.15.x and 3.x on both Windows and Linux, and the script work, but on Windows the results dialog is empty. # :57 AM - Filipe Dias Is this still happening? Were you able to determine the cause? # :35 AM - João Gaspar Hello everyone, It seems the R has a package R2HTML that convert the R objects to HTML. 13/16

14 Small tutorial: (quick search in the internet) Perhaps is more easy put R doing the job of converting to html and processing toolbox shows the output of the results? I hope this helps. Regards Joao # :55 AM - Giovanni Manghi - Category deleted (66) - Project changed from 78 to QGIS Application # :55 AM - Giovanni Manghi - Category set to 124 # :16 AM - Franziska Beau Hello, I'm having the open described problems with R-processing in QGIS. And I didn't find any solution in the Internet. It's the same situation as described in bug #9203. Everything works good only the "R Console Output" gave me an blanc Window back. As suggested in bug #9203 I know use the 32 bit versions of: - R QGIS Chugiak My PC works with the operating system windows 7. I look as Joana did in the HTML folder with her results - empty files. I installed the R2HTML package nothing changed. My question is: Have you got any hint for me to get the R Console Output in QGIS. I'm as well interested in unconeventional solutions. Thank you Regards Franziska # :54 AM - Filipe Dias This bug should be fixed in QGIS 2.8. Can you please check? # :33 PM - Giovanni Manghi - Status changed from Reopened to Feedback Franziska Beau wrote: Hello, I'm having the open described problems with R-processing in QGIS. And I didn't find any solution in the Internet. It's the same situation as described 14/16

15 in bug #9203. Everything works good only the "R Console Output" gave me an blanc Window back. As suggested in bug #9203 I know use the 32 bit versions of: - R QGIS Chugiak My PC works with the operating system windows 7. I look as Joana did in the HTML folder with her results - empty files. I installed the R2HTML package nothing changed. My question is: Have you got any hint for me to get the R Console Output in QGIS. I'm as well interested in unconeventional solutions. Thank you Regards Franziska the fix should be this commit:4549a38 you must try the latest qgis release, 2.8, and be sure that in.qgis2/pyhton/plugins you don't have any "processing" folder. # :41 AM - Franziska Beau Hello, thanks a lot. I installed QGIS 2.8 via OSgeo4W and now it works. I get the "R console output". So far I can see it really works... For your information: to play a bit safe I only used the 32-bit-version. Until now I didn't try the 64-version. If it comes to this point i will inform you. Thanks a lot Best regards Franziska # :00 AM - Giovanni Manghi - Status changed from Feedback to Closed - Resolution set to fixed/implemented # :58 AM - Giovanni Manghi - Regression? set to No # :01 AM - Giovanni Manghi - Easy fix? set to No # :04 AM - Giovanni Manghi Some providers are being removed from QGIS/Processing (will be available as plugin) and so are their categories in the bug tracker. To not leave them orphaned of a category they are being reassigned to processing/core. 15/16

16 # :06 AM - Giovanni Manghi - Category changed from 124 to Processing/Core Files correlation.rsx 187 Bytes Joana Simoes error1.png 125 KB Joana Simoes error2.png 133 KB Joana Simoes empty.png 6.83 KB Joana Simoes results_viewer.png 7.25 KB Joana Simoes html_output.png 21.1 KB Joana Simoes 16/16

QGIS Application - Bug report #17043 Browser keeps scanning directory with gpkg file

QGIS Application - Bug report #17043 Browser keeps scanning directory with gpkg file QGIS Application - Bug report #17043 Browser keeps scanning directory with gpkg file 2017-08-21 12:50 PM - Richard Duivenvoorde Status: Closed Priority: High Assignee: Alessandro Pasotti Category: Browser

More information

QGIS Application - Bug report #8942 R6034 runtime error

QGIS Application - Bug report #8942 R6034 runtime error QGIS Application - Bug report #8942 R6034 runtime error 2013-10-23 04:42 PM - Leszek Pawlowicz Status: Reopened Priority: rmal Assignee: Category: Build/Install Affected QGIS version:2.18.11 Regression?:

More information

QGIS Application - Bug report #18988 QGIS Server rendering different from Desktop rendering

QGIS Application - Bug report #18988 QGIS Server rendering different from Desktop rendering QGIS Application - Bug report #18988 QGIS Server rendering different from Desktop rendering 04:13 PM - Status: Closed Priority: rmal Assignee: Paul Blottiere Category: QGIS Server Affected QGIS version:3.1(master)

More information

QGIS Application - Bug report #13592 Processing: `r.to.vect` and `v.generalize` fail

QGIS Application - Bug report #13592 Processing: `r.to.vect` and `v.generalize` fail QGIS Application - Bug report #13592 Processing: `r.to.vect` and `v.generalize` fail 2015-10-13 11:53 AM - Paolo Cavallini Status: Closed Priority: Normal Assignee: Victor Olaya Category: Processing/GRASS

More information

QGIS Application - Bug report #5475 Problem to insert splitted geometries in postgis

QGIS Application - Bug report #5475 Problem to insert splitted geometries in postgis QGIS Application - Bug report #5475 Problem to insert splitted geometries in postgis 2012-04-23 01:20 PM - Luca Lanteri Status: Priority: Severe/Regression Assignee: Marco Hugentobler Category: Affected

More information

QGIS Application - Bug report #7080 Master version crashes when loads 1.8 project

QGIS Application - Bug report #7080 Master version crashes when loads 1.8 project QGIS Application - Bug report #7080 Master version crashes when loads 1.8 project 2013-01-30 04:43 PM - Salvatore Larosa Status: Closed Priority: High Assignee: Category: Project Loading/Saving Affected

More information

QGIS Application - Bug report #8332 QGIS uses comma as decimal separator for shapefile attribute data

QGIS Application - Bug report #8332 QGIS uses comma as decimal separator for shapefile attribute data QGIS Application - Bug report #8332 QGIS uses comma as decimal separator for shapefile attribute data 2013-07-20 09:41 AM - marisn - Status: Closed Priority: Normal Assignee: Category: Data Provider/OGR

More information

QGIS Application - Bug report #3497 [OsX] Crash when changing font and color in Style manager on OS X

QGIS Application - Bug report #3497 [OsX] Crash when changing font and color in Style manager on OS X QGIS Application - Bug report #3497 [OsX] Crash when changing font and color in Style manager on OS X 2011-02-16 09:45 AM - rcline - Status: Closed Priority: High Assignee: Category: Symbology Affected

More information

QGIS Application - Bug report #15752 Degradation of rendering performances in MSSQL provider

QGIS Application - Bug report #15752 Degradation of rendering performances in MSSQL provider QGIS Application - Bug report #15752 Degradation of rendering performances in MSSQL provider 2016-10-25 05:17 AM - Andre Jesus Status: Open Priority: High Assignee: Category: Map Canvas Affected QGIS version:2.18.16

More information

QGIS Application - Bug report #418 QGIS fails to read undefined projection from user datum in shape.prj file

QGIS Application - Bug report #418 QGIS fails to read undefined projection from user datum in shape.prj file QGIS Application - Bug report #418 QGIS fails to read undefined projection from user datum in shape.prj file 2006-12-03 02:38 AM - neteler-itc-it - Status: Closed Priority: Low Assignee: Magnus Homann

More information

QGIS Application - Bug report #83 Strange polygon fill rendering

QGIS Application - Bug report #83 Strange polygon fill rendering QGIS Application - Bug report #83 Strange polygon fill rendering 2006-04-16 01:57 PM - Redmine Admin Status: Closed Priority: Low Assignee: Gavin Macaulay - Category: Vectors Affected QGIS version: Operating

More information

QGIS Application - Bug report #16462 QGIS Server lost the ability to cascade WMS layers published using HTTPS

QGIS Application - Bug report #16462 QGIS Server lost the ability to cascade WMS layers published using HTTPS QGIS Application - Bug report #16462 QGIS Server lost the ability to cascade WMS layers published using HTTPS 2017-04-23 09:36 AM - Giovanni Manghi Status: Closed Priority: High Assignee: Category: QGIS

More information

Exiv2 - Support #1151 Small raw images size

Exiv2 - Support #1151 Small raw images size Exiv2 - Support #1151 Small raw images size 10 Jan 2016 16:17 - Wil Hermes Status: Closed Start date: 10 Jan 2016 Priority: Normal Due date: Assignee: Robin Mills % Done: 100% Category: basicio Estimated

More information

Manual Update Java 7 Version 11 Not Working In Chrome

Manual Update Java 7 Version 11 Not Working In Chrome Manual Update Java 7 Version 11 Not Working In Chrome Microsoft pushed out 11 update bundles to fix more than two dozen bugs in Windows version 17.0.0 installed after applying the Chrome update and restarting

More information

QGIS Application - Bug report #295 rendering vectors got tremendously slow

QGIS Application - Bug report #295 rendering vectors got tremendously slow QGIS Application - Bug report #295 rendering vectors got tremendously slow 09/22/2006 02:16 PM - Redmine Admin Status: Closed Priority: Low Assignee: Martin Dobias Category: Map Canvas Affected QGIS version:

More information

ChiliProject - Bug # 529: builder is not part of the bundle. Add it to Gemfile

ChiliProject - Bug # 529: builder is not part of the bundle. Add it to Gemfile ChiliProject - Bug # 529: builder is not part of the bundle. Add it to Gemfile Status: Closed Priority: Normal Author: Enno Grà per Category: Created: 2011-07-17 Assignee: Updated: 2012-06-23 Due date:

More information

How To Use Internet Explorer 10 On Windows 7 Problems Installing

How To Use Internet Explorer 10 On Windows 7 Problems Installing How To Use Internet Explorer 10 On Windows 7 Problems Installing Cumulative Security Update for Internet Explorer 10 for Windows 7 Download and run the Windows 7 Upgrade Advisor to see if your PC is ready

More information

CHIRP - Bug # Description

CHIRP - Bug # Description CHIRP - Bug # 3539 Status: Closed Priority: Normal Author: Bob Belbeck Category: Created: 04/02/2016 Assignee: Pavel Milanes Updated: 06/16/2017 Due date: Chirp Version: daily Model affected: QYT KT8900

More information

Hello World! Computer Programming for Kids and Other Beginners. Chapter 1. by Warren Sande and Carter Sande. Copyright 2009 Manning Publications

Hello World! Computer Programming for Kids and Other Beginners. Chapter 1. by Warren Sande and Carter Sande. Copyright 2009 Manning Publications Hello World! Computer Programming for Kids and Other Beginners by Warren Sande and Carter Sande Chapter 1 Copyright 2009 Manning Publications brief contents Preface xiii Acknowledgments xix About this

More information

Manually Java 7 Update Bit Windows 7

Manually Java 7 Update Bit Windows 7 Manually Java 7 Update 25 64 Bit Windows 7 Oracle strongly recommends that all Java SE 7 users upgrade to one of these releases. See the 7u25 release notes for more information. the Java Accessibility

More information

CHIRP - Bug # Cannot upload to Yaesu FT-897D (US) Mac OS X Description

CHIRP - Bug # Cannot upload to Yaesu FT-897D (US) Mac OS X Description CHIRP - Bug # 1715 Status: Feedback Priority: Normal Author: Chuck Reti Category: Created: 06/23/2014 Assignee: Filippi Marco Updated: 08/05/2014 Due date: Chirp Version: 0.4.0 Model affected: FT897 Platform:

More information

CHIRP - New Model # 1343

CHIRP - New Model # 1343 CHIRP - New Model # 1343 Status: Closed Priority: Normal Author: Robert Elsinga Category: Created: 01/02/2014 Assignee: Robert Elsinga Updated: 06/28/2018 Due date: Chirp Version: 0.3.0 Equipment Loan

More information

QGIS Application - Bug report #1537 Units unknown in GRASS mapset creation for EPSG 26745

QGIS Application - Bug report #1537 Units unknown in GRASS mapset creation for EPSG 26745 QGIS Application - Bug report #1537 Units unknown in GRASS mapset creation for EPSG 26745 2009-02-11 01:33 PM - John Tull Status: Closed Priority: Low Assignee: nobody - Category: GRASS Affected QGIS version:

More information

Data Reduction Helpdesk First Responder Guidelines

Data Reduction Helpdesk First Responder Guidelines Data Reduction Helpdesk First Responder Guidelines Kathleen Labrie Science Users Support Department V1.1 12 March 2018 Revision History V1.0 16 January 2018 Kathleen Labrie V1.1 12 March 2018 Kathleen

More information

CHIRP - New Model # 2475

CHIRP - New Model # 2475 CHIRP - New Model # 2475 Status: Feedback Priority: Normal Author: Gary M Category: Created: 03/30/2015 Assignee: Jim Unroe Updated: 06/19/2015 Due date: Chirp Version: daily Equipment Loan Offered: No

More information

Flash Player Update Manual Win 7 64 Bit Firefox

Flash Player Update Manual Win 7 64 Bit Firefox Flash Player Update Manual Win 7 64 Bit Firefox I am having a problem with firefox crashing my OS which is Windows 7 64 bit Home that addresses the most common issues with the Flash Player plugin. the

More information

Pdf in chrome problem. Pdf in chrome problem.zip

Pdf in chrome problem. Pdf in chrome problem.zip Pdf in chrome problem Pdf in chrome problem.zip opens up a new tab for a second and then closes automatically, PHP not displaying PDF file in Google Chrome. I have no problem opening the pdf in In my case

More information

Manually Backup Windows Mail Live 2011 Contacts Location Location

Manually Backup Windows Mail Live 2011 Contacts Location Location Manually Backup Windows Mail Live 2011 Contacts Location Location Is there a program or can I have Live mail read these exported emails on an Join Date: Jun 2011, Location: Hampshire (the old one), Posts:

More information

related to Bug # 3211: Kenwood TK-260G bug Closed 01/24/2016 related to Bug # 3213: Kenwood TK-270G Closed 01/24/2016

related to Bug # 3211: Kenwood TK-260G bug Closed 01/24/2016 related to Bug # 3213: Kenwood TK-270G Closed 01/24/2016 CHIRP - Bug # 3349 Status: Closed Priority: Normal Author: tom ryan Category: Created: 02/17/2016 Assignee: Pavel Milanes Updated: 03/17/2016 Due date: Chirp Version: daily Model affected: Kenwood Series

More information

Manually Java 7 Update Bit Offline

Manually Java 7 Update Bit Offline Manually Java 7 Update 25 64 Bit Offline I was able to download the exe from oracle.com/technetwork/java/javase/downloads/jre8- downloads- REM Uninstall Java 7 Update 40 64 bit Oracle strongly recommends

More information

How To Turn Off System Restore In Windows 7 Home Premium In Safe Mode

How To Turn Off System Restore In Windows 7 Home Premium In Safe Mode How To Turn Off System Restore In Windows 7 Home Premium In Safe Mode The System Restore function on Windows 7 allows you to roll backhome,» Categories,» Computers and Electronics,» Operating Systems Select

More information

AN-POV-003 Using the radio button and check-box objects

AN-POV-003 Using the radio button and check-box objects Category Software Equipment Software Demo Application Implementation Specifications or Requirements Item POV Version: 7.1 and later Service Pack: Windows Version: Windows XP SP3, Vista SP2, Win 7 SP1,

More information

QGIS Application - Bug report #377 custom projection of GRASS vectors

QGIS Application - Bug report #377 custom projection of GRASS vectors QGIS Application - Bug report #377 custom projection of GRASS vectors 2006-11-10 06:51 AM - lami-faunalia-it - Status: Closed Priority: Low Assignee: Magnus Homann Category: GRASS Affected QGIS version:

More information

Problems Installing Itunes 10 Windows 7 64 Bit Latest Version >>>CLICK HERE<<<

Problems Installing Itunes 10 Windows 7 64 Bit Latest Version >>>CLICK HERE<<< Problems Installing Itunes 10 Windows 7 64 Bit Latest Version If you have issues installing itunes, try the options outlined in Issues installing itunes, Apple Software Update, Apple Mobile Device Support,

More information

Register FAQ Calendar Today's Posts Search

Register FAQ Calendar Today's Posts Search Custom Search Highly Liquid Forum > Current Products > UMR2 Yamaha VSS-30 MIDI Retrofit Guide User Name User Name Password Remember Me? Log in Register FAQ Calendar Today's Posts Search Page 1 of 2 1 2

More information

The Nepomuk-WebMiner Handbook. Jörg Ehrichs

The Nepomuk-WebMiner Handbook. Jörg Ehrichs Jörg Ehrichs 2 Contents 1 Introduction 5 2 Dolphin Integration 6 3 Extractor Dialog 7 4 Service 8 5 Settings 9 5.1 Fetcher............................................ 9 5.1.1 General Settings...................................

More information

Getting Started with Python and the PyCharm IDE

Getting Started with Python and the PyCharm IDE New York University School of Continuing and Professional Studies Division of Programs in Information Technology Getting Started with Python and the PyCharm IDE Please note that if you already know how

More information

AutoForm plus R6.0.3 Release Notes

AutoForm plus R6.0.3 Release Notes 0 Release Notes AutoForm plus R6.0.3 Release Notes AutoForm plus R6.0.3 Release Notes...1 1 General Information...2 2 Installation Instructions...3 Front-End and Back-End Windows...3 Prerequisites...3

More information

Manual Java Update Windows 7 64 Bit Probleme

Manual Java Update Windows 7 64 Bit Probleme Manual Java Update Windows 7 64 Bit Probleme Version 7 Update 55 of Java's Standard Edition addresses 37 security vulnerabilities 32-bit Java on 64-bit Windows involves compromises, such as Update issues.

More information

Visual Studio 2008 Load Symbols Manually

Visual Studio 2008 Load Symbols Manually Visual Studio 2008 Load Symbols Manually Microsoft Visual Studio 2008 SP1 connects to the Microsoft public symbol are loaded manually if you want to load symbols automatically when you launch. Have you

More information

How To Use Internet Explorer 10 In Windows 7 Problems Install

How To Use Internet Explorer 10 In Windows 7 Problems Install How To Use Internet Explorer 10 In Windows 7 Problems Install How to disable Internet Explorer 10 add-ons and toolbars in Windows 7 and 8 for Many programs offer to install additional toolbars, such as

More information

QGIS Application - Bug report #14822 QGIS Server : segmentation fault in GetProjectSettings

QGIS Application - Bug report #14822 QGIS Server : segmentation fault in GetProjectSettings QGIS Application - Bug report #14822 QGIS Server 2.14.2: segmentation fault in GetProjectSettings 2016-05-16 02:34 AM - luca76 - Status: Closed Priority: High Assignee: Category: QGIS Server Affected QGIS

More information

Diaphora An IDA Python BinDiffing plugin

Diaphora An IDA Python BinDiffing plugin Diaphora An IDA Python BinDiffing plugin Index Introduction...2 Files distributed with the diaphora distribution...2 Running Diaphora...2 Diaphora quick start...4 Finding differences in new versions (Patch

More information

Some reasons to repair your boot-loader might include installing Microsoft Windows after you have installed Ubuntu, adding or removing a hard drive.

Some reasons to repair your boot-loader might include installing Microsoft Windows after you have installed Ubuntu, adding or removing a hard drive. How To Recover Linux After Install Windows 7 Over If you have Windows 7 dual booting with Ubuntu and you want Windows 7 To do this I am going to show you how to create a system recovery disk, how to After

More information

Getting Started with R

Getting Started with R Getting Started with R STAT 133 Gaston Sanchez Department of Statistics, UC Berkeley gastonsanchez.com github.com/gastonstat/stat133 Course web: gastonsanchez.com/stat133 Tool Some of you may have used

More information

Essbase Installation Tutorial Tim Tow, President and Oracle ACE Director. Applied OLAP, Inc

Essbase Installation Tutorial Tim Tow, President and Oracle ACE Director. Applied OLAP, Inc , President and September 10, 2008 (revised October 23, 2008) In a recent blog post, I expressed my dedication to installing Essbase 11.1.1 and, I figured that while I was installing it, I should document

More information

Windows 7 Will Not Load On My Computer Says I'm

Windows 7 Will Not Load On My Computer Says I'm Windows 7 Will Not Load On My Computer Says I'm There are various programs which will allow you to make a copy of your entire apply to my computer even though it does say it works for this issue in Windows

More information

Getting Started. Excerpted from Hello World! Computer Programming for Kids and Other Beginners

Getting Started. Excerpted from Hello World! Computer Programming for Kids and Other Beginners Getting Started Excerpted from Hello World! Computer Programming for Kids and Other Beginners EARLY ACCESS EDITION Warren D. Sande and Carter Sande MEAP Release: May 2008 Softbound print: November 2008

More information

QGIS Application - Bug report #246 QGIS Preview 1 crashes on loading a shapefile

QGIS Application - Bug report #246 QGIS Preview 1 crashes on loading a shapefile QGIS Application - Bug report #246 QGIS 0.8.0 Preview 1 crashes on loading a shapefile 2006-08-23 04:34 AM - sindile-bidla-gmail-com - Status: Closed Priority: Low Assignee: Gary Sherman Category: Vectors

More information

Flash Player Update Guide Windows 7 64 Bit Google Chrome

Flash Player Update Guide Windows 7 64 Bit Google Chrome Flash Player Update Guide Windows 7 64 Bit Google Chrome Adobe makes available a version of Flash Player called the "Extended Support Detects wrong Browser type and OS you have - thinks you are on Windows

More information

CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup

CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup CSE 101 Introduction to Computers Development / Tutorial / Lab Environment Setup Purpose: The purpose of this lab is to setup software that you will be using throughout the term for learning about Python

More information

Register FAQ Calendar Today's Posts Search

Register FAQ Calendar Today's Posts Search Custom Search Highly Liquid Forum > Current Products > UMR2 Casio SK-5 MIDI Retrofit Guide User Name User Name Password Remember Me? Log in Register FAQ Calendar Today's Posts Search Page 1 of 2 1 2 >

More information

Manually Windows Update Vista Not Work In

Manually Windows Update Vista Not Work In Manually Windows Update Vista Not Work In Safe Mode Doesn To boot Windows Vista in Safe Mode, follow these steps: If Windows Updates aren't installed automatically in your Windows Vista system, you need

More information

Yahoo Messenger Error Code 7 Latest Version

Yahoo Messenger Error Code 7 Latest Version Yahoo Messenger Error Code 7 Latest Version Yahoo Messenger error codes Other Software. I have the latest version of YM and I have sent a message to Yahoo a week ago but no reply! Can anyone. You need

More information

CHIRP - Bug # Description. When trying to download from radio, recieve "Incorrect Model Selected" error, Associated revisions.

CHIRP - Bug # Description. When trying to download from radio, recieve Incorrect Model Selected error, Associated revisions. CHIRP - Bug # 5625 Status: In Progress Priority: Normal Author: David Gordley Category: Created: 03/04/2018 Assignee: Unroe Updated: 08/22/2018 Due date: Chirp Version: daily Model affected: BTECH GMRS-V1

More information

How to build Simbody 2.2 from source on Windows

How to build Simbody 2.2 from source on Windows How to build Simbody 2.2 from source on Windows Michael Sherman, 30 Mar 2011 (minor revision 27 July 2011) Simbody 2.2 was re-engineered to be much easier to build from source than previous releases. One

More information

Windows Xp Sp3 Unable To Use Windows Update Not Working

Windows Xp Sp3 Unable To Use Windows Update Not Working Windows Xp Sp3 Unable To Use Windows Update Not Working Use the troubleshooter in this article to resolve Windows Update errors "0x80248007". If you are running Windows Vista or Windows XP Service Pack

More information

Error Code 36 Lion Fix Mac Os X

Error Code 36 Lion Fix Mac Os X Error Code 36 Lion Fix Mac Os X 10.6.8 10.6.8 Mail server bound to 10.9.1 server Open Directory. I've been having a problem since 10.10 whereby out of the blue our Mac Hello, we experience the following

More information

Rainlendar 2.12 BETA build 133 Posted by Rainy /08/17 11:11

Rainlendar 2.12 BETA build 133 Posted by Rainy /08/17 11:11 Rainlendar 2.12 BETA build 133 Posted by Rainy - 2013/08/17 11:11 Build 133 can be downloaded from here: Windows (32-bit): Rainlendar-2.12.b133-32bit.zip Windows (64-bit): Rainlendar-2.12.b133-64bit.zip

More information

Manual Update Java Bit Offline

Manual Update Java Bit Offline Manual Update Java 7 25 64 Bit Offline So here I am thinking now would be a good time to move to Java 8 - only to the offline version (java.com/en/download/manual.jsp), downloaded, jre-8u25-windows-i586.exe/s

More information

Shell Script Not Running Via Cron Runs Fine Manually

Shell Script Not Running Via Cron Runs Fine Manually Shell Script Not Running Via Cron Runs Fine Manually to run every 15 minutes. I can execute the script manually but Crontab will not launch it successfully. shell script not running via crontab, runs fine

More information

User Feedback. Report Details. QGIS Application - Bug report #18736 Crash when aborting geometry check. C++ plugins/geometry Checker

User Feedback. Report Details. QGIS Application - Bug report #18736 Crash when aborting geometry check. C++ plugins/geometry Checker QGIS Application - Bug report #18736 Crash when aborting geometry check 2018-04-17 01:14 PM - Antoine Lafranchis Status: Closed Priority: High Assignee: Martin Dobias Category: C++ plugins/geometry Checker

More information

Excel Vba Manually Update Links On Open Workbook Don

Excel Vba Manually Update Links On Open Workbook Don Excel Vba Manually Update Links On Open Workbook Don I have a workbook within which there are links to number of other workbooks. b) updating links to workbooks that are already open seems to cause errors.

More information

Uninstall A Apps Windows 8 Programming Using Microsoft Visual C++

Uninstall A Apps Windows 8 Programming Using Microsoft Visual C++ Uninstall A Apps Windows 8 Programming Using Microsoft Visual C++ Download Windows 8 code samples and applications. NET, JavaScript, and C++ so check back often. Programming language code examples created

More information

Manual Update Java 7 Version 11 Not Work In

Manual Update Java 7 Version 11 Not Work In Manual Update Java 7 Version 11 Not Work In Chrome Microsoft pushed out 11 update bundles to fix more than two dozen bugs in version 17.0.0 installed after applying the Chrome update and restarting (the

More information

Why isn't scanning/inserting a citation in a Word document working? Why are some PDFs displayed incorrectly?

Why isn't scanning/inserting a citation in a Word document working? Why are some PDFs displayed incorrectly? Technical Help Why isn't scanning/inserting a citation in a Word document working? Why are some PDFs displayed incorrectly? Why am I having problems displaying and/or downloading pdfs? Why do I get an

More information

QGIS Application - Bug report #1875 A few problems with crs definitions with TOWGS parameters

QGIS Application - Bug report #1875 A few problems with crs definitions with TOWGS parameters QGIS Application - Bug report #1875 A few problems with crs definitions with TOWGS parameters 2009-08-14 06:58 AM - Giovanni Manghi Status: Closed Priority: Low Assignee: Magnus Homann Category: Projection

More information

How To Uninstall Wsus 3.0 Sp2 And Its Related Components

How To Uninstall Wsus 3.0 Sp2 And Its Related Components How To Uninstall Wsus 3.0 Sp2 And Its Related Components Further following hotfixes for WSUS 3.0 SP2 were also installed on the sytem. renaming software distribution folder & reseting Window Update Component.

More information

Manually Windows Update Vista Not Work In

Manually Windows Update Vista Not Work In Manually Windows Update Vista Not Work In Safe Mode Doesn't To boot Windows Vista in Safe Mode, follow these steps: If Windows Updates aren't installed automatically in your Windows Vista system, you need

More information

Open Source Manual Software List For Windows

Open Source Manual Software List For Windows Open Source Manual Software List For Windows Programs like Audacity are also called open source software, because their source code is Record live audio, Record computer playback on any Windows Vista or

More information

Troubleshooting. Cisco WebEx Meetings Server User Guide Release 2.7 1

Troubleshooting. Cisco WebEx Meetings Server User Guide Release 2.7 1 Participants List Displays Multiple Entries for the Same User, page 2 Internet Explorer Browser Not Supported, page 2 404 Page Not Found Error Encountered, page 2 Cannot Start or Join Meeting, page 3 SSO

More information

QGIS Application - Bug report #277 Problem viewing PostGIS views of views

QGIS Application - Bug report #277 Problem viewing PostGIS views of views QGIS Application - Bug report #277 Problem viewing PostGIS views of views 2006-09-20 02:23 AM - alexbond-quintessa-org - Status: Closed Priority: Low Assignee: Gavin Macaulay - Category: Vectors Affected

More information

Windows 7 Will Not Load On My Computer Says Its

Windows 7 Will Not Load On My Computer Says Its Windows 7 Will Not Load On My Computer Says Its Hey Guys i been working on a customers computer for a couple days now, did a virus that although all the settings seemed right and it says I was connected

More information

Troubleshooting. Participants List Displays Multiple Entries for the Same User

Troubleshooting. Participants List Displays Multiple Entries for the Same User Participants List Displays Multiple Entries for the Same User, page 1 Internet Explorer Browser Not Supported, page 2 404 Page Not Found Error Encountered, page 2 Cannot Start or Join Meeting, page 2 SSO

More information

Manually Run Java Update Windows 7 64 Bit Problem

Manually Run Java Update Windows 7 64 Bit Problem Manually Run Java Update Windows 7 64 Bit Problem For some reason, whenever I try to install a 64 bit version of Java 7 the a 64 bit Java Runtime Enviroment 7 Update 55+ to run, so that's what I need it.

More information

Handout 4: Version Control Reference

Handout 4: Version Control Reference CSCI 2600 Principles of Software Handout 4: Version Control Reference Introduction SVN (Subversion) provides the following functionality: It allows multiple users to edit the same files independently,

More information

How to convert coordinate system in R

How to convert coordinate system in R How to convert coordinate system in R Dasapta Erwin Irawan 17 June 2014 Affiliation: Applied Geology Research Division, Faculty of Earth Sciences and Technology, Institut Teknologi Bandung Faculty of Agriculture

More information

Saving Space mini HOWTO

Saving Space mini HOWTO Table of Contents...1 By Guido Gonzato, mailto:guido@ibogeo.df.unibo.it...1 1. Introduction...1 2. Software requirements...1 3. The procedure...1 4. A Real Life Example...1 5. The End...1 1. Introduction...1

More information

Table of Contents. 1. Installation and Uninstallation in FileMaker Pro. 2. Installation and Uninstallation in FileMaker Server

Table of Contents. 1. Installation and Uninstallation in FileMaker Pro. 2. Installation and Uninstallation in FileMaker Server Table of Contents 1. Installation and Uninstallation in FileMaker Pro FileMaker Version Required Macintosh Installation and Uninstallation Windows Installation and Uninstallation Scripted Installation

More information

[Processing.js #2002] loadxml() is broken 10 messages

[Processing.js #2002] loadxml() is broken 10 messages 1 of 5 2/3/2015 2:20 PM [Processing.js #2002] loadxml() is broken 10 messages Sun, Mar 17, 2013 at 3:49 AM matteosistisette updated this ticket at March 17th, 2013 @ 06:49 AM Tested on 2.08b. String url="http://www.matteosistisette.com/upf-redes-x/php/_processing/formas_xml/cargaformas.php"

More information

Manually Uninstall Windows 7 Service Pack 1

Manually Uninstall Windows 7 Service Pack 1 Manually Uninstall Windows 7 Service Pack 1 Installation Was Not Successful May 31, 2015. Unable to install Windows 7 Service Pack 1 for x64-based systems I can uninstall and reinstall Windows Security

More information

Manual Boot Camp Install From Usb Windows 7 Greyed Out Bootcamp

Manual Boot Camp Install From Usb Windows 7 Greyed Out Bootcamp Manual Boot Camp Install From Usb Windows 7 Greyed Out Bootcamp Boot Camp helps you install Windows OS on Intel-based Mac by downloading the (Create a Windows 7 install disk) to create a bootable Windows

More information

Error Code 3 Indesign Cs3 >>>CLICK HERE<<<

Error Code 3 Indesign Cs3 >>>CLICK HERE<<< Error Code 3 Indesign Cs3 InDesign Premiere Pro After Effects Lightroom See all. See plans for The 1603 error is an MSI error code indicating a failure that is generic, but computer-specific. folder on

More information

Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting

Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting Slide 1: Cover Welcome to lesson 3 of the db2 on Campus lecture series. Today we're going to talk about tools and scripting, and this is part 1 of 2

More information

Extremely short introduction to R Jean-Yves Sgro Feb 20, 2018

Extremely short introduction to R Jean-Yves Sgro Feb 20, 2018 Extremely short introduction to R Jean-Yves Sgro Feb 20, 2018 Contents 1 Suggested ahead activities 1 2 Introduction to R 2 2.1 Learning Objectives......................................... 2 3 Starting

More information

Chamilo LMS - Bug #6044 AICC import - "The package you are trying to upload has an unknown format."

Chamilo LMS - Bug #6044 AICC import - The package you are trying to upload has an unknown format. Chamilo LMS - Bug #6044 AICC import - "The package you are trying to upload has an unknown format." 19/03/2013 02:13 - Terence van Jaarsveldt Status: Bug resolved Start date: 19/03/2013 Priority: Normal

More information

Controller from an updated msi found here:

Controller from an updated msi found here: Server not starting on phone Posted by danwilkerson - 2014/07/17 13:34 Like several others, I am having issues starting the server on my phone. The windows app shows to be started, but the app on my phone

More information

HP QuickTest Professional

HP QuickTest Professional HP QuickTest Professional Software Version: 10.00 Installation Guide Manufacturing Part Number: T6513-90038 Document Release Date: January 2009 Software Release Date: January 2009 Legal Notices Warranty

More information

Movavi Mac Cleaner. Download PDF. Not sure where to begin? Read the Quick Start Guide!

Movavi Mac Cleaner. Download PDF. Not sure where to begin? Read the Quick Start Guide! Movavi Mac Cleaner Download PDF Not sure where to begin? Read the Quick Start Guide! Table of Contents Cleaning Your Mac...3 System Requirements...4 Installation...5 Trial and Activation...7 Getting an

More information

Page 1 of 7. July 11, FHDA Communication Suite Action Items and Issues. Reported By. Activity/Issue Needed. Verified/ Tested

Page 1 of 7. July 11, FHDA Communication Suite Action Items and Issues. Reported By. Activity/Issue Needed. Verified/ Tested 7 4/19/12 Project Agenda Document Exchange Environment 7/11 Vartan will send documentation package, target date 7/13, for review by the team. Discussion and Q&A will take place as part of the transition

More information

System Restore - Windows 7 Help Forums

System Restore - Windows 7 Help Forums Page 1 of 10 Submit Welcome, meb. You last visited: 20 Hours Ago at 09:52 Private Messages: Unread 0, Total 0. Quick Links New Posts User CP Tutorials Vista Forum Windows 8 Forum My Posts Subscriptions

More information

Exported CD/DVD Links errors

Exported CD/DVD Links errors Advanc Home Bookmarks/New Messages Announcements Preferences Hosts' Area Previous Next Pearson Knowledge Base etext Production etext Production Discussions etext Offline Packaging Issues Exported CD/DVD

More information

qgis-versioning Documentation Release latest

qgis-versioning Documentation Release latest qgis-versioning Documentation Release latest February 18, 2016 Contents 1 Introductory text 3 2 Requirements 5 3 Plugin functionality 7 4 Selecting features before checkout 17 5 Project contributors 19

More information

Case study on PhoneGap / Apache Cordova

Case study on PhoneGap / Apache Cordova Chapter 1 Case study on PhoneGap / Apache Cordova 1.1 Introduction to PhoneGap / Apache Cordova PhoneGap is a free and open source framework that allows you to create mobile applications in a cross platform

More information

ET: Legacy Development - Bug #44 Remove SMP code

ET: Legacy Development - Bug #44 Remove SMP code ET: Legacy Development - Bug #44 Remove SMP code 04.05.2012 21:58 - Radegast Status: Fixed % Done: 100% Priority: Immediate Assignee: Radegast Category: Client Target version: 2.71rc1 OS: Arch: Description

More information

Lesson 3 Transcript: Part 2 of 2 Tools & Scripting

Lesson 3 Transcript: Part 2 of 2 Tools & Scripting Lesson 3 Transcript: Part 2 of 2 Tools & Scripting Slide 1: Cover Welcome to lesson 3 of the DB2 on Campus Lecture Series. Today we are going to talk about tools and scripting. And this is part 2 of 2

More information

Quantum GIS Basic Operations (Wien 2.8) Raster Operations

Quantum GIS Basic Operations (Wien 2.8) Raster Operations 1 Quantum GIS Basic Operations (Wien 2.8) Raster Operations The QGIS Manual steps through many more basic operations than the following exercise, and will be occasionally be referenced within these NOTE

More information

Puppet Labs Modules - Bug #16262 mysql module - mysql::db doesnt use root password

Puppet Labs Modules - Bug #16262 mysql module - mysql::db doesnt use root password Puppet Labs Modules - Bug #16262 mysql module - mysql::db doesnt use root password 09/05/2012 05:52 pm - Patrick Hemmer Status: Merged - Ping Release Start date: 09/05/2012 Priority: Normal Due date: Assignee:

More information

ET: Legacy Development - Bug #123 Building Omnibot with ET: Legacy fails

ET: Legacy Development - Bug #123 Building Omnibot with ET: Legacy fails ET: Legacy Development - Bug #123 Building Omnibot with ET: Legacy fails 16.11.2012 13:36 - lakersforce Status: Fixed % Done: 100% Priority: Normal Assignee: morsik Category: General Target version: 2.71rc1

More information

Outline. Background. Motivation. Developer meetings. Meeting outcome. Marcus Oskarsson Page 2

Outline. Background. Motivation. Developer meetings. Meeting outcome. Marcus Oskarsson Page 2 1 Outline Background Motivation Developer meetings Meeting outcome Page 2 UI API - Background Matias gave a talk less is more at the last meeting (http://mxcube.github.io/mxcube/doc/meetings_2018_diamond/mxcubemeeting_dls_lessismore.pdf)

More information