|
#1
|
||||
|
||||
|
Hi Friends,
I'm using innocallback, WinTB, IsMedaLib, and VCL skin in my setup. Everything works well, but when I exit the setup, the setup will stay about 4 seconds and freezes, and then it will exit. How can I immediately close the setup just like I'm killing its process ?
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
I think you should just find and fix the problem that causes the setup to hang, it's obvious that it crashes and then WerFault.exe (Windows Error Reporting) is launched to check if it can salvage any information regarding the crash and while it does this, it suspends the process which explains the hang.
|
|
#3
|
||||
|
||||
|
How to retrieve such info?
|
|
#4
|
||||
|
||||
|
Why would you want to retrieve this information because it's mostly memory addresses which is stuff that you'll hardly understand,
here's an example of what you get when a program crashes, Untitled_3.png just open the script and find out which library you added causes the crash. Remember most libraries require you to deinitialize them after their use, failure to do so will crash the setup. |
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
||||
|
||||
|
The only lib which has Unload is VCL skin, I named what libs I'm using, But will try to comment them one by one
![]() But is there any way to kill the setup process on exit? |
|
#7
|
||||
|
||||
|
After commenting the WinTB, it works well !
|
|
#8
|
||||
|
||||
|
Without WinTB I've used this code from DiCaPrIo:
https://fileforums.com/showpost.php?...06&postcount=7 again it will cause the same long time closing! |
|
#9
|
||||
|
||||
|
Another thing I've faced:
SetWindowLong(); I have used this method to add come context menu on a panel. so the problem is here, the winTB or other related SetWindowLong methods seems to conflict with each other. How to release or manage them? Last edited by Cuttlas; 11-10-2020 at 21:01. |
|
#10
|
||||
|
||||
|
If you use SetWindowLong with GWL_WNDPROC (-4), you always need to restore the previous value before deinitializing the installation.
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| new tool | doofoo24 | Conversion Tutorials | 175 | 19-04-2026 05:38 |
| Hey everybody, Long Time. | Warlock | Chit Chat | 4 | 07-11-2018 19:34 |
| Serial Cable taking a long time!! | ']['wisted | DC Games | 0 | 13-05-2001 11:16 |
| why is my copied .cdi image seen as only one long audio file on dreamcast? | webber | DC Games | 4 | 23-01-2001 08:20 |
| LONG TIME DC FORUM READER...SANTA'S LITTLE HELPER | BRIN | DC Games | 1 | 17-12-2000 18:02 |