-
We're having some problems in certain PC running SEB over Windows 11. We used the SetupBundle installator which include runtimes and other kind of dependencies. But we're getting this error:
I'm pretty sure the system has the .NET libraries dependencies installed (as a I say, we used the SetupBundle version and I also re-install manually the required dependencies). The weird thing is the next: The Windows user session who is running SEB has Administration permissions in the system. If I execute SEB, forcing "Run As Administrator", the software is launching properly, but, if I give to the students a "config.seb" file, and them make double-click, SEB is not running as Administrator (UAC is not showing). The solution for me, and for this users was create a custom seb_launcher.bat with this content:
And use the context menu to "Run with" the seb_launcher.bat to ensure the application is running with Administrator permissions. Despite of I "solved" the problem, is not so logical this way to make it work. So, can someone give me some clue about how to solve it? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 18 replies
-
SEB for Windows should indeed not require administrator privileges to run correctly. The error message referring to CefSharp libraries indicates normally that the Visual C++ Redistributable is not installed or that there is a version mismatch. Thus, please verify that the correct version as specified in the release notes is installed. |
Beta Was this translation helpful? Give feedback.
-
Hi all, I have a student with the same issue, only that running as an Administrator does not work. Confirmed all correct dependencies are installed on the system (Windows 11). Interestingly, launch only fails when opening a config file, launching from inside Moodle, or when specifying Moodle in the start URL. When opening SEB from applications (and not specifying a start URL in the preferences) there is no issue. Any other ideas what may be causing this? 2024-11-08 10:37:44.819 [01] - ERROR: Caught unexpected exception while performing operation 'LazyInitializationOperation'! |
Beta Was this translation helpful? Give feedback.
-
I'm still getting the same error with version 3.8.0 build 742 running over Windows 11 (Microsoft Windows NT 10.0.22621.0) 2024-11-12_12h23m39s_Runtime.log But the error appears on 6 PCs out of 30. |
Beta Was this translation helpful? Give feedback.
-
I have some news about this issue. After few weeks I discovered other similar error with other software (VirtualBox). As we commented in this issue, it was related to file permissions. Repair or reinstall C++ Redistributable packages didn't work. ICACLS * /T /Q /C /RESET Maybe it's a very aggressive solution, but it fix me the error on all failing computers. So, from my part, the issue it's solved! Thanks for your support, and my best wishes for the new year. |
Beta Was this translation helpful? Give feedback.
It wasn't an update as such. Visual C++ 2015-2019 Redistributable (x64) v14.26.28720 was installed already but we opened the installer through Control Panel -> Programs and Features, and selected 'Repair'. They could then use SEB without issue.