Closed Devinwhite closed 4 months ago
7>CUSTOMBUILD : error : patch failed: src/osx/cocoa/settings.mm:224 7>CUSTOMBUILD : error : src/osx/cocoa/settings.mm: patch does not apply 7>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(241,5): error MSB8066: Custom build for 'D:\work\Projects\BambuStudio\deps\build\CMakeFiles\e18a78d70448d9e18ed7da1648b635eb\dep_wxWidgets-mkdir.rule;D:\work\Projects\BambuStudio\deps\build\CMakeFiles\e18a78d70448d9e18ed7da1648b635eb\dep_wxWidgets-download.rule;D:\work\Projects\BambuStudio\deps\build\CMakeFiles\e18a78d70448d9e18ed7da1648b635eb\dep_wxWidgets-update.rule;D:\work\Projects\BambuStudio\deps\build\CMakeFiles\e18a78d70448d9e18ed7da1648b635eb\dep_wxWidgets-patch.rule;D:\work\Projects\BambuStudio\deps\build\CMakeFiles\e18a78d70448d9e18ed7da1648b635eb\dep_wxWidgets-configure.rule;D:\work\Projects\BambuStudio\deps\build\CMakeFiles\e18a78d70448d9e18ed7da1648b635eb\dep_wxWidgets-build.rule;D:\work\Projects\BambuStudio\deps\build\CMakeFiles\e18a78d70448d9e18ed7da1648b635eb\dep_wxWidgets-build_debug.rule;D:\work\Projects\BambuStudio\deps\build\CMakeFiles\e18a78d70448d9e18ed7da1648b635eb\dep_wxWidgets-install.rule;D:\work\Projects\BambuStudio\deps\build\CMakeFiles\823960a7111b9f21ba44d232e6412e75\dep_wxWidgets-complete.rule;D:\work\Projects\BambuStudio\deps\build\CMakeFiles\258fc9b4ab6c35b7f3020ecde013b882\dep_wxWidgets.rule' exited with code 1. 7>Done building project "dep_wxWidgets.vcxproj" -- FAILED.
@Devinwhite hello, sorry for the late replay do you still meet this issue, if yes, could you show the full log of the building?
and is there any error when the first cmake command executed
sometimes the building will fail due to the network downloading, we need to cleanup the patches of dep_wxWidgets
before you build again
you can try following commands:
cd BambuStudio/deps/build/dep_wxWidgets-prefix/src/dep_wxWidgets
git reset --hard
sometimes the building will fail due to the network downloading, we need to cleanup the patches of dep_wxWidgets before you build again you can try following commands:
cd BambuStudio/deps/build/dep_wxWidgets-prefix/src/dep_wxWidgets
git reset --hard
@lanewei120, just wanted to say that this helped me with the same issue. Thank you!
sometimes the building will fail due to the network downloading, we need to cleanup the patches of dep_wxWidgets before you build again you can try following commands:
cd BambuStudio/deps/build/dep_wxWidgets-prefix/src/dep_wxWidgets
git reset --hard
@lanewei120, just wanted to say that this helped me with the same issue. Thank you!
@tsmith35
Glad to hear that
thanks for the feedback~
should be fixed, please try the newest codes
Bambu Studio Version
1.7.6
Where is the application from?
Bambu Lab github releases
OS version
Microsoft Windows 11 Pro 64-bit Ver.2009(OS build 22621.2283)
Additional system information
OS: Microsoft Windows 11 Pro 64-bit Ver.2009(OS build 22621.2283) Windows Product Key: WFG6P HDI Build: ZS7-17Q1KM4-SF6 / 15.TC0.L11.11.0.10 BIOS Version: E17Q1IWS.113 BIOS Release Date: 2023/07/04 EC Version: 17Q1IWS1.10C0613202314:39:48 CPU: 12th Gen Intel(R) Core(TM) i7-12800HX Memory: 32 GB @ 2000 MHz
Graphics: DisplayLink USB Device, 0 MB Graphics: DisplayLink USB Device, 0 MB Graphics: NVIDIA RTX A3000 12GB Laptop GPU, 12288 MB Graphics: Intel(R) UHD Graphics, 1024 MB VBIOS Version: 94.04.81.00.2b Disk: SSD, SAMSUNG MZVL21T0HCLR-00B00, 953.87 GB Disk: SSD, WD_BLACK SN850X 4000GB, 3726.02 GB Network: Killer(R) Wi-Fi 6E AX1675i 160MHz Wireless Network Adapter (211NGW) Network: Killer E3100G 2.5 Gigabit Ethernet Controller Network: Bluetooth Device (Personal Area Network) Network: DisplayLink Network Adapter NCM Win32 SHIFT mode: Unsupportive Power Plan: Power Scheme GUID: 381b4222-f694-41f0-9685-ff5bb260df2e (Balanced) UWP User Scenario: Extreme Performance, Performance: Hight, Fan: Auto Graphic Switch: Unsupportive Security Level 2: Supportive
Printer
Bambu Labs X1C
How to reproduce
Actual results
Expected results
The expected result is the dependencies would build, and I would be able to proceed with the building of the application.
Project file & Debug log uploads
No project file
Checklist of files to include