You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed this guide #564 And do the following: cmake -B build_x86 -A Win32 -DAX_BUILD_TESTS=OFF cmake --build build_x86 --config Debug cmake --build build_x86 --config Release
Then run: axmol new -p org.axmol.hellocpp -d E:\Project_Betta_Fish\ -l cpp --portrait HelloCpp cd /d E:\Project_Betta_Fish\HelloCpp cmake -B build_x86 -A Win32 "-DAX_PREBUILT_DIR=build_x86" cmake --build build_x86 --config Debug --target HelloCpp
The error sometimes occur and the window closed immadiately (about 50% occured), see video below:
Error.RenderScene.mp4
I try debug it and get this error:
and here is call stack capture
it seems the error caused by renderScene() method in multiplyMatrix() func
but I don't know how to fix it
please help, thanks.
Additional Info:
Axmol Version : 2.2.1
Cmake version : 3.28.1
Visual studio 2022
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I followed this guide #564 And do the following:
cmake -B build_x86 -A Win32 -DAX_BUILD_TESTS=OFF
cmake --build build_x86 --config Debug
cmake --build build_x86 --config Release
Then run:
axmol new -p org.axmol.hellocpp -d E:\Project_Betta_Fish\ -l cpp --portrait HelloCpp
cd /d E:\Project_Betta_Fish\HelloCpp
cmake -B build_x86 -A Win32 "-DAX_PREBUILT_DIR=build_x86"
cmake --build build_x86 --config Debug --target HelloCpp
The error sometimes occur and the window closed immadiately (about 50% occured), see video below:
Error.RenderScene.mp4
I try debug it and get this error:
and here is call stack capture
it seems the error caused by renderScene() method in multiplyMatrix() func
but I don't know how to fix it
please help, thanks.
Additional Info:
Axmol Version : 2.2.1
Cmake version : 3.28.1
Visual studio 2022
Beta Was this translation helpful? Give feedback.
All reactions