Jump to content

Work perfectly but give an error


Recommended Posts

Hi everyone,

I have create a software using autoit to transfer some informations from mysql to sql server.

My software work perfectly but he crash and said me this message :

Posted Image

The software is compiled using autoit.

Here is the source code.

https://mega.co.nz/#!DAECAaKI!U-o3FmEQukRJo5Gb4Qaj9nZRO4Bg3Q7wTVPuEoL7vHg

Password : sami37

Can anyone help me with these error? There is no windows logs...

Link to comment
Share on other sites

Have you tried to reproduce this error in non compiled mode? You will get more informations like the "real" line of the error and we will be able to help you.

It has something to deal with the ADODB object for sure.

Br, FireFox.

Link to comment
Share on other sites

BTW, works perfectly but has an error is a contradiction in terms, you can't say it's working perfectly if it errors out. ;)

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Link to comment
Share on other sites

BTW, works perfectly but has an error is a contradiction in terms, you can't say it's working perfectly if it errors out. ;)

Misstake in title ^^

I want to said, the software work (he do what i want) but crash randomly after some transfer :S

this function does not exist:

_MinimizeToTray

and declare $conn

Global $conn

....................

Oh misstake i will remove _MinizeToTray and declare $conn

Have you tried to reproduce this error in non compiled mode? You will get more informations like the "real" line of the error and we will be able to help you.

It has something to deal with the ADODB object for sure.

Br, FireFox.

I will try the non compiled mode and said you if the error appear again.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...