Forums
You are not logged in.
Pages: 1 2
- Index
- » 3Delight & RenderMan
- » 'more than one 3Delight free license at once' error on Mac Os X
#26 2012-01-01 12:22:17
- psilo9
- Member
- Registered: 2010-02-16
- Posts: 14
Re: 'more than one 3Delight free license at once' error on Mac Os X
olivier wrote:
Great, the idiots at fedora have managed to come up with yet another way to deviate from what everyone else does by naming their interfaces "em" instead of "eth". If you feel up to patching lib3delight.so, look for the string eth%d and replace it by em%1d and it should work. I can probably come up with something easier if you can't.
what would be "something easier" ? or any clue on how to patch the lib3delight.so?
Thanks.
Sylvain.
Offline
#27 2012-01-02 07:48:06
- olivier
- 3Delight Developer
- Registered: 2007-01-09
- Posts: 1930
Re: 'more than one 3Delight free license at once' error on Mac Os X
Just an easier way to patch it. Such as this in a shell:
echo ",s/eth\\%d/em\\%1d/\nw" | ed $DELIGHT/lib/lib3delight.so
Offline
#28 2012-01-02 09:46:12
- psilo9
- Member
- Registered: 2010-02-16
- Posts: 14
Re: 'more than one 3Delight free license at once' error on Mac Os X
thank you
edit : don't seem to work after i execute this code in a shell , still having the error 3DL ERROR r5050 : cannot run more than one 3delight free license at once (2)
when i execute the code :it return me :
NewLine appended
5674856
?
i'm on fedora 16 , if it can help
Last edited by psilo9 (2012-01-02 11:21:17)
Offline
#29 2012-01-02 12:52:45
- olivier
- 3Delight Developer
- Registered: 2007-01-09
- Posts: 1930
Re: 'more than one 3Delight free license at once' error on Mac Os X
What do you get when you run ifconfig ?
Offline
#30 2012-01-02 12:57:31
- psilo9
- Member
- Registered: 2010-02-16
- Posts: 14
Re: 'more than one 3Delight free license at once' error on Mac Os X
[sly@sly ~]$ ifconfig
em1 Link encap:Ethernet HWaddr 00:1B:FC:7D:87:42
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:16
em2 Link encap:Ethernet HWaddr 00:1B:FC:7D:99:3C
inet addr:192.168.0.22 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::21b:fcff:fe7d:993c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:91 errors:0 dropped:0 overruns:0 frame:0
TX packets:46 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8839 (8.6 KiB) TX bytes:5841 (5.7 KiB)
Interrupt:19
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:95 errors:0 dropped:0 overruns:0 frame:0
TX packets:95 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6010 (5.8 KiB) TX bytes:6010 (5.8 KiB)
wlan0 Link encap:Ethernet HWaddr 00:15:AF:1A:02:34
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Offline
#31 2012-01-04 06:26:14
- olivier
- 3Delight Developer
- Registered: 2007-01-09
- Posts: 1930
Re: 'more than one 3Delight free license at once' error on Mac Os X
Strange, that should have worked. What are you trying to run exactly? renderdl? 3Delight for Maya? Does the time stamp of lib3delight.so show that it was modified?
Also try this instead:
mv $DELIGHT/lib/lib3delight.so $DELIGHT/lib/tmp.so && sed -e"s/eth%d/em%1d/" < $DELIGHT/lib/tmp.so > $DELIGHT/lib/lib3delight.so && chmod a+x $DELIGHT/lib/lib3delight.so
Offline
#32 2012-01-04 09:45:11
- psilo9
- Member
- Registered: 2010-02-16
- Posts: 14
Re: 'more than one 3Delight free license at once' error on Mac Os X
i was trying to run : renderdl -test
with the last code it worked perfectly ! thank you a lot for your support
Offline
#33 2012-01-19 17:11:47
- mesh
- New member
- From: Kiev, Ukraine
- Registered: 2008-10-31
- Posts: 3
Re: 'more than one 3Delight free license at once' error on Mac Os X
I've encountered the similar problem on Fedora 15, and first item in Google search result, was pointed to http://ist.njit.edu/software/matlab/2011b/
The point is, just try to forbid renaming of your network interface, by disabling "biosdevname" feature in the system, instead of patching lib3delight.so.
At least it works for my case...
wbr,
Yuri Meshalkin
Offline
#34 2012-02-09 20:49:09
- egglybagelface
- Member
- Registered: 2011-12-27
- Posts: 21
Re: 'more than one 3Delight free license at once' error on Mac Os X
When I received that message, it was because I was rendering with 3DL on my other computer at the same time and because they are sharing the same router, they detected each other. I disconnected/disabled the networking on 1 computer and rendering continued working on both.
Last edited by egglybagelface (2012-02-09 20:49:54)
Offline
Pages: 1 2
- Index
- » 3Delight & RenderMan
- » 'more than one 3Delight free license at once' error on Mac Os X

