mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #435] Problem with applications configured in RemoteApp #3248
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#3248
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lnunovero on GitHub (Jun 9, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/435
Originally assigned to: @VShawn on GitHub.
Hello dear friends
I would like to report a problem I am experiencing with the latest released Betas versions of 1Remote.
Currently I have applications configured with RemoteApp which stopped working from one day to another. At the moment when I double click on them and/or connect they simply do nothing, nor is the attempt to open a window displayed.
Interestingly when I delete my AppData hosted profile from the application and reconfigure it is when it works again.
I can't add an error image as there is no failure window that I can display.
I appreciate your support and collaboration to identify what may be going on, if you require any additional information or additional help from me please let me know.
@lnunovero commented on GitHub (Jun 9, 2023):
I add the log found in the AppDataRoaming\1Remote.logs path today when trying to access the RemoteApp:
[T:032][13:47:47.460]Error` [SessionControlService_OpenConnection.cs(b__3:121)]@lnunovero commented on GitHub (Jun 9, 2023):
I just noticed that Beta 4 unlike Beta 3 creates .rdp files in the \AppData\Local\Temp path which get stuck running through the remote access process.
I have reverted to version 3 and after testing I see that it does not create the temporary .rdp files.
@VShawn commented on GitHub (Jun 12, 2023):
hi @Lnunovero92
The startup process of the RDP app is:
This process has not been modified since the initial version to the current version.
Therefore, the error in your log is actually in step 3, where the file couldn't be deleted because it was being used (since the Rdp app does not display any windows, the rdp file is likely being used by mstsc.exe). So it will not effect to the problem
simply do nothing, nor is the attempt to open a window displayedI will test the RDP app on the latest beta version later, and you can also try using mstsc.exe to directly start the rdp file left in the TMP folder.
@VShawn commented on GitHub (Aug 26, 2023):
it works as expect on my PC, my OS is not Win11, so it's possible that my test results may not prove anything.
@VShawn commented on GitHub (Aug 26, 2023):
it works as expect on my PC, my OS is not Win11, so it's possible that my test results may not prove anything.
@lnunovero commented on GitHub (Oct 5, 2023):
Hello
Sorry, I was so excited to use the tool without problems that I didn't get to confirm that with the latest release I no longer perceive the reported drawback.
Thank you for your support.