mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #150] 0.5.11.1 Portable: Does not start at all #2044
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#2044
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 @valsamis-d on GitHub (Sep 6, 2021).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/150
Originally assigned to: @VShawn on GitHub.
Describe the bug
After "installing" the portable version (0.5.11.1) and double-clicking the "exe" file, PRemoteM does not start at all.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Initial settings wizard should appear
Desktop (please complete the following information):
@VShawn commented on GitHub (Sep 6, 2021):
Have you installed .NET Framework 4.8?
We need it as the base environment.
If you installed .NF 4.8. then please send me the log file in the
C:\Users\USER NAME\AppData\Roaming\PRemoteM, I will check out what happened.@valsamis-d commented on GitHub (Sep 6, 2021):
I have .NET Framework 4.8 installed.
Emptied "C:\Users\USER NAME\AppData\Roaming\PRemoteM" completely since I was using 0.5.10
"Reinstalled" 0.5.11.1 portable
Executed it and didn't start at all. Also no files were found in "C:\Users\USER NAME\AppData\Roaming\PRemoteM"
@majkinetor commented on GitHub (Sep 6, 2021):
Empty event viewer, then start the app, then look into it and give errors.
@valsamis-d commented on GitHub (Sep 6, 2021):
Cleared "Application" logs in event viewer and started the portable version of PRemoteM. Some entries were logged in "Application" logs. See attached. The 1000 Event ID is translated in English as:
_
PRemoteM_Application_Logs.zip
_
@majkinetor commented on GitHub (Sep 6, 2021):
0xe0434352 is the code for a CLR (.Net runtime) exception. I opened your event viewer log and this is in it:
Bug in
KeywordMatchServiceseems to cause thisIt might be that you don't have .NET 4.8 because of the line
Framework Version: v4.0.30319and because given exception isSystem.NotSupportedException.@valsamis-d commented on GitHub (Sep 7, 2021):
Hmmm... This is strange as it seems that I do have .NET 4.8 installed but for some reason .NET 4.0 is chosen. See below:
@valsamis-d commented on GitHub (Sep 8, 2021):
@VShawn @majkinetor any ideas on why .NET 4.0 is chosen instead of .NET 4.8?
@VShawn commented on GitHub (Sep 9, 2021):
No idea, I have a same .net environment, but eveything work well on me.
Maybe you can give a try on Microsoft Store version?
@valsamis-d commented on GitHub (Sep 9, 2021):
@VShawn I tested the Microsoft Store version and it starts up normally and without any issue. I noticed, though, that the PRemoteM version is 5.11.2 and not 5.11.1 like the portable version I tested. Overall, I prefer to have the portable version working. Thanks for the feedback!
@VShawn commented on GitHub (Sep 10, 2021):
the difference between 5.11.2 is there, nothing special, I dont think it can fix your ticket.
github.com/VShawn/PRemoteM@a98df886a2In case you would like to test here it the portable 0.5.11.2.
PRemoteM-0.5.11.2.zip
@valsamis-d commented on GitHub (Sep 10, 2021):
@VShawn it's exactly like you said. This 5
.11.2 version didn't make any difference. Hope you can find any leads why this is not working
@JeanRessouche commented on GitHub (Sep 19, 2021):
Hi, same issue here, .net 4.8 installed, no way to start the exe
@ikvm commented on GitHub (Sep 30, 2021):
@valsamis-d @souchprod try Updated application configuration files to enabled loadFromRemoteSources:
ref: https://docs.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/dd409252(v=vs.100)?redirectedfrom=MSDN
@valsamis-d commented on GitHub (Sep 30, 2021):
(*) EDIT: Nevermind @ikvm. Figured it out. I created a "PRemoteM.exe.config" file in the portable directory and pasted the content above and everything worked like a charm :) Thank you!
Thanks for the tip @ikvm !
I'm running the portable version and cannot really find a 'config file' to include the above? Can you please clarify?