Tweaking.com Support Forums

Main Forum => Tweaking.com Support & Help => Topic started by: ektorbarajas on May 01, 2014, 10:08:38 am

Title: Simple System Tweaker 2.0.0: /silent switch makes the app crash
Post by: ektorbarajas on May 01, 2014, 10:08:38 am
Hi there Shane, hope you and your beloved ones are great!

I've developed a batch file for silently installing and running this app, it worked fine with previous version, but with v2.0.0 the /silent switch to run silently the program just crashes it with the following info:
Problem signature:
  Problem Event Name:   APPCRASH
  Application Name:   Simple_System_Tweaker.exe
  Application Version:   2.0.0.0
  Application Timestamp:   53572148
  Fault Module Name:   StackHash_e649
  Fault Module Version:   0.0.0.0
  Fault Module Timestamp:   00000000
  Exception Code:   c0000005
  Exception Offset:   00000000
  OS Version:   6.1.7601.2.1.0.256.48
  Locale ID:   1033
  Additional Information 1:   e649
  Additional Information 2:   e6496478271b4ee70aefe9ef29bdcff9
  Additional Information 3:   ea4d
  Additional Information 4:   ea4d3e07cf549a6576cf3d78ed4faaaf

The apps opens ok if ran normally (no silent)
Hope to solve this issue
Thanks
Title: Re: Simple System Tweaker 2.0.0: /silent switch makes the app crash
Post by: Shane on May 01, 2014, 10:26:52 am
My Windows Repair was doing the same thing, it happens when the program tries to close itself.

After everything is done running it closes itself right away, which the controls and such are not done drawing and updating and so it causes a crash. IN the Windows Repair I fixed this by putting a timer in and waiting a second or two before closing down. This let the controls have enough time to finish what they are doing and are able to be cleaned up :-)

Looks like I need to do it with the Simple System Tweaker as well  :wink:

Shane