enjoy, and happy testing
On Friday, August 3, 2018 at 9:37:31 PM UTC+2, Alessandro Furieri wrote:enjoy, and happy testing
While building the Debian packages for the new release, I noticed that the version requirements for librasterlite2 & libspatialite are not enforced at configure time.
On Friday, 3 August 2018 23:28:14 UTC+2, linux...@gmail.com wrote:On Friday, August 3, 2018 at 9:37:31 PM UTC+2, Alessandro Furieri wrote:enjoy, and happy testing
While building the Debian packages for the new release, I noticed that the version requirements for librasterlite2 & libspatialite are not enforced at configure time.Do you have a list of which requirements were not caught ?
pre-built binaries for Windows platforms are availablefor downloading from here:NOTE: the mod_virtualpg binary package will internallyinclude a working copy of "psql", the standard PostgreSQLown command line front end tool.
spatialite_gui.exe 2> error.spatialite_gui.txt > messages.spatialite_gui.txt
Thank you
For Windows the following should work (have not used windows for quite some time)
spatialite_gui.exe 2> error.spatialite_gui.txt > messages.spatialite_gui.txtThe '2>' will write all errors to 'error.spatialite_gui.txt'The '>' will write the other (non-error) messages to 'messages.spatialite_gui.txt'.The 'error.spatialite_gui.txt' would be useful to determine the cause of the problem.
Hi,On Sat, 4 Aug 2018 at 11:52, 'mj10777' via SpatiaLite Users <spatiali...@googlegroups.com> wrote:For Windows the following should work (have not used windows for quite some time)
spatialite_gui.exe 2> error.spatialite_gui.txt > messages.spatialite_gui.txtThe '2>' will write all errors to 'error.spatialite_gui.txt'The '>' will write the other (non-error) messages to 'messages.spatialite_gui.txt'.The 'error.spatialite_gui.txt' would be useful to determine the cause of the problem.I have two empy txt files :(
Hi Mark,
On Sat, 4 Aug 2018 at 12:11, ‘mj10777’ via SpatiaLite Users spatiali...@googlegroups.com wrote:
Have a look at this link about 'Event Viewer'- in this case you would be looking for an 'Application' event.
below the error in Event Viewer.
Thank you
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2018-08-04T10:21:13.078996300Z" />
<EventRecordID>21019</EventRecordID>
<Channel>Application</Channel>
<Computer>andy</Computer>
<Security />
</System>
- <EventData>
<Data>spatialite_gui.exe</Data>
<Data>0.0.0.0</Data>
<Data>00000000</Data>
<Data>spatialite_gui.exe</Data>
<Data>0.0.0.0</Data>
<Data>00000000</Data>
<Data>c0000005</Data>
<Data>0000000001747ed0</Data>
<Data>192c</Data>
<Data>01d42bdcde728ae9</Data>
<Data>C:\spatialite_gui-NG-win-amd64\spatialite_gui.exe</Data>
<Data>C:\spatialite_gui-NG-win-amd64\spatialite_gui.exe</Data>
<Data>7cfdd573-a4bd-4903-8fa0-1be3d942c056</Data>
<Data />
<Data />
</EventData>
</Event>
Hi Mark,
This is a very generic error and it doesn't tell much about what caused it.
The “too small window” might be associated with a HiDPI (like 4K) screen resolution. Is that the case for your Win10 machine?
Brad
--
You received this message because you are subscribed to the Google Groups "SpatiaLite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spatialite-use...@googlegroups.com.
To post to this group, send email to spatiali...@googlegroups.com.
Visit this group at https://groups.google.com/group/spatialite-users.
For more options, visit https://groups.google.com/d/optout.
--