Your account settings on the forum has nothing to do with this. You need to
subscribe to the mailing list. Every time you write a post there is a yellow
warning message on the top of the page with a link to this page:
http://forum.openscad.org/mailing_list/MailingListOptions.jtp?forum=1
Click the button subscribe and reply to the confirmation email that you get.
--
View this message in context: http://forum.openscad.org/Conway-polyhedron-operators-tp11037p11090.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
Oh I see, the confirmation email was being classified by GMail as a
promotion and I missed it.
Chris
On Mon, Jan 19, 2015 at 5:21 PM, Bananapeel [via OpenSCAD] <
ml-node+s1091067n11090h82@n5.nabble.com> wrote:
Your account settings on the forum has nothing to do with this. You need
to subscribe to the mailing list. Every time you write a post there is a
yellow warning message on the top of the page with a link to this page:
http://forum.openscad.org/mailing_list/MailingListOptions.jtp?forum=1
Click the button subscribe and reply to the confirmation email that you
get.
If you reply to this email, your message will be added to the discussion
below:
http://forum.openscad.org/Conway-polyhedron-operators-tp11037p11090.html
To unsubscribe from Conway polyhedron operators, click here
http://forum.openscad.org/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=11037&code=a2l0LndhbGxhY2VAZ21haWwuY29tfDExMDM3fDE3Nzk2Mzg2MzQ=
.
NAML
http://forum.openscad.org/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
--
View this message in context: http://forum.openscad.org/Conway-polyhedron-operators-tp11037p11091.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
Thanks!
Rob
On Jan 19, 2015, at 12:49, kitwallace kit.wallace@gmail.com wrote:
Oh I see, the confirmation email was being classified by GMail as a promotion and I missed it.
Chris
On Mon, Jan 19, 2015 at 5:21 PM, Bananapeel [via OpenSCAD] <[hidden email]> wrote:
Your account settings on the forum has nothing to do with this. You need to subscribe to the mailing list. Every time you write a post there is a yellow warning message on the top of the page with a link to this page:
http://forum.openscad.org/mailing_list/MailingListOptions.jtp?forum=1
Click the button subscribe and reply to the confirmation email that you get.
If you reply to this email, your message will be added to the discussion below:
http://forum.openscad.org/Conway-polyhedron-operators-tp11037p11090.html
To unsubscribe from Conway polyhedron operators, click here.
NAML
View this message in context: Re: Conway polyhedron operators
Sent from the OpenSCAD mailing list archive at Nabble.com.
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
Microsoft forced an upgrade from Win 8 to Win 8.1 a few months ago, and
I'm still recovering from that stab in the back.
When I run OpenSCAD now, I see a dialog saying (in part) "Missing OpenGL
capabilities - OpenCSG has been disabled").
Now, when I perform an F5 preview, some objects that are supposed to be
differenced out are still visible, making it impossible to see what is
going on. Using F6 takes forever, and I cannot use % or colors to see
what is going on. I am finding development to be very slow.
The hardware that I have has been abandoned by AMD, so there are no
drivers to upgrade.
Any tips?
Thanks!
Jon
On 01/19/2015 07:27 PM, jon wrote:
The hardware that I have has been abandoned by AMD, so there are no drivers to upgrade.
You could try the Mesa Software Renderer
(See https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Building_on_Microsoft_Windows#OpenGL)
I don't know if that works on Windows 8.1, it does work fine on my Windows 7 Test VM.
You don't need to install MSYS2 for that, just download the package from either
http://sourceforge.net/projects/msys2/files/REPOS/MINGW/i686/ (32 bit) or
http://sourceforge.net/projects/msys2/files/REPOS/MINGW/x86_64/ (64 bit) and
find some archive tool that can handle the XZ compression and Tar files (I think
7-zip should be able to extract those).
ciao,
Torsten.
Thanks, Torsten. When I run the MSYS2 installer, I get the message
"this app cannot run on your PC" towards the end of the process. I get
a series of error messages. Seems like this is not intended to run
under Win 8.1 (which is WAY different than Win 7). Not sure what to do.
Jon
On 1/19/2015 3:26 PM, Torsten Paul wrote:
On 01/19/2015 07:27 PM, jon wrote:
The hardware that I have has been abandoned by AMD, so there are no
drivers to upgrade.
You could try the Mesa Software Renderer
(See
https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Building_on_Microsoft_Windows#OpenGL)
I don't know if that works on Windows 8.1, it does work fine on my
Windows 7 Test VM.
You don't need to install MSYS2 for that, just download the package
from either
http://sourceforge.net/projects/msys2/files/REPOS/MINGW/i686/ (32 bit) or
http://sourceforge.net/projects/msys2/files/REPOS/MINGW/x86_64/ (64
bit) and
find some archive tool that can handle the XZ compression and Tar
files (I think
7-zip should be able to extract those).
ciao,
Torsten.
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2015.0.5645 / Virus Database: 4260/8959 - Release Date: 01/19/15
On 01/19/2015 10:54 PM, jon wrote:
Thanks, Torsten. When I run the MSYS2 installer, I get the message "this app
cannot run on your PC" towards the end of the process. I get a series of error
messages. Seems like this is not intended to run under Win 8.1 (which is WAY
different than Win 7). Not sure what to do.
Have a look if it still has a Windows\System32\opengl32.dll. If yes, then
just extracting the mesa version of opengl32.dll and putting that into the
same folder as openscad.exe could work.
ciao,
Torsten.
But does not here.
Thanks for trying.
Jon
On 1/19/2015 4:58 PM, Torsten Paul wrote:
On 01/19/2015 10:54 PM, jon wrote:
Thanks, Torsten. When I run the MSYS2 installer, I get the message
"this app
cannot run on your PC" towards the end of the process. I get a
series of error
messages. Seems like this is not intended to run under Win 8.1
(which is WAY
different than Win 7). Not sure what to do.
Have a look if it still has a Windows\System32\opengl32.dll. If yes, then
just extracting the mesa version of opengl32.dll and putting that into
the
same folder as openscad.exe could work.
ciao,
Torsten.
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2015.0.5645 / Virus Database: 4260/8959 - Release Date: 01/19/15
I've got a happy debug and release build MSYS2 environment working on both
8.1 and 7. If there is anything I can check in my install or help with
please let me know.
On Mon Jan 19 2015 at 3:54:26 PM jon jon@jonbondy.com wrote:
Thanks, Torsten. When I run the MSYS2 installer, I get the message
"this app cannot run on your PC" towards the end of the process. I get
a series of error messages. Seems like this is not intended to run
under Win 8.1 (which is WAY different than Win 7). Not sure what to do.
Jon
On 1/19/2015 3:26 PM, Torsten Paul wrote:
On 01/19/2015 07:27 PM, jon wrote:
The hardware that I have has been abandoned by AMD, so there are no
drivers to upgrade.
You could try the Mesa Software Renderer
(See
https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Building_
on_Microsoft_Windows#OpenGL)
I don't know if that works on Windows 8.1, it does work fine on my
Windows 7 Test VM.
You don't need to install MSYS2 for that, just download the package
from either
http://sourceforge.net/projects/msys2/files/REPOS/MINGW/i686/ (32 bit)
or
http://sourceforge.net/projects/msys2/files/REPOS/MINGW/x86_64/ (64
bit) and
find some archive tool that can handle the XZ compression and Tar
files (I think
7-zip should be able to extract those).
ciao,
Torsten.
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2015.0.5645 / Virus Database: 4260/8959 - Release Date: 01/19/15
urp. reading farther back in the thread, the problem described sounds a lot
like what I got when I had to replace my hard drive and rebuild my laptop.
Until I got the absolutely right Intel video drivers, I could not get the
OpenGL to run. This is where I got them, but I don't know what graphics
setup you have.
https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=20046
Gulp. I don't have any DLLs in my 2014.03 OpenSCAD folder. Which dll is it
again you're looking for, I can see if it's in my path.
--
View this message in context: http://forum.openscad.org/Conway-polyhedron-operators-tp11037p11104.html
Sent from the OpenSCAD mailing list archive at Nabble.com.