Page 7 of 22 FirstFirst ... 3456789101117 ... LastLast
Results 61 to 70 of 217

Thread: TreeThing

  1. #61
    Community Leader Guild Sponsor Gidde's Avatar
    Join Date
    May 2009
    Location
    Michigan, USA
    Posts
    3,673

    Default

    Congrats, Ramah!!

  2. #62
    Professional Artist Facebook Connected Coyotemax's Avatar
    Join Date
    Jul 2009
    Location
    Canada
    Posts
    1,945

    Default


    My finished maps
    "...sometimes the most efficient way to make something look drawn by hand is to simply draw it by hand..."

  3. #63

    Default

    I have an error while starting this. I tried to open with Platform SE Library, console just closed instantly. Then, i tried to open with Web Start Launcher. It gives following error:


    MissingFieldException[ The following required field is missing from the launch file: <jnlp>]
    at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
    at com.sun.javaws.jnl.LaunchDescFactory.buildDescript or(Unknown Source)
    at com.sun.javaws.jnl.LaunchDescFactory.buildDescript or(Unknown Source)
    at com.sun.javaws.jnl.LaunchDescFactory.buildDescript or(Unknown Source)
    at com.sun.javaws.Main.launchApp(Unknown Source)
    at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
    at com.sun.javaws.Main$1.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

  4. #64
    Community Leader jfrazierjr's Avatar
    Join Date
    Oct 2007
    Location
    Apex, NC USA
    Posts
    3,057

    Default

    Quote Originally Posted by Sifaus View Post
    I have an error while starting this. I tried to open with Platform SE Library, console just closed instantly. Then, i tried to open with Web Start Launcher. It gives following error:


    MissingFieldException[ The following required field is missing from the launch file: <jnlp>]
    at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
    at com.sun.javaws.jnl.LaunchDescFactory.buildDescript or(Unknown Source)
    at com.sun.javaws.jnl.LaunchDescFactory.buildDescript or(Unknown Source)
    at com.sun.javaws.jnl.LaunchDescFactory.buildDescript or(Unknown Source)
    at com.sun.javaws.Main.launchApp(Unknown Source)
    at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
    at com.sun.javaws.Main$1.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Your on windows? and your java is hosed. uninstall. REBOOT!!!!!!!! go to java.com, download and install.
    My Finished Maps
    Works in Progress(or abandoned tests)
    My Tutorials:
    Explanation of Layer Masks in GIMP
    How to create ISO Mountains in GIMP/PS using the Smudge tool
    ----------------------------------------------------------
    Unless otherwise stated by me in the post, all work is licensed under a Creative Commons Attribution-Noncommercial 3.0 United States License.

  5. #65

    Default

    I did all of them. I download 'jre-6u24-windows-i586-s.exe' but no, that didn't help me. :/

  6. #66
    Community Leader jfrazierjr's Avatar
    Join Date
    Oct 2007
    Location
    Apex, NC USA
    Posts
    3,057

    Default

    So, after the uninstall, you DID REBOOT?

    Well.. bottom line, Java install does not properly configure the "path". this is an environment variable which tells Windows where to find executable files. Basically, java is not in any of the locations your of your computer's path. If you open a command prompt by: Start->Run, type cmd and hit enter. You then type "java -version"( NOT INCLUDING THE QUOTES), it SHOULD respond with(something similar, may not be exactly the same):

    java version "1.6.0_23"
    Java(TM) SE Runtime Environment (build 1.6.0_23-b05)
    Java HotSpot(TM) Client VM (build 19.0-b09, mixed mode, sharing)
    likely, it will say something like:

    'java' is not recognized as an internal or external command,
    operable program or batch file.
    instead.

    This tells you that the install did not do ALL of the things it was supposed to do. You CAN complete this extra setup manually, so let us know if that is the problem and I or others can tell you how once you confirm this is the issue.
    My Finished Maps
    Works in Progress(or abandoned tests)
    My Tutorials:
    Explanation of Layer Masks in GIMP
    How to create ISO Mountains in GIMP/PS using the Smudge tool
    ----------------------------------------------------------
    Unless otherwise stated by me in the post, all work is licensed under a Creative Commons Attribution-Noncommercial 3.0 United States License.

  7. #67

    Default

    I created a .bat file like:

    Code:
    @ECHO OFF
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="64" "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmn512M -Xms1024M -Xmx2G -jar "%~dp0TreeThing.jar"
    IF /I "%PROCESSOR_ARCHITECTURE:~-2%"=="86"  java -Xincgc -Xms1024M -Xmx1024M -jar "%~dp0TreeThing.jar"
    
    PAUSE
    It worked! (:

  8. #68
    Community Leader jfrazierjr's Avatar
    Join Date
    Oct 2007
    Location
    Apex, NC USA
    Posts
    3,057

    Default

    good... I knew your install was hosed. Did you write the above or copy from some googled code? If the latter, I would suggest correcting your path would be a much better option or you will keep having issues with java applications... Of course, if you know what the above does, then you probably know how to set your path manually and likely have a reason for doing the above way instead.
    My Finished Maps
    Works in Progress(or abandoned tests)
    My Tutorials:
    Explanation of Layer Masks in GIMP
    How to create ISO Mountains in GIMP/PS using the Smudge tool
    ----------------------------------------------------------
    Unless otherwise stated by me in the post, all work is licensed under a Creative Commons Attribution-Noncommercial 3.0 United States License.

  9. #69

    Default

    I was working on a Minecraft server. I know what that codes does (with details), but i haven't got any bat knowledge. I used same code there, i just changed jar name. I didn't write specific directories, becouse i want anyone use that code easily if they have that problem too.

  10. #70
    Guild Expert Ramah's Avatar
    Join Date
    Mar 2009
    Location
    Nottinghamshire
    Posts
    1,414
    Blog Entries
    4

    Default

    Thanks for helping Jfrazierjr, I'd have been like.... ... ...... .... :S
    Glad you have it working now Sifaus. Let us know how you get on with it.
    Royal: I'm very sorry for your loss, your mother was a terribly attractive woman.


    My Cartographer's Guild maps: Finished Maps


    More maps viewable at my DeviantArt page: Ramah-Palmer DeviantArt

Page 7 of 22 FirstFirst ... 3456789101117 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •