Thank Sum2012‘post.
Another method
change HLE/modules150/ThreadManForUser.java line 1256
Another method
change HLE/modules150/ThreadManForUser.java line 1256
Code:
(line 1256) } else if (thread.isSuspended()){
if (thread.wait.waitTimeoutAction != null) {
Scheduler.getInstance().removeAction(thread.wait.microTimeTimeout, thread.wait.waitTimeoutAction);
thread.wait.waitTimeoutAction = null;
}
thread.doCallbacks = false;
}