Error when run debug windows #2295
Replies: 20 comments
-
two possible reason:
|
Beta Was this translation helpful? Give feedback.
-
@halx99 so, how fix it? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
try uninstall and reinstall vcredist |
Beta Was this translation helpful? Give feedback.
-
it doesn't seem to work for me |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Just out of curiosity, if you put a breakpoint on |
Beta Was this translation helpful? Give feedback.
-
@rh101 it not come to breakpoint |
Beta Was this translation helpful? Give feedback.
-
Is this something that just started occurring, and if so, have you checked the most recent changes you made to the application to see if that is what caused the problem? Have you also tried deleting the build folder and regenerating it with the |
Beta Was this translation helpful? Give feedback.
-
I tried deleting the build folder and using |
Beta Was this translation helpful? Give feedback.
-
Can you try a new project? Create one via |
Beta Was this translation helpful? Give feedback.
-
i also tried creating new, same error. |
Beta Was this translation helpful? Give feedback.
-
What do you mean by this remark? Is this a local PC with Visual Studio 2022 installed? Have you tried repairing the VS installation? |
Beta Was this translation helpful? Give feedback.
-
@rh101 and |
Beta Was this translation helpful? Give feedback.
-
Try use https://github.com/simdsoft/wsls/releases/download/v3.5.3.1/wsls-3.5.3.1.7z |
Beta Was this translation helpful? Give feedback.
-
How to set it up? |
Beta Was this translation helpful? Give feedback.
-
the package contains |
Beta Was this translation helpful? Give feedback.
-
you can write a .bat or .ps1 to iterate dlls in |
Beta Was this translation helpful? Give feedback.
-
The problem is still not solved, however I think this is not axmol's problem, so I will close this issue, |
Beta Was this translation helpful? Give feedback.
-
Aren't you trying to “Axmol build” inside the engine folder? (it is not very clear where you are doing the axmol build, but from the name of the error window it looks like you are doing it in a new project and not in the engine). Try this command “cmake -S . -B build -G “Visual Studio 17 2022” -A x64” (in a new project), open the solution (.sln), it will default to debug/ x64. just hit start debugging (it will take a while). PS: you need to delete everything you have done with your engine version (reinstall axmol), another option would be to upgrade the engine (you can always go back to a previous version by reinstalling axmol, but you must be careful that the folder is always named the same or you will have many axmol folders in your environment variables, although it is not difficult to remove them, just extra work). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Steps to Reproduce:
Beta Was this translation helpful? Give feedback.
All reactions