I am trying to load a shape file, but am receiving an error message . The screenshots of the errors can be found at the following link: [url] https://photos.app.goo.gl/QqWtVD17L13eCWRg9 [/url]
Has anyone experienced a similar error? Appreciate any help and advice.
this seems to be an issue with SkyHelios being unable to read the file specified. Can the file be opened in other applications? Is the path writable by your user? And did any errors occur beforehead (please check the black text console window for any errors especially related to SpytiaLite)?
Yes, I am able to open the file in both ArcMap and QGIS. According to the black text window (screenshot), there seems to be a problem with the depth shadow map program.
what type is the shapefile content (PolygonXYZM, MultipolygonXY,?)?
The depth shadow map is some directX rendering failure that shall not concern you (at least not at that stage). Can you submit a crash report (does the model actually crash, or only abort loading the file)?
The first error indicates that the content of the table inside your SpatiaLite database is actually null (while the table itself exists). The second one (the actual crash) is only a consecutive fault.
thanks for the crash report! However, the actual error is unfortunately catched. Therefore the crash reported is an consecutive error only.
Could you eventually provide me with the file (or an excerpt of your file [make sure that one will fail to load as well]) and the according projection so I can give it a try? You could either upload it somewhere and PM me the link (don't post that one in the forum if you want to keep your file private!) or mail it to dominik.froehlich[at]dwd.de.
sorry for me replying so late! I received your file and did some check. It appears to be a quite simple issue: The file contains some empty geometries, that are becoming null wen requested from the SpatiaLite Database as done in SkyHelios.
I added a safety test for null objects in SkyHelios, that will be part of the next version. For your specific case, just delete the empty objects and you should be fine.
Thank you so much for your help! After deleting the empty geometries, I was able to load the file.
However, the program crashed after I clicked Show to generate the model. There are no error messages, so I'm not sure what could it be. I tried creating simple polygon shape file and the program crashed also after clicking Show. Do you have any idea what might be causing this?