It could appear to have loaded just as you hit End Task, because it's terminating several threads, one of which was stuck so once that thread was no more another figured that the game got loaded and managed to display that result just before it got terminated as well.
59
tarkalak
But is it loading?
Or it just recieved the quit now signal and has some handling that makes it look that it started working.
3
berenicemondieu
Playing on family's computer can be risky
0
zonneveldnoord
Ah the Halting problem
1
lig_mah_balz
Is this a peasant joke that I'm just too master race to understand?
-13
henteahero
ALT + F4 instantly kills the task in windows
CTRL + shift + esc brings up task manager
CTRL + ALT + del trys to reboot your computer
No need to reboot for a pesky program...
0
matumaruhtc
That's a memory handle deadlock or a memory leak... when you finish the process it releases some of that running handles and it continues even if it would fail because other operations failed. Dont feel back about it.
0
furibliz
Dont be hasty...
0
dude_accept_it
That happens because the command to end task reset some parameters of the application, giving you the impression that it "loaded" before you clicked, but it was also because of it. Also, I have no idea what I'm talking about I work at mcdonalds
11 Comments
tkuvesi
It could appear to have loaded just as you hit End Task, because it's terminating several threads, one of which was stuck so once that thread was no more another figured that the game got loaded and managed to display that result just before it got terminated as well.
59
tarkalak
But is it loading? Or it just recieved the quit now signal and has some handling that makes it look that it started working.
3
berenicemondieu
Playing on family's computer can be risky
0
zonneveldnoord
Ah the Halting problem
1
lig_mah_balz
Is this a peasant joke that I'm just too master race to understand?
-13
henteahero
ALT + F4 instantly kills the task in windows CTRL + shift + esc brings up task manager CTRL + ALT + del trys to reboot your computer No need to reboot for a pesky program...
0
matumaruhtc
That's a memory handle deadlock or a memory leak... when you finish the process it releases some of that running handles and it continues even if it would fail because other operations failed. Dont feel back about it.
0
furibliz
Dont be hasty...
0
dude_accept_it
That happens because the command to end task reset some parameters of the application, giving you the impression that it "loaded" before you clicked, but it was also because of it. Also, I have no idea what I'm talking about I work at mcdonalds
1