Error when run debug windows #2295
Replies: 20 comments
|
two possible reason:
|
|
@halx99 so, how fix it? |
|
try uninstall and reinstall vcredist |
|
it doesn't seem to work for me |
|
|
Just out of curiosity, if you put a breakpoint on |
|
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 |
|
I tried deleting the build folder and using |
|
Can you try a new project? Create one via |
|
i also tried creating new, same error. |
What do you mean by this remark? Is this a local PC with Visual Studio 2022 installed? Have you tried repairing the VS installation? |
@rh101 and |
|
Try use https://github.com/simdsoft/wsls/releases/download/v3.5.3.1/wsls-3.5.3.1.7z |
How to set it up? |
|
the package contains |
|
you can write a .bat or .ps1 to iterate dlls in |
|
The problem is still not solved, however I think this is not axmol's problem, so I will close this issue, |
|
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). |


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:
All reactions