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. How do I fix "The code execution cannot proceed because MSVCR100.dll was not found"?

    in Windows 10 Gaming
    How do I fix "The code execution cannot proceed because MSVCR100.dll was not found"?: When I resetted my pc, I logged back into my account and tried installing an app that every gamer needs in his life. Called "Flawless Widescreen" I've been using it for 2 years now and had no issues with it. But ever since I resetted my pc. I had one issue and it said "The...
  3. How do I fix "The code execution cannot proceed because MSVCR100.dll was not found"?

    in Windows 10 Software and Apps
    How do I fix "The code execution cannot proceed because MSVCR100.dll was not found"?: When I resetted my pc, I logged back into my account and tried installing an app that every gamer needs in his life. Called "Flawless Widescreen" I've been using it for 2 years now and had no issues with it. But ever since I resetted my pc. I had one issue and it said "The...
  4. How do I fix "The code execution cannot proceed because MSVCR100.dll was not found"?

    in Windows 10 BSOD Crashes and Debugging
    How do I fix "The code execution cannot proceed because MSVCR100.dll was not found"?: When I resetted my pc, I logged back into my account and tried installing an app that every gamer needs in his life. Called "Flawless Widescreen" I've been using it for 2 years now and had no issues with it. But ever since I resetted my pc. I had one issue and it said "The...
  5. Difficulty in installing SPSS showing the code execution cannot proceed because...

    in Windows 10 Gaming
    Difficulty in installing SPSS showing the code execution cannot proceed because...: Difficulty in installing SPSS https://answers.microsoft.com/en-us/windows/forum/all/difficulty-in-installing-spss-showing-the-code/f20cdd5b-bfa3-469b-8bc7-da9c9f9a7e9c
  6. Difficulty in installing SPSS showing the code execution cannot proceed because...

    in Windows 10 Software and Apps
    Difficulty in installing SPSS showing the code execution cannot proceed because...: Difficulty in installing SPSS https://answers.microsoft.com/en-us/windows/forum/all/difficulty-in-installing-spss-showing-the-code/f20cdd5b-bfa3-469b-8bc7-da9c9f9a7e9c
  7. Difficulty in installing SPSS showing the code execution cannot proceed because...

    in Windows 10 Installation and Upgrade
    Difficulty in installing SPSS showing the code execution cannot proceed because...: Difficulty in installing SPSS https://answers.microsoft.com/en-us/windows/forum/all/difficulty-in-installing-spss-showing-the-code/f20cdd5b-bfa3-469b-8bc7-da9c9f9a7e9c
  8. 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
  9. 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
  10. 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