Java keeps displaying some loops if user is requir

2019-08-14 06:57发布

问题:

This problem has been bugging me for a while, there's no "error" but for some reason whenever my code has something like: JOptionPane.showInputDialog("Enter Name:");, in the java console it keeps looping some crap like:

01:03.31 76[dbg] CShellExtClassFactory::CShellExtClassFactory()
01:03.31 77[dbg] CShellExtClassFactory::QueryInterface()
01:03.31 78[dbg] CShellExtClassFactory::CreateInstance()
01:03.31 79[dbg] CShellExt::CShellExt()

It starts looping this as soon as that is called and it doesnt stop after input has been entered. This doesn't happen on my other machines. Is this something in the newer Java versions or is it something computer related? I tried looking it up, found some other people with similar problems but no solutions.