Fix for Resedit
- Rick Lipkin
- Posts: 2668
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
Fix for Resedit
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
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
- James Bott
- Posts: 4840
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Re: Fix for Resedit
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.
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
- Antonio Linares
- Site Admin
- Posts: 42510
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
Re: Fix for Resedit
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...![Smile :-)](./images/smilies/icon_smile.gif)
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...
![Smile :-)](./images/smilies/icon_smile.gif)
- Antonio Linares
- Site Admin
- Posts: 42510
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
Re: Fix for Resedit
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](https://github.com/FiveTechSoft/screenshots/blob/master/networkmonitor.JPG?raw=true)
HTTP:Request, GET /v_1.6.6
HTTP:Response, HTTP/1.1, Status: Ok, URL: /v_1.6.6
- James Bott
- Posts: 4840
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Re: Fix for Resedit
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.
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
- Antonio Linares
- Site Admin
- Posts: 42510
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
Re: Fix for Resedit
Rick, James,
A workaround is to first detect your internet connection: (from a cmd window)
Then you create this go.bat and run it in admin mode:
change the path for resedit.exe to yours. Here it works![Smile :-)](./images/smilies/icon_smile.gif)
ping -n 6 127.0.0.1 > nul waits for 5 secs which seems enough to bypass the connection try
A workaround is to first detect your internet connection: (from a cmd window)
Code: Select all | Expand
netsh interface show interface
Then you create this go.bat and run it in admin mode:
Code: Select all | Expand
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
![Smile :-)](./images/smilies/icon_smile.gif)
ping -n 6 127.0.0.1 > nul waits for 5 secs which seems enough to bypass the connection try
- James Bott
- Posts: 4840
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Re: Fix for Resedit
Well, I guess we can't contact the author, Glenn Randers-Pehrson. It seems he has passed away.
http://www.tuxmachines.org/node/116823
http://www.tuxmachines.org/node/116823
FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
- Antonio Linares
- Site Admin
- Posts: 42510
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
Re: Fix for Resedit
Much simpler:
Just uncheck the option "Auto check updates" from "Options", "Preferences", "General"
and the problem goes away
Just uncheck the option "Auto check updates" from "Options", "Preferences", "General"
and the problem goes away
Re: Fix for Resedit
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
André Dutheil
FWH 13.04 + HB 3.2 + MSVS 10
- Rick Lipkin
- Posts: 2668
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
Re: Fix for Resedit
As Antonio suggests .. I disabled the Auto Check for updates and the abrupt QUIT has stopped !!!!
Fantastic Find .. Thanks Antonio !!
Rick Lipkin
Fantastic Find .. Thanks Antonio !!
Rick Lipkin
- James Bott
- Posts: 4840
- Joined: Fri Nov 18, 2005 4:52 pm
- Location: San Diego, California, USA
- Contact:
Re: Fix for Resedit
Antonio,
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
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
- Antonio Linares
- Site Admin
- Posts: 42510
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
Re: Fix for Resedit
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![Smile :-)](./images/smilies/icon_smile.gif)
Then we understood that the app was trying to update itself...
After seeing the app's option it was worth to try it
![Smile :-)](./images/smilies/icon_smile.gif)
- MarioG
- Posts: 1380
- Joined: Fri Oct 14, 2005 1:28 pm
- Location: Resistencia - Chaco - AR
- Been thanked: 2 times
Re: Fix for Resedit
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!!
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
Chaco - Argentina
- Carles
- Posts: 1149
- Joined: Fri Feb 10, 2006 2:34 pm
- Location: Barcelona
- Been thanked: 7 times
- Contact:
Re: Fix for Resedit
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...
C.
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...
![Very Happy :D](./images/smilies/icon_biggrin.gif)
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
"...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