mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Nov 2010
Posts: 4
L
Self-satisified door
OP Offline
Self-satisified door
L
Joined: Nov 2010
Posts: 4
This is happening at least twice a day and is starting to get extremely annoying. mIRC has been doing this for the last two releases, and was stable as a rock before that.

Description:
Faulting application mirc.exe, version 7.15.0.0, faulting module mirc.exe, version 7.15.0.0, fault address 0x000fb204.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 70 70 6c 69 63 61 74 Applicat
0008: 69 6f 6e 20 46 61 69 6c ion Fail
0010: 75 72 65 20 20 6d 69 72 ure mir
0018: 63 2e 65 78 65 20 37 2e c.exe 7.
0020: 31 35 2e 30 2e 30 20 69 15.0.0 i
0028: 6e 20 6d 69 72 63 2e 65 n mirc.e
0030: 78 65 20 37 2e 31 35 2e xe 7.15.
0038: 30 2e 30 20 61 74 20 6f 0.0 at o
0040: 66 66 73 65 74 20 30 30 ffset 00
0048: 30 66 62 32 30 34 0d 0a 0fb204..

Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
Standard question: what does this return for you in mIRC?
Code:
//echo -a $os $version $md5($mircexe,2) $file($mircexe).sig $script(0) $dll(0) $com(0)

Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
My guess is that you're running a bunch of scripts (probably including DLLs) that you used in 6.35 but are not compatible with 7.x. The command you were asked to type above should clarify this.


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
Joined: Nov 2010
Posts: 4
L
Self-satisified door
OP Offline
Self-satisified door
L
Joined: Nov 2010
Posts: 4
Thanks for the response. Here's the output:

XP 7.15 06c7efde71fd9bec2d5e08e2e37a466f ok 41 1 0

Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
41 scripts? That very well could be, at least, part of the problem.

Try with a clean installation of mIRC.

Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
And of course 1 DLL file, which argv0 has already commented on.

Joined: Nov 2010
Posts: 4
L
Self-satisified door
OP Offline
Self-satisified door
L
Joined: Nov 2010
Posts: 4
Running clean for a week to see if crashes reoccur. Thanks for the help.

Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
FWIW, the DLL is probably the only component that was causing the crash. Of course, DLLs don't load themselves, so there is 1 or more associated script files that also need to be unloaded, but the rest of your scripts can be loaded back. If you don't know which script(s) is(are) associated with the DLL, you should probably do a search for the dll's filename in your script files, or google around for your scripts, or just read the readmes.

By the way, this isn't to say that all of your other scripts are *compatible* with 7.x. They may still be incompatible and display some bugs, but hopefully they won't cause a crash and should be easier to isolate.


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
Joined: Nov 2010
Posts: 4
L
Self-satisified door
OP Offline
Self-satisified door
L
Joined: Nov 2010
Posts: 4
It's worked flawlessly for a week, so I'll start adding scripts back in and see if it remains stable. Thanks for the assistance.


Link Copied to Clipboard