aj-techsoul / ELECTRON-4-PHP

An easiest way to use php in electron
MIT License
202 stars 46 forks source link

Not working with windows 10 #22

Closed jothikannan closed 3 years ago

jothikannan commented 4 years ago

I have installed the Windows version branch. When I try to run the app I don't see any app is opening. My command prompt has the following and doesn't move further.

windows10-error

aj-techsoul commented 4 years ago

Maybe firewall is blocking.

AJ Kumar

(Founder & CEO)

Mobile : +91 9862542983

Email : techsoul4@gmail.com techsoul4@gmail.comWebsite : www.techsoul.in http://www.techsoul.in/

On Mon, Aug 10, 2020 at 8:48 PM Jothikannan notifications@github.com wrote:

I have installed the Windows version branch. When I try to run the app I don't see any app is opening. My command prompt has the following and doesn't move further.

[image: image] https://user-images.githubusercontent.com/4100047/89799035-9b6e9580-db4a-11ea-9699-57010940e2d9.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AJ-TechSoul/ELECTRON-4-PHP/issues/22, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGP4QIASR7PSMJ3KW665IJDSAAFTVANCNFSM4P2CDNQA .

mduzair025 commented 4 years ago

Same Issue here (I have installed the Windows version branch. When I try to run the app I don't see any app is opening. My command prompt has the following and doesn't move

mduzair025 commented 4 years ago

Maybe firewall is blocking. AJ Kumar (Founder & CEO) Mobile : +91 9862542983 Email : techsoul4@gmail.com techsoul4@gmail.comWebsite : www.techsoul.in http://www.techsoul.in/ On Mon, Aug 10, 2020 at 8:48 PM Jothikannan @.***> wrote: I have installed the Windows version branch. When I try to run the app I don't see any app is opening. My command prompt has the following and doesn't move further. [image: image] https://user-images.githubusercontent.com/4100047/89799035-9b6e9580-db4a-11ea-9699-57010940e2d9.png — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#22>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGP4QIASR7PSMJ3KW665IJDSAAFTVANCNFSM4P2CDNQA .

how to fix that sir

aj-techsoul commented 4 years ago
  1. Please run as administrator.
  2. UAC turn off
  3. And see if that not blocked by any of your antivirus software.

On Wed, Aug 19, 2020, 6:19 PM mduzairmduzair notifications@github.com wrote:

Maybe firewall is blocking. AJ Kumar (Founder & CEO) Mobile : +91 9862542983 Email : techsoul4@gmail.com techsoul4@gmail.com techsoul4@gmail.com techsoul4@gmail.comWebsite : www.techsoul.in http://www.techsoul.in http://www.techsoul.in/ http://www.techsoul.in/ … <#m-7316885134084853607> On Mon, Aug 10, 2020 at 8:48 PM Jothikannan @.***> wrote: I have installed the Windows version branch. When I try to run the app I don't see any app is opening. My command prompt has the following and doesn't move further. [image: image] https://user-images.githubusercontent.com/4100047/89799035-9b6e9580-db4a-11ea-9699-57010940e2d9.png — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#22 https://github.com/AJ-TechSoul/ELECTRON-4-PHP/issues/22>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGP4QIASR7PSMJ3KW665IJDSAAFTVANCNFSM4P2CDNQA .

how to fix that sir

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/AJ-TechSoul/ELECTRON-4-PHP/issues/22#issuecomment-676299129, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGP4QIG3I7PAHSRCAJORFO3SBPC4NANCNFSM4P2CDNQA .

tricoos commented 3 years ago

This obviously has nothing to do with the firewall. Also actually just one day ago I worked on a normal non-php electron project which worked perfectly.

When I uncommented this line it worked: image

In general: git clone https://github.com/AJ-TechSoul/ELECTRON-4-PHP cd ELECTRON-4-PHP git checkout Electron-4-PHP-Windows npm install -> uncomment the line above in main.js npm start

aj-techsoul commented 3 years ago

Thanks @tricoos I have fixed it. Actually there were two in main.js and by mistakenly i have commented both. Thanks for correcting.