PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Print problem causing GPF
Print problem causing GPF
Iniciado por guest, 04,dic. 2017 18:19 - 3 respuestas
Publicado el 04,diciembre 2017 - 18:19
Hi around here,

My printing works since 2000 and on every System and at all customers, but now having just one with the following Problem:
Server is 2008, Client is Windows10: Printing on Server -> all fine
Printing on Client -> the first print is ok. Next print -> Error (see below).
No matter whether printing on Printer or making pdf.

Tried a hundred things, running by calling from Server and running local on Client, no difference.

Here's the error message. Hope somebody can help me to understand.
The line(17) which is mentioned where the error occures has nothing to do with the error. If I delete that part, the marked line just moves, even inside the declaration area.

gr

Erik

>>>
Error at line 17 of Local Procedure FuelleDruckJournalMitarbeiter process.
Unexpected system error.
If this error systematically occurs in the same conditions, contact PC SOFT Hot Line and specify:
- the error circumstances,
- a window, a project or the code lines used to replicate the problem,
- the details below.

Details techniques :

Module : wd190vm.dll
Version du module : 19.0.176.4
VI : 01A190056s
Adresse de base : 25E60000
Erreur systeme : Access violation (GPF)
EIP = 25F2C4F9
OS : Windows 8 (6.2.9200)

----- Technical Information -----

Project : TimeTouch7

WL call:
Process of 'Local Procedure FuelleDruckJournalMitarbeiter' (RPT_JournalMitarbeiterV4.PROCEDURE.FuelleDruckJournalMitarbeiter), line 17, thread 0

What happened?
Unexpected system error.
If this error systematically occurs in the same conditions, contact PC SOFT Hot Line and specify:
- the error circumstances,
- a window, a project or the code lines used to replicate the problem,
- the details below.

Details techniques :

Module : wd190vm.dll
Version du module : 19.0.176.4
VI : 01A190056s
Adresse de base : 25E60000
Erreur systeme : Access violation (GPF)
EIP = 25F2C4F9
OS : Windows 8 (6.2.9200)

Error code: 1020
Level: fatal error (EL_FATAL)

Dump of the error of 'wd190vm.dll' module (19.0.176.4).
Identifier of detailed information (.err): 1020
Debugging information:

Details techniques :

Module : wd190vm.dll
Version du module : 19.0.176.4
VI : 01A190056s
Adresse de base : 25E60000
Erreur systeme : Access violation (GPF)
EIP = 25F2C4F9
OS : Windows 8 (6.2.9200)
Registres :

EIP = 25F2C4F9 EBP = 0575C1DC
EAX = 09F58846 EBX = 0575BF20
ECX = 09F593E2 EDX = 9AD609B1
ESI = 0000000A EDI = 0575C59C

Pile des appels :

[wd190vm.dll (25E60000), 19.0.176.4, 01A190056s] 25EEA4C0 : EXT_bSetVariableCollection() + 270393 bytes
[TimeTouch7.exe (00000000), 1.00A] ????
[wd190vm.dll (25E60000), 19.0.176.4, 01A190056s] 25E69E90
[wd190vm.dll (25E60000), 19.0.176.4, 01A190056s] 25E82940 : DeclareProxy() + 72704 bytes
[wd190vm.dll (25E60000), 19.0.176.4, 01A190056s] 25E82940 : DeclareProxy() + 72880 bytes
[wd190vm.dll (25E60000), 19.0.176.4, 01A190056s] 25E82940 : DeclareProxy() + 72768 bytes
[wd190vm.dll (25E60000), 19.0.176.4, 01A190056s] 25E82940 : DeclareProxy() + 72912 bytes
[wd190vm.dll (25E60000), 19.0.176.4, 01A190056s] 25EEA4C0 : EXT_bSetVariableCollection() + 239984 bytes
[wd190vm.dll (25E60000), 19.0.176.4, 01A190056s] 25E82940 : DeclareProxy() + 73216 bytes
[wd190vm.dll (25E60000), 19.0.176.4, 01A190056s] 25E82940 : DeclareProxy() + 73456 bytes
[wd190vm.dll (25E60000), 19.0.176.4, 01A190056s] 25E82940 : DeclareProxy() + 73792 bytes
[TimeTouch7.exe (00400000), 1.00A] 0040E09C : DeclareProxy() + 532393 bytes
[TimeTouch7.exe (00400000), 1.00A] 0040E09C : DeclareProxy() + 1974200 bytes
[TimeTouch7.exe (00400000), 1.00A] 0040E09C : DeclareProxy() + 1515433 bytes
[TimeTouch7.exe (00400000), 1.00A] 0040E09C : DeclareProxy() + 270247 bytes
[TimeTouch7.exe (00400000), 1.00A] 0040E09C : DeclareProxy() + 1253300 bytes
[TimeTouch7.exe (00400000), 1.00A] 0040E09C : DeclareProxy() + 925613 bytes
[TimeTouch7.exe (00400000), 1.00A] 0040E09C : DeclareProxy() + 204722 bytes
[TimeTouch7.exe (00400000), 1.00A] 0040E09C : DeclareProxy() + 1253299 bytes
[TimeTouch7.exe (00400000), 1.00A] 0040E09C : DeclareProxy() + 270258 bytes
[TimeTouch7.exe (00000000), 1.00A] 00000054

Additional Information:
EIT_PILEWL :
Local Procedure FuelleDruckJournalMitarbeiter (RPT_JournalMitarbeiterV4.PROCEDURE.FuelleDruckJournalMitarbeiter), line 17
Opening RPT_JournalMitarbeiterV4 (RPT_JournalMitarbeiterV4), line 143
EIT_DATEHEURE : 04/12/2017 16:43:45

Help
Publicado el 04,diciembre 2017 - 19:31
Hi Erik,

that seems like the Win10 Creator isssue as described in other posts here i.e. this one.
http://27130.foren.mysnip.de/read.php…

You need an wd190prn.dll update from pcsoft which addresses this error.
http://faq.windev.com/14686-creators_preview_printer_upgrade_windows10-read.awp
Publicado el 05,diciembre 2017 - 08:52
Erik Schwarz avait énoncé :
Hi around here,

My printing works since 2000 and on every System and at all customers, but
now having just one with the following Problem:
Server is 2008, Client is Windows10: Printing on Server -> all fine
Printing on Client -> the first print is ok. Next print -> Error (see below).
No matter whether printing on Printer or making pdf.

Tried a hundred things, running by calling from Server and running local on
Client, no difference.

Here's the error message. Hope somebody can help me to understand.
The line(17) which is mentioned where the error occures has nothing to do
with the error. If I delete that part, the marked line just moves, even
inside the declaration area.

gr

Erik

hello

you have to request the fix for Preview on Windows 10 Creators Update
for version 19 here: http://www.windev.com/ts/useful_resources.htm =>
Upgrades available for WINDEV, WEBDEV or WINDEV Mobile

--
Cordialement JeAn-PhI
Publicado el 05,diciembre 2017 - 09:44
Hi Arie,

the new dll solved the Problem, thanks a lot :)

Erik