PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD20] Access Violation (GPF) While Printing
[WD20] Access Violation (GPF) While Printing
Iniciado por guest, 25,sep. 2017 18:53 - 4 respuestas
Publicado el 25,septiembre 2017 - 18:53
This is only happening for one of my customers and it only happens sometimes. I do not use iInitReportQuery(). I do use iParameter(iCopies, nPrintAmount) and then iPrintReport(RPT_Label_4X3, nIdToQuery). I don't think this is an issue with printing too many copies because I believe this error has happened before when only printing 5 or 10 copies. The reports I use have 2 SQL queries in the opening of the report. I have read through the past forum posts on this, but no one seems to have a concrete solution. I've spent a lot of time on this and come up empty handed.

----- Technical Information ----- Project : MyApp WL call: Process of 'Global Procedure FormatHorizontalString' (Reports.FormatHorizontalString), thread 0 What happened? Details techniques : Module : MyApp.exe Version du module : 0.9.99.0 Adresse de base : 00400000 Erreur systeme : Access violation (GPF) EIP = 00548B9F OS : Windows 8 (6.2.9200) Error code: 0 Level: fatal error (EL_FATAL) Dump of the error of 'wd200core.dll' module (20.0.215.0). Debugging information: ##(CXError)-Pas de definition d'erreur dans gstErrorDef pour l'identifiant <1020>## Details techniques : Registres : EIP = 00548B9F EBP = 07B5CBE0 EAX = 00000000 EBX = 0B985280 ECX = 07B5CBE0 EDX = 0000FE00 ESI = 0D366A4A EDI = 053C0080 Pile des appels : [MyApp.exe (00400000), 0.9.99.0] 004C2CF0 : Execution() + 548527 bytes [???] 0D366B32 Additional Information: EIT_PILEWL : Global Procedure FormatHorizontalString (Reports.FormatHorizontalString) Opening RPT_Label_4X3 (RPT_Label_4X3), line 172 EIT_DATEHEURE : 30/08/2017 16:39:13
Publicado el 25,septiembre 2017 - 19:40
Hi Curtis,

did you see this one:
http://faq.windev.com/14686-creators_preview_printer_upgrade_windows10-read.awp

Although it seems you are using windows 8, it is worth a try.

Steven Sitas
www.alpha360.biz
Publicado el 25,septiembre 2017 - 20:09
I did see that. I have patched all our customers. Our customers are using Windows 10. I don't know why the error lists Windows 8.

Thanks Anyway!
Publicado el 25,septiembre 2017 - 20:24
I know it is a long shot - but maybe it is a problem with your customer's window installation - it's not normal for Windev to report the wrong OS.
Could also be a printer driver problem - I have seen it many times in Windows 8 installations.

Steven Sitas
www.alpha360.biz
Publicado el 25,septiembre 2017 - 20:38
Hi

I have seen this kind of problems before, and I describe different cases here:
http://fabriceharari.com/UK/Page_Article.awp…
and
http://fabriceharari.com/UK/Page_Article.awp…

it is one of the many cases I found able to generate a GPF - list available here:
http://fabriceharari.com/UK/Page_ArticlesList.awp…

I hope you'll find your case in there.

Best regards