Cannot Run Isaac Sim using Standalone Workflow

Hello everyone! I am on Windows 11, running an NVIDIA RTX 4070 with Driver version: 561.17 and CUDA version 12.6. I have installed NVIDIA Omniverse, Isaac Sim 4.2.0, and Isaac Sim Compatibility checker. The checker has indicated that everything should be in order for Isaac Sim to run. I can run Isaac Sim from the Omniverse Launcher with no issues; however, I cannot run Isaac Sim using the Standalone workflow (including the standalone_examples). Here are the script I’m running and the error messages I receive when I try to run Standalone:

Script:
from isaacsim import SimulationApp

simulation_app = SimulationApp({“headless”: False})

Error Messages:
[Warning] [omni.isaac.kit.simulation_app] Modules: [‘omni.kit_app’] were loaded before SimulationApp was started and might not be loaded correctly.
[Warning] [omni.isaac.kit.simulation_app] Please check to make sure no extra omniverse or pxr modules are imported before the call to SimulationApp(…)
Starting kit application with the following args: [‘C:\.venv\Lib\site-packages\isaacsim\exts\omni.isaac.kit\omni\isaac\kit\simulation_app.py’, ‘C:\.venv\Lib\site-packages\isaacsim\apps/omni.isaac.sim.python.kit’, ‘–/app/tokens/exe-path=C:\.venv\Lib\site-packages\omni’, ‘–/persistent/app/viewport/displayOptions=3094’, ‘–/rtx/materialDb/syncLoads=True’, ‘–/rtx/hydra/materialSyncLoads=True’, ‘–/omni.kit.plugin/syncUsdLoads=True’, ‘–/app/renderer/resolution/width=1280’, ‘–/app/renderer/resolution/height=720’, ‘–/app/window/width=1440’, ‘–/app/window/height=900’, ‘–/renderer/multiGpu/enabled=True’, ‘–/app/fastShutdown=True’, ‘–ext-folder’, ‘C:\.venv\Lib\site-packages\isaacsim/exts’, ‘–ext-folder’, ‘C:\.venv\Lib\site-packages\isaacsim/apps’, ‘–/physics/cudaDevice=0’, ‘–portable’]
Passing the following args to the base kit application:
[Info] [carb] Logging to file: c:/.venv/lib/site-packages/omni/logs/Kit/Isaac-Sim/4.2/kit_20250113_152532.log
2025-01-13 20:25:32 [0ms] [Warning] [omni.kit.app.plugin] No crash reporter present, dumps uploading isn’t available.
2025-01-13 20:25:32 [29ms] [Warning] [omni.ext.plugin] [ext: omni.kit.renderer.capture-0.0.0+10a4b5c0.wx64.r.cp310] Extensions config ‘extension.toml’ doesn’t exist ‘c:/.venv/lib/site-packages/isaacsim/extscache/omni.kit.renderer.capture-0.0.0+10a4b5c0.wx64.r.cp310’ or ‘c:/.venv/lib/site-packages/isaacsim/extscache/omni.kit.renderer.capture-0.0.0+10a4b5c0.wx64.r.cp310/config’
2025-01-13 20:25:32 [29ms] [Warning] [omni.ext.plugin] [ext: omni.kit.renderer.core-1.0.2+10a4b5c0.wx64.r.cp310] Extensions config ‘extension.toml’ doesn’t exist ‘c:/.venv/lib/site-packages/isaacsim/extscache/omni.kit.renderer.core-1.0.2+10a4b5c0.wx64.r.cp310’ or ‘c:/.venv/lib/site-packages/isaacsim/extscache/omni.kit.renderer.core-1.0.2+10a4b5c0.wx64.r.cp310/config’
2025-01-13 20:25:32 [29ms] [Warning] [omni.ext.plugin] [ext: omni.kit.renderer.imgui-1.0.1+10a4b5c0.wx64.r.cp310] Extensions config ‘extension.toml’ doesn’t exist ‘c:/.venv/lib/site-packages/isaacsim/extscache/omni.kit.renderer.imgui-1.0.1+10a4b5c0.wx64.r.cp310’ or ‘c:/.venv/lib/site-packages/isaacsim/extscache/omni.kit.renderer.imgui-1.0.1+10a4b5c0.wx64.r.cp310/config’
2025-01-13 20:25:32 [29ms] [Warning] [omni.ext.plugin] [ext: omni.kit.renderer.init-0.0.0+10a4b5c0.wx64.r] Extensions config ‘extension.toml’ doesn’t exist ‘c:/.venv/lib/site-packages/isaacsim/extscache/omni.kit.renderer.init-0.0.0+10a4b5c0.wx64.r’ or ‘c:/.venv/lib/site-packages/isaacsim/extscache/omni.kit.renderer.init-0.0.0+10a4b5c0.wx64.r/config’
2025-01-13 20:24:36 [47,769ms] [Error] [omni.kit.renderer.plugin] GPU Foundation is not initialized!
2025-01-13 20:24:36 [47,771ms] [Error] [omni.kit.imgui_renderer.plugin] _prepareDefaultWindow: invalid device attached to the default window!

I’ve installed the full isaacsim python package and the three extcache packages from here:Python Environment Installation — Omniverse IsaacSim
I’ve tried installing the recommended driver found here: Isaac Sim Requirements — Omniverse IsaacSim
I’ve uninstalled and reinstalled Omniverse and Isaac Sim. I’ve also uninstalled and reinstalled both versions of the NVIDIA drivers (trying each one at a time).
I’ve looked through many of the forums and the discord, but haven’t run into any solutions yet. Does anyone have any suggestions to help me open Isaac Sim in standalone?

Please verify if any standalone examples on the Windows installation, following the instructions at Workstation Installation — Omniverse IsaacSim, function correctly.

Just to be sure, I removed all Omniverse apps and the Omniversre Launcher and reinstalled, following the instructions from the Workstation Installation — Omniverse IsaacSim article. I installed everything in my C: folder to avoid issues with filepaths becoming too long. I am able to open up Isaac Sim from the reinstalled Omniverse Launcher and it runs fine, but I am not able to run any of the Standalone Examples that come with Isaac Sim.

Here is the terminal message after running the “follow_target_with_rmpflow.py” standalone example:

PS C:\Users\23and> & C:/.venv/Scripts/python.exe c:/ov/isaac-sim-4.2.0/standalone_examples/api/omni.isaac.franka/follow_target_with_rmpflow.py
[Warning] [omni.isaac.kit.simulation_app] Modules: [‘omni.kit_app’] were loaded before SimulationApp was started and might not be loaded correctly.
[Warning] [omni.isaac.kit.simulation_app] Please check to make sure no extra omniverse or pxr modules are imported before the call to SimulationApp(…)
Starting kit application with the following args: [‘C:\.venv\Lib\site-packages\isaacsim\exts\omni.isaac.kit\omni\isaac\kit\simulation_app.py’, ‘C:\.venv\Lib\site-packages\isaacsim\apps/omni.isaac.sim.python.kit’, ‘–/app/tokens/exe-path=C:\.venv\Lib\site-packages\omni’, ‘–/persistent/app/viewport/displayOptions=3094’, ‘–/rtx/materialDb/syncLoads=True’, ‘–/rtx/hydra/materialSyncLoads=True’, ‘–/omni.kit.plugin/syncUsdLoads=True’, ‘–/app/renderer/resolution/width=1280’, ‘–/app/renderer/resolution/height=720’, ‘–/app/window/width=1440’, ‘–/app/window/height=900’, ‘–/renderer/multiGpu/enabled=True’, ‘–/app/fastShutdown=True’, ‘–ext-folder’, ‘C:\.venv\Lib\site-packages\isaacsim/exts’, ‘–ext-folder’, ‘C:\.venv\Lib\site-packages\isaacsim/apps’, ‘–/physics/cudaDevice=0’, ‘–portable’]
Passing the following args to the base kit application:
[Info] [carb] Logging to file: c:/.venv/lib/site-packages/omni/logs/Kit/Isaac-Sim/4.2/kit_20250114_170442.log
2025-01-14 22:04:42 [0ms] [Warning] [omni.kit.app.plugin] No crash reporter present, dumps uploading isn’t available.
2025-01-14 22:04:43 [443ms] [Warning] [omni.ext.plugin] [ext: omni.kit.renderer.capture-0.0.0+10a4b5c0.wx64.r.cp310] Extensions config ‘extension.toml’ doesn’t exist ‘c:/.venv/lib/site-packages/isaacsim/extscache/omni.kit.renderer.capture-0.0.0+10a4b5c0.wx64.r.cp310’ or ‘c:/.venv/lib/site-packages/isaacsim/extscache/omni.kit.renderer.capture-0.0.0+10a4b5c0.wx64.r.cp310/config’
2025-01-14 22:04:43 [453ms] [Warning] [omni.ext.plugin] [ext: omni.kit.renderer.core-1.0.2+10a4b5c0.wx64.r.cp310] Extensions config ‘extension.toml’ doesn’t exist ‘c:/.venv/lib/site-packages/isaacsim/extscache/omni.kit.renderer.core-1.0.2+10a4b5c0.wx64.r.cp310’ or ‘c:/.venv/lib/site-packages/isaacsim/extscache/omni.kit.renderer.core-1.0.2+10a4b5c0.wx64.r.cp310/config’
2025-01-14 22:04:43 [453ms] [Warning] [omni.ext.plugin] [ext: omni.kit.renderer.imgui-1.0.1+10a4b5c0.wx64.r.cp310] Extensions config ‘extension.toml’ doesn’t exist ‘c:/.venv/lib/site-packages/isaacsim/extscache/omni.kit.renderer.imgui-1.0.1+10a4b5c0.wx64.r.cp310’ or ‘c:/.venv/lib/site-packages/isaacsim/extscache/omni.kit.renderer.imgui-1.0.1+10a4b5c0.wx64.r.cp310/config’
2025-01-14 22:04:43 [453ms] [Warning] [omni.ext.plugin] [ext: omni.kit.renderer.init-0.0.0+10a4b5c0.wx64.r] Extensions config ‘extension.toml’ doesn’t exist ‘c:/.venv/lib/site-packages/isaacsim/extscache/omni.kit.renderer.init-0.0.0+10a4b5c0.wx64.r’ or ‘c:/.venv/lib/site-packages/isaacsim/extscache/omni.kit.renderer.init-0.0.0+10a4b5c0.wx64.r/config’
[1.166s] [ext: omni.blobkey-1.1.2] startup
[1.170s] [ext: omni.kit.async_engine-0.0.1] startup
[1.977s] [ext: omni.stats-1.0.1] startup
[1.994s] [ext: omni.datastore-0.0.0] startup
[2.002s] [ext: omni.client-1.2.0] startup
[2.166s] [ext: omni.ujitso.default-1.0.0] startup
[2.174s] [ext: omni.gpu_foundation.shadercache.vulkan-1.0.0] startup
[2.220s] [ext: omni.assets.plugins-0.0.0] startup
[2.313s] [ext: omni.gpu_foundation-0.0.0] startup
[2.456s] [ext: carb.windowing.plugins-1.0.0] startup
[2.617s] [ext: omni.kit.renderer.init-0.0.0] startup
[2.643s] [ext: omni.kit.pipapi-0.0.0] startup
[2.661s] [ext: omni.materialx.libs-1.0.4] startup
[2.777s] [ext: omni.kit.pip_archive-0.0.0] startup
[2.784s] [ext: omni.usd.config-1.0.4] startup
[2.822s] [ext: omni.gpucompute.plugins-0.0.0] startup
[2.830s] [ext: omni.usd.libs-1.0.1] startup
[3.194s] [ext: omni.iray.libs-0.0.0] startup
[3.456s] [ext: omni.mdl.neuraylib-0.2.8] startup
[3.473s] [ext: omni.mdl-55.0.1] startup
2025-01-14 22:04:45 [3,311ms] [Warning] [gpu.foundation.plugin] Skipping unsupported non-NVIDIA GPU: Intel(R) Iris(R) Xe Graphics
2025-01-14 22:04:45 [3,312ms] [Warning] [gpu.foundation.plugin] Skipping unsupported non-NVIDIA GPU: Intel(R) Iris(R) Xe Graphics
2025-01-14 22:04:45 [3,312ms] [Warning] [gpu.foundation.plugin] Skipping unsupported non-NVIDIA GPU: Intel(R) Iris(R) Xe Graphics
2025-01-14 22:04:45 [3,312ms] [Warning] [gpu.foundation.plugin] Skipping unsupported non-NVIDIA GPU: Intel(R) Iris(R) Xe Graphics
2025-01-14 22:04:45 [3,313ms] [Error] [gpu.foundation.plugin] Multiple Installable Client Drivers (ICDs) are found for the same GPU on the system. This causes the same GPU to be reported multiple times by more than one driver and leads to instability or crash.
For Windows, a clean driver reinstallation may be required. It might also happen after connecting with some certain remote desktop applications.

|---------------------------------------------------------------------------------------------|
| Driver Version: 561.17 | Graphics API: Vulkan
|=============================================================================================|
| GPU | Name | Active | LDA | GPU Memory | Vendor-ID | LUID |
| | | | | | Device-ID | UUID |
| | | | | | Bus-ID | |
|---------------------------------------------------------------------------------------------|
| 0 | NVIDIA GeForce RTX 4070 Laptop… | | | 7948 MB | 10de | 3b160100… |
| | | | | | 2860 | c802a368… |
| | | | | | 1 | |
|---------------------------------------------------------------------------------------------|
| 1 | Intel(R) Iris(R) Xe Graphics | | | 16198 MB | 8086 | 0e120100… |
| | | | | | a7a0 | 8680a0a7… |
| | | | | | N/A | |
|---------------------------------------------------------------------------------------------|
| 2 | Intel(R) Iris(R) Xe Graphics | | | 16198 MB | 8086 | f3141000… |
| | | | | | a7a0 | 8680a0a7… |
| | | | | | N/A | |
|=============================================================================================|
| OS: Windows 11 Pro, Version: 10.0 (24H2), Build: 26100, Kernel: 10.0.26100.2605
| Processor: 13th Gen Intel(R) Core™ i9-13900H | Cores: 14 | Logical: 20
|---------------------------------------------------------------------------------------------|
| Total Memory (MB): 32397 | Free Memory: 20715
| Total Page/Swap (MB): 34445 | Free Page/Swap: 16436
|---------------------------------------------------------------------------------------------|
[3.576s] [ext: omni.kit.usd.mdl-1.0.1] startup
2025-01-14 22:04:46 [3,457ms] [Error] [gpu.foundation.plugin] Multiple Installable Client Drivers (ICDs) are found for the same GPU on the system. This causes the same GPU to be reported multiple times by more than one driver and leads to instability or crash.
For Windows, a clean driver reinstallation may be required. It might also happen after connecting with some certain remote desktop applications.

|---------------------------------------------------------------------------------------------|
| Driver Version: 561.17 | Graphics API: Vulkan
|=============================================================================================|
| GPU | Name | Active | LDA | GPU Memory | Vendor-ID | LUID |
| | | | | | Device-ID | UUID |
| | | | | | Bus-ID | |
|---------------------------------------------------------------------------------------------|
| 0 | NVIDIA GeForce RTX 4070 Laptop… | | | 7948 MB | 10de | 3b160100… |
| | | | | | 2860 | c802a368… |
| | | | | | 1 | |
|---------------------------------------------------------------------------------------------|
| 1 | Intel(R) Iris(R) Xe Graphics | | | 16198 MB | 8086 | 0e120100… |
| | | | | | a7a0 | 8680a0a7… |
| | | | | | N/A | |
|---------------------------------------------------------------------------------------------|
| 2 | Intel(R) Iris(R) Xe Graphics | | | 16198 MB | 8086 | f3141000… |
| | | | | | a7a0 | 8680a0a7… |
| | | | | | N/A | |
|=============================================================================================|
| OS: Windows 11 Pro, Version: 10.0 (24H2), Build: 26100, Kernel: 10.0.26100.2605
| Processor: 13th Gen Intel(R) Core™ i9-13900H | Cores: 14 | Logical: 20
|---------------------------------------------------------------------------------------------|
| Total Memory (MB): 32397 | Free Memory: 20698
| Total Page/Swap (MB): 34445 | Free Page/Swap: 16431
|---------------------------------------------------------------------------------------------|
2025-01-14 22:04:46 [3,460ms] [Error] [omni.gpu_foundation_factory.plugin] Failed to create any GPU devices, including an attempt with compatibility mode.
[4.119s] [ext: omni.kit.telemetry-0.5.0] startup
[4.158s] [ext: omni.kit.loop-isaac-1.2.0] startup
[4.168s] [ext: omni.kit.test-1.1.0] startup
[4.676s] [ext: omni.appwindow-1.1.8] startup
[4.707s] [ext: omni.kit.renderer.core-1.0.2] startup
[4.816s] [ext: omni.kit.renderer.capture-0.0.0] startup
[4.909s] [ext: omni.kit.renderer.imgui-1.0.1] startup
[5.225s] [ext: omni.ui-2.25.22] startup
[5.339s] [ext: omni.kit.mainwindow-1.0.3] startup
[5.362s] [ext: carb.audio-0.1.0] startup
[5.377s] [ext: omni.uiaudio-1.0.0] startup
[5.393s] [ext: omni.kit.uiapp-0.0.0] startup
[5.393s] [ext: omni.usd.schema.omniscripting-1.0.0] startup
[5.431s] [ext: omni.usd.schema.audio-0.0.0] startup
[5.466s] [ext: omni.usd.schema.forcefield-106.1.9] startup
[5.525s] [ext: omni.anim.navigation.schema-106.1.0] startup
[5.551s] [ext: omni.usd.schema.semantics-0.0.0] startup
[5.575s] [ext: omni.usd.schema.scene.visualization-2.0.2] startup
[5.598s] [ext: omni.usd.schema.anim-0.0.0] startup
[5.727s] [ext: omni.anim.graph.schema-106.1.0] startup
[5.763s] [ext: omni.usd.schema.isaac-2.1.0] startup
[5.817s] [ext: omni.usd.schema.omnigraph-1.0.0] startup
[5.855s] [ext: omni.usd.schema.physx-106.1.9] startup
[5.948s] [ext: omni.usd.schema.geospatial-0.0.0] startup
[5.977s] [ext: omni.kit.window.popup_dialog-2.0.24] startup
[6.039s] [ext: omni.kit.widget.nucleus_connector-1.1.9] startup
[6.091s] [ext: omni.graph.exec-0.9.4] startup
[6.095s] [ext: omni.kit.usd_undo-0.1.8] startup
[6.107s] [ext: omni.kit.actions.core-1.0.0] startup
[6.131s] [ext: omni.kit.exec.core-0.13.4] startup
[6.159s] [ext: omni.kit.menu.core-1.0.4] startup
[6.174s] [ext: omni.kit.commands-1.4.9] startup
[6.244s] [ext: omni.kit.widget.options_menu-1.1.6] startup
[6.317s] [ext: omni.kit.menu.utils-1.5.27] startup
[6.429s] [ext: omni.kit.clipboard-1.0.4] startup
[6.437s] [ext: omni.kit.widget.graph-1.12.15] startup
[6.535s] [ext: omni.kit.widget.filter-1.1.4] startup
[6.549s] [ext: omni.timeline-1.0.10] startup
[6.565s] [ext: omni.usd_resolver-1.0.0] startup
[6.601s] [ext: omni.kit.audiodeviceenum-1.0.1] startup
[6.626s] [ext: omni.usd.core-1.4.1] startup
[6.637s] [ext: omni.resourcemonitor-105.0.1] startup
[6.662s] [ext: usdrt.scenegraph-7.5.0] startup
[6.908s] [ext: omni.activity.core-1.0.1] startup
[6.920s] [ext: omni.kit.widget.searchfield-1.1.8] startup
[6.944s] [ext: omni.hydra.usdrt_delegate-7.5.1] startup
[7.050s] [ext: omni.hydra.scene_delegate-0.3.3] startup
[7.058s] [ext: omni.kit.window.extensions-1.4.11] startup
[7.168s] [ext: omni.usd-1.12.2] startup
[7.447s] [ext: omni.kvdb-106.1.9] startup
[7.472s] [ext: omni.kit.property.adapter.core-1.0.1] startup
[7.512s] [ext: omni.ui_query-1.1.4] startup
[7.524s] [ext: omni.kit.widget.text_editor-1.0.2] startup
[7.542s] [ext: omni.convexdecomposition-106.1.9] startup
[7.568s] [ext: omni.localcache-106.1.9] startup
[7.587s] [ext: omni.kit.property.adapter.fabric-1.0.1] startup
[7.625s] [ext: omni.kit.property.adapter.usd-1.0.1] startup
[7.653s] [ext: omni.kit.widget.searchable_combobox-1.0.6] startup
[7.679s] [ext: omni.usdphysics-106.1.9] startup
[7.684s] [ext: omni.hsscclient-1.1.1] startup
[7.697s] [ext: omni.inspect-1.0.1] startup
[7.710s] [ext: omni.kit.widget.settings-1.2.2] startup
[7.742s] [ext: omni.kit.widget.path_field-2.0.10] startup
[7.766s] [ext: omni.kit.helper.file_utils-0.1.8] startup
[7.792s] [ext: omni.kit.widget.nucleus_info-1.0.2] startup
[7.812s] [ext: omni.kit.widget.options_button-1.0.3] startup
[7.830s] [ext: omni.kit.widget.context_menu-1.2.2] startup
[7.850s] [ext: omni.kit.widget.browser_bar-2.0.10] startup
[7.874s] [ext: omni.kit.widget.filebrowser-2.10.51] startup
[7.966s] [ext: omni.kit.search_core-1.0.5] startup
[7.981s] [ext: omni.kit.collaboration.telemetry-1.0.0] startup
[7.992s] [ext: omni.ui.scene-1.10.3] startup
[8.034s] [ext: omni.kit.widget.search_delegate-1.0.5] startup
[8.063s] [ext: omni.kit.notification_manager-1.0.9] startup
[8.098s] [ext: omni.kit.collaboration.channel_manager-1.0.12] startup
[8.116s] [ext: omni.kit.window.filepicker-2.10.40] startup
[8.339s] [ext: omni.kit.widget.prompt-1.0.7] startup
[8.352s] [ext: omni.kit.usd.layers-2.1.36] startup
[8.445s] [ext: omni.kit.widget.live_session_management.ui-1.0.1] startup
[8.494s] [ext: omni.kit.collaboration.presence_layer-1.0.9] startup
[8.530s] [ext: omni.graph.tools-1.79.0] startup
[8.963s] [ext: omni.graph.core-2.179.2] startup
[8.983s] [ext: omni.ujitso.processor.texture-1.0.0] startup
[8.987s] [ext: omni.graph.image.core-0.4.5] startup
[8.994s] [ext: omni.ujitso.client-0.0.0] startup
[8.997s] [ext: omni.kit.window.preferences-1.6.0] startup
[9.089s] [ext: omni.hydra.rtx.shadercache.vulkan-1.0.0] startup
[9.100s] [ext: omni.kit.widget.live_session_management-1.2.20] startup
[9.145s] [ext: omni.physx.foundation-106.1.9] startup
[9.179s] [ext: omni.graph.image.nodes-1.1.0] startup
[9.193s] [ext: omni.kit.window.file_exporter-1.0.30] startup
[9.220s] [ext: omni.kit.hotkeys.core-1.3.5] startup
[9.222s] [ext: omni.kit.context_menu-1.8.1] startup
[9.262s] [ext: omni.volume-0.5.0] startup
[9.296s] [ext: omni.kit.widget.stage-2.11.2] startup
[9.471s] [ext: omni.hydra.rtx-1.0.0] startup
[9.560s] [ext: omni.kit.window.file_importer-1.1.12] startup
[9.581s] [ext: omni.hydra.engine.stats-1.0.2] startup
[9.590s] [ext: omni.kit.raycast.query-1.0.5] startup
[9.612s] [ext: omni.kit.material.library-1.5.6] startup
[9.717s] [ext: omni.kit.widget.highlight_label-1.0.2] startup
[9.732s] [ext: omni.kit.hydra_texture-1.3.9] startup
[9.757s] [ext: omni.kit.viewport.registry-104.0.6] startup
[9.769s] [ext: omni.kit.stage_template.core-1.1.22] startup
[9.780s] [ext: omni.kit.window.drop_support-1.0.3] startup
[9.792s] [ext: omni.kit.widget.viewport-106.1.0] startup
[9.854s] [ext: omni.kit.viewport.legacy_gizmos-1.1.0] startup
[9.864s] [ext: omni.kit.window.file-1.3.54] startup
[9.904s] [ext: omni.kit.window.content_browser_registry-0.0.6] startup
[9.918s] [ext: omni.kit.viewport.window-107.0.6] startup

Found a solution from Github: Isaac Lab | Fails to run tutorials\00_sim\create_empty.py | conflicting gpu error · isaac-sim/IsaacLab · Discussion #1588 · GitHub
I disabled the Intel Graphics Display Adapter under Device Manager, and now standalone is botting up no problem!
Now, if there is a way to get it to work without having to disable the Intel Display adapter, I would be interested in that as well.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.