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
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>
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
Does anyone have any idea what is wrong and more importantly, how to fix it?






