Fix for Resedit

Fix for Resedit

Postby Rick Lipkin » Thu Aug 05, 2021 10:21 pm

To All

I have been trying to isolate the "service" that causes Resedit to Start and then quit ... quite by accident I disabled the Networking services and Resedit is now working .. Connect the internet ( either wireless or ethernet ) and Resedit starts and quits.

I can deal with that ... however that tells me that Resedit ( probably ) is trying to "Dial Home to Mom" and Resedit dot net is no longer active and for whatever reason causes the application to just Quit. I would appreciate if anyone else having this problem with Resedit could test my theory .. just disconnect your internet connection and see if the program becomes stable again.

Thanks
Rick Lipkin
User avatar
Rick Lipkin
 
Posts: 2615
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: Fix for Resedit

Postby James Bott » Thu Aug 05, 2021 10:57 pm

Hmm, that is interesting.

However I just tried running Resedit, with and without an internet connection, and it didn't have a problem either way. I also forced a "phone home" by selecting the menu choice, "Check for updates" and all I got was a message to check my internet connection.

I am using WiFi network/internet access, are you, or are you using a wired network connection? Maybe that is the difference although I can't imagine why.
FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Re: Fix for Resedit

Postby Antonio Linares » Thu Aug 05, 2021 11:31 pm

Rick,

You are right. Disconnect internet then it runs properly, and even if you reconnect again it continues working.

But with internet connection, it exits on start.

The ResEdit case... :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Fix for Resedit

Postby Antonio Linares » Thu Aug 05, 2021 11:49 pm

It seems as it connects to 69.16.230.42 to check for the latest version:

HTTP:Request, GET /v_1.6.6
HTTP:Response, HTTP/1.1, Status: Ok, URL: /v_1.6.6

Image
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Fix for Resedit

Postby James Bott » Fri Aug 06, 2021 1:07 am

Hmm, I wonder if the reason it works for me may be that I get directed to a different DNS server than you guys are?

If we can locate the programs author, maybe we could get him to remove that automatic update check?

In the meantime you can just set "airplane mode" on before you launch Resedit, then turn it off again when done. A pain but it would work. I just noticed that there is an airplane icon in my taskbar (that I didn't put there) that turns on airplane mode. Makes it a little easier.
FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Re: Fix for Resedit

Postby Antonio Linares » Fri Aug 06, 2021 1:13 am

Rick, James,

A workaround is to first detect your internet connection: (from a cmd window)
Code: Select all  Expand view
netsh interface show interface

Then you create this go.bat and run it in admin mode:
Code: Select all  Expand view
netsh interface set interface "Wi-Fi" disable
start c:\software\resedit\resedit.exe
ping -n 6 127.0.0.1 > nul
netsh interface set interface "Wi-Fi" enable

change the path for resedit.exe to yours. Here it works :-)
ping -n 6 127.0.0.1 > nul waits for 5 secs which seems enough to bypass the connection try
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Fix for Resedit

Postby James Bott » Fri Aug 06, 2021 1:18 am

Well, I guess we can't contact the author, Glenn Randers-Pehrson. It seems he has passed away.

http://www.tuxmachines.org/node/116823
FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Re: Fix for Resedit

Postby Antonio Linares » Fri Aug 06, 2021 7:04 am

Much simpler:

Just uncheck the option "Auto check updates" from "Options", "Preferences", "General"

and the problem goes away
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Fix for Resedit

Postby Baxajaun » Fri Aug 06, 2021 7:27 am

Hi !!!

ResEdi's author is Julien Audo.

Best regards,
User avatar
Baxajaun
 
Posts: 961
Joined: Wed Oct 19, 2005 2:17 pm
Location: Gatika. Bizkaia

Re: Fix for Resedit

Postby ADutheil » Fri Aug 06, 2021 2:35 pm

I have the auto check update enabled and resedit works fine. The problem may be elsewhere.
Regards,

André Dutheil
FWH 13.04 + HB 3.2 + MSVS 10
ADutheil
 
Posts: 368
Joined: Sun May 31, 2009 6:25 pm
Location: Salvador - Bahia - Brazil

Re: Fix for Resedit

Postby Rick Lipkin » Fri Aug 06, 2021 6:12 pm

As Antonio suggests .. I disabled the Auto Check for updates and the abrupt QUIT has stopped !!!!

Fantastic Find .. Thanks Antonio !!

Rick Lipkin
User avatar
Rick Lipkin
 
Posts: 2615
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: Fix for Resedit

Postby James Bott » Fri Aug 06, 2021 7:34 pm

Antonio,

Just uncheck the option "Auto check updates" from "Options", "Preferences", "General"


Now, where is the challenge in that?

You solved it not once, but twice!

Now what are we going to do to keep busy?

I guess that is why you are the head honcho around here.

Simplicity is the ultimate sophistication. ~Leonardo DaVinci
FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Re: Fix for Resedit

Postby Antonio Linares » Sat Aug 07, 2021 10:42 am

Rick's great internet connection finding pointed us to use the Microsoft Network monitor...

Then we understood that the app was trying to update itself...

After seeing the app's option it was worth to try it :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Fix for Resedit

Postby MarioG » Sun Aug 08, 2021 2:25 pm

Muchas gracias Antonio!!
Hace como un mes que tuve que dejar de usarlo
No se molesten los que usan Pelles C; pero a ResEdit lo encuentro mucho mas practico

Un detalle; se me cerraba inmediatamente al ingresar por primera vez; de manera que ni podia llegar al menu Opciones
Desabilité Internet... y ya estamos de vuelta en su uso!

Graciasssss!!
Resistencia - "Ciudad de las Esculturas"
Chaco - Argentina
User avatar
MarioG
 
Posts: 1380
Joined: Fri Oct 14, 2005 1:28 pm
Location: Resistencia - Chaco - AR

Re: Fix for Resedit

Postby Carles » Sun Aug 08, 2021 4:12 pm

Hi,

it is just a curiosity, but resedit works perfectly to design the screens for tweb in php, and they can also be used with fwh

I think it is a good alternative and a good resource... :D

C.
Salutacions, saludos, regards

"...programar es fácil, hacer programas es difícil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
Skype -> https://join.skype.com/cnzQg3Kr1dnk
User avatar
Carles
 
Posts: 1090
Joined: Fri Feb 10, 2006 2:34 pm
Location: Barcelona


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 72 guests