Displaying 20 results from an estimated 70592 matches for "loads".
Did you mean:
load
2008 Sep 30
0
error in fBasics package
When I try to load "fBasics" package, I get following error/warning :
> library(fBasics)
Loading required package: fImport
Loading required package: fSeries
Loading required package: fBasics
Loading required package: fImport
Loading required package: fSeries
Loading required package: fBasics
Loading required package: fImport
Loading required package: fSeries
Loading required package:
2011 May 24
0
ProgeCAD Layer drop down menu opening up off screen
rucker222 wrote:
> The drop down layer selection menu at the top left of the screen directly above where the drawing 1 tab is opens upwards off of the screen once the drawing has a few layers on it.
jjmckenzie wrote:
> Log file please.
I loaded a drawing with plenty of layers and then clicked on the layer drop down menu a couple of times before exiting ProgeCAD.
Log file below. (sorry
2013 Mar 04
2
Asterisk 11 - How to trim the number of modules to minimum ?
Hi,
I've got a brand new Asterisk 11 setup for which I would like to keep the
number of loaded modules to a minimum.
My goal is to this setup in a pure SIP environment, for switching incoming
calls to outgoing tSIP trunks.
When I leave autoload=yes in /etc/asterisk/modules.conf, I can handle an
incoming SIP call with a Playback app.
When I leave autoload=no in /etc/asterisk/modules.conf, it
2009 Mar 10
0
Tony Hawk 3 crashes on start
...t; loading GSpyMenu\topper2.png
> loading GSpyMenu\topperstretch.png
> loading GSpyMenu\topper1.png
> loading GSpyMenu\arrow.png
> loading GSpyMenu\stretchmenu1.png
> loading GSpyMenu\lowercorner4.png
> loading GSpyMenu\lowercorner.png
> loading GSpyMenu\scroll.png
> loading loadscrn_editor_play.png
> loading loadscrn_Foundry_Small.png
> loading loadscrn_Can_Small.png
> loading loadscrn_Rio_Small.png
> loading loadscrn_Sub_Small.png
> loading loadscrn_AP_Small.png
> loading loadscrn_SI_Small.png
> loading loadscrn_LA_Small.png
> loading loadscrn_Tok_S...
2005 Mar 04
3
optimization
Ok, so, I''ve written my first app in rails. It''s pretty nifty. Only
one problem. Slower than you could possibly comprehend.
Processing PersonController#show (for 67.138.254.231 at Thu Mar 03
21:04:16 Eastern Standard Time 2005)
Parameters: {:id=>"1", :controller=>"person", :action=>"show"}
[4;35mPerson Load (0.219000) [0;37mSELECT
2004 Jul 21
0
Asterisk sees inbound call, but won't answer
Good evening,
I am just getting started with Asterisk. I have it installed, and I believe
I am on the right track, overall, to get it working, but I can't get the
linejack to answer any calls.
At this point, all I'm trying to do is have Asterisk answer an inbound call
on my linejack, /dev/phone0, and play a greeting or tone. I figure, once I
am able to get asterisk to actually answer the
2003 May 08
1
dcom98, ole32=n and CreateProcess
hi,
can't change line wrapping, so am attaching plain text file with
message.
waiting for answer.
TIA
-------------- next part --------------
I have no-windows wine system. when installing "dcom98.exe" package
into clean system I get such msg-box with an alert:
"A newer version of DCOM95 or DCOM98 had been installed. To override,
you must uninstall the current version
2002 Feb 19
2
Dump Analysis -- when NCR server frozen by rsync
Hi,
rsync was running against filesystems /disk5 and /disk7 to back them onto
remote server (172.16.101.4) using the following script:
if [ `ps -ef | grep -v grep | grep ::d5 | /usr/bin/wc -l` -eq 0 ]
then
rm -f /etc/rsync5.log
echo " --- Disk5 --- starts `date`" > /etc/rsync5.log
/usr/local/bin/rsync -a --recursive --compress /disk5/ 172.16.101.4::d5 >>
/etc/rsync.log
echo
2006 Jan 13
0
Wise installations and wine
Hi im trying to run a setup that is made with wise and i dont get to finish
the installation correctly. Anyone knows if there is any particular way to
run wise installations with wine?
i think thera smoe problems with shell32
this is the output:
WINEDEBUG=+loaddll wine properly/InstalarServidor.EXE
trace:loaddll:load_builtin_dll Loaded module L"kernel32.dll" : builtin
2005 Aug 19
1
SciViews-R v8.7 and Rcmdr v1.0-2 (PR#8079)
Full_Name: Hamit AYDIN
Version: R v2.1.1
OS: winxp
Submission from: (NULL) (194.27.40.230)
When I try to run sciviews the consol opens but when I try to import text,
spss... it tries to load rmcdr pakage gives me "the pakage can not be find inthe
Package or bundle 'Rcmdr' was not found in C:\PROGRA~1\R\rw2011\library. Would
you like to install it now?" I know the pakage in
2005 Aug 10
1
Not loading libraries
Dear list,
I have a bunch of libraries that are automatically loaded when I start
the R environment. How do I remove them?
Output:
fredrik at theodor:~/dokument/Thesis/Book$ make
Making file voicing.tex from voicing.Rnw
Loading Tcl/Tk interface ... done
Loading required package: tcltk
Loading required package: rgl
Loading required package: zoo
Loading required package: strucchange
Loading
2005 Jun 23
0
Voicemail recording cutoff when silent for 1 second
I have a new asterisk install (1.0.7) - and in case it's relevant I'm
not using autoload option in modules.conf. Generally all is working
well. However, when I make a call from my softphone and try to leave a
message, the message is cutoff after a few seconds (whenever I pause for
1 second between words). Strangely, when I use an analog phone
connected to my ATA, I can record as long as
2009 Apr 06
1
debugging application install failure
hi,
i'm new to wine, hope you'll bearwith me. i need to install a typing
program, Typing Instructor For Kids 4, which isn't listed at all in the
database. The install fails; full log is attached, but it looks to me
like the problem is here:
----
> fixme:advpack:set_ldids Need to support changing paths - default will be used
> fixme:setupapi:SetupDefaultQueueCallbackW
2015 Feb 13
2
[LLVMdev] DAGCombiner::MergeConsecutiveStores
Hi,
I'm quite puzzled by a little bit of code in the DAGCombiner where it
merges loads in MergeConsecutiveStores.
Two 16bit loads have been merged to one 32bit load, and two 16bit stores
have been combined to one 32bit store.
And then the code goes like this:
// Replace one of the loads with the new load.
LoadSDNode *Ld = cast<LoadSDNode>(LoadNodes[0].MemNode);
DA...
2008 Apr 07
2
tcltk issue remains
Dear R-help,
I'm trying to load the fGarch package and keep running into problems
with tcltk:
After succesfully instaling fGarch (and dependencies) I get:
>library(fGarch)
Loading required package: fBasics
Loading required package: fImport
Loading required package: fSeries
Loading required package: robustbase
Loading required package: fCalendar
Loading required package: MASS
Loading
2013 Apr 22
0
Fwd: Not receiving real data from a Eaton E series DX 1000H UPS
On 18.4.2013 ?. 22:24 ?., Arnaud Quette wrote:
>
> 2013/4/18 Pladi Computers Ltd. <pladi at lovechnet.com
> <mailto:pladi at lovechnet.com>>
>
> UPS:
> http://www.eaton.com/Eaton/ESeriesUPS/DXUPS/index.htm?wtredirect=www.eaton.com/DXUPS
>
> I have the same problem on two different computers. The first one
> is running Ubuntu 12.10 i386 , the
2007 May 15
1
Asterisk 1.4.4 reproducibly dumps core on Solaris 10
I have built Asterisk 1.4.4 on my Solaris 10 x86 box:
LDFLAGS='-R/usr/sfw/lib -R/opt/csw/lib -L/opt/csw/lib -L/usr/sfw/lib'
CPPFLAGS=-I/opt/csw/include ./configure -with-curl=/opt/csw
--without-oss --without-vpb --prefix=/opt/asterisk-1.4
The build and install go fine but the asterisk executable reproducibly
dumps core with a segmentation violation.
If I start it as: asterisk -gc and
2007 Jul 26
0
Asterisk 1.4.9 reproducibly dumps core on Solaris 10
> Message: 1
> Date: Tue, 15 May 2007 23:01:24 -0400
> From: Frank Tarczynski <ftarz at mindspring.com>
> Subject: [asterisk-users] Asterisk 1.4.4 reproducibly dumps core on
> Solaris 10
> To: asterisk-users at lists.digium.com
> Message-ID: <464A7404.5000706 at mindspring.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> I have
2008 Aug 02
0
mobilemeter and Wine problems
Hi
Ubuntu Hardy 8.04 i386; Wine 1.0.0-1ubuntu4~ha via Synaptic.
I'm trying to install mobmeter.exe which I downloaded from here (http://www.softpedia.com/get/System/System-Info/MobileMeter.shtml).
Got Error when initially trying to install, so ran
Code:
WINEDEBUG=+loaddll wine /home/nick/mobmeter.exe
which gave the following output:
Code:
trace:loaddll:load_builtin_dll Loaded
2011 Nov 04
2
Problem running BBC Doctor Who game in Linux Mint Debian
Hi,
I have a Toshiba Satellite L500 Laptop running 64bit Linux Mint Debian Edition 201109.
The laptop has ATI Radeon M92 (HD 4500 / 5000) graphics.
This is based on Debian testing and because at present there is no WINE in the testing repositories, I have installed 1.3.30 from:
http://frickelplatz.de/debian/
This seems to work fine: I can run LTspiceIV perfectly.
However ...
I have tried