Power animator 9 not opening.. was fine befor
#1
Power animator 9 not opening.. was fine befor
Power animator attempts to open, then disappears.  The console reports the following:


___Insufficient virtual memory (that means swap, not virtual swap)___Location:
0
Memory used so far = Mb
Aligned bytes requested: 16 (0.00Mb)
Arena size being allocated to satisfy request: 0(Mb)
Swap reportedly available: 257782128 (Mb)
Memory reportedly available: 3932569600 (Mb)
Total Memory + Swap reportedly available: 0 (3750.39)
Bp->size = 16 (Mb)
Return codes... swapctl: 0 sysmp(A): 280 sysmp(B): 0
Error: cannot perform calloc 

I don’t know what “calloc” means, maybe this is the proble.  BTW maya starts up fine, so does composer 5.5.

I increased my swap file to 512mb, but that doesn’t seem to help.

Power animator was working fine up until today.  The only changes to the system was messing around with getting Jaleo configured... mostly to do with the digital video board.

Octane 2x600mhz R14000 Octane2 dual head V12 / V10, 7 gig Ram
Octane 2x250mhz R10000 2gig ram, MXE, Digital Video, MSCSI, Jaleo
1600SW O2 400mhz R12000 O2, 1gig Ram AV1  - 250gig Media' raid
Indy 180mhz R5000 Indy XZ 256mb ram
Indigo2 200mhz R4400 Extreme…….Under Construction
Dell T7600 dual 3.5 Xeon, 512 gb ram, Quadro K6000 + Tesla k20 - DaVinci Resolve Studio Editing
Dell T5500 dual 3.2 Xeon, 72gb ram, Quadro 6000 + Tesla C2075 - DaVinci Resolve Studio Cutting
Intel i7-990x 3.46GHz Extreme 6 core / Quadro 5000 & 2 x Tesla C2075 / 24gig Ram inside an SGI 320vw case
(This post was last modified: 10-08-2018, 07:32 PM by bjames.)
bjames
Tezro

Trade Count: (0)
Posts: 384
Threads: 109
Joined: Aug 2018
Find Reply
10-08-2018, 07:21 PM
#2
RE: Power animator 9 not opening.. was fine befor
calloc is a C function requesting a block of memory with all entries initialized to zero.

From the error message it wants to allocate 16 bytes? Surely there should be sufficient memory or swap available...

Could be that there are environment settings messing up the start of power animator. Do other users also have the same experience with power animator?
dexter1
Administrator

Trade Count: (1)
Posts: 297
Threads: 17
Joined: May 2018
Location: The Netherlands
Find Reply
10-08-2018, 07:46 PM
#3
RE: Power animator 9 not opening.. was fine befor
Now its working. I didnt do anything to the operating system, but instead was running installs of other applications (windows 95 based) and reinstalled Softwindows95.

I thought I would give PA another shot and it opened up this time. I am wondering if the multiple restarts of the Octane cleared off some resident apps. Oh.. I uninstalled Sonic's USP drivers for Discreet that automatically start on system startup. I cant think of anything else that might have cleared the log jam.

Octane 2x600mhz R14000 Octane2 dual head V12 / V10, 7 gig Ram
Octane 2x250mhz R10000 2gig ram, MXE, Digital Video, MSCSI, Jaleo
1600SW O2 400mhz R12000 O2, 1gig Ram AV1  - 250gig Media' raid
Indy 180mhz R5000 Indy XZ 256mb ram
Indigo2 200mhz R4400 Extreme…….Under Construction
Dell T7600 dual 3.5 Xeon, 512 gb ram, Quadro K6000 + Tesla k20 - DaVinci Resolve Studio Editing
Dell T5500 dual 3.2 Xeon, 72gb ram, Quadro 6000 + Tesla C2075 - DaVinci Resolve Studio Cutting
Intel i7-990x 3.46GHz Extreme 6 core / Quadro 5000 & 2 x Tesla C2075 / 24gig Ram inside an SGI 320vw case
bjames
Tezro

Trade Count: (0)
Posts: 384
Threads: 109
Joined: Aug 2018
Find Reply
10-08-2018, 10:03 PM
#4
RE: Power animator 9 not opening.. was fine befor
I had this problem from time to time.  On my o2 I think I can't launch PowerAnimator 9.7, I have never been able to figure out how fix it.  I had a similar problem on my Tezro and one time I uninstalled/reinstalled and it fixed the issue, another time I had to rerun rqsall on everything and it fixed the issue.

There are two ways I went about trying to do this - for the entire system:


Code:
cp /var/inst/.rqsfiles t

rqsall -force -o t -update_registry /usr/lib/so_locations -update_registry_64 /usr/lib64/so_locations t
# Make sure t is not empty!

cp t t1

rqsall -rescan -same_age -force -move -o t2 t1
# Make sure t2 is not empty!

cp t2 /var/inst/.rqsfiles

or just the Alias files:

Code:
ldd /usr/aw/alias9.0/bin/.Alias | cut -d'>' -f2- > /tmp/alias.txt
for f in `cat /tmp/alias.txt`; do
rqs -m -f -l 0xa000000 $f
done
gijoe77
Tezro

Trade Count: (1)
Posts: 644
Threads: 34
Joined: Jun 2018
Find Reply
10-09-2018, 06:36 PM
#5
RE: Power animator 9 not opening.. was fine befor
Was able to get PowerAnimator Running on my Octane this weekend.

Though it would run the splash window and then never launch. I tried running the alias9acctsetup app and upon start it ran one time.

I went through a test run tutorial. Running through my routines making shapes then trying to do an old model a mouse tutorial. It worked well.
Then ran a render setup and lighting test with an area light.

Worked rather well. Thought I'll then do a tutorial. I closed all the windows and when I tried to restart the program it did the same thing where it ran the splash page and then would disappear.

I am at work now but I am hoping that this set of commands posted here by GIJoe77 will help it be able to start again. With Maya you can get a corrupted preferences. Was thinking something similar happened.

I can do the tutorial with Alias 11 but feel like I should do a proper Power Animator release. Plus I noticed that Power Animator's renderer was a bit more appealing the way it soft shades.

----

Octane 2x400O2 300O2 400Origin 200 2x250
(This post was last modified: 10-22-2019, 06:20 PM by Intuition.)
Intuition
Tezro

Trade Count: (0)
Posts: 351
Threads: 42
Joined: Dec 2017
Location: Roseburg, OR
Find Reply
10-21-2019, 05:44 PM
#6
RE: Power animator 9 not opening.. was fine befor
So I am getting the same error as above.

Memory used so far = Mb
Aligned bytes requested: 2176 ( 0.00Mb)
Arena size being allocated to satisfy request: 0 (Mb)
Swap reportedly available: 2147251887 (Mb)
Memory reportedly available: 268271616 (Mb)
Total Memory+Swap reportedly available: 0 ( 255.84)
Bp->size = 4096 (Mb)
Return Codes... swapctl: 0 sysmp(A): 280 sysmp(B): 0
___Insufficient Virtual Memory (that means swap, not virtual swap)___ Location:
0
Memory used so far = Mb
Aligned bytes requested: 2176 ( 0.00Mb)
Arena size being allocated to satisfy request: 0 (Mb)
Swap reportedly available: 260595804 (Mb)
Memory reportedly available: 268271616 (Mb)
Total Memory+Swap reportedly available: 0 ( 255.84)
Bp->size = 4096 (Mb)
Return Codes... swapctl: 0 sysmp(A): 280 sysmp(B): 0
___Insufficient Virtual Memory (that means swap, not virtual swap)___ Location:
0
Memory used so far = Mb
Aligned bytes requested: 2176 ( 0.00Mb)
Arena size being allocated to satisfy request: 0 (Mb)
Swap reportedly available: 178575856 (Mb)
Memory reportedly available: 268271616 (Mb)
Total Memory+Swap reportedly available: 0 ( 255.84)
Bp->size = 4096 (Mb)
Return Codes... swapctl: 0 sysmp(A): 280 sysmp(B): 0
___Insufficient Virtual Memory (that means swap, not virtual swap)___ Location:
0
Memory used so far = Mb
Aligned bytes requested: 928 ( 0.00Mb)
Arena size being allocated to satisfy request: 0 (Mb)
Swap reportedly available: 2147421096 (Mb)
Memory reportedly available: 268271616 (Mb)
Total Memory+Swap reportedly available: 0 ( 255.84)
Bp->size = 1024 (Mb)
Return Codes... swapctl: 0 sysmp(A): 280 sysmp(B): 0
___Insufficient Virtual Memory (that means swap, not virtual swap)___ Location:
0
Memory used so far = Mb
Aligned bytes requested: 16 ( 0.00Mb)
Arena size being allocated to satisfy request: 0 (Mb)
Swap reportedly available: 257782128 (Mb)
Memory reportedly available: 268271616 (Mb)
Total Memory+Swap reportedly available: 0 ( 255.84)
Bp->size = 16 (Mb)
Return Codes... swapctl: 0 sysmp(A): 280 sysmp(B): 0
Error: Cannot perform calloc


It spits this out.

I ran the code GIJoe posted to try and clear out the rqsall
Still not launching

Octane 2x400O2 300O2 400Origin 200 2x250
Intuition
Tezro

Trade Count: (0)
Posts: 351
Threads: 42
Joined: Dec 2017
Location: Roseburg, OR
Find Reply
10-22-2019, 04:17 PM
#7
RE: Power animator 9 not opening.. was fine befor
I've got it up and running on my Tezro (Its been running since I installed IRIX on this machine!)

[Image: xozpZJb.png]

It's also rocking on the "Rocktane"!

[Image: 5ioRj6M.jpg]

The common denominator here must be the way I installed IRIX on these two machines!

Here's the video showing how I did it:

(This post was last modified: 10-22-2019, 05:19 PM by Irinikus.)
Irinikus
Hardware Connoisseur

Trade Count: (0)
Posts: 3,475
Threads: 319
Joined: Dec 2017
Location: South Africa
Website Find Reply
10-22-2019, 04:34 PM
#8
RE: Power animator 9 not opening.. was fine befor
Yeah Its weird. It ran the first time. Booted up fine and I ran through some model and render routines like my other tuts. Then wanted to of course launch it for the vid and it runs into this error. I am installing it on my O2. At least if I can run it once I can capture a tutorial with it.

Octane 2x400O2 300O2 400Origin 200 2x250
Intuition
Tezro

Trade Count: (0)
Posts: 351
Threads: 42
Joined: Dec 2017
Location: Roseburg, OR
Find Reply
10-22-2019, 05:41 PM
#9
RE: Power animator 9 not opening.. was fine befor
Got back to this today. Been busy on a CGI gig for weeks.

O2 would run it but I am not successful licensing it.

Octane license works but has the out of memory error still even though Alias 11 runs fine.

Today the o2 will start and make the chime but the drive never spools up and the screen never shows the o2 logo.
Though the light is green. No keyboard lights seem to work. Maybe my o2 gave way to Mercury retrograde. Wink

Octane running strong. Trying to uninstall/reinstall Alias 9 at the moment.

OK, its running after re-install. Making Tutorial Today> Biggrin
----------------------------------------------------------------

Ok scratch that. It crashes and I have to start the uninstall install process all over. I am back trying to lic on my o2. Can't seem to stop the Octane from doing the running out of memory problem.
-------------------

ERROR: Cannot open temporary output file for /var/flexlm/license.dat:744@Intuition:/usr/Softimage/Flexlm/licenses/softimage.lic:/var/flexlm/aw.dat:/var/flexlm/aw_SP.dat:/var/avid/admin/license.dat:
No such file or directory
ERROR: Cannot open file for store: /var/flexlm/license.dat:744@Intuition:/usr/Softimage/Flexlm/licenses/softimage.lic:/var/flexlm/aw.dat:/var/flexlm/aw_SP.dat:/var/avid/admin/license.dat

No licenses were installed.

---

This is the error when I try to enter the license in the standard tool.

Is this some kind of file permissions problem or an env variable that is off?
----------------------------
Ok, I just remembered that I have a spare Irix install on a separate hard drive that is clean for the Octane.
I will install PA9 on it. It is likely going to work since there will probably be no lic or rsq issues.


Attached Files
.txt PA.txt Size: 491 bytes  Downloads: 228

Octane 2x400O2 300O2 400Origin 200 2x250
(This post was last modified: 11-20-2019, 01:39 PM by Intuition.)
Intuition
Tezro

Trade Count: (0)
Posts: 351
Threads: 42
Joined: Dec 2017
Location: Roseburg, OR
Find Reply
11-17-2019, 06:53 PM
#10
RE: Power animator 9 not opening.. was fine befor
Ok, was able to run it on my other Irix OS drive. Courtesy of Jeff Joplin no less. Was the last purchase I made from him. Just wanted a backup drive with a clean OS.

Came in handy for this. Smile

Recorded a Power Animator tutorial properly this morning.

Just need to edit and upload it. Hopefully by tonight for a tomorrow post.


----

Note the Attached PA.txt was the number for my host ID. You'll need to run the gen on it for your own.
I attached it here because I had no copy paste way of getting it to the Octane except by browsing here with FF3.

Octane 2x400O2 300O2 400Origin 200 2x250
(This post was last modified: 11-21-2019, 02:56 AM by Intuition.)
Intuition
Tezro

Trade Count: (0)
Posts: 351
Threads: 42
Joined: Dec 2017
Location: Roseburg, OR
Find Reply
11-20-2019, 04:18 PM


Forum Jump:


Users browsing this thread: 1 Guest(s)