Author | Topic: XbpFont Error | |
---|---|---|
Rudolf Reinthaler | XbpFont Error on Mon, 18 Jul 2011 10:18:59 +0200 Hello, does anybody know something about this error ? Occurs only sometimes without any system. regards Rudolf ------------------------------------------------------------------------------ ERROR LOG of "E:\uniflex\WWS.EXE" Date: 17-06-2011 12:03:01 Xbase++ version : Xbase++ (R) Version 1.90.355 Operating system : Windows Server 2008 06.01 Build 07600 ------------------------------------------------------------------------------ oError:args : -> VALTYPE: O CLASS: XbpFont -> VALTYPE: O CLASS: XbpMicroPS oError:canDefault : N oError:canRetry : N oError:canSubstitute: J oError:cargo : NIL oError:description : Parameter has a wrong data type oError:filename : oError:genCode : 2 oError:operation : :init oError:osCode : 0 oError:severity : 2 oError:subCode : 1025 oError:subSystem : BASE oError:thread : 2 oError:tries : 0 ------------------------------------------------------------------------------ CALLSTACK: ------------------------------------------------------------------------------ WorkSpaceList : | |
James Loughner | Re: XbpFont Error on Tue, 19 Jul 2011 01:56:44 -0400 Just a guess. Maybe under certain conditions the PS that is passed is incorrect. Jim On 07/18/2011 04:18 AM, Rudolf Reinthaler wrote: > Hello, > does anybody know something about this error ? Occurs only sometimes > without any system. > regards > Rudolf > > > ------------------------------------------------------------------------------ > > ERROR LOG of "E:\uniflex\WWS.EXE" Date: 17-06-2011 12:03:01 > > Xbase++ version : Xbase++ (R) Version 1.90.355 > Operating system : Windows Server 2008 06.01 Build 07600 > ------------------------------------------------------------------------------ > > oError:args : > -> VALTYPE: O CLASS: XbpFont > -> VALTYPE: O CLASS: XbpMicroPS > oError:canDefault : N > oError:canRetry : N > oError:canSubstitute: J > oError:cargo : NIL > oError:description : Parameter has a wrong data type > oError:filename : > oError:genCode : 2 > oError:operation : :init > oError:osCode : 0 > oError:severity : 2 > oError:subCode : 1025 > oError:subSystem : BASE > oError:thread : 2 > oError:tries : 0 > ------------------------------------------------------------------------------ > > CALLSTACK: > ------------------------------------------------------------------------------ > > WorkSpaceList : | |
Rudolf Reinthaler | Re: XbpFont Error on Thu, 21 Jul 2011 09:56:34 +0200 Hello Jim, then it must be eXPress++ or so, I am not working direct with PS in this application. Strange also that I get noch callstack in this case. regards Rudolf Am 19.07.2011 07:56, schrieb James Loughner: > Just a guess. Maybe under certain conditions the PS that is passed is > incorrect. > > Jim > > > On 07/18/2011 04:18 AM, Rudolf Reinthaler wrote: >> Hello, >> does anybody know something about this error ? Occurs only sometimes >> without any system. >> regards >> Rudolf >> >> >> ------------------------------------------------------------------------------ >> >> >> ERROR LOG of "E:\uniflex\WWS.EXE" Date: 17-06-2011 12:03:01 >> >> Xbase++ version : Xbase++ (R) Version 1.90.355 >> Operating system : Windows Server 2008 06.01 Build 07600 >> ------------------------------------------------------------------------------ >> >> >> oError:args : >> -> VALTYPE: O CLASS: XbpFont >> -> VALTYPE: O CLASS: XbpMicroPS >> oError:canDefault : N >> oError:canRetry : N >> oError:canSubstitute: J >> oError:cargo : NIL >> oError:description : Parameter has a wrong data type >> oError:filename : >> oError:genCode : 2 >> oError:operation : :init >> oError:osCode : 0 >> oError:severity : 2 >> oError:subCode : 1025 >> oError:subSystem : BASE >> oError:thread : 2 >> oError:tries : 0 >> ------------------------------------------------------------------------------ >> >> >> CALLSTACK: >> ------------------------------------------------------------------------------ >> >> >> WorkSpaceList : > | |
Jack Duijf | Re: XbpFont Error on Thu, 21 Jul 2011 19:36:19 +0200 Hello Rudolf, Just a gues... Maybe you are setting a font (or for familiy) that is not installed on Win-2K8. Try pian an simple "Arial" I also see you have changed the error handler. Might explain the empty callc-stack. Jack Duijf "Rudolf Reinthaler" schreef in bericht news:54a346c5$63d5730$cc17@news.alaska-software.com... > Hello, > does anybody know something about this error ? Occurs only sometimes > without any system. > regards > Rudolf > > > ------------------------------------------------------------------------------ > ERROR LOG of "E:\uniflex\WWS.EXE" Date: 17-06-2011 12:03:01 > > Xbase++ version : Xbase++ (R) Version 1.90.355 > Operating system : Windows Server 2008 06.01 Build 07600 > ------------------------------------------------------------------------------ > oError:args : > -> VALTYPE: O CLASS: XbpFont > -> VALTYPE: O CLASS: XbpMicroPS > oError:canDefault : N > oError:canRetry : N > oError:canSubstitute: J > oError:cargo : NIL > oError:description : Parameter has a wrong data type > oError:filename : > oError:genCode : 2 > oError:operation : :init > oError:osCode : 0 > oError:severity : 2 > oError:subCode : 1025 > oError:subSystem : BASE > oError:thread : 2 > oError:tries : 0 > ------------------------------------------------------------------------------ > CALLSTACK: > ------------------------------------------------------------------------------ > WorkSpaceList : | |
Ronald van Veelen | Re: XbpFont Error on Mon, 25 Jul 2011 11:53:15 +0200 Op Mon, 18 Jul 2011 10:18:59 +0200 schreef Rudolf Reinthaler: > Hello, > does anybody know something about this error ? Occurs only sometimes > without any system. > regards > Rudolf > > > ------------------------------------------------------------------------------ > ERROR LOG of "E:\uniflex\WWS.EXE" Date: 17-06-2011 12:03:01 > > Xbase++ version : Xbase++ (R) Version 1.90.355 > Operating system : Windows Server 2008 06.01 Build 07600 > ------------------------------------------------------------------------------ > oError:args : > -> VALTYPE: O CLASS: XbpFont > -> VALTYPE: O CLASS: XbpMicroPS > oError:canDefault : N > oError:canRetry : N > oError:canSubstitute: J > oError:cargo : NIL > oError:description : Parameter has a wrong data type > oError:filename : > oError:genCode : 2 > oError:operation : :init > oError:osCode : 0 > oError:severity : 2 > oError:subCode : 1025 > oError:subSystem : BASE > oError:thread : 2 > oError:tries : 0 > ------------------------------------------------------------------------------ > CALLSTACK: > ------------------------------------------------------------------------------ > WorkSpaceList : Hi Rudolf, I think I know where this is coming from. We have the same error (Parameter has a wrong data type) when loading an image or writing a file. It may be something different though. What you could do is download a little program called processmonitor. You can find it here: http://technet.microsoft.com/en-us/sysinternals/bb896645 When you run it and start logging, wait till the error occurs. You will probably find a result NETWORK ERROR on the moment this error has appeared. If that is true you are in the same trouble as I am. The Network error could be caused by millions of things and you and your customer have to find the root cause of the NETWORK ERROR which could be troublesome. Good luck! | |
Rudolf Reinthaler | Re: XbpFont Error on Sat, 30 Jul 2011 09:33:03 +0200 Hello Ronald, thank you, I will try it, but I think this is one of the problems that never can be solved. regards Rudolf Am 25.07.2011 11:53, schrieb Ronald van Veelen: > Op Mon, 18 Jul 2011 10:18:59 +0200 schreef Rudolf Reinthaler: > >> Hello, >> does anybody know something about this error ? Occurs only sometimes >> without any system. >> regards >> Rudolf >> >> >> ------------------------------------------------------------------------------ >> ERROR LOG of "E:\uniflex\WWS.EXE" Date: 17-06-2011 12:03:01 >> >> Xbase++ version : Xbase++ (R) Version 1.90.355 >> Operating system : Windows Server 2008 06.01 Build 07600 >> ------------------------------------------------------------------------------ >> oError:args : >> -> VALTYPE: O CLASS: XbpFont >> -> VALTYPE: O CLASS: XbpMicroPS >> oError:canDefault : N >> oError:canRetry : N >> oError:canSubstitute: J >> oError:cargo : NIL >> oError:description : Parameter has a wrong data type >> oError:filename : >> oError:genCode : 2 >> oError:operation : :init >> oError:osCode : 0 >> oError:severity : 2 >> oError:subCode : 1025 >> oError:subSystem : BASE >> oError:thread : 2 >> oError:tries : 0 >> ------------------------------------------------------------------------------ >> CALLSTACK: >> ------------------------------------------------------------------------------ >> WorkSpaceList : > > Hi Rudolf, > > I think I know where this is coming from. We have the same error (Parameter > has a wrong data type) when loading an image or writing a file. It may be > something different though. > > What you could do is download a little program called processmonitor. You > can find it here: http://technet.microsoft.com/en-us/sysinternals/bb896645 > > When you run it and start logging, wait till the error occurs. You will > probably find a result NETWORK ERROR on the moment this error has appeared. > > If that is true you are in the same trouble as I am. The Network error > could be caused by millions of things and you and your customer have to > find the root cause of the NETWORK ERROR which could be troublesome. > > Good luck! |