Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Odd VB6 crashing…


tiggilyboo
 Share

Recommended Posts

Hi there, I've been experiencing some crashes in VB… This one is quite odd:
I've been coding byte array packets, and have nearly completed... the only step to finish is to run the thing to find bugs, so I do so and: after receiving the news in the main menu (correctly, no mistakes or errors yet), it crashes at the end of the sub.

Example:
```
Packet_News(ByVal index as integer, Byref Data() as Byte)
   
   
End Sub

```After running through with breakpoints; and also after running the end of the sub, the program freezes and crashes. Woopee. No leads by RTE, no debug prompt, nada. Other than:

```
Problem signature:
  Problem Event Name: BEX
  Application Name: vb6.exe
  Application Version: 6.0.81.76
  Application Timestamp: 3592011f
  Fault Module Name: USER32.dll
  Fault Module Version: 6.1.7600.16385
  Fault Module Timestamp: 4a5bdb3c
  Exception Offset: 00030195
  Exception Code: c0000409
  Exception Data: 00000000
  OS Version: 6.1.7600.2.0.0.256.1
  Locale ID: 1033
  Additional Information 1: 36bb
  Additional Information 2: 36bb73c10dbbca27183d627c44f7835d
  Additional Information 3: db91
  Additional Information 4: db919c665ff83533083792c8607f538f
```
So judging by the error, its pointing to USER32.dll…

I'm running W7 Ultimate 64bit, and have a newly installed VB6 (No chance of curruption)
I have no extra ActiveX plugins, or References other than the required winsock, and some windows common controls.

I'm stumped with this one, If anyone has any bright ideas, it would be greatly appreciated!

PS: Im going to try my server's XP SP3 Pro OS in a few minutes... [EDIT] - Same error ocurrs.

Thanks,
    -Tiggilyboo
Link to comment
Share on other sites

  • 2 weeks later...

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

×
×
  • Create New...