Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Win3WMServer did not signal event #20

Closed
jiywww opened this issue May 9, 2021 · 5 comments
Closed

Win3WMServer did not signal event #20

jiywww opened this issue May 9, 2021 · 5 comments

Comments

@jiywww
Copy link

jiywww commented May 9, 2021

description

I failed to start the Win3wm. It was working fine when I first time run it but cannot be started again after I exit and reopen it and show the error as the screenshot below.
image

Hardware Environment

  • Three monitors
    • Laptop built-in monitor with 1920 * 1080 and 100% scale.
    • 3440 * 1440 monitor with 100% scale
    • 1920 * 1080 monitor with 100% scale

Software Environment

  • OS: Windows 10 Pro
  • OS version: 20H2
  • OS build: 19042.928

Log

Display (10003) RSW : 1920 RSH : 1040
Display (10001) RSW : 3440 RSH : 1400
Display (10005) RSW : 1920 RSH : 1040
Gathering Initial Windows
Gathered Window :
[WindowClass] : CabinetWClass
[WindowText] : WinWM
Gathered Window :
[WindowClass] : Chrome_WidgetWin_1
[WindowText] : config.json - Visual Studio Code
Gathered Window :
[WindowClass] : Chrome_WidgetWin_1
[WindowText] : outer_gaps_vertical cannot be bigger than screen height Issue #3 McYoloSwagHam/win3wm and 10 more pages - Personal - MicrosoftGathered Window :
[WindowClass] : CabinetWClass
[WindowText] : File Explorer
Gathered Window :
[WindowClass] : HwndWrapper[TickTick.exe;;bfa9b6ce-e1d8-4004-bfe9-cbfb840675d0]
[WindowText] : OnNewWindow : 37C0
Ignoring Window : 37C0
OnNewWindow : 0
Ignoring Window : 0

@McYoloSwagHam
Copy link
Owner

McYoloSwagHam commented May 10, 2021

So I'm not really sure what caused this, but my suspicion is that the x86 server didn't die, and it was already occupying the pipe.
so the next time you started the program it silently died and couldn't resolve the connection since the named pipe was occupied.

to resolve this issue, if you see the problem happening, go to task manager and then to details, check if x86ipc.exe is a process and if it is then kill it, and try start win3wm again.

@jiywww
Copy link
Author

jiywww commented May 10, 2021

So I'm not really sure what caused this, but my suspicion is that the x86 server didn't die, and it was already occupying the pipe.
so the next time you started the program it silently died and couldn't resolve the connection since the named pipe was occupied.

to resolve this issue, if you see the problem happening, go to task manager and then to details, check if x86ipc.exe is a process and if it is then kill it, and try start win3wm again.

Thank you for your help. I cannot find the x86ipc.exe in the task manager, but the problem was resolved today automatically. I guess I just need to restart my pc to fix the issue. However, I am doing some work and not be able to restart the pc, I will verify it later today.

@jiywww
Copy link
Author

jiywww commented May 11, 2021

I have tested and confirmed that the problem can be resolve by restarting the pc. I also noticed that it only happen if exit the app using the taskbar icon, it works alright if exit the app using the hotkey.

@McYoloSwagHam
Copy link
Owner

hmm thanks for the info, I'll try to reproduce the problem today and patch it

@McYoloSwagHam
Copy link
Owner

I haven't been able to reproduce this issue even exiting the program with the taskbar icon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants