Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Veyon Community Forum

  1. Home
  2. Help & Troubleshooting
  3. Error 0xc000007b installing 4.7.5.0

Error 0xc000007b installing 4.7.5.0

Scheduled Pinned Locked Moved Help & Troubleshooting
2 Posts 1 Posters 81 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Damiel
    wrote on last edited by
    #1

    I'm getting the error 0xc000007b when I try to run veyon-4.7.5.0-win64-setup.exe, does anybody have an idea about that? I'm on Windows 10 22H2 (10.0.19045.2486) and I don't have that problem with veyon-4.7.4.0-win64-setup.exe.
    veyon-setup.png

    D 1 Reply Last reply
    0
    • D Offline
      D Offline
      Damiel
      replied to Damiel on last edited by
      #2

      I tried this again with the new version 4.8.0.4 and ran into the same problem, so I had a deeper look and finally found the problem: starting with version 4.7.5.0, the Veyon setup program is incompatible with mandatory ASLR.

      Mandatory ASLR is an additional exploit protection you can enable in the Windows Security app under "App & browser control", or through group policy like I did.

      To work around the problem, I included an exception for tthe Veyon installer in the MitigationPolicy.xml I am distributing through group policy. It looks like this:

      <?xml version="1.0" encoding="UTF-8"?>
      <MitigationPolicy>
        <SystemConfig>
          <ASLR ForceRelocateImages="true" RequireInfo="false" />
        </SystemConfig>
        <AppConfig Executable="veyon-4.8.0.4-win64-setup.exe">
          <ASLR ForceRelocateImages="false" />
        </AppConfig>
      </MitigationPolicy>
      
      1 Reply Last reply
      0

      Powered by NodeBB | Contributors
      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups