sourcepole / qgis-instantprint-plugin

QGIS Instant Print Plugin
GNU General Public License v2.0
10 stars 10 forks source link

Plugin fails, no explanation #2

Closed pcav closed 9 years ago

pcav commented 9 years ago

Plugin fails to produce an output, with a message from composer (La stampa della composizione non è riuscita.). Tested with pdf and jpeg.

manisandro commented 9 years ago

What version of QGIS did you use? Can you provide a project with which the issue is reproducible? I cannot reproduce it with the latest master.

pcav commented 9 years ago

2.8.0 and 2.8.1. No attacments on GH, unfortunately. I can send you a project in private.

manisandro commented 9 years ago

That would be helpful, thanks.

pcav commented 9 years ago

Tried with a supersimple project (one vector layer, one composer), still fails.

manisandro commented 9 years ago

The functions which can fail are QgsComposition::exportAsPDF and QgsComposition::printPageAsRaster (and the unhelpful error message is simply because those functions don't provide me with more to report). Does saving from the composer window work?

pcav commented 9 years ago

Yes

manisandro commented 9 years ago

On which platform/arch can you reproduce this and, unless you compiled qgis yourself, which package did you use?

pcav commented 9 years ago

Debian Sid, QGIS 2.8.1. Thanks.