https://bugs.documentfoundation.org/show_bug.cgi?id=167281
--- Comment #6 from V Stuart Foote <[email protected]> --- Created attachment 201541 --> https://bugs.documentfoundation.org/attachment.cgi?id=201541&action=edit WinDbg stack of launch of 20250627 TB77 nightly /i installed to system to an INSTALLLOCATION (In reply to Regina Henschel from comment #5) > (In reply to V Stuart Foote from comment #4) > > OK poked at it with fresh /a admin installs of the nightly builds, and NOT > > editing the bootstrap.ini from defaults and initial launching from command > > line with -env:UserInstallation file path. > > Please notice my comment 1. There is _no_ crash with an administrative > installation. You need to install it regularly to get the crash. OK sorry. Missed that you'd done an msiexec.exe /i install. Went ahead and tested the 20250627 TB77 build. Could not reproduce an issue launched from the cmd line. C:\temp\LO_Dev\program\soffice.exe \ -env:UserInstallation=file:///c:/temp/LODev_en_user And, I also used WinDbg to 'Open Executable...' the with symbols. Get a few halts while loading modules, but able to 'g' continue for each: ntdll!LdrpDoDebuggerBreak C:\WINDOWS\SYSTEM32\MSVCP140.dll C:\temp\LO_Dev\program\icudt77.dll modules continue to load, but then start getting first chance errors (5874.74a0): C++ EH exception - code e06d7363 (first chance) and then a few vcl warnings warn:desktop.updater:22644:12556:desktop/source/app/updater.cxx:620: download did not succeed. Error code: 404 warn:desktop.updater:22644:12556:desktop/source/app/updater.cxx:786: error during the update check: download did not succeed warn:vcl:22644:29856:vcl/source/image/ImplImage.cxx:104: Failed to load scaled image from cmd/sc_signaturesmenu.png at 1 warn:vcl:22644:29856:vcl/source/image/ImplImage.cxx:127: Failed to load stock icon cmd/sc_signaturesmenu.png warn:vcl:22644:29856:vcl/source/image/ImplImage.cxx:104: Failed to load scaled image from cmd/sc_documentation.png at 1 warn:vcl:22644:29856:vcl/source/image/ImplImage.cxx:127: Failed to load stock icon cmd/sc_documentation.png warn:vcl:22644:29856:vcl/source/image/ImplImage.cxx:104: Failed to load scaled image from cmd/sc_safemode.png at 1 warn:vcl:22644:29856:vcl/source/image/ImplImage.cxx:127: Failed to load stock icon cmd/sc_safemode.png warn:vcl:22644:29856:vcl/source/image/ImplImage.cxx:104: Failed to load scaled image from cmd/sc_getinvolved.png at 1 warn:vcl:22644:29856:vcl/source/image/ImplImage.cxx:127: Failed to load stock icon cmd/sc_getinvolved.png warn:vcl:22644:29856:vcl/source/image/ImplImage.cxx:104: Failed to load scaled image from cmd/sc_showlicense.png at 1 warn:vcl:22644:29856:vcl/source/image/ImplImage.cxx:127: Failed to load stock icon cmd/sc_showlicense.png But nothing really jumps out. Anything else I should try to reproduce? =-testing-= msiexec.exe /i install of the .msi package with INSTALLLOCATION="C:\temp\LO_Dev" (note can't use the TARGETDIR= of normal /a admin install). And launch soffice.exe using the -env:UserInstallation=file:///c:/temp/LODev_en_user (already existing but empty) to create a new empty user profile Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 04bd455e36b054001e08a0a3256d508a009ffef3 CPU threads: 28; OS: Windows 11 X86_64 (build 26100); UI render: Skia/Vulkan; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL threaded -- You are receiving this mail because: You are the assignee for the bug.
