tareqimbasher / NetPad

A cross-platform C# editor and playground.
MIT License
1.4k stars 70 forks source link

When I have already run proxy software such as Whistle, NetPad will not be able to start #262

Closed wf-soft closed 1 month ago

wf-soft commented 2 months ago

This request will continue to loop during startup and cannot enter the main interface

image

2024-09-19T12:03:26.5863760+08:00 [WRN] (PID: 12988|OmniSharp.Roslyn.CSharp.Services.InlayHints.InlayHintService) Inlay hints requested for document not in workspace Location { FileName = C:\Users\wf-so\AppData\Local\Temp\NetPad\OmniSharp\ce8355de-56dc-4d50-9fec-1925381ddecd\User_Program.cs, Range = Range { Start = Point { Line = 0, Column = 0 }, End = Point { Line = 6, Column = 25 } } }
2024-09-19T12:03:26.6345191+08:00 [WRN] (PID: 12988|OmniSharp.Roslyn.CSharp.Services.InlayHints.InlayHintService) Inlay hints requested for document not in workspace Location { FileName = C:\Users\wf-so\AppData\Local\Temp\NetPad\OmniSharp\ce8355de-56dc-4d50-9fec-1925381ddecd\User_Program.cs, Range = Range { Start = Point { Line = 0, Column = 0 }, End = Point { Line = 6, Column = 25 } } }
2024-09-19T12:17:30.2743986+08:00 [INF] (PID: 12988|Microsoft.Hosting.Lifetime) Application is shutting down...
2024-09-19T12:17:38.4554258+08:00 [INF] (PID: 22196|Microsoft.Hosting.Lifetime) Now listening on: http://localhost:57930
2024-09-19T12:17:38.4852068+08:00 [INF] (PID: 22196|Microsoft.Hosting.Lifetime) Application started. Press Ctrl+C to shut down.
2024-09-19T12:17:38.4860058+08:00 [INF] (PID: 22196|Microsoft.Hosting.Lifetime) Hosting environment: Production
2024-09-19T12:17:38.4861696+08:00 [INF] (PID: 22196|Microsoft.Hosting.Lifetime) Content root path: D:\Soft\NetPad\resources\bin\
2024-09-19T12:17:40.1795071+08:00 [INF] (PID: 22196|OmniSharp.Stdio.Host) Starting OmniSharp on Windows 10.0.26120.0 (x64)
2024-09-19T12:17:41.8354460+08:00 [INF] (PID: 22196|OmniSharp.Stdio.Host) Omnisharp server running using Stdio at location 'C:\Users\wf-so\AppData\Local\Temp\NetPad\OmniSharp\ce8355de-56dc-4d50-9fec-1925381ddecd\' on host 22196.
tareqimbasher commented 1 month ago

@wf-soft it looks like it might be interfering with Electron's IPC socket. Try the new native (non-Electron) NetPad version and let me know if that's still an issue for you.

wf-soft commented 1 month ago

@tareqimbasher Yes, it can now start normally

tareqimbasher commented 1 month ago

Great! I'll close this for now then.