similar to: Run-time error `13' Type mismatch error from VB app at startup

Displaying 20 results from an estimated 300 matches similar to: "Run-time error `13' Type mismatch error from VB app at startup"

2003 Sep 30
0
VB Code to convert BMP to LSS for splash screens
The following code can be used to convert a 256 color BMP to LSS format for use as a SYSLINUX/ISOLINUX/PXELINUX Splash screen. The bitmap must be LESS than 640 pixels wide (bug) and only uses the first 16 colors. CorelDraw and PhotoShop are good for re-palletizing and dithering. Paul Shebanow pshebanow at iqcorp.com --- Begin Code --- Type RGBColor4 cBlue As Byte cGreen As Byte
2007 Mar 19
1
error running a vb script in wine
Can anyone help me with this error? I get this error when I run my vb script in wine. The script creates a shortcut and works fine when I run it at a cmd prompt in Windows. I'm new to both vb script and wine. Z:\root\vb_shortcut>cscript mk_shortcut.vbs "temp" "Z:\root\vb_shortcut \test.txt " "." Microsoft (R) Windows Script Host Version 5.6 Copyright (C)
2005 Jul 06
1
Problem with Scripting.FileSystemObject
Hi: I'm trying to make run a windows application with wine. It has been made with visual foxpro (I don't know if this information is useful, but just in case...). The application uses the class Scripting.FileSystemObject included in scrrun.dll The application starts properly, but at one point it shows a message stating that it cannot find the Scripting.FileSystemObject class, and stops
2006 Mar 09
0
VB access application
I am running wine 0.9.7 on Slackware 10.2 I was able to install our inhouse application with no problem [well i had to install some fonts to get it to display] but now it tells me that vbjet32.dll is needed. I have palced this file in system32 folder...as well as added it to the wincfg and still get the error. Here is the text I get when I run it from the command prompt...any help would be
2005 Oct 22
0
EZNEC
I'm trying to run an antenna simulation program - the demo version of EZNEC - on Debian unstable with the winehq build of Wine. When I try to start the program, I get the message "Run-time error '440': Automation error". I've installed DCOM98 and vbrun60sp5 before EZNEC. I've seen reports that others have managed to make EZNEC run under wine. Is there something else
2008 Nov 28
4
Atmosphere Deluxe 6
I've made a bit of progress, but I seem to have hit a wall. When I run the program, it generates the following errors, during which time it shows no window. Code: fixme:ole:OleLoadPictureEx (0x10634c4,3274,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32fae8), partially implemented. err:ole:CoGetClassObject class {215fa6a4-0ac9-4d05-a9f5-e361495ff8ba} not registered
2002 Mar 01
4
Install application under WINE 20020228
I tried to install PAF and got the following: fixme:ole:CoSetState (0x653c3f80),stub! fixme:ole:MkParseDisplayName (0x403d39e0, L"StdOle32.tlb", 0x405a6624, 0x46000000): stub. fixme:ole:CoTreatAsClass ({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594}) fixme:ole:CoSetState ((nil)),stub! fixme:ole:CoMarshalInterface Failed to Marshal the interface, 80070057?
2009 Jun 04
0
pXRF software installs but generates Run-time error 380
I'm trying another critical piece of software, and while it installed fine, I'm getting a "Run-time error '380' Invalid property value" box and the software doesn't run. I'm using Fedora 10 with Wine ver. 1.1.15. The bootlog for the program is as follows: err:module:import_dll Library wbtapi.dll (which is needed by
2010 May 05
0
Hazon Dictionary
Hi All, I'm trying to install the Hazon-Garzanti dictionary on Ubuntu 10.04 using wine 1.1.42. I successfully installed the dictionary, but when I execute it using 'wine Hazon.exe' I get these errors: fixme:ntoskrnl:KeInitializeSpinLock stub: 0x551740 fixme:ntoskrnl:KeInitializeSpinLock stub: 0x55173c fixme:ntoskrnl:KeInitializeSpinLock stub: 0x551744
2008 Jan 11
2
communicate from Rterm
Please, help with announcing an error from Rterm: I am calling R from an Excel VBA and noticed that if there is an error nothing conspicuous happens. I would like just a popup window when R cannot finish cleanly. The "ret " value returned from Shell is useless in determining what happened. Thank you all. ***************************** Public Sub Repo() ds = InputBox("Type in
2011 Jan 06
4
Problem with Windows app accessing internet
Hi I have been using MCC Pilotlog with some success in Wine recently, but have run into a vexatious issue. One of the features of the application is that it can log into a company crew information system and retrieve flight information into the log. I have tested this on a windows VM, and it works fine. However, under Wine, we get error 445 and then a crash. I am a bit surprised, as I thought
2009 Jan 20
1
Trying to run a exotic app "Saral Tax",
Hi, "Saral Tax" is the only app that needs dual booting the PC. i'm trying to run this on wine and Arch linux. Fonts availabe through wine-doors are installed. Installation of Saraltax is flawless. But only the splash screen is displayed when the app is invoked. Errors displayed when running from prompt is pasted below. [ajayar at redcolony Saral Tax]$ wine WinTax.exe
2001 Jul 14
0
upgrade from 2000 to 2001
I have a application that i've been running under wine called Intellicad. The 2000 version ran fine after a few tweaks to the config, but the 2001 version never makes it past the install. i get: [wineadmin@atlanta icad2001]# /usr/local/bin/wine setup fixme:ole:CoSetState (0x653c79b0),stub! fixme:pthread_kill_other_threads_np fixme:pthread_kill_other_threads_np fixme:ole:CoSetState
2001 Aug 25
1
Installshield Engine
I've been having trouble on newer builds of win32 applications. I can install/run the older 2000 version with no problem but not the 2001. when i try to install the softawre it never makes it past the install shield. i get the error: The InstallShield Engine (iKernel.exe) could not be launched. (0x80070005) in the console it reads: [winead@atlanta icad2001]$ wine Setup.exe Could not stat
2006 Mar 20
0
Problem running a VB6 app
I noticed someone else had a similar error/popup a few months ago. I think the important error is: err:ole:typedescvt_to_variantvt cannot convert type 24 into variant VT A popup box appears: Title: Flex List Box Control Run-time error '458': Variable usese an Automation type not supported in Visual Basic. The app uses vb6 and all dlls not included with wine appear to be
2011 Dec 26
1
[need help] ActiveX component can't create object.
Hi there, I've been trying to crack this for a while now and have made no progress, whenever I run my exe in wine from the console I get: Run-time error '429': ActiveX component can't create object. The console output is as follows:? fixme:ole:OleLoadPictureEx (0x15380cc,2359358,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f9b0), partially implemented.
2009 Aug 08
0
AADE Filter Design: "ActiveX component can't create object"
Hello, I'm trying to run "AADE Filter Design", a program used for the design of electronic filters. It's available for free from http://www.aade.com/filter32/fdinstall.exe It installs correctly after I 'winetricks mfc40' and install the VB6 run-time, but it gives the "ActiveX component can't create object" error when run. Any ideas? This is Wine
2012 May 04
1
Trying to find what winetrick option I need...
I'm running POM QM for Windows, which is from Prentice hall provided by my school. QM for Linux is completely different, fyi,and not taught by my school. I really need this for homework. So far I've been just going to the lab, because I can't do any of this work on my linux laptop. I might just have to get windows installed again depending on how much I get done today. So, how
2008 Nov 02
6
Runtime 430 and Other Errors
Hello Fellow Wine Users, I am trying to run a Windows program, but whenever it starts, a window pops up with the following error: Runtime Error '430': Class does not support automation or does not support expected interface. The program starts with the menus and icons all in order on the screen, but none of the menus or icons respond when clicked on. I included the terminal logs at
2014 Dec 21
0
Home auto creation
At the institution where I work, we have created a GPO to create and mount the directories persons from users, follows the script. create the file name.vbs with the content Option Explicit Dim objNetwork, objShell, wshShell, wshell, strDesktop, oShellLink, user1, FileClass, Directory Dim strDriveLetter, strRemotePath, strUserName, strNewName Set wshell =