SoftImage 3D 3.9 Not Working on o2 IRIX 6.5
#1
SoftImage 3D 3.9 Not Working on o2 IRIX 6.5
Hello ALL,

I recently acquired an o2 with IRIX 6.5. I recently tried to install SoftImage 3D 3.9.2 and it won't open. Tried seeing if i can open other programs and none of them will open besides the Dialog editor. I was wondering if their is any solutions or if anyone has an older version that they'd be willing to share?  

Thanks
dove212
O2

Trade Count: (0)
Posts: 22
Threads: 9
Joined: Jul 2021
Location: USA
Find Reply
07-08-2021, 10:18 PM
#2
RE: SoftImage 3D 3.9 Not Working on o2 IRIX 6.5
what a funny coincidence, I just got done redoing my Softimage template because I was having an issue with getting 3.9 working.  PM sent with more info, Here is the updated template if anyone is interested:

Code:
# Softimage3D 3.8/3.9/4.0; XSI 1.0/1.5; Eddie 3.5 template v1.0 by gijoe77
#
#
# Note - Softimage 3.9 uses the 3.8 licenses
#      - SI3.8 seems to need a SERVER line to work, 3.9 and 4.0 work fine without SERVER
#           -this license template is just going to use the SERVER for everything for simplicity
#      - HOSTID=ANY doesn't seem to work, don't have any empty lines (might cause an issue)
#
#
# License install:
#   get hostid using "lmhostid" command
#   cp Softimage_3.8SP1_license.template s
#   ./softimagekeygen s -verfmt 4
#
# check to see if license file already exists (make a backup too!):
#   file /usr/Softimage/Flexlm/licenses/softimage.lic
# if it exists you can append to it:
#   cat s >> /usr/Softimage/Flexlm/licenses/softimage.lic
# or you can overwrite it
#   cp s /usr/Softimage/Flexlm/licenses/softimage.lic
#
# stop/start license deamon:   
#   /etc/init.d/siflexlm stop; sleep 10
#   /etc/init.d/siflexlm start; sleep 10
#   cat /usr/Softimage/Flexlm/logs/SOFTIMAGE.log
#
# if lmgrd/SOFTIMAGE hang:
#   killall SOFTIMAGE
#   ps -ef | grep lmgrd
#   kill -9 <processID of offending lmgrd>
#
#
# To troubleshoot/view license issues or verify successful license checkout:
#   export FLEXLM_DIAGNOSTICS=2
#   or setenv FLEXLM_DIAGNOSTICS 2 (or 3)
#
#################
# Softimage 3.8 #
#################
#
# to set different license file location (note this might cause issues with SOFTIMAGE license server):
#   cp /usr/Softimage/Soft3D_3.8SP1/.softimage38SP1 ~/.softimage38SP1
#   nedit ~/.softimage38SP1
#   setenv LM_LICENSE_FILE   /usr/Softimage/Flexlm/licenses/softimage.lic 
#   source ~/.softimage38SP1
#
# if you set LD_LIBRARYN32_PATH, add this to ~/.softimage38SP1:
#  setenv LD_LIBRARYN32_PATH "$SI_LOCATION/3D/dso:$SI_LOCATION/3D/custom/bin:$SI_LOCATION/3D/custom/dso:$SI_LOCATION/Particle/dso:$SI_LOCATION/3D/dso/softGraphic${glext}:${LD_LIBRARYN32_PATH}"
#
# can also edit /usr/Softimage/Soft3D_3.8SP1/.softimage38SP1 instead of ~/.softimage38SP1, but
# I rather keep the system files untouched unless you know what you are doing
#
#
# to launch 3.8SP1 use toolchest launcher or commandline:
#   source /usr/Softimage/Soft3D_3.8SP1/.softimage38SP1
#   /usr/Softimage/Soft3D_3.8SP1/.si_wrapper.csh $SI_LOCATION/3D/bin/soft -f $SI_LOCATION/3D/rsrc
#
# or
#
#   source /usr/Softimage/Soft3D_3.8SP1/.softimage38SP1
#   soft
#
#
# Or BEST WAY - use your own custom file:
#   source ~/.softimage38SP1
#   soft
#
#################
# Softimage 3.9 #
#################
#
# to set different license file location (note this might cause issues with SOFTIMAGE license server):
#   cp /usr/Softimage/Soft3D_3.9.2/.softimage392 ~/.softimage392
#   nedit ~/.softimage392
#   setenv LM_LICENSE_FILE   /usr/Softimage/Flexlm/licenses/softimage.lic 
#   source ~/.softimage392
#
# if you set LD_LIBRARYN32_PATH, add this to ~/.softimage38SP1:
#  setenv LD_LIBRARYN32_PATH "$SI_LOCATION/3D/dso:$SI_LOCATION/3D/custom/bin:$SI_LOCATION/3D/custom/dso:$SI_LOCATION/Particle/dso:$SI_LOCATION/3D/dso/softGraphic${glext}:${LD_LIBRARYN32_PATH}"
#
# can also edit /usr/Softimage/Soft3D_3.9.2/.softimage392 instead of ~/.softimage392, but
# I rather keep the system files untouched unless you know what you are doing
#
#
# to launch 3.9.2 use toolchest launcher or commandline:
#   source /usr/Softimage/Soft3D_3.9.2/.softimage392
#  /usr/Softimage/Soft3D_3.9.2/.si_wrapper.csh $SI_LOCATION/3D/bin/soft -f $SI_LOCATION/3D/rsrc
#
# or
#
#   source /usr/Softimage/Soft3D_3.9.2/.softimage392
#   soft
#
#
# Or BEST WAY - use your own custom file:
#   source ~/.softimage392
#   soft
#
#################
# Softimage 4.0 #
#################
#
# to set different license file location (note this might cause issues with SOFTIMAGE license server):
#   cp /usr/Softimage/Soft3D_4.0/.softimage400 ~/.softimage400
#   nedit ~/.softimage400
#   setenv LM_LICENSE_FILE   /usr/Softimage/Flexlm/licenses/softimage.lic 
#   source ~/.softimage400
#
# if you set LD_LIBRARYN32_PATH, add this to ~/.softimage400:
#  setenv LD_LIBRARYN32_PATH "$SI_LOCATION/3D/dso:$SI_LOCATION/3D/custom/bin:$SI_LOCATION/3D/custom/dso:$SI_LOCATION/Particle/dso:$SI_LOCATION/3D/dso/softGraphic${glext}:${LD_LIBRARYN32_PATH}"
#
# can also edit /usr/Softimage/Soft3D_4.0/.softimage400 instead of ~/.softimage400, but
# I rather keep the system files untouched unless you know what you are doing
#
#
# to launch 4.0 use toolchest launcher or commandline:
#   source /usr/Softimage/Soft3D_4.0/.softimage400
#   /usr/Softimage/Soft3D_4.0/.si_wrapper.csh $SI_LOCATION/3D/bin/soft -f $SI_LOCATION/3D/rsrc
#
# or
#
#   source /usr/Softimage/Soft3D_4.0/.softimage400
#   soft
#
#
# Or BEST WAY - use your own custom file:
#   source ~/.softimage400
#   soft
#
###########
# XSI 1.0 #
###########
#
# to set different license file location (note this might cause issues with SOFTIMAGE license server):
#   cp /usr/Softimage/XSI_1.0/.xsi_1.0 ~/.xsi_1.0
#   nedit ~/.xsi_1.0
#   setenv LM_LICENSE_FILE   /usr/Softimage/Flexlm/licenses/softimage.lic 
#   source ~/.xsi_1.0
#
# if you set LD_LIBRARYN32_PATH, add this to ~/.xsi_1.0:
#  setenv LD_LIBRARYN32_PATH "$SI_LOCATION/3D/dso:$SI_LOCATION/3D/custom/bin:$SI_LOCATION/3D/custom/dso:$SI_LOCATION/Particle/dso:$SI_LOCATION/3D/dso/softGraphic${glext}:${LD_LIBRARYN32_PATH}"
#
# can also edit /usr/Softimage/XSI_1.0/.xsi_1.0 instead of ~/.xsi_1.0, but
# I rather keep the system files untouched unless you know what you are doing
#
#
# to launch XSI 1.0 use toolchest launcher or commandline:
#   source /usr/Softimage/XSI_1.0/.xsi_1.0
#   XSI
#

# Or BEST WAY - use your own custom file:
#   source ~/.xsi_1.0
#   XSI
#
###########
# XSI 1.5 #
###########
#
# to set different license file location (note this might cause issues with SOFTIMAGE license server):
#   cp /usr/Softimage/XSI_1.5/.xsi_1.5 ~/.xsi_1.5
#   nedit ~/.xsi_1.5
#   setenv LM_LICENSE_FILE   /usr/Softimage/Flexlm/licenses/softimage.lic 
#   source ~/.xsi_1.5
#
# if you set LD_LIBRARYN32_PATH, add this to ~/.xsi_1.5:
#  setenv LD_LIBRARYN32_PATH "$SI_LOCATION/3D/dso:$SI_LOCATION/3D/custom/bin:$SI_LOCATION/3D/custom/dso:$SI_LOCATION/Particle/dso:$SI_LOCATION/3D/dso/softGraphic${glext}:${LD_LIBRARYN32_PATH}"
#
# can also edit /usr/Softimage/XSI_1.5/.xsi_1.5 instead of ~/.xsi_1.5, but
# I rather keep the system files untouched unless you know what you are doing
#
#
# to launch XSI 1.5 use toolchest launcher or commandline:
#   source /usr/Softimage/XSI_1.5/.xsi_1.5
#   XSI
#
# Or BEST WAY - use your own custom file:
#   source ~/.xsi_1.5
#   XSI
#
#############
# Eddie 3.5 #
#############
#
# When you install Eddie, it creates an account with a .cshrc and .eddie files, but this is to get it to work from any account
#
#   cp /usr/Softimage/Eddie/.eddie ~/.eddie
#   nedit ~/.eddie
#   setenv LM_LICENSE_FILE   /usr/Softimage/Flexlm/licenses/softimage.lic 
#
# To Launch Eddie 3.5:
#   source ~/.eddie
#   eddie
#
# It gives me the below warning, but whatever, seems to work:
#   Warning! low on memory. Eddie has only -1748439040 bytes available
#
################################################################################################
################################################################################################
#
#######################
# Softimage3D 3.8/3.9 #
#######################
#
# YOUR LICENSE KEYS STARTS HERE
#
SERVER localhost myhostid 744
DAEMON SOFTIMAGE
# PACKAGE: 3D Extreme
INCREMENT SI_TOOLS SOFTIMAGE 3.800 1-jan-0 999 2D5054D2FEE874737AE3 VENDOR_STRING=105335 ck=228
INCREMENT 3D_RENDER SOFTIMAGE 3.800 1-jan-0 999 2DD0E4D2EB324400EE4B VENDOR_STRING=105336 ck=217
INCREMENT MENTAL_RAY SOFTIMAGE 2.100 1-jan-0 999 8DE074A2F71816248728 VENDOR_STRING=105337 ck=22
INCREMENT PARTICLE SOFTIMAGE 3.800 1-jan-0 999 FD8064D229F8628662CC VENDOR_STRING=105338 ck=64
INCREMENT 3D_SHARED SOFTIMAGE 3.800 1-jan-0 999 2D1064A276029F8ACE74 VENDOR_STRING=105339 ck=240
INCREMENT 3D SOFTIMAGE 3.800 1-jan-0 999 EDE094A2FF9EC7C8EF6D VENDOR_STRING=105340 ck=129
#INCREMENT SI3DADVANCED SOFTIMAGE 4.000 1-jan-0 999 AD805452645C7C4B9DC1 VENDOR_STRING=105341 ck=228
INCREMENT SI3DADVANCED SOFTIMAGE 3.800 1-jan-0 999 AD805452645C7C4B9DC1 VENDOR_STRING=105341 ck=228
INCREMENT SIMR SOFTIMAGE 1.500 1-jan-0 999 FDE03492F21D4ACAC6DC VENDOR_STRING=105342 ck=75
#INCREMENT SI3DBASE SOFTIMAGE 4.000 1-jan-0 999 DD100412DD3FF8F14F78 VENDOR_STRING=105343 ck=37
INCREMENT SI3DBASE SOFTIMAGE 3.800 1-jan-0 999 DD100412DD3FF8F14F78 VENDOR_STRING=105343 ck=37
INCREMENT 3D_ADVANCED SOFTIMAGE 3.800 1-jan-0 999 5D400412D94F8C821D92 VENDOR_STRING=105344 ck=206
# YOUR LICENSE KEYS STOPS HERE
#
# Additional licenses found and combined into this license file
INCREMENT SOFT3D SOFTIMAGE 3.800 1-jan-0 999 FC5A371132336F9BE3AE ck=21
INCREMENT 3D_GT SOFTIMAGE 3.800 1-jan-0 999 1C8AA791F5016092D077 ck=212
INCREMENT 3D_LIVE SOFTIMAGE 3.800 1-jan-0 999 9C1A67A1DD8F87C47393 ck=17
INCREMENT SI_REN_RATIO_ALL SOFTIMAGE 3.800 1-jan-0 999 EC0A0711304FB8E9EAE9 ck=62
INCREMENT SIMR SOFTIMAGE 3.800 1-jan-0 999 FCDA8721D077E5C8B544 ck=39
INCREMENT SIMR_R SOFTIMAGE 3.800 1-jan-0 999 FC5A371132336F9BE3AE ck=21
INCREMENT RAY_REBELS SOFTIMAGE 3.800 1-jan-0 999 CC9AE721CA5C473DD845 ck=109
INCREMENT PAINTERLY_EFFECTS SOFTIMAGE 3.800 1-jan-0 999 2C6AF741B6D366B7789E ck=69
INCREMENT 3D_PSX SOFTIMAGE 3.800 1-jan-0 999 0C6AC73123469CA4FD0F ck=15
INCREMENT 3D_NINTENDO SOFTIMAGE 3.800 1-jan-0 999 8CDA97A18B3E3C6C58F2 ck=96
INCREMENT 3D_SATURN SOFTIMAGE 3.800 1-jan-0 999 8C1A67719CF4E48FD5B6 ck=44
#
#This breaks Softimage, not sure what it is exactly - leave it commented
#INCREMENT SI_SOFT SOFTIMAGE 3.800 1-jan-0 999 DCCA47B1ACCBE6C5FA45 ck=109
#
#
#
#################
# Softimage 4.0 #
#################
#
INCREMENT SI3DADVANCED SOFTIMAGE 4.000 1-jan-0 999 AD805452645C7C4B9DC1 VENDOR_STRING=105341 ck=228
INCREMENT SI3DBASE SOFTIMAGE 4.000 1-jan-0 999 DD100412DD3FF8F14F78 VENDOR_STRING=105343 ck=37
#INCREMENT 3D_GT SOFTIMAGE 4.000 1-jan-0 999 1C8AA791F5016092D077 ck=212
#INCREMENT 3D_LIVE SOFTIMAGE 4.000 1-jan-0 999 9C1A67A1DD8F87C47393 ck=17
#INCREMENT 3D SOFTIMAGE 4.0 permanent uncounted 4C57D0C9C3F451F1B753 ck=224
#INCREMENT SI_TOOLS SOFTIMAGE 4.0 permanent uncounted CC27D029191679622B2F ck=218
#INCREMENT 3D_ADVANCED SOFTIMAGE 4.0 permanent uncounted ACD7102991958537EC6D ck=35
#INCREMENT PARTICLE SOFTIMAGE 4.0 permanent uncounted 2C07B0392A8FCB7F2EBC ck=17
#INCREMENT 3D_SATURN SOFTIMAGE 4.0 permanent uncounted 5C07D00908FB1364C7CB  ck=239
#INCREMENT 3D_PSX SOFTIMAGE 4.0 permanent uncounted 8CE7400914A8B7F37EC8 ck=81
#INCREMENT 3D_NINTENDO SOFTIMAGE 4.0 permanent uncounted 0C1780196EC0C264FD27  ck=238
#INCREMENT SIMR SOFTIMAGE 4.0 permanent uncounted 3CF740E96ABC02B58DBD ck=59
#INCREMENT SIMR_R SOFTIMAGE 4.0 permanent uncounted 5C476049EFBAC1B9CBB6 ck=41
#INCREMENT SI_REN_RATIO_ALL SOFTIMAGE 4.0 permanent uncounted 4C37D0D9C0DE34A297BB ck=15
#INCREMENT MENTAL_RAY SOFTIMAGE 2.100 permanent uncounted 6CA730597C6B6189CAC2 ck=32
#
#
#########################
# Softimage XSI 1.0/1.5 #
#########################
#
PACKAGE XSI SOFTIMAGE 1.500 90B08061156C40DAC210 COMPONENTS="SICORE_R \
    SI_REN_RATIO_2 SIMR_R SIPART SI3D SI_REN_RATIO_ALL SIMR \
    SIDYNA_R SIDYNA SICLOTH SIRENDER" ck=215
INCREMENT XSI SOFTIMAGE 1.500 permanent 999 0C9A48586A87B0476FC1 ck=29
#INCREMENT MENTAL_RAY SOFTIMAGE 2.100 permanent 999 BC8A68A8E400A8BB3099 ck=21
INCREMENT SICORE_R SOFTIMAGE 1.500 permanent 999 1C8A37D1952A656758F0 ck=215
INCREMENT SIPART SOFTIMAGE 1.500 permanent 999 3C1A77E14B7B7079FD99 ck=243
INCREMENT SI3D SOFTIMAGE 1.500 permanent 999 FCFA17D1FFF2821BEB79 ck=81
INCREMENT SI_REN_RATIO_2 SOFTIMAGE 1.500 permanent 999 9CFAD73111856B7B44FA ck=72
INCREMENT SI_REN_RATIO_ALL SOFTIMAGE 1.500 permanent 999 EC3AD7B13DE395248FAC ck=71
INCREMENT SIMR SOFTIMAGE 1.500 permanent 999 2CDA77717F12F83339C5 ck=26
INCREMENT SIMR_R SOFTIMAGE 1.500 permanent 999 4C6A67C1879125D40E21 ck=238
INCREMENT SIDYNA_R SOFTIMAGE 1.500 permanent 999 EC6AB7A1E6BD5A5439BA ck=36
INCREMENT SICLOTH SOFTIMAGE 1.500 permanent 999 EC5A97913CBCAAF7E700 ck=95
INCREMENT SICLOTH_R SOFTIMAGE 1.000 permanent 999 4CDA08A8A6FF6F673979 ck=75
INCREMENT SIRENDER SOFTIMAGE 1.500 permanent 999 8C9A2771EA2E58624610 ck=17

#######################
# Softimage Eddie 3.5 #
#######################
#
INCREMENT EDDIE SOFTIMAGE 3.500 1-jan-0 999 8C5A87F19D6EA8ED7FE7 ck=133
INCREMENT EDDIEBATCH SOFTIMAGE 3.500 1-jan-0 999 BC8A576122A83F82192A ck=27
INCREMENT EDDIE16 SOFTIMAGE 3.500 1-jan-0 999 BC2AC73121C78A4BA9FB ck=102
INCREMENT EDDIEBATCH16 SOFTIMAGE 3.500 1-jan-0 999 8CDA173177187BE26F07 ck=17
gijoe77
Tezro

Trade Count: (1)
Posts: 644
Threads: 34
Joined: Jun 2018
Find Reply
07-08-2021, 10:26 PM
#3
RE: SoftImage 3D 3.9 Not Working on o2 IRIX 6.5
Thanks for this. Is their a specific place i'm supposed to be placing this script file, or could i run those commands for the specific version?

Sorry if i sound a bit noobish.
dove212
O2

Trade Count: (0)
Posts: 22
Threads: 9
Joined: Jul 2021
Location: USA
Find Reply
07-09-2021, 03:27 AM
#4
RE: SoftImage 3D 3.9 Not Working on o2 IRIX 6.5
(07-09-2021, 03:27 AM)dove212 Wrote:  Thanks for this. Is their a specific place i'm supposed to be placing this script file, or could i run those commands for the specific version?

Sorry if i sound a bit noobish.


name the script "Softimage_3.8SP1_license.template" for this to work

Code:
#   cp Softimage_3.8SP1_license.template s
#   ./softimagekeygen s -verfmt 4
gijoe77
Tezro

Trade Count: (1)
Posts: 644
Threads: 34
Joined: Jun 2018
Find Reply
07-09-2021, 03:45 AM
#5
RE: SoftImage 3D 3.9 Not Working on o2 IRIX 6.5
(07-09-2021, 03:27 AM)dove212 Wrote:  Thanks for this. Is their a specific place i'm supposed to be placing this script file, or could i run those commands for the specific version?

Sorry if i sound a bit noobish.

(07-09-2021, 03:45 AM)gijoe77 Wrote:  
(07-09-2021, 03:27 AM)dove212 Wrote:  Thanks for this. Is their a specific place i'm supposed to be placing this script file, or could i run those commands for the specific version?

Sorry if i sound a bit noobish.

Tried this, But for some reason i am getting command not found on the console.


name the script "Softimage_3.8SP1_license.template" for this to work

Code:
#   cp Softimage_3.8SP1_license.template s
#   ./softimagekeygen s -verfmt 4
(This post was last modified: 07-09-2021, 04:27 PM by dove212.)
dove212
O2

Trade Count: (0)
Posts: 22
Threads: 9
Joined: Jul 2021
Location: USA
Find Reply
07-09-2021, 04:22 PM
#6
RE: SoftImage 3D 3.9 Not Working on o2 IRIX 6.5
post the output here, I'd like to see exactly what you are doing
gijoe77
Tezro

Trade Count: (1)
Posts: 644
Threads: 34
Joined: Jun 2018
Find Reply
07-09-2021, 04:45 PM
#7
RE: SoftImage 3D 3.9 Not Working on o2 IRIX 6.5
Okay after figuring it out, Now i am running into something that looks like this I put everything in the text and ran it together. : Do i need to delete my current license files and reinstall? I am using CDROMS because i don't have an ethernet setup.  [Image: 8TpMYkn.jpg]
(This post was last modified: 07-09-2021, 09:15 PM by dove212.)
dove212
O2

Trade Count: (0)
Posts: 22
Threads: 9
Joined: Jul 2021
Location: USA
Find Reply
07-09-2021, 09:13 PM
#8
RE: SoftImage 3D 3.9 Not Working on o2 IRIX 6.5
looks like you did:

Code:
./softimagekeygen s -verfmt4

you need a space before the 4 like so:

Code:
./softimagekeygen s -verfmt 4
gijoe77
Tezro

Trade Count: (1)
Posts: 644
Threads: 34
Joined: Jun 2018
Find Reply
07-10-2021, 01:32 AM
#9
RE: SoftImage 3D 3.9 Not Working on o2 IRIX 6.5
I actually did run it without the space. Read after line 15: it says s:line299invalid license file snytax License text:myhostid

[Image: Xkc3dUT.jpg]
(This post was last modified: 07-10-2021, 02:54 AM by dove212.)
dove212
O2

Trade Count: (0)
Posts: 22
Threads: 9
Joined: Jul 2021
Location: USA
Find Reply
07-10-2021, 02:40 AM
#10
RE: SoftImage 3D 3.9 Not Working on o2 IRIX 6.5
In order for you to setup the template correctly, you will need to edit the file and replace two items - "localhost" and "myhostid".

"localhost" is the hostname of your system.  just type "hostname" and it will tell you the hostname - Looks like your hostname is "o2" from your screenshot.

For myhostid - run the command "lmhostid" To get the FLEXlm host ID of your system.
gijoe77
Tezro

Trade Count: (1)
Posts: 644
Threads: 34
Joined: Jun 2018
Find Reply
07-10-2021, 03:57 AM


Forum Jump:


Users browsing this thread: 1 Guest(s)