Cross platform Radiance installers, just tried rvu on Windows

Hi Guy,

Thanks for the feedback! I'm running out the door to catch a bus, but I will review this tonight. Thanks especially to the NSIS pointer on env paths. I knew it was possible, just hadn't had time to look into it, so thanks for the pointer. The rvu bugs seem serious, I have to admit I haven't tested that extensively on Windows. And you're right, rpiece should be taken out of the Windows package for now; that's an easy fix. Making rpiece Windows-compatible, now that's a different story. :wink:

-Rob

···

On 5/3/12 4:44 PM, "Guy Vaessen" < > wrote:

Great job! I really like the new rvu on Windows.

I just tried it on Windows 7 64 bits

A few remarks:

In rvu

-selecting load view (file viewpoint.vp) contents: -vp -.5 -5 1.15 -vd 0.5 5 0 doesn't set the viewparameters (it doesn't do anything).

After manually setting a view
-selecting load view and pressing cancel 'resets' the view and rvu recalculates from a random viewpoint, doing it again (select load view and press cancel) goes back to the manually entered view before and recalculates.

-selecting file -> Load .rif doesn't do anything.

-selecting parameter: some values could be expained a bit more, for example te first tab ambient has in the first column value: 0 0 0 (I don't know which values are required).

It looks like it is possible to set the environmental path on Windows directly in the NSIS installer:
http://nsis.sourceforge.net/Environmental_Variables:_append,_prepend,_and_remove_entries
(The old MnGW installer offered at: http://www.bozzograo.net/radiance/ did also set the environment variables).

One question: are you sure you want to include rpiece in the Windows installer? Since for Windows at compile-time the only message possible by rpiece is the one about the missing NFS-manager.
To get rpiece working on Windows one would have rewrite (at least) the part about file locking since Windows does this differently from other OS.
(It would be great to see rpiece working on Windows too!).

Best Regards,

Guy

Any specific reason why you're using NSIS to build your installer rather than WiX? -> http://wixtoolset.org/
WiX should be supported by CMake (it was last time I checked).

Palbinder Sandher
Software Platform Engineer
T:+44 (0) 141 945 8500
F:+44 (0) 141 945 8501
http://www.iesve.com

**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456
Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP
Email Disclaimer

···

-----Original Message-----
From: Guglielmetti, Robert [mailto:[email protected]]
Sent: 03 May 2012 23:51
To: code development
Subject: Re: [Radiance-dev] Cross platform Radiance installers, just tried rvu on Windows

Hi Guy,

Thanks for the feedback! I'm running out the door to catch a bus, but I will review this tonight. Thanks especially to the NSIS pointer on env paths. I knew it was possible, just hadn't had time to look into it, so thanks for the pointer. The rvu bugs seem serious, I have to admit I haven't tested that extensively on Windows. And you're right, rpiece should be taken out of the Windows package for now; that's an easy fix. Making rpiece Windows-compatible, now that's a different story. :wink:

-Rob

On 5/3/12 4:44 PM, "Guy Vaessen" < > wrote:

Great job! I really like the new rvu on Windows.

I just tried it on Windows 7 64 bits

A few remarks:

In rvu

-selecting load view (file viewpoint.vp) contents: -vp -.5 -5 1.15 -vd 0.5 5 0 doesn't set the viewparameters (it doesn't do anything).

After manually setting a view
-selecting load view and pressing cancel 'resets' the view and rvu recalculates from a random viewpoint, doing it again (select load view and press cancel) goes back to the manually entered view before and recalculates.

-selecting file -> Load .rif doesn't do anything.

-selecting parameter: some values could be expained a bit more, for example te first tab ambient has in the first column value: 0 0 0 (I don't know which values are required).

It looks like it is possible to set the environmental path on Windows directly in the NSIS installer:
http://nsis.sourceforge.net/Environmental_Variables:_append,_prepend,_and_remove_entries
(The old MnGW installer offered at: http://www.bozzograo.net/radiance/ did also set the environment variables).

One question: are you sure you want to include rpiece in the Windows installer? Since for Windows at compile-time the only message possible by rpiece is the one about the missing NFS-manager.
To get rpiece working on Windows one would have rewrite (at least) the part about file locking since Windows does this differently from other OS.
(It would be great to see rpiece working on Windows too!).

Best Regards,

Guy

_______________________________________________
Radiance-dev mailing list
[email protected]
http://www.radiance-online.org/mailman/listinfo/radiance-dev

FYI The Windows zip file download at http://openstudio.nrel.gov/getting-started-developer/getting-started-radiance doesn't work. Clicking it keeps asking for a log in even though I am logged in & can download the executable installer.

Palbinder Sandher
Software Platform Engineer
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com

**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456
Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP
Email Disclaimer

···

-----Original Message-----
From: Guglielmetti, Robert [mailto:[email protected]]
Sent: 03 May 2012 23:51
To: code development
Subject: Re: [Radiance-dev] Cross platform Radiance installers, just tried rvu on Windows

Hi Guy,

Thanks for the feedback! I'm running out the door to catch a bus, but I will review this tonight. Thanks especially to the NSIS pointer on env paths. I knew it was possible, just hadn't had time to look into it, so thanks for the pointer. The rvu bugs seem serious, I have to admit I haven't tested that extensively on Windows. And you're right, rpiece should be taken out of the Windows package for now; that's an easy fix. Making rpiece Windows-compatible, now that's a different story. :wink:

-Rob

On 5/3/12 4:44 PM, "Guy Vaessen" < > wrote:

Great job! I really like the new rvu on Windows.

I just tried it on Windows 7 64 bits

A few remarks:

In rvu

-selecting load view (file viewpoint.vp) contents: -vp -.5 -5 1.15 -vd 0.5 5 0 doesn't set the viewparameters (it doesn't do anything).

After manually setting a view
-selecting load view and pressing cancel 'resets' the view and rvu recalculates from a random viewpoint, doing it again (select load view and press cancel) goes back to the manually entered view before and recalculates.

-selecting file -> Load .rif doesn't do anything.

-selecting parameter: some values could be expained a bit more, for example te first tab ambient has in the first column value: 0 0 0 (I don't know which values are required).

It looks like it is possible to set the environmental path on Windows directly in the NSIS installer:
http://nsis.sourceforge.net/Environmental_Variables:_append,_prepend,_and_remove_entries
(The old MnGW installer offered at: http://www.bozzograo.net/radiance/ did also set the environment variables).

One question: are you sure you want to include rpiece in the Windows installer? Since for Windows at compile-time the only message possible by rpiece is the one about the missing NFS-manager.
To get rpiece working on Windows one would have rewrite (at least) the part about file locking since Windows does this differently from other OS.
(It would be great to see rpiece working on Windows too!).

Best Regards,

Guy

_______________________________________________
Radiance-dev mailing list
[email protected]
http://www.radiance-online.org/mailman/listinfo/radiance-dev

Thanks Pally,

That's odd, it works for me at the office as well as on my personal
computer. I'll look into it. If anyone else on this list has a second to
try this out, I'd appreciate any feedback.

Rob Guglielmetti IESNA, LEED AP
Commercial Buildings Research Group
National Renewable Energy Laboratory
15013 Denver West Parkway MS:RSF202
Golden, CO 80401
303.275.4319
[email protected]

···

On 5/31/12 9:05 AM, "Pally Sandher" <[email protected]> wrote:

FYI The Windows zip file download at
http://openstudio.nrel.gov/getting-started-developer/getting-started-radia
nce doesn't work. Clicking it keeps asking for a log in even though I am
logged in & can download the executable installer.

Palbinder Sandher
Software Platform Engineer
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com

**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer

-----Original Message-----
From: Guglielmetti, Robert [mailto:[email protected]]
Sent: 03 May 2012 23:51
To: code development
Subject: Re: [Radiance-dev] Cross platform Radiance installers, just
tried rvu on Windows

Hi Guy,

Thanks for the feedback! I'm running out the door to catch a bus, but I
will review this tonight. Thanks especially to the NSIS pointer on env
paths. I knew it was possible, just hadn't had time to look into it, so
thanks for the pointer. The rvu bugs seem serious, I have to admit I
haven't tested that extensively on Windows. And you're right, rpiece
should be taken out of the Windows package for now; that's an easy fix.
Making rpiece Windows-compatible, now that's a different story. :wink:

-Rob

On 5/3/12 4:44 PM, "Guy Vaessen" < > wrote:

Great job! I really like the new rvu on Windows.

I just tried it on Windows 7 64 bits

A few remarks:

In rvu

-selecting load view (file viewpoint.vp) contents: -vp -.5 -5 1.15 -vd
0.5 5 0 doesn't set the viewparameters (it doesn't do anything).

After manually setting a view
-selecting load view and pressing cancel 'resets' the view and rvu
recalculates from a random viewpoint, doing it again (select load view
and press cancel) goes back to the manually entered view before and
recalculates.

-selecting file -> Load .rif doesn't do anything.

-selecting parameter: some values could be expained a bit more, for
example te first tab ambient has in the first column value: 0 0 0 (I
don't know which values are required).

It looks like it is possible to set the environmental path on Windows
directly in the NSIS installer:

http://nsis.sourceforge.net/Environmental_Variables:_append,_prepend,and
remove_entries
(The old MnGW installer offered at: http://www.bozzograo.net/radiance/
did also set the environment variables).

One question: are you sure you want to include rpiece in the Windows
installer? Since for Windows at compile-time the only message possible by
rpiece is the one about the missing NFS-manager.
To get rpiece working on Windows one would have rewrite (at least) the
part about file locking since Windows does this differently from other OS.
(It would be great to see rpiece working on Windows too!).

Best Regards,

Guy

_______________________________________________
Radiance-dev mailing list
[email protected]
http://www.radiance-online.org/mailman/listinfo/radiance-dev

_______________________________________________
Radiance-dev mailing list
[email protected]
http://www.radiance-online.org/mailman/listinfo/radiance-dev

Bob,

I have just downloaded it, but I'm not sure how tu run it. haha

cheers,

German

···

2012/5/31 Guglielmetti, Robert <[email protected]>

Thanks Pally,

That's odd, it works for me at the office as well as on my personal
computer. I'll look into it. If anyone else on this list has a second to
try this out, I'd appreciate any feedback.

Rob Guglielmetti IESNA, LEED AP
Commercial Buildings Research Group
National Renewable Energy Laboratory
15013 Denver West Parkway MS:RSF202
Golden, CO 80401
303.275.4319
[email protected]

On 5/31/12 9:05 AM, "Pally Sandher" <[email protected]> wrote:

>FYI The Windows zip file download at
>
http://openstudio.nrel.gov/getting-started-developer/getting-started-radia
>nce doesn't work. Clicking it keeps asking for a log in even though I am
>logged in & can download the executable installer.
>
>Palbinder Sandher
>Software Platform Engineer
>T: +44 (0) 141 945 8500
>F: +44 (0) 141 945 8501
>http://www.iesve.com
>
>**Design, Simulate + Innovate with the <Virtual Environment>**
>Integrated Environmental Solutions Limited. Registered in Scotland No.
>SC151456
>Registered Office - Helix Building, West Of Scotland Science Park,
>Glasgow G20 0SP
>Email Disclaimer
>
>
>
>-----Original Message-----
>From: Guglielmetti, Robert [mailto:[email protected]]
>Sent: 03 May 2012 23:51
>To: code development
>Subject: Re: [Radiance-dev] Cross platform Radiance installers, just
>tried rvu on Windows
>
>Hi Guy,
>
>Thanks for the feedback! I'm running out the door to catch a bus, but I
>will review this tonight. Thanks especially to the NSIS pointer on env
>paths. I knew it was possible, just hadn't had time to look into it, so
>thanks for the pointer. The rvu bugs seem serious, I have to admit I
>haven't tested that extensively on Windows. And you're right, rpiece
>should be taken out of the Windows package for now; that's an easy fix.
>Making rpiece Windows-compatible, now that's a different story. :wink:
>
>-Rob
>
>
>On 5/3/12 4:44 PM, "Guy Vaessen" < > wrote:
>
>Great job! I really like the new rvu on Windows.
>
>I just tried it on Windows 7 64 bits
>
>A few remarks:
>
>In rvu
>
>-selecting load view (file viewpoint.vp) contents: -vp -.5 -5 1.15 -vd
>0.5 5 0 doesn't set the viewparameters (it doesn't do anything).
>
>After manually setting a view
>-selecting load view and pressing cancel 'resets' the view and rvu
>recalculates from a random viewpoint, doing it again (select load view
>and press cancel) goes back to the manually entered view before and
>recalculates.
>
>-selecting file -> Load .rif doesn't do anything.
>
>-selecting parameter: some values could be expained a bit more, for
>example te first tab ambient has in the first column value: 0 0 0 (I
>don't know which values are required).
>
>It looks like it is possible to set the environmental path on Windows
>directly in the NSIS installer:
>
>
http://nsis.sourceforge.net/Environmental_Variables:_append,_prepend,and
>remove_entries
>(The old MnGW installer offered at: http://www.bozzograo.net/radiance/
>did also set the environment variables).
>
>One question: are you sure you want to include rpiece in the Windows
>installer? Since for Windows at compile-time the only message possible by
>rpiece is the one about the missing NFS-manager.
>To get rpiece working on Windows one would have rewrite (at least) the
>part about file locking since Windows does this differently from other OS.
>(It would be great to see rpiece working on Windows too!).
>
>Best Regards,
>
>Guy
>
>
>_______________________________________________
>Radiance-dev mailing list
>[email protected]
>http://www.radiance-online.org/mailman/listinfo/radiance-dev
>
>
>
>_______________________________________________
>Radiance-dev mailing list
>[email protected]
>http://www.radiance-online.org/mailman/listinfo/radiance-dev

_______________________________________________
Radiance-dev mailing list
[email protected]
http://www.radiance-online.org/mailman/listinfo/radiance-dev

Thanks Germain. Pally, this is working on a number of systems here as well. Let's take this offlist and see if we can sort this out.

Rob Guglielmetti IESNA, LEED AP
Commercial Buildings Research Group
National Renewable Energy Laboratory
15013 Denver West Parkway MS:RSF202
Golden, CO 80401
303.275.4319
[email protected]

Bob,

I have just downloaded it, but I'm not sure how tu run it. haha

cheers,

German

2012/5/31 Guglielmetti, Robert <[email protected]<mailto:[email protected]>>
Thanks Pally,

That's odd, it works for me at the office as well as on my personal
computer. I'll look into it. If anyone else on this list has a second to
try this out, I'd appreciate any feedback.

Rob Guglielmetti IESNA, LEED AP
Commercial Buildings Research Group
National Renewable Energy Laboratory
15013 Denver West Parkway MS:RSF202
Golden, CO 80401
303.275.4319<tel:303.275.4319>
[email protected]<mailto:[email protected]>

···

On 5/31/12 9:38 AM, "Germán Molina Larrain" <[email protected]<mailto:[email protected]>> wrote:

On 5/31/12 9:05 AM, "Pally Sandher" <[email protected]<mailto:[email protected]>> wrote:

FYI The Windows zip file download at
http://openstudio.nrel.gov/getting-started-developer/getting-started-radia
nce doesn't work. Clicking it keeps asking for a log in even though I am
logged in & can download the executable installer.

Palbinder Sandher
Software Platform Engineer
T: +44 (0) 141 945 8500<tel:%2B44%20%280%29%20141%20945%208500>
F: +44 (0) 141 945 8501<tel:%2B44%20%280%29%20141%20945%208501>
http://www.iesve.com

**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer

-----Original Message-----
From: Guglielmetti, Robert [mailto:[email protected]<mailto:[email protected]>]
Sent: 03 May 2012 23:51
To: code development
Subject: Re: [Radiance-dev] Cross platform Radiance installers, just
tried rvu on Windows

Hi Guy,

Thanks for the feedback! I'm running out the door to catch a bus, but I
will review this tonight. Thanks especially to the NSIS pointer on env
paths. I knew it was possible, just hadn't had time to look into it, so
thanks for the pointer. The rvu bugs seem serious, I have to admit I
haven't tested that extensively on Windows. And you're right, rpiece
should be taken out of the Windows package for now; that's an easy fix.
Making rpiece Windows-compatible, now that's a different story. :wink:

-Rob

On 5/3/12 4:44 PM, "Guy Vaessen" < > wrote:

Great job! I really like the new rvu on Windows.

I just tried it on Windows 7 64 bits

A few remarks:

In rvu

-selecting load view (file viewpoint.vp) contents: -vp -.5 -5 1.15 -vd
0.5 5 0 doesn't set the viewparameters (it doesn't do anything).

After manually setting a view
-selecting load view and pressing cancel 'resets' the view and rvu
recalculates from a random viewpoint, doing it again (select load view
and press cancel) goes back to the manually entered view before and
recalculates.

-selecting file -> Load .rif doesn't do anything.

-selecting parameter: some values could be expained a bit more, for
example te first tab ambient has in the first column value: 0 0 0 (I
don't know which values are required).

It looks like it is possible to set the environmental path on Windows
directly in the NSIS installer:

http://nsis.sourceforge.net/Environmental_Variables:_append,_prepend,and
remove_entries
(The old MnGW installer offered at: http://www.bozzograo.net/radiance/
did also set the environment variables).

One question: are you sure you want to include rpiece in the Windows
installer? Since for Windows at compile-time the only message possible by
rpiece is the one about the missing NFS-manager.
To get rpiece working on Windows one would have rewrite (at least) the
part about file locking since Windows does this differently from other OS.
(It would be great to see rpiece working on Windows too!).

Best Regards,

Guy

_______________________________________________
Radiance-dev mailing list
[email protected]<mailto:[email protected]>
http://www.radiance-online.org/mailman/listinfo/radiance-dev

_______________________________________________
Radiance-dev mailing list
[email protected]<mailto:[email protected]>
http://www.radiance-online.org/mailman/listinfo/radiance-dev

_______________________________________________
Radiance-dev mailing list
[email protected]<mailto:[email protected]>
http://www.radiance-online.org/mailman/listinfo/radiance-dev