Skip to content
⌘ NSIS Forum Archive

Run-Time error '91' Help me ?

2 posts

dong#

Run-Time error '91' Help me ?

After I written my program, i run try and creat setup file to best my computer (on my computer is very good), but i setup and run program on other computer, It’s warning error below:

Run-Timer error ‘91’
Object variable or with block variable not set

note: i am using VB6.0 and setup with NSIS v2.8. Can you help me ?
kichik#
You probably forgot to install some DLL your program depends on. Open your program with Dependency Walker and verify the other computer has all of the dependencies installed.