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
The text was updated successfully, but these errors were encountered:
KawasakiNinjaH2R
changed the title
PrusaSlicerfails to runtest on MSVC on WIndows in debug and release mode
PrusaSlicerfails to runtest on MSVC on Windows in debug and release mode
Sep 12, 2023
Description of the bug
Hi all, PrusaSlicer fails to runtest on MSVC on WIndows in debug and release mode. Can you please take a look at this issue? Thanks in advance!
Actual Results
Test project F:/gitP/prusa3d/PrusaSlicer/build_amd64
Start 1: arrange_tests
1/5 Test #1: arrange_tests ....................***Exception: SegFault 5.25 sec
2/5 Test #2: libslic3r_tests ..................***Exception: SegFault 5.17 sec
3/5 Test #3: slic3rutils_tests ................***Exception: SegFault 7.39 sec
4/5 Test #4: fff_print_tests ..................***Exception: SegFault 5.44 sec
5/5 Test #5: sla_print_tests ..................***Exception: SegFault 4.95 sec
0% tests passed, 5 tests failed out of 5
Total Test time (real) = 28.38 sec
The following tests FAILED:
1 - arrange_tests (SEGFAULT)
2 - libslic3r_tests (SEGFAULT)
3 - slic3rutils_tests (SEGFAULT)
4 - fff_print_tests (SEGFAULT)
5 - sla_print_tests (SEGFAULT)
Expect Result
Test pass
Project file & How to reproduce
Open x64 Native Tools Command Prompt for VS 2022
git clone https://github.com/prusa3d/PrusaSlicer.git F:\gitP
git reset --hard 16b7175
cd F:\gitP\prusa3d\PrusaSlicer\deps
mkdir PrusaSlicer-deps
cd PrusaSlicer-deps
cmake -G "Visual Studio 17 2022" -A x64 -DCMAKE_SYSTEM_VERSION=10.0.22621.0 -DCMAKE_BUILD_TYPE=Release .. 2>&1
msbuild /m /p:Platform=x64 /p:Configuration=Debug ALL_BUILD.vcxproj /t:Rebuild 2>&1
cd F:\gitP\prusa3d\PrusaSlicer\build_amd64
cmake -G "Visual Studio 17 2022" -A x64 -DCMAKE_SYSTEM_VERSION=10.0.22621.0 -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=F:\gitP\prusa3d\PrusaSlicer\deps\PrusaSlicer-deps\destdir\usr\local .. 2>&1
msbuild /m /p:Platform=x64 /p:Configuration=Release PrusaSlicer.sln /t:Rebuild 2>&1
ctest --build-config Release --output-on-failure > test_debug.log
Checklist of files included above
Version of PrusaSlicer
git commit: 16b7175
Operating system
Windows 11 + VS2022
Printer model
none
The text was updated successfully, but these errors were encountered: