Can't seem to work since windows 11 last update
Windows 11 did breaking changes and winjump can't even seem to open anymore
Experiencing the same thing. It does not open nor run anymore
@AbdoOmarEg @DaveTheNoob Update is coming soon to fix this
@AbdoOmarEg @DaveTheNoob Can you both please right click the WinJump icon and send me a screenshot of the version information:
@widavies sorry of the late response, I don't use winjump anymore but if you still want me to download it and check it again I would be more than happy to do so
@widavies I have two windows 11 devices. On one it works and on the other it does not.
- started out with windows 11
- current version:
10.0.22631 Build 22631 - behavior: works just fine
- note: I do have a pending update, which I did not yet install, because I like winjump and don't want to risk it
- current version:
- was originally windows 10, but then upgraded to windows 11
- current version
10.0.22621 Build 22621 - behavior: it does not even start
- current version
startup error:
Faulting application name: WinJump_2.0.13.exe, version: 2.0.13.0, time stamp: 0x656846e7
Faulting module name: KERNELBASE.dll, version: 10.0.22621.3155, time stamp: 0x587de32b
Exception code: 0xe0434352
Fault offset: 0x00149542
Faulting process id: 0x0x7EF4
Faulting application start time: 0x0x1DA97B191E5946E
Faulting application path: C:\Users\<...>\Downloads\WinJump_2.0.13.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: 006ea997-2010-48fd-9c57-0b215ad6dcb0
Faulting package full name:
Faulting package-relative application ID:
If there is anything I should try out, then please let me know. I would like to help resolve this :)
@DaveTheNoob @abd0-omar @NicoVogel WinJump should be working on the latest version of Windows:
You can try updating to the latest Windows 11 version and it should work. Let me know if you're still having problems.
Here the results for my two devices:
- updated to the same version as in your screenshot. Works
- still version
22621.3155... It does not find a new version right now. Will try again later.
For me it also does not work. I don't get any error when double clicking the executable or executing it via cmd.exe. No error and no tray symbol. I use the newest Windows 11 Enterprise LTSC (24H2 OS Build: 26100.712) from here: https://archive.org/details/windows-11-enterprise-ltsc-24h2 It is the official one.
Cannot run in the latest win11 version.
OS version: 22631.3672
Nothing happens after the program starts, windows event viewer generates an error event.
Error Application Name: WinJump.exe, Version: 2.0.13.0, Timestamp: 0x656846e7
Error module name: KERNELBASE.dll, version: 10.0.22621.3672, timestamp: 0xf527a1c6
Exception code: 0xe0434352
Error offset: 0x00149a72
Error process ID: 0x0x74C8
Wrong application startup time: 0x0x1DAB7EFB2C24D54
Error application path: D:\WinJump.exe
Error module path: C:\WINDOWS\System32\KERNELBASE.dll
Report ID: b0d24131-963a-4a1b-806e-deedc8bba5ce
Full name of error package:
Error package relative application ID:
@widavies (also @Mr-Badger ) As others here, I can't run version 2.0.14 in Win 11. Version 23H2 (OS Build 22631.4037) Downloaded today for the first time from the latest release.
There is no notification area icon. The first time I ran it, I had to approve with Smart Screen, of course. After that it just pops a dialog that says it's already running.
Maybe it's just a system tray/icon issue? Is there a commandline interface for making it reload the config? I see that it did generate a config file in the expected place.
Can you guys try this release out?
https://github.com/widavies/WinJump/releases/tag/2.0.15
24H2 Doesn't work properly,and the taskbar icon is blank
24H2 Doesn't work properly,and the taskbar icon is blank
Is the blank icon right clickable?
If yes, could you add info from there?
Alternatively if that is not working, some other options to get windows version/build:
-
win+rwinver(be aware bottom part of the window will likely display your email) -
Running Command Prompt (CMD)
ver -
Running from Windows PowerShell
cmd \c ver
-
Running as a non-admin causes the taskbar to be blank for 10 ~ 20s
Running as an administrator can be started, as shown in the figure below, but the right-click cannot be clicked
-
winver
-
ver
@kola-web
This seems to be consistent with running an older WinJump version.
To further narrow down what could be causing the issue: could you confirm the version of WinJump you are using by right clicking the executable file and checking Details tab in the properties of the file?
@kola-web Thanks for the information. I guess this rules out the most obvious issues, but I'm not quite sure what else could be causing this. Might be out of my area of expertise at this point 🤦♂️.
I've checked again on two different machines Windows 11 N Pro and Windows 11 Home editions, of the same build and was unable to replicate the issue. Seems like the only difference is the language/region or perhaps some windows features, but I'm not familiar enough with the app to ask about any of that.
To investigate further and narrow down possible cause I've got only 2 ideas left:
-
Not super sure how helpful would this be, but should provide a bit more information Checking windows
Event Viewer>Windows Logs>Applicationtrying to find more information about the crash. Below is a sample: -
Would probably require a bit more effort, but if you downloaded and tried to run the application in debug mode from the source code. It should reveal the exact point of the crash. Maybe someone would know what's up.
- EventView doesn't have any WinJump-related references
- The second method, try it when you have time
I don't know how to do the second method
@kola-web
Well in the case you'd be interested to try it out here is a sample process for 2nd method:
- Install Visual Studio link
- Clone repository
git clone https://github.com/widavies/WinJump.gitThis can be any directory, I've created a sample empty directory for the demo. - Open cloned solution
- Attach a breakpoint this is optional, and it is enough to click once and set it so the line would become red, don't need to remove like I did in the video
- Try debugging the solution If you set the breakpoint, after debugging starts once the breakpoint is hit, you can mouse over the version to see what the application is seeing about the windows version. And then click continue at the top to let the application continue.
The expectation is that the program would crash for you before of after clicking continue or starting debugging process and that would show what piece of code is crashing and a more detailed reason.
Here is me going through the steps in a short video (I skipped installing visual studio, because it is already in my system):
https://github.com/user-attachments/assets/f45ea9a3-7f37-47dc-ae9d-e18edb667570
Thank you for your demonstration, I will try it when I am free from work.
1>------ Build started: Project: WinJump, Configuration: Debug|AnyCPU ------ 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows11_26100_2605.cs(74,25,74,81): warning CS8604: Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows11_26100_2605.cs(73,21,74,82): warning CS8600: Converting null literal or possible null value to non-nullable type. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows11_26100_2605.cs(73,21,74,82): warning CS8601: Possible null reference assignment. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows11_26100_2605.cs(61,20,61,34): warning CS8618: Non-nullable field 'VirtualDesktopManager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows11_22000.cs(71,25,71,81): warning CS8604: Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows11_22000.cs(70,21,71,82): warning CS8600: Converting null literal or possible null value to non-nullable type. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows11_22000.cs(70,21,71,82): warning CS8601: Possible null reference assignment. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows11_22000.cs(60,20,60,34): warning CS8618: Non-nullable field 'VirtualDesktopManager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable. 1>C:\Users\kola\source\WinJump\WinJump\Core\MouseHook.cs(55,41,55,112): warning CS8605: Unboxing a possibly null value. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows11_22621.cs(73,25,73,81): warning CS8604: Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows11_22621.cs(72,21,73,82): warning CS8600: Converting null literal or possible null value to non-nullable type. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows11_22621.cs(72,21,73,82): warning CS8601: Possible null reference assignment. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows11_22621.cs(60,20,60,34): warning CS8618: Non-nullable field 'ApplicationViewCollection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows11_22621.cs(60,20,60,34): warning CS8618: Non-nullable field 'VirtualDesktopManager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows11_22621_2215.cs(73,25,73,81): warning CS8604: Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows11_22621_2215.cs(72,21,73,82): warning CS8600: Converting null literal or possible null value to non-nullable type. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows11_22621_2215.cs(72,21,73,82): warning CS8601: Possible null reference assignment. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows11_22621_2215.cs(60,20,60,34): warning CS8618: Non-nullable field 'VirtualDesktopManager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows11_22631_3085.cs(73,25,73,81): warning CS8604: Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows11_22631_3085.cs(72,21,73,82): warning CS8600: Converting null literal or possible null value to non-nullable type. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows11_22631_3085.cs(72,21,73,82): warning CS8601: Possible null reference assignment. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows11_22631_3085.cs(60,20,60,34): warning CS8618: Non-nullable field 'VirtualDesktopManager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows10_17763.cs(71,25,71,81): warning CS8604: Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows10_17763.cs(70,21,71,82): warning CS8600: Converting null literal or possible null value to non-nullable type. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows10_17763.cs(70,21,71,82): warning CS8601: Possible null reference assignment. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows10_17763.cs(60,20,60,34): warning CS8618: Non-nullable field 'VirtualDesktopManager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable. 1>C:\Users\kola\source\WinJump\WinJump\Core\WinJumpManager.cs(159,53,159,60): warning CS8602: Dereference of a possibly null reference. 1>C:\Users\kola\source\WinJump\WinJump\Core\VirtualDesktopDefinitions\Windows11_22621.cs(57,56,57,81): warning CS0649: Field 'DesktopManager.ApplicationViewCollection' is never assigned to, and will always have its default value null 1>C:\Program Files\dotnet\sdk\9.0.101\Sdks\Microsoft.NET.Sdk.WindowsDesktop\targets\Microsoft.WinFX.targets(707,5): error BG1002: File 'C:\Users\kola\source\WinJump\WinJump\obj\Debug\net8.0-windows\UI\App.baml' cannot be found. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
@kola-web I've replicated this issue once, but was not able to repeatedly replicate it again for the video.
Please try opening the solution:
And rebuilding the project:
Have you guys had any luck getting this to work?
Hey, I kind of got busy and was not able to progress this troubleshooting any further. I tried to take another shot, but wasn't able to replicate the build failing even when setting everything up from 0 in windows sandbox.
Is there anything I can work with?
