Issue: Maximal number of DLLs Reached

Hi,
My windows 7 Enterprise automatically was updated by itself. After the restart of the computer, an Error (maximal number of DLLs reached...) was shown in Rstudio when the number of loaded DLLs reaches "100". We reset the "R_MAX_NUM_DLLs" to "200". But still got the same error (LoadedDLLs=100). Please see the message and information below. Did anyone meet this issue previously?

library(scde)
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object 'C:/Program Files/R/R-3.3.3/library/mgcv/libs/x64/mgcv.dll':
`maximal number of DLLs reached...
Error: package or namespace load failed for ‘scde’
Sys.getenv("R_MAX_NUM_DLLs", unset = NA)
[1] "200"
length(getLoadedDLLs())
[1] 100

The issue was fixed!