Windows 10: code execution

Discus and support code execution in Windows 10 Gaming to solve the problem; Upon startup I receive a popup stating: the code execution cannot proceed because VCOMP 100.DLL was not found. Reinstalling the program may fix this... Discussion in 'Windows 10 Gaming' started by ChrisSchutz, Dec 24, 2021.

  1. code execution


    Upon startup I receive a popup stating: the code execution cannot proceed because VCOMP 100.DLL was not found. Reinstalling the program may fix this problem. I have no idea of what program that is, or how to find it. Dell PC /Windows 11. Any ideas out there?

    :)
     
    ChrisSchutz, Dec 24, 2021
    #1
  2. ashwin Win User

    8-puzzle code executes infinitely.

    Your solution works! make these changes. Just change comment the first two line of equals and yo did not change the Code: public void equals(EightPuzzle test)[/quote] to Code: public void equals(Object test)[/quote] Now it executes withing 1 second for all the inputs. Superb optimization. Thanks*Smile code execution :)
    But I would like to get things clarified.
    You have made the following changes :

    • in astar() you changed Code: EightPuzzle x = openset.seek();[/quote] to Code: EightPuzzle x = openset.poll();[/quote] .This way you could removed the burden of first peeking and then polling.

    • in astar() you converted Code: if(closedset.contains(y)){ continue; } if(!closedset.contains(y)){ openset.add(y); }[/quote] to Code: if (closedset.contains(y)) { continue; } openset.add(y);[/quote] This removed the burden of calling contains two times. Instead you called it only once.
    • BUT in public LinkedList getChildren() of EightPuzzle you just kept one EightPuzzle variable called unified instead of up,right,down,left. And you changed the if statements to do while. Did you make these two change to save memory or does it also make the execution faster? If yes how did these two changes make the execution faster?
    4)
     
    ashwin, Dec 24, 2021
    #2
  3. Kreij Win User
    8-puzzle code executes infinitely.

    Without running this in a debugger or seeing actual values as the code executes, this is a bit hard to do in one's head. lol

    Given that the first code snippet you posted is where the infinite loop is occurring, it looks one of the two while loops is never returning a false value and exiting.

    The While(neighbor.size() > 0) loop doesn't look like the problem as you are removing the head of the list and never putting anything back into it in the loop.

    This would cause me to look at the openset.size() value as the code is running. If a situation occurs where after you remove the head of the list (with the openset.poll() call) another node is always being added by the openset.add() call inside the nested while loop, the size of openset would never reach zero and thus loop forever.

    I could, of course, be totally confused and wrong. *Big Grin code execution :D
     
    Kreij, Dec 24, 2021
    #3
  4. Aquinus Win User

    code execution

    8-puzzle code executes infinitely.

    Bingo, you go from linear time to constant time. Huge performance benefits for large data sets.
    Ahh, right. The object class should be smart enough to use all of the object attributes, but you may want to override it since it could most likely be executed faster. That makes sense, I missed that one. I only spent a little while looking through and editing code.
     
    Aquinus, Dec 24, 2021
    #4
Thema:

code execution

Loading...
  1. code execution - Similar Threads - code execution

  2. I cant open fortnite It says The code execution cannot procced because DSOUD.dll failed to...

    in Windows 10 Gaming
    I cant open fortnite It says The code execution cannot procced because DSOUD.dll failed to...: It says The code execution cannot procced because DSOUD.dll failed to load https://answers.microsoft.com/en-us/windows/forum/all/i-cant-open-fortnite-it-says-the-code-execution/9becbf3c-555e-485d-b0a5-5dabbf0b3ecf
  3. I cant open fortnite It says The code execution cannot procced because DSOUD.dll failed to...

    in Windows 10 Software and Apps
    I cant open fortnite It says The code execution cannot procced because DSOUD.dll failed to...: It says The code execution cannot procced because DSOUD.dll failed to load https://answers.microsoft.com/en-us/windows/forum/all/i-cant-open-fortnite-it-says-the-code-execution/9becbf3c-555e-485d-b0a5-5dabbf0b3ecf
  4. Please help how to solve the code execution cannot proceed because tak_deco_lib.dll not found.

    in Windows 10 Gaming
    Please help how to solve the code execution cannot proceed because tak_deco_lib.dll not found.: I am getting the above popup I tried the possibilities but no luck. please help how to the solve the above. https://answers.microsoft.com/en-us/windows/forum/all/please-help-how-to-solve-the-code-execution-cannot/3d5272a2-982f-4ad8-ae7f-50747d40c29f
  5. Please help how to solve the code execution cannot proceed because tak_deco_lib.dll not found.

    in Windows 10 Software and Apps
    Please help how to solve the code execution cannot proceed because tak_deco_lib.dll not found.: I am getting the above popup I tried the possibilities but no luck. please help how to the solve the above. https://answers.microsoft.com/en-us/windows/forum/all/please-help-how-to-solve-the-code-execution-cannot/3d5272a2-982f-4ad8-ae7f-50747d40c29f
  6. The code execution cannot proceed because MSVCP120.dll was not found. Reinstalling the...

    in Windows 10 Gaming
    The code execution cannot proceed because MSVCP120.dll was not found. Reinstalling the...: The code execution cannot proceed because MSVCP120.dll was not found. Reinstalling the program may fix this problem. The code execution cannot proceed because MSVCP100.dll was not found. Reinstalling the program may fix this problem.Help me pls...
  7. On Windows 10, I'm getting this error: mp4.exe - Sytem Error The code execution cannot...

    in Windows 10 Gaming
    On Windows 10, I'm getting this error: mp4.exe - Sytem Error The code execution cannot...: On Windows 10, I'm getting this error: mp4.exe - Sytem Error The code execution cannot proceed because proceed because CrshHandlerInitializer.dll was not found. Reinstalling the program may fix this problem.I searched the drive for that filename but it wasn't found. I...
  8. On Windows 10, I'm getting this error: mp4.exe - Sytem Error The code execution cannot...

    in Windows 10 Software and Apps
    On Windows 10, I'm getting this error: mp4.exe - Sytem Error The code execution cannot...: On Windows 10, I'm getting this error: mp4.exe - Sytem Error The code execution cannot proceed because proceed because CrshHandlerInitializer.dll was not found. Reinstalling the program may fix this problem.I searched the drive for that filename but it wasn't found. I...
  9. On Windows 10, I'm getting this error: mp4.exe - Sytem Error The code execution cannot...

    in Windows 10 BSOD Crashes and Debugging
    On Windows 10, I'm getting this error: mp4.exe - Sytem Error The code execution cannot...: On Windows 10, I'm getting this error: mp4.exe - Sytem Error The code execution cannot proceed because proceed because CrshHandlerInitializer.dll was not found. Reinstalling the program may fix this problem.I searched the drive for that filename but it wasn't found. I...
  10. After execute Windows 10 installation media, there is error code : 0x80072F8F - 0x20000,...

    in Windows 10 Gaming
    After execute Windows 10 installation media, there is error code : 0x80072F8F - 0x20000,...: After execute Windows 10 installation media, there is error code : 0x80072F8F - 0x20000, How to solve it ? https://answers.microsoft.com/en-us/windows/forum/all/after-execute-windows-10-installation-media-there/f84e0a6c-1411-4d19-8227-deafb96e8652