Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > .NET Languages
You last visited: Today at 03:40

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Application crashes

Discussion on Application crashes within the .NET Languages forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2011
Posts: 159
Received Thanks: 57
Application crashes

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

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 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?
BeginnerDO is offline  
Old 01/04/2016, 21:39   #2
 
elite*gold: 0
Join Date: Dec 2010
Posts: 828
Received Thanks: 149
Hope this helps you

opfer200000000 is offline  
Thanks
1 User
Old 01/06/2016, 10:33   #3
 
elite*gold: 0
Join Date: Aug 2011
Posts: 159
Received Thanks: 57
Thanks for the link.
This time the error was here
BeginnerDO is offline  
Reply


Similar Threads Similar Threads
[Application] Shadow992's Moderator Application
08/31/2010 - Joining e*pvp - 36 Replies
I really have wanted to apply for the browsergame section for a long time . Now It is time to do it : ICQ: 431-240-577 eMail: [email protected] Gender: Male First Name: Marcel
C# Windows Form Application How To Save And Run As Application?
02/18/2010 - CO2 Private Server - 4 Replies
How can I save the project and run it as a exe and not .resx or whatever?
Sro crashes
07/16/2009 - Silkroad Online - 2 Replies
My Silkroad crashes each time I type in my user id and passw and press connect. I reinstalled it twice, but still no luck. Can anyone help me?
Sro crashes
09/05/2008 - Silkroad Online - 1 Replies
i dont know what happend suddenly my silkroad crashes like all 20 min or something ... anyone know what i can do to solve it ??? thanks
Help as soon as i log it crashes
09/26/2007 - Eudemons Online - 7 Replies
Hi, sorry to have post my problems here but i thought u guys could help a bit because the technical support for eudemons on the forums is absurd (well for me). Now my problem is that the game freezes 5-10-30secs later as soon as i enter/log into the game then after it freezes it either crashes or stays frozen until i close it. Also i hear these sort of sqeaky noise happening every few seconds.



All times are GMT +1. The time now is 03:40.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.