You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,15 @@ For more info, check the website: https://voxelplugin.com
43
43
* Set your player controller to the **VoxelComplexController** (need to toggle *Show Plugin Content*)
44
44
* Hit play
45
45
46
+
## Plugin Voxel failed to load
47
+
48
+
If you are getting:
49
+
> Plugin 'Voxel' failed to load because module 'Voxel' could not be loaded. There may be an operating system error or the module may not be properly set up.
50
+
51
+
you are most likely missing **VCRUNTIME140_1.dll**; you can confirm that by looking at Saved/Logs/Log.txt and checking if it contains something like _Missing import: VCRUNTIME140_1.dll_.
52
+
53
+
To fix this, head up to https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads and download & install **vc_redist.x64.exe**.
0 commit comments