[x3d-public] x3d-public Digest, Vol 78, Issue 38

Andreas Plesch andreasplesch at gmail.com
Tue Sep 29 15:06:31 PDT 2015


Since feedback on running x3d-edit on linux variants was requested, here is
a quick report on gentoo with icedtea openjdk (default)

1. Download zip and unzip in ~/Downloads/X3D-Edit
2.
$ ./runX3dEditUnix.sh
X3D-Edit for Extensible 3D (X3D) Graphics scenes
https://savage.nps.edu/X3D-Edit
./runX3dEditUnix.sh: line 8: source: javaVersionCheck.sh: file not found
3. need to add abs. path on line 8
source ./javaVersionCheck,sh
4. edit, rerun:
Cannot find java. Please use the --jdkhome switch.
5. ok. /usr/bin/java is a symlink to a shell script; actual java here:
~/.gentoo/java-config-2/current-user-vm/
6. ok, runX3DEditUnix.sh does not support additional switches
7. run manually:
$ cd x3dedit33/bin
sh ./x3dedit33 --jdkhome ~/.gentoo/java-config-2/current-user-vm/ -J-Xss2m
-J-Xms32m -J-Xmx1g

launches !

Try X3D -> New Documents -> New x3d sene, draft

-> crash

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f8ed077939d, pid=19325, tid=140250405914368
#
# JRE version: OpenJDK Runtime Environment (7.0_85-b01) (build 1.7.0_85-b01)
# Java VM: OpenJDK 64-Bit Server VM (24.85-b03 mixed mode linux-amd64
compressed oops)
# Derivative: IcedTea 2.6.1
# Distribution: Gentoo Base System release 2.2, package Gentoo
icedtea-7.2.6.1
# Problematic frame:
# C  [libGL.so.1+0x5239d]

some libGL (xj3d?) problem

Try X3D -> New Documents -> New x3dom html page, draft

opens but no palette or other x3d support (edit element).

May try some more later but only have oracle jre 1.6,

Hope this helps a bit,

Andreas





On Tue, Sep 29, 2015 at 3:49 PM, <x3d-public-request at web3d.org> wrote:

> Send x3d-public mailing list submissions to
>         x3d-public at web3d.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://web3d.org/mailman/listinfo/x3d-public_web3d.org
> or, via email, send a message with subject or body 'help' to
>         x3d-public-request at web3d.org
>
> You can reach the person managing the list at
>         x3d-public-owner at web3d.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of x3d-public digest..."
>
>
> Today's Topics:
>
>    1. Re: X3D-Edit release announcement: launching external X3D
>       players includes White Dune (Don Brutzman)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 29 Sep 2015 12:49:21 -0700
> From: Don Brutzman <brutzman at nps.edu>
> To: X3D Graphics public mailing list <x3d-public at web3d.org>, X3D
>         Graphics        Working Group <x3d at web3d.org>
> Cc: Xj3D source list <source at web3d.org>,        X3D-Edit Developers
>         <x3d-edit-developers at movesInstitute.org>
> Subject: Re: [x3d-public] X3D-Edit release announcement: launching
>         external X3D players includes White Dune
> Message-ID: <560AEB41.5050808 at nps.edu>
> Content-Type: text/plain; charset="utf-8"; Format="flowed"
>
> X3D-Edit is a free, open-source Extensible 3D (X3D) Graphics authoring
> tool for simple high-quality editing, authoring and validation of X3D
> scenes.
>
>         https://savage.nps.edu/X3D-Edit
>
> Download and auto-update instructions:
>
>         https://savage.nps.edu/X3D-Edit/#Downloads
>
> This release includes more helpful improvements, especially for authors
> who want to use multiple tools:
>
> a. "About X3D-Edit" popup panel for standalone application reports initial
> installation build date.
>     Subsequent updates are automatic (with user approval) at weekly
> intervals or when starting up.
>     https://savage.nps.edu/X3D-Edit/X3D-Edit.html#Updates
>
> https://savage.nps.edu/X3D-Edit/images/NetbeansPluginRefreshDetected.png
>
> b. External authoring tool launch menu to enable further work on X3D
> scenes by other authoring tools,
>     now includes the updated White Dune!  8)
>     project: http://wdune.ourproject.org
>     docs:    http://wdune.ourproject.org/docs
>
> c. External player launch menu to enable further work on X3D scenes by
> other authoring tools,
>     now launches Xj3D as an external standalone application which reveals
> a number of helpful menus.
>
> d. Refactored the X3D-Edit Preferences panel to better group external file
> categories for
>     - X3D players (now includes built-in support for installing,
> autolaunching 10 different players),
>     - X3D-capable authoring tools (now includes support for installing 8
> different tools),
>     -  Audio tools: Audacity and MuseScore,
>     - HTML/XML/text tools: Amaya, svg-edit and UltraEdit,
>     - Video tools: vlc video player,
>     - Image tools: GIMP, Fiji, ImageJ, ImageMagick,
>     - Volume authoring and image-slicing tools: Fiji, ImageJ, ITK-SNAP,
> Seg3D, and 3D Slicer.
>     As before, authors can also add a local link to any other preferred
> tool in each category.
>     Current images attached, online at
> https://savage.nps.edu/X3D-Edit/#Preferences
>
> e. Improvements to IndexedFaceSet (IFS) and IndexedLineSet (ILS) panels to
> better keep track of
>     the various arrays of index values.
>
> f. For standalone installations, Windows-launch batch files now include
> both 64-bit and 32-bit support
>     (requires reinstallation of .zip distribution).
> https://savage.nps.edu/X3D-Edit/X3D-Edit3.3.zip
>
> Steady work on Xj3D improvements also continues.  Latest greatest is
> checked into SourceForge trunk, details at
>         https://sourceforge.net/projects/xj3d
>         https://savage.nps.edu/Savage/developers.html#Xj3D
>
> Request: is anyone out their testing on Debian or other Linux variants?
> If so please advise so we can keep the documentation fully up to date.
>
> Questions, corrections and suggestions are always welcome.
>
> Have fun with X3D-Edit and Xj3D!
>
> all the best, Don
> --
> Don Brutzman  Naval Postgraduate School, Code USW/Br
> brutzman at nps.edu
> Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA
> +1.831.656.2149
> X3D graphics, virtual worlds, navy robotics
> http://faculty.nps.edu/brutzman
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: X3D-EditAbout.png
> Type: image/png
> Size: 17345 bytes
> Desc: not available
> URL: <
> http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20150929/b2b8f5f1/attachment.png
> >
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: X3D-EditPreferencesX3dPlayersAvailable.png
> Type: image/png
> Size: 70139 bytes
> Desc: not available
> URL: <
> http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20150929/b2b8f5f1/attachment-0001.png
> >
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: X3D-EditPreferencesX3dAuthoringTools.png
> Type: image/png
> Size: 64919 bytes
> Desc: not available
> URL: <
> http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20150929/b2b8f5f1/attachment-0002.png
> >
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: X3D-EditPreferencesMultimediaTools.png
> Type: image/png
> Size: 53277 bytes
> Desc: not available
> URL: <
> http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20150929/b2b8f5f1/attachment-0003.png
> >
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: X3D-EditPreferencesImageAndVolumeTools.png
> Type: image/png
> Size: 58911 bytes
> Desc: not available
> URL: <
> http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20150929/b2b8f5f1/attachment-0004.png
> >
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: OptionsX3dViewersSelectFromScene.png
> Type: image/png
> Size: 51589 bytes
> Desc: not available
> URL: <
> http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20150929/b2b8f5f1/attachment-0005.png
> >
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: OptionsX3dAuthoringToolsSelectFromScene.png
> Type: image/png
> Size: 40979 bytes
> Desc: not available
> URL: <
> http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20150929/b2b8f5f1/attachment-0006.png
> >
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> x3d-public mailing list
> x3d-public at web3d.org
> http://web3d.org/mailman/listinfo/x3d-public_web3d.org
>
>
> ------------------------------
>
> End of x3d-public Digest, Vol 78, Issue 38
> ******************************************
>



-- 
Andreas Plesch
39 Barbara Rd.
Waltham, MA 02453
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20150929/edd7477a/attachment.html>


More information about the x3d-public mailing list