mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
raspberry109
Posts: 29
Joined: 07 Jun 2017 23:40

mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?

#1 Post by raspberry109 » 26 Oct 2017 03:00

mRemoteNG portable url: https://github.com/mRemoteNG/mRemoteNG/ ... G-1.72.zip
I connect my RDP with mRemoteNG,the prolem is that sometimes my session is disconnected a small window appears and say,see the snapshot i atached
Image

miskox
Posts: 555
Joined: 28 Jun 2010 03:46

Re: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?

#2 Post by miskox » 26 Oct 2017 04:01

Maybe you can find .ini files and/or registry entry of the application with selection ON and OFF. If you can find this setting in .ini file or registry then you can create a batch file to modify it.

Saso

raspberry109
Posts: 29
Joined: 07 Jun 2017 23:40

Re: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?

#3 Post by raspberry109 » 26 Oct 2017 05:06

can u take a look plz , i post above portable zip
maybe here?i found a file '' portable.config '' don't let me open i nned visual c ++
i also found logfile and it sayd:

Code: Select all

Message:
2
An internal error has occurred.
2017-10-23 14:52:13,074 [7] INFO - Connection Event Closed
2017-10-23 14:52:13,074 [7] INFO - Connection to 45.130.200.183 via RDP closed by user OYTYFHIU\HomeGroupUser.
2017-10-23 14:54:55,865 [1] INFO - Setting Console switch for RDC 6.1.
2017-10-23 14:54:55,868 [1] INFO - RD Gateway is supported.
2017-10-23 14:54:55,868 [1] INFO - RD Gateway is not supported!
2017-10-23 14:54:58,435 [1] INFO - Protocol Event Connected
2017-10-23 14:54:58,435 [1] INFO - Connection to "45.130.200.183" via "RDP" established by user "OYTYFHIU\HomeGroupUser" (Description: ""; User Field: "")
2017-10-23 14:56:05,219 [7] INFO - Connection Event Closed
2017-10-23 14:56:05,219 [7] INFO - Connection to 38.130.200.183 via RDP closed by user OYTYFHIU\HomeGroupUser.

ShadowThief
Expert
Posts: 1163
Joined: 06 Sep 2013 21:28
Location: Virginia, United States

Re: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?

#4 Post by ShadowThief » 26 Oct 2017 07:49

I don't see a portable.config in the zip you posted, but I do see a mRemoteNG.exe.config, which you can open with Notepad and which has a "ReconnectOnDisconnect" setting that is currently set to False.

raspberry109
Posts: 29
Joined: 07 Jun 2017 23:40

Re: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?

#5 Post by raspberry109 » 26 Oct 2017 07:50

really? i opened that settings? can you change it please? is possible??

Squashman
Expert
Posts: 4471
Joined: 23 Dec 2011 13:59

Re: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?

#6 Post by Squashman » 26 Oct 2017 07:58

raspberry109 wrote:really? i opened that settings? can you change it please? is possible??

What is stopping you from changing it?

raspberry109
Posts: 29
Joined: 07 Jun 2017 23:40

Re: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?

#7 Post by raspberry109 » 26 Oct 2017 08:06

i was not sure, change FALSE with TRUE?
you think will work? will be amazing so change with TRUE?

Code: Select all

<setting name="ReconnectOnDisconnect" serializeAs="String">
                <value>False</value>
            </setting>

ShadowThief
Expert
Posts: 1163
Joined: 06 Sep 2013 21:28
Location: Virginia, United States

Re: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?

#8 Post by ShadowThief » 26 Oct 2017 08:27

That's why I suggested it, yes.

I don't have a link with a bad connection so I can't test it.

raspberry109
Posts: 29
Joined: 07 Jun 2017 23:40

Re: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?

#9 Post by raspberry109 » 26 Oct 2017 08:34

I modify like this:

Code: Select all

<setting name="ReconnectOnDisconnect" serializeAs="String">
                <value>True</value>
            </setting>


The app. dones't open anymore,saying: :

Code: Select all

The application has failed to start becouse its side-by-side configuration is oncorrect.Please see the application event log or use the comman-line sxtrace.exe tool for more detail.

Squashman
Expert
Posts: 4471
Joined: 23 Dec 2011 13:59

Re: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?

#10 Post by Squashman » 26 Oct 2017 08:50

This problem is really out of the scope of what we do on DosTips.com. You should consider getting helping directly from the application developer.

raspberry109
Posts: 29
Joined: 07 Jun 2017 23:40

Re: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?

#11 Post by raspberry109 » 26 Oct 2017 08:53

i writte to him 2 weeks ago and nothing....no answer nothing...
someone ask him 2-3 months ago and he didn't answer,uff few chances...

Squashman
Expert
Posts: 4471
Joined: 23 Dec 2011 13:59

Re: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?

#12 Post by Squashman » 26 Oct 2017 09:01

Did you post a question on the support forum?
http://forum.mremoteng.org/

raspberry109
Posts: 29
Joined: 07 Jun 2017 23:40

Re: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?

#13 Post by raspberry109 » 26 Oct 2017 09:08

No! i tried many times but ,try yourself to register!! registration is close!Can you give me an acc. ? :P

ShadowThief
Expert
Posts: 1163
Joined: 06 Sep 2013 21:28
Location: Virginia, United States

Re: mRemoteNG can anyone make some changes to automatically tick: Reconnect when ready?

#14 Post by ShadowThief » 26 Oct 2017 16:49

raspberry109 wrote:No! i tried many times but ,try yourself to register!! registration is close!Can you give me an acc. ? :P

How could we possibly be expected to help with that? That site has nothing to do with this site.

Post Reply