Search found 19 matches

by paulus
Thu Feb 09, 2006 1:19 am
Forum: General Discussion
Topic: Access violation in module `kernel32.dll`
Replies: 3
Views: 21741

Access violation in module `kernel32.dll`

The first task - part 2: ;********************** ;* RoboTask Task file * ;* Do not edit!       * ;**********************   [Root] ActionAfterRun=INTEGER|0 Actions=FOLDER Automat=INTEGER|-1 CatID=INTEGER|612162261 ContinueOnError=INTEGER|1 ExternalName=STRING|"Task42" Hide=INTEGER|0 ID=INTE...
by paulus
Thu Feb 09, 2006 1:18 am
Forum: General Discussion
Topic: Access violation in module `kernel32.dll`
Replies: 3
Views: 21741

Access violation in module `kernel32.dll`

The first task - part 1: ;********************** ;* RoboTask Task file * ;* Do not edit!       * ;**********************   [Root] ActionAfterRun=INTEGER|0 Actions=FOLDER Automat=INTEGER|-1 CatID=INTEGER|612162261 ContinueOnError=INTEGER|1 ExternalName=STRING|"Task12" Hide=INTEGER|0 ID=INTE...
by paulus
Thu Feb 09, 2006 1:17 am
Forum: General Discussion
Topic: Access violation in module `kernel32.dll`
Replies: 3
Views: 21741

Access violation in module `kernel32.dll`

Access violation in module `kernel32.dll` - again Tasks are exectued in this order. Now the first crash occurred in a simple task executing a DOS batchfile Copy_cat.bat. Here is the Robotask-eventlog from the first group of tasks: I: 7-2-2006 19:00:01: Task executed successfully I: 8-2-2006 19:00:00...
by paulus
Tue Dec 06, 2005 2:52 am
Forum: General Discussion
Topic: Access violation in module ’kernel32.dll’
Replies: 6
Views: 25826

Access violation in module ’kernel32.dll’

I can add to this: VB-script 1 is running every 5 minutes (without a problem), while VB-script 2 was executed succesfully by the following robotask-task (the error occurred when Action2 was starting) The complete errorlog: I: 6-12-2005 2:36:00: ****** Starting task... ****************** I: 6-12-2005...
by paulus
Tue Dec 06, 2005 2:35 am
Forum: General Discussion
Topic: Access violation in module ’kernel32.dll’
Replies: 6
Views: 25826

Access violation in module ’kernel32.dll’

VB-script 2: Declare Function GetCurrentThreadId Lib "kernel32" As Long Sub Main  Dim filename  Dim filedate  Dim logfilename  Dim paramYear  Dim paramCUBE_BUILD_YEAR_START_RANGE  Dim paramCUBE_BUILD_YEAR_END_RANGE  Dim thr As Long     On Error GoTo ErrHndlr  thr = GetCurrentThreadId  Robo...
by paulus
Tue Dec 06, 2005 2:34 am
Forum: General Discussion
Topic: Access violation in module ’kernel32.dll’
Replies: 6
Views: 25826

Access violation in module ’kernel32.dll’

VB-script 1: Declare Function GetCurrentThreadId Lib "kernel32" As Long Sub Main  Dim logfilename  Dim currentYear  Dim currentMonth  Dim currentDay  Dim currentYearMonth     On Error GoTo ErrHndlr  Dim thr As Long  thr = GetCurrentThreadId  currentYear = Year(Now)  currentMonth = Month(No...
by paulus
Tue Dec 06, 2005 1:20 am
Forum: General Discussion
Topic: Access violation in module ’kernel32.dll’
Replies: 6
Views: 25826

Access violation in module ’kernel32.dll’

Hi, Using Robotask version 2.2.1 I`ve multiple simultainiously tasks running which start there own VB-scripts. Many VB-scripts in these tasks make use of the GetCurrentThreadId function in kernel32.dll Somethimes (one a month) I get the following error: E: 6-12-2005 2:36:00: Access violation at addr...
by paulus
Thu Sep 29, 2005 12:12 am
Forum: General Discussion
Topic: Taskscheduler and Start task
Replies: 1
Views: 10186

Taskscheduler and Start task

Hi, When a scheduled task "A" is triggered to execute by it's timescheduler and it is at the same time being started/exucuted by another task "B" thrue the command "Start Task" will it run twice at the same time ? Or will the scheduler of task "A" be hold, and...
by paulus
Wed Jun 29, 2005 4:00 am
Forum: Suggestions
Topic: Bug: ftp file loop
Replies: 3
Views: 20794

Bug: ftp file loop

Thank you for the bugfix, it works fine in 2.2.1
Adios, Paulus
by paulus
Tue Feb 22, 2005 6:23 am
Forum: Suggestions
Topic: Bug: ftp file loop
Replies: 3
Views: 20794

Bug: ftp file loop

There's also something with the functionallity "include subfolders", it seems not to work.