-
Notifications
You must be signed in to change notification settings - Fork 129
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
Fatal error (Invalid class) #962
Comments
Since I was tasked to report the same issue, I will join this conversation. It seems last week during exams, 2 students out of roughly 300, reported the same error. |
There really isn't anything we can do at all here. Most users were able to resolve the issue by either fixing the WMI repository or reinstalling their system. The latter is obviously a last measure, but a computer system simply must have a valid network adapter configuration accessible via WMI in order for SEB to be able to function correctly. |
Thus, unless there is a way to reliably reproduce the issue on our side, there is nothing we can do here. |
I have a lot of devices reliably producing this error when not connected to the internet on SEB 3.7.1. Checking the relevant code you seem to have tried to account for this issue but the stacktrace makes it evident that the try except does not work in I know the scope of this issue is very limited but still a crash like this isn't very nice... |
We currently do not catch any exceptions related to the MAC address initialization (the finally block just makes sure that in all cases, it is never Having said that, the last sentence is likely where the issue arises: The WMI query used most likely does not work (at all or always) for systems which (momentarily) do not have a network connection. We shall track this issue and certainly attempt to improve it under #966. The other issue with the error message "invalid class" is however still not reproducible for us, so we'd need a way to reproduce it in order to attempt to fix it as well. |
This issue is stale because it has been open for 28 days with no activity. It will soon be closed automatically if there are no updates. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
2024-01-16_11h15m31s_Runtime.log
Just click on the icon on desktop, but this window appeared, and nothing happened
I read some previous topic, and I tried to fix my WMI, but my SEB are still not working
I'm using:
Is there any thing I could do to fix it myself:(((
The text was updated successfully, but these errors were encountered: