Roblox Gaming Issues

Discussion in 'General Questions' started by Zed, Dec 12, 2020.

  1. Zed

    Zed Bit poster

    Messages:
    1
    Hello, whenever I run Roblox on my Parallels Desktop all of the textures glitch and do not work. Is it because I am playing on a 64 bit emulator and roblox is a 32 bit game?
     
    rarenathan likes this.
  2. Hello,
    what is your Parallels Desktop version? What is your macOS version? What is your guest OS?
     
  3. LOGIV

    LOGIV Bit poster

    Messages:
    5
    I have the same problem do you mind helping me? i have version ParallelsDesktop-16.3.1-50393. and im running Mac OS X Big Sur on an M1 chip macbook air. not sure what "guest OS" is.
     
  4. Guest OS - is operation system installed in your virtual machine.
    Is it possible to collect a screenshot of the issue and share it here?
     
  5. LOGIV

    LOGIV Bit poster

    Messages:
    5
    how do I get to Guest OS?
     
  6. LOGIV

    LOGIV Bit poster

    Messages:
    5
    apologies, i cannot take a screenshot however i can describe the issue in depth.
    When I boot up parallels on the gaming experience settings and run roblox, the graphics do not load properly and I am left with glitchy graphics that do not appear how they are supposed to. Basically, it seems like not all of the graphics are loading. I hope that helps.
     
  7. LOGIV

    LOGIV Bit poster

    Messages:
    5
    Ive allocated 16 gb or ram to the system and I have the hypervisor on "apple." I believe i tried to restart my computer to enable nested virtualization but it never seemed to work. I am now running the latest version after uninstalling and reinstalling.
     
  8. Do you have the virtual machine installed? Guest OS - is operation system installed inside your virtual machine.
     
  9. Did you run any specific game?
     
  10. LOGIV

    LOGIV Bit poster

    Messages:
    5
    yes. roblox.
     
  11. RoyM9

    RoyM9 Bit poster

    Messages:
    1
    This is a problem with DirectX in the OS layer of your VM.
    I had the same problem. I found the solution was to make some basic configuration changes to DirectX.
    Step 1: Install DirectX configuration tools
    1. Launch powershell with elevated rights
    2. Run this command to install DirectX tools
    Code:
    DISM /online /add-capability /capabilityname:tools.graphics.directx~~~~0.0.1.0
    Step 2: Make the settings
    1. Launch powershell,
    2. Run these commands
    Code:
    foreach ( $Executable in (Get-ChildItem -File -Path "$($Env:LocalAppData)\Roblox\Versions\Version-*\*.exe") ) {
        write-host "Adding $($Executable.FullName)"
        d3dconfig apps --add "$($Executable.FullName)"
        }
    d3dconfig device feature-level-limit=9_3
    d3dconfig device no-feature-level-upgrade=true
    Optionally you can make the same settings using the depreciated DirectX config GUI by running this command
    Code:
    dxcpl
    Each time the game is updated, you'll need to rerun step 2.
     
  12. ehad

    ehad Bit poster

    Messages:
    1
    it doesnt work can you please make tutorial o youtube?
     
  13. rarenathan

    rarenathan Bit poster

    Messages:
    2
    didn't work for me
     
  14. emmapaul

    emmapaul Bit poster

    Messages:
    3
    it didn't worked for me as well
     

Share This Page