Windows shortcut causes problems at startup #436

Closed
opened 2022-04-21 03:28:22 +00:00 by UnexampledSalt · 3 comments

Fresh install on Windows 10.

Opening with start menu shortcut would cause intermittent connection issues, mostly resuting in total connection failure. Starting from terminal, or by using the executable directly worked flawlessly.

Found that the shortcut was malformed. The "Start In" option was set to "C:\Program Files (x86)\Cwtch\cwtch.exe"

When this was changed to simply "C:\Program Files (x86)\Cwtch" using the shortcut works as intended for a flawless startup.

Fresh install on Windows 10. Opening with start menu shortcut would cause intermittent connection issues, mostly resuting in total connection failure. Starting from terminal, or by using the executable directly worked flawlessly. Found that the shortcut was malformed. The "Start In" option was set to "C:\Program Files (x86)\Cwtch\cwtch.exe" When this was changed to simply "C:\Program Files (x86)\Cwtch\" using the shortcut works as intended for a flawless startup.
Owner

Thanks for the report!

I believe this was fixed in the 1.7 release - @dan?

Thanks for the report! I believe this was fixed in the 1.7 release - @dan?
sarah added the
windows
label 2022-04-25 17:52:19 +00:00
dan self-assigned this 2022-05-19 21:17:41 +00:00
Owner

it works for me but I do see the StartIn directory referencing the .exe

https://stackoverflow.com/questions/973469/how-do-i-change-the-start-in-path-of-a-shortcut-for-nsis

suggests we use SetOutPath but we do, but we didn't use quotes and NSIS and windows are notoriously fickle. Will try adding

it works for me but I do see the StartIn directory referencing the .exe https://stackoverflow.com/questions/973469/how-do-i-change-the-start-in-path-of-a-shortcut-for-nsis suggests we use `SetOutPath` but we do, but we didn't use quotes and NSIS and windows are notoriously fickle. Will try adding
Owner

confirmed the nsis syntax fix worked.

confirmed the nsis syntax fix worked.
sarah closed this issue 2023-06-08 18:54:15 +00:00
sarah added the
cwtch-beta-1.12
label 2023-06-15 23:37:39 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cwtch.im/cwtch-ui#436
No description provided.