search for: initvalue

Displaying 9 results from an estimated 9 matches for "initvalue".

Did you mean: init_value
2012 Jan 11
0
rgl/ x11 problem
Hello- I am having problems with plot3d... I keep receiving the follow messages: when I attempt to load the package: library(rgl, pos=4), I get this error message: [6] WARNING: Warning in rgl.init(initValue) : Warning in rgl.init(initValue) : Warning in rgl.init(initValue) : Warning in rgl.init(initValue) : RGL: no suitable visual available Warning in fun(...) : error in rgl_init When I attempt to use the plot3d function, I get this message: [7] ERROR: rgl_dev_getcurrent This is a new problem, I ha...
2011 May 10
1
Problem rgl
Dear List, I'm using R on a Fedora 14 32 bit machine and I'm trying to use the rgl-package, but get the following error-messages: > library(rgl) Warnmeldungen: 1: In rgl.init(initValue) : RGL: no suitable visual available 2: In fun(...) : error in rgl_init > plot3d() Fehler in rgl.cur() : rgl_dev_getcurrent Does anyone know how to solve this problem? Thanks in advance, Marco
2010 Dec 15
3
Help with RGL package problem
...d the R-help-list. RGL used to work on my machine about a month ago. It was a very useful tool. The graphics device will not initialize now, and I cannot figure out why. When I try to load the package using ... > library(rgl) ... I get a warning message: Warning messages: 1: In rgl.init(initValue) : RGL: no suitable visual available 2: In fun(...) : error in rgl_init I also notice I cannot open a new rgl device: > open3d() Error in rgl.open() : rgl.open failed I am on MacOS 10.6.5. X11 is installed and is working to my knowledge. Does anybody have any suggestions to figure this pro...
2023 Jan 26
1
Failing to install the rgl package
...ntents/Home/jre/lib/server/libGLU.1.dylib' (no such file), '/var/folders/fx/_msf5ycn In addition: Warning message: package ?rgl? was built under R version 4.1.2 Error: package or namespace load failed for ?rgl?: .onLoad failed in loadNamespace() for 'rgl', details: call: rgl.init(initValue, onlyNULL) error: OpenGL is not available in this build In addition: Warning messages: 1: Loading rgl's DLL failed. This build of rgl depends on XQuartz, which failed to load. See the discussion in https://stackoverflow.com/a/66127391/2554330 2: Trying without OpenGL...
2008 Sep 03
2
Installing rgl
Hello. I'm having trouble installing rgl. I have a theory as to the problem. First, the error message and session info. > install.packages("rgl") trying URL 'http://probability.ca/cran/src/contrib/rgl_0.81.tar.gz' Content type 'application/x-gzip' length 1636939 bytes (1.6 Mb) opened URL ================================================== downloaded 1.6 Mb *
2011 Mar 03
0
[LLVMdev] Improving select_cc lowering for targets with conditional move
Let's consider the following piece of C code: (incomplete and not compilable ;) ) result = initValue; for(i) { ... if(condition) result = updatedValue_i; ... } For targets with conditional moves, the result is updated using the following sequence of instructions: regTmp = regFalse; if(condition2) regTmp = regTrue; regResult = regTmp; Now, you have 2 cases: 1) either condi...
2007 Mar 14
2
A java initialization routine
...ere, so the data is specific to the device, if that wasn''t already obvious. So basically, I want to get the default data, change one item (an IP address), put it in the form, and submit it. Thanks for any direction you might provide. It''s kinda long, so I apologize: function InitValue(passForm) { // var snmp_ver = ''0''; /*-----AP Password-----*/ passForm.http_username.value = ''username''; // admin/user/0/username passForm.http_passwd.value = ''supersecret''; // admin/user/0/password passForm.confirm_http_passwd.value = ...
2011 May 23
3
RGL package installation problem on Centos
Dear R users, I have installed the latest version of R from source on Centos (using configure and make install). This seemed to work fine, with no Errors reported and R at the command line starts R. However, if I try and installed the package rgl using; install.packages("rgl") I get the following error; installing to /usr/local/lib64/R/library/rgl/libs ** R ** demo ** inst ** preparing
2013 Oct 28
5
FreeBSD PVH guest support
...v), IDTVEC(dbg), IDTVEC(nmi), IDTVEC(bpt), IDTVEC(ofl), int xendebug_flags; start_info_t *xen_start_info; +start_info_t *HYPERVISOR_start_info; shared_info_t *HYPERVISOR_shared_info; xen_pfn_t *xen_machine_phys = machine_to_phys_mapping; xen_pfn_t *xen_phys_machine; @@ -744,7 +745,7 @@ void initvalues(start_info_t *startinfo); struct xenstore_domain_interface; extern struct xenstore_domain_interface *xen_store; -char *console_page; +extern char *console_page; void * bootmem_alloc(unsigned int size) @@ -927,6 +928,7 @@ initvalues(start_info_t *startinfo) HYPERVISOR_vm_assist(VMASST_CM...