| Author |
Message |
   
Myriele Nighteye
Rating: N/A Votes: 0 (Vote!) | | Posted on Saturday, April 03, 2004 - 06:06 am: |
|
If an Error occurres, the Tool exits with a Messagebox. Is it possible to do an Resume Next to prevents this? If i scan a File i get Error 52 and Tool Exits. Its an Unresolved Dependency in the DLL that is called. If i remove this dll from VBP it runs |
   
Admin
Rating: N/A Votes: 0 (Vote!) | | Posted on Saturday, April 03, 2004 - 06:32 am: |
|
Myriele Nighteye Could you email me the VBP file, log and the dll from the run that contained the error. I need to reconstruct the error to find out what you mean. Zip them then rename the zip file to pdf to send it to me (otherwise it will not get past our firewall). Also put InnoScript in the subject line. Email: innoscript-support@randem.com
|
   
Myriele Nighteye
Rating: N/A Votes: 0 (Vote!) | | Posted on Sunday, April 04, 2004 - 05:47 am: |
|
Its on the way to you. Sorry, send it 2 times, first time i miss the rename, sorry for it |
   
Admin
Rating: N/A Votes: 0 (Vote!) | | Posted on Sunday, April 04, 2004 - 05:52 am: |
|
Myriele Nighteye When I get it I will try it out to see if I can repeat the error and will let you know what I have found. |
   
Admin
Rating: N/A Votes: 0 (Vote!) | | Posted on Sunday, April 04, 2004 - 06:51 am: |
|
Myriele Nighteye I have run your vbp with InnoScript Version 2.3.6 and come up with no errors. Here is the log file. Where are you running into trouble at? How does your log look? Randem Systems, Inc. - InnoScript - Version 2.3.6 4/4/2004 12:20:26 PM - Dependency File Processing 4/4/2004 12:20:26 PM - MSVBVM60.DLL 4/4/2004 12:20:26 PM - OLEAUT32.DLL 4/4/2004 12:20:26 PM - OLEPRO32.DLL 4/4/2004 12:20:26 PM - ASYCFILT.DLL 4/4/2004 12:20:26 PM - STDOLE2.TLB 4/4/2004 12:20:26 PM - COMCAT.DLL 4/4/2004 12:20:26 PM - *** ERROR *** Invalid reference in VBP: D:\WINDOWS\System32\stdole2.tlb 4/4/2004 12:20:26 PM - *** ERROR *** Invalid reference in VBP: D:\WINDOWS\system32\scrrun.dll 4/4/2004 12:20:34 PM - COMDLG32.OCX Dep - C:\WINDOWS\system32\COMDLG32.dep Microsoft Common Dialog Control 6.0 (SP3) 4/4/2004 12:20:34 PM - MSFLXGRD.OCX Dep - C:\WINDOWS\system32\MSFLXGRD.dep Microsoft FlexGrid Control 6.0 (SP3) 4/4/2004 12:20:34 PM - Restart Dependency check for new items - 1 4/4/2004 12:20:34 PM - COMDLG32.OCX Dep - C:\WINDOWS\system32\COMDLG32.dep Microsoft Common Dialog Control 6.0 (SP3) 4/4/2004 12:20:34 PM - MSFLXGRD.OCX Dep - C:\WINDOWS\system32\MSFLXGRD.dep Microsoft FlexGrid Control 6.0 (SP3) 4/4/2004 12:20:34 PM - Processed in UNSAFE file mode Files included in Script Version OS File 4/4/2004 12:20:35 PM - 6.0.96.90 Win32 I:\Develop\VB 6 Redist Files\msvbvm60.dll 4/4/2004 12:20:35 PM - 2.40.4275.1 NT-Win32 I:\Develop\VB 6 Redist Files\oleaut32.dll 4/4/2004 12:20:35 PM - 5.0.4275.1 Win32 I:\Develop\VB 6 Redist Files\olepro32.dll 4/4/2004 12:20:35 PM - 2.40.4275.1 NT-Win32 I:\Develop\VB 6 Redist Files\asycfilt.dll 4/4/2004 12:20:35 PM - 2.40.4275.1 NT-Win32 I:\Develop\VB 6 Redist Files\stdole2.tlb 4/4/2004 12:20:35 PM - 4.71.1460.1 NT-Win32 I:\Develop\VB 6 Redist Files\comcat.dll 4/4/2004 12:20:36 PM - 4.0.4.2512 Win32 I:\Download\Myriele\ChatLog2Speech\xvoice.dll 4/4/2004 12:20:36 PM - 6.0.84.18 DOS-Win32 C:\WINDOWS\system32\comdlg32.ocx 4/4/2004 12:20:36 PM - 6.0.84.18 NT-Win32 C:\WINDOWS\system32\msflxgrd.ocx 4/4/2004 12:20:36 PM - 1.0.0.28 Win32 I:\Download\Myriele\ChatLog2Speech\ChatLog2Speech.exe
|
   
Admin
Rating: N/A Votes: 0 (Vote!) | | Posted on Sunday, April 04, 2004 - 08:17 am: |
|
Myriele Nighteye I ran a few more test and found the following: If there was a reference in the VBP file that could not be found, ie. the directory did not exist. The 'Error 52' message appeared. This has been fixed. You can try this fix to see if it solves your problem in the Beta version that you can download from: InnoScript 2.3.7 Beta |
   
Myriele_nightey
Rating: N/A Votes: 0 (Vote!) | | Posted on Sunday, April 04, 2004 - 09:52 am: |
|
OK, this Version runs, not fast (If it find a missing reference it hangs a bit, than it creates the script.) This is Usable. |
   
Admin
Rating: N/A Votes: 0 (Vote!) | | Posted on Sunday, April 04, 2004 - 10:46 am: |
|
Myriele_nightey That is exactly what it is supposed to do, it is not hanging it is searching for the components. If you want it to speed up you need to limit where InnoScript needs to search to find the missing components. If you already know where these components are just place the path in the front of the InnoScript Search Path and this will speed up the search for those components. |
   
Myriele_nightey
Rating: N/A Votes: 0 (Vote!) | | Posted on Sunday, April 04, 2004 - 01:00 pm: |
|
OK, this Version works fine now, but one little ?Bug? i found: There is a Control in my tool named "msflxgrd.ocx" which i find in D:\Windows\System32 (is in Path and InnoScript.ini) but the Tool says not found. Maybe the File search Filter is wrong for .ocx Files Greetings Myriele |
   
Admin
Rating: N/A Votes: 0 (Vote!) | | Posted on Sunday, April 04, 2004 - 01:39 pm: |
|
Myriele_nightey No, The filter is not wrong. Check to see which mode you are running in. In Safe Mode no files will be searched for in the system folders. In UnSafe Mode files will be searched for in the system folders. Hense \Windows\System32\ is a system folder and will not be searched in Safe Mode. So the file will not be found and will be missing. This is the correct operation. |
   
myriele_nightey
Rating: N/A Votes: 0 (Vote!) | | Posted on Sunday, April 04, 2004 - 02:36 pm: |
|
than are the tooltips wrong or missunderstandingly |
   
randem
Rating: N/A Votes: 0 (Vote!) | | Posted on Sunday, April 04, 2004 - 03:00 pm: |
|
myriele_nightey Yes, You are correct. That is why this is Beta. I haven't finished going though the changes yet. The tool tips are exchanged. Download the fix again, I changed it to be correct. Sorry about that. |
   
myriele_nightey
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, April 05, 2004 - 12:37 am: |
|
OK, this Version works fine but.... if i use a Template (The created Script renamed to .TPL) i get a Runtime error 9 Index outside Allowed Area. If i switch to Normal Script all works fine. I hope, im not creating to much trouble to You with my Bugreports |
   
randem
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, April 05, 2004 - 01:59 am: |
|
myriele_nightey No, This is what this section is for. I want to know what is going on with the program with it's users. You have to send me the .tpl file that you are using for me to see what the problem is. It could be simply the format. Email the .tpl file to innoscript-support@randem.com Thank you for reporting these things. You are very helpful.
|
   
randem
Rating: N/A Votes: 0 (Vote!) | | Posted on Monday, April 05, 2004 - 08:03 am: |
|
myriele_nightey The problem you have been having regarding the template file has been resolved. Please download the Beta version again. What was happening was the template file was empty and this cause the 'Subscript out of Range' Error. |
   
myriele_nightey
Rating: N/A Votes: 0 (Vote!) | | Posted on Tuesday, April 06, 2004 - 08:15 am: |
|
Gratulation, now you have done it. I hope this i used not to much of your time for this. |
   
randem
Rating: N/A Votes: 0 (Vote!) | | Posted on Tuesday, April 06, 2004 - 08:25 am: |
|
myriele_nightey Nonsense!! This is why this board exist. You have used it wisely. Thank-you for reporting the errors and using the support board. |