Skip to content
Prev 371600 / 398506 Next

rgl crash on windows 7

On 28/09/2017 7:15 PM, Kevin Wright wrote:
That will trigger a load of rgl, which will try to load the DLL.
I don't have access to Windows 7, but just tried the new R 3.4.2 with 
Windows 10, and like you, had no problems.

I'd suggest running update.packages(checkBuilt = TRUE) to make sure 
everything is current.  If that doesn't fix the problem, you probably 
need to run Rgui under a debugger like gdb to identify what the issue is 
--- but that's not a trivial thing to do.

If you want to just make random changes hoping that something might 
help, updating the graphics driver (or disabling hardware acceleration 
if that's something that it can do) could make a difference.

Duncan Murdoch