Application crashes

01/04/2016 00:00 BeginnerDO#1
Hey,

I am pretty stuck at the moment with errors of project. I have a big project so I wont paste source codes here because I have no idea what is causing the problem. I am not even sure if I have a problem or 2 total :confused:

So yesterday the application was working just fine in my computer. However in some other computers the application crashed in startup without error message. I was able to get the following error message by adding error catch in ApplicationEvents.vb (unhandled exception):
Code:
og Name: Application
Source: Application Error
Date: 01/03/2016 17:41:16
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N / A
Computer: STi-PC
Description:
Application name failed: Gladiatus Bot - 3.6 (2) .exe, Version: 3.6.0.0, date / time stamp: 0x568850f5
Module name failed: KERNELBASE.dll version: 10.0.10586.0, date / time stamp: 0x5632da1c
Exception code: 0x4000001f
Displacement of failure: 0x001382e2
Process ID failed: 0x1534
Application start time failed: 0x01d1465eb0ba67cb
Application failed path: C: \ Users \ STi \ Downloads \ Gladiatus Bot - 3.6 (2) .exe
Module failed path: C: \ WINDOWS \ System32 \ KERNELBASE.dll
Report ID: 58eda935-67a3-4432-b492-44ef0f417930
Full package name failed:
Application ID for the package failed:
XML Event:
<Event xmlns = "http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name = "Application Error" />
    <EventID Qualifiers = "0"> 1000 </ EventID>
    <Level> 2 </ Level>
    <Task> 100 </ Task>
    <Keywords> 0x80000000000000 </ Keywords>
    <TimeCreated SYSTEMTIME = "2016-01-03T19: 41: 16.475857400Z" />
    <EventRecordID> 2535 </ EventRecordID>
    <Channel> Application </ Channel>
    <Computer> STi-PC </ Computer>
    <Security />
  </ System>
  <EventData>
    <Date> Gladiatus Bot - 3.6 (2) .exe </ date>
    <Date> 3.6.0.0 </ date>
    <Date> 568850f5 </ date>
    <Date> KERNELBASE.dll </ date>
    <Date> 10.0.10586.0 </ date>
    <Date> 5632da1c </ date>
    <Date> 4000001f </ date>
    <Date> 001382e2 </ date>
    <Date> 1534 </ Date>
    <Date> 01d1465eb0ba67cb </ date>
    <Date> C: \ Users \ STi \ Downloads \ Gladiatus Bot - 3.6 (2) .exe </ date>
    <Date> C: \ WINDOWS \ System32 \ KERNELBASE.dll </ date>
    <Date> 58eda935-67a3-4432-b492-44ef0f417930 </ date>
    <Date>
    </ Data>
    <Date>
    </ Data>
  </ EventData>
</ Event>
Log Name: Application
Source: Application Error
Date: 01/03/2016 17:41:16
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N / A
Computer: STi-PC
Description:
Application name failed: Gladiatus Bot - 3.6 (2) .exe, Version: 3.6.0.0, date / time stamp: 0x568850f5
Module name failed: KERNELBASE.dll version: 10.0.10586.0, date / time stamp: 0x5632da1c
Exception code: 0x4000001f
Displacement of failure: 0x001382e2
Process ID failed: 0x1534
Application start time failed: 0x01d1465eb0ba67cb
Application failed path: C: \ Users \ STi \ Downloads \ Gladiatus Bot - 3.6 (2) .exe
Module failed path: C: \ WINDOWS \ System32 \ KERNELBASE.dll
Report ID: 58eda935-67a3-4432-b492-44ef0f417930
Full package name failed:
Application ID for the package failed:
XML Event:
<Event xmlns = "http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name = "Application Error" />
    <EventID Qualifiers = "0"> 1000 </ EventID>
    <Level> 2 </ Level>
    <Task> 100 </ Task>
    <Keywords> 0x80000000000000 </ Keywords>
    <TimeCreated SYSTEMTIME = "2016-01-03T19: 41: 16.475857400Z" />
    <EventRecordID> 2535 </ EventRecordID>
    <Channel> Application </ Channel>
    <Computer> STi-PC </ Computer>
    <Security />
  </ System>
  <EventData>
    <Date> Gladiatus Bot - 3.6 (2) .exe </ date>
    <Date> 3.6.0.0 </ date>
    <Date> 568850f5 </ date>
    <Date> KERNELBASE.dll </ date>
    <Date> 10.0.10586.0 </ date>
    <Date> 5632da1c </ date>
    <Date> 4000001f </ date>
    <Date> 001382e2 </ date>
    <Date> 1534 </ Date>
    <Date> 01d1465eb0ba67cb </ date>
    <Date> C: \ Users \ STi \ Downloads \ Gladiatus Bot - 3.6 (2) .exe </ date>
    <Date> C: \ WINDOWS \ System32 \ KERNELBASE.dll </ date>
    <Date> 58eda935-67a3-4432-b492-44ef0f417930 </ date>
    <Date>
    </ Data>
    <Date>
    </ Data>
  </ EventData>
</ Event>
The user who sent me this error file was wondering if it was caused by latest windows update (KB3132372 - update for flash player in internet explorer). Before the update application was working well.

Today I installed the same windows update and after it I wasn't able to run the application either. However I don't get the same error message :confused: In fact I don't get any error message (even if I have the catch in app events.vb). For me the application runs well until webbrowser navigates to any web page that has flash content. I tried with several web pages and every time the page started loading, the application froze and I received popup saying: vshost.exe has stopped working. (or "app's name.exe has stopped working when running outside of visual studio - no error files either way).

Does anyone have any idea what is wrong and more importantly, how to fix it? :)
01/04/2016 21:39 opfer200000000#2
Hope this helps you

[Only registered and activated users can see links. Click Here To Register...]
01/06/2016 10:33 BeginnerDO#3
Thanks for the link.
This time the error was here :)
[Only registered and activated users can see links. Click Here To Register...]