Open
Description
Version Information
Cmder version: 1.3.25.328
Operating system: Windows 10
Cmder Edition
Cmder Full (with Git)
Description of the issue
when starting cmder, (in this case with 3 tabs) this shows at the top of one:
Could Not Find C:\Users\abc\AppData\Local\Temp\cmder_lib_pathA
Could Not Find C:\Users\abc\AppData\Local\Temp\cmder_lib_pathB
another one has it twice
Could Not Find C:\Users\abc\AppData\Local\Temp\cmder_lib_pathA
Could Not Find C:\Users\abc\AppData\Local\Temp\cmder_lib_pathB
Could Not Find C:\Users\abc\AppData\Local\Temp\cmder_lib_pathA
Could Not Find C:\Users\abc\AppData\Local\Temp\cmder_lib_pathB
And the third doesn't show it at all.
I saw it might be related to this, is there reason for the arbitrary path size limit? (my path is length 4000)
https://github.com/cmderdev/cmder/blob/master/vendor/lib/lib_path.cmd#L129
How to reproduce
- Have a long path
- close cmder with 3 tabs running
- open cmder (the 3 tabs will get restored)
- see the error
Additional context
No response
Checklist
- I have read the documentation.
- I have searched for similar issues and found none that describe my issue.
- I have reproduced the issue on the latest version of Cmder.
- I am certain my issues are not related to ConEmu, Clink, or other third-party tools that Cmder uses.