User Tag List

Page 2 of 5 FirstFirst 1 2 3 4 ... LastLast
Results 11 to 20 of 43

Thread: Okay I can't get Java to actually WORK

  1. #11
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    1,812
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Okay I can't get Java to actually WORK

    Really? Because I had other guys look at it too and they all had errors.

  2. #12
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Okay I can't get Java to actually WORK

    What version of Java do you have on your computer?

    Yes I swear it works fine I could video capture me going to the page if you don't believe me.

  3. #13
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    1,812
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Okay I can't get Java to actually WORK

    Version 6 update 7 (build 1.6.0_07-b06)

    and this is what it appears for me and everyone else


    I dunno it could be a language issue considering it refers to "java.lang" but then again I know nothing about java

  4. #14
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Okay I can't get Java to actually WORK

    I have version 6 build 10 running under Vista

    I just went there with IE, Firefox, and Chrome and got the blue background -- Very odd. I will jump over to my XP machine to see if I can see an error.

    Is there anyone else who can go to http://mechaware.net/ and report if they get an error or not?

  5. #15
    Firecodemonkey

    Join Date
    Aug 2006
    Location
    London, UK
    Posts
    461
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Okay I can't get Java to actually WORK

    Works fine for me:

    Java Plug-in 1.6.0_03
    Using JRE version 1.6.0_03 Java HotSpot(TM) Client VM

    Which is a slightly older version. I'll see what happens when I upgrade.

  6. #16
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    1,812
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Okay I can't get Java to actually WORK

    wait it works now, I deleted the catche.

    I even figure out what's wrong! I made a java application that scaled an image to 0.01, and it just gave me the white screen. Then when I removed that event and ran the application again it would still be white, but removing the catche fixes this.

    What I'm saying is if you do something java doesn't like once, it'll stop working until you clear your catche.

    Which is why it explains it didn't work for the other people either, because I showed them the 0.01 scale version aswell.

  7. #17
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Okay I can't get Java to actually WORK

    Whew thats good news I suppose

    I was just about to beat my head into the desk since your page got the error and the page I made didn't ... it didn't make sense.

  8. #18
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    1,812
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Okay I can't get Java to actually WORK

    Yeah but it's kinda not-cool that if one application makes an error every other application stops working


    and when will you fix that you can't overwrite .tar files you've run until a long time after

  9. #19
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    1,812
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Okay I can't get Java to actually WORK

    Okay now it's not working again, and the catche doesn't seem to fix it. And I didn't even change a thing (and I have no scaling).

    Your JRE version number-javaVersionInt: 607
    Current JRE version on Java.com - currentJREinTextInt: 607
    Your Operating System: windows xp
    Your OS Version: 5.1
    Your system architecture: x86
    Exception in thread "Thread-303" java.lang.IllegalArgumentException: Width (393) and height (0) cannot be <= 0
    at java.awt.image.DirectColorModel.createCompatibleWr itableRaster(Unknown Source)
    at java.awt.image.BufferedImage.<init>(Unknown Source)
    at Sprites.CSpriteGen.recalcSpriteSurface(Unknown Source)
    at Sprites.CSpriteGen.spriteUpdate(Unknown Source)
    at RunLoop.CRun.screen_Update(Unknown Source)
    at RunLoop.CRun.f_GameLoop(Unknown Source)
    at RunLoop.CRun.doRunLoop(Unknown Source)
    at Application.CRunApp.loopFrame(Unknown Source)
    at Application.CRunApp.playApplication(Unknown Source)
    at Application.CApplet.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Exception in thread "Image Fetcher 0" java.lang.OutOfMemoryError: Java heap space
    at java.awt.image.DataBufferInt.<init>(Unknown Source)
    at java.awt.image.Raster.createPackedRaster(Unknown Source)
    at java.awt.image.DirectColorModel.createCompatibleWr itableRaster(Unknown Source)
    at sun.awt.image.ImageRepresentation.createBufferedIm age(Unknown Source)
    at sun.awt.image.ImageRepresentation.setPixels(Unknow n Source)
    at sun.awt.image.ImageDecoder.setPixels(Unknown Source)
    at sun.awt.image.PNGImageDecoder.sendPixels(Unknown Source)
    at sun.awt.image.PNGImageDecoder.produceImage(Unknown Source)
    at sun.awt.image.InputStreamImageSource.doFetch(Unkno wn Source)
    at sun.awt.image.ImageFetcher.fetchloop(Unknown Source)
    at sun.awt.image.ImageFetcher.run(Unknown Source)
    Exception in thread "Thread-315" java.lang.OutOfMemoryError: Java heap space
    at java.awt.image.DataBufferInt.<init>(Unknown Source)
    at java.awt.image.Raster.createPackedRaster(Unknown Source)
    at java.awt.image.DirectColorModel.createCompatibleWr itableRaster(Unknown Source)
    at sun.awt.Win32GraphicsConfig.createCompatibleImage( Unknown Source)
    at Application.CRunApp.startTheFrame(Unknown Source)
    at Application.CRunApp.playApplication(Unknown Source)
    at Application.CApplet.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Exception in thread "Thread-322" java.lang.OutOfMemoryError: Java heap space
    at java.awt.image.DataBufferInt.<init>(Unknown Source)
    at java.awt.image.Raster.createPackedRaster(Unknown Source)
    at java.awt.image.DirectColorModel.createCompatibleWr itableRaster(Unknown Source)
    at sun.awt.Win32GraphicsConfig.createCompatibleImage( Unknown Source)
    at Application.CRunApp.startTheFrame(Unknown Source)
    at Application.CRunApp.playApplication(Unknown Source)
    at Application.CApplet.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Exception in thread "Image Fetcher 0" java.lang.OutOfMemoryError: Java heap space
    at java.awt.image.DataBufferInt.<init>(Unknown Source)
    at java.awt.image.Raster.createPackedRaster(Unknown Source)
    at java.awt.image.DirectColorModel.createCompatibleWr itableRaster(Unknown Source)
    at sun.awt.image.ImageRepresentation.createBufferedIm age(Unknown Source)
    at sun.awt.image.ImageRepresentation.setPixels(Unknow n Source)
    at sun.awt.image.ImageDecoder.setPixels(Unknown Source)
    at sun.awt.image.PNGImageDecoder.sendPixels(Unknown Source)
    at sun.awt.image.PNGImageDecoder.produceImage(Unknown Source)
    at sun.awt.image.InputStreamImageSource.doFetch(Unkno wn Source)
    at sun.awt.image.ImageFetcher.fetchloop(Unknown Source)
    at sun.awt.image.ImageFetcher.run(Unknown Source)
    Exception in thread "Thread-328" java.lang.OutOfMemoryError: Java heap space
    Exception in thread "Image Fetcher 0" java.lang.OutOfMemoryError: Java heap space
    Exception in thread "Thread-334" java.lang.OutOfMemoryError: Java heap space
    Exception in thread "Image Fetcher 0" java.lang.OutOfMemoryError: Java heap space
    Exception in thread "Thread-340" java.lang.OutOfMemoryError: Java heap space
    Exception in thread "Image Fetcher 0" java.lang.OutOfMemoryError: Java heap space
    Exception in thread "Thread-345" java.lang.OutOfMemoryError: Java heap space
    Exception in thread "Image Fetcher 0" java.lang.OutOfMemoryError: Java heap space
    Exception in thread "Thread-352" java.lang.OutOfMemoryError: Java heap space
    java.lang.OutOfMemoryError: Java heap space
    help

    also this time it seems to eat alot of CPU, almost crashing my Firefox

  10. #20
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Okay I can't get Java to actually WORK

    I don't think Clickteam can do anything about the cache its not really under our control its the Java itself on your computer - Perhaps you need to reboot?



Page 2 of 5 FirstFirst 1 2 3 4 ... LastLast

Similar Threads

  1. Java Applet - Doesn't work?
    By RickyRombo in forum File Archive
    Replies: 2
    Last Post: 17th May 2009, 01:54 AM
  2. Java apllication work?
    By dkt in forum Hardware Accelerated Runtime
    Replies: 2
    Last Post: 13th May 2009, 10:17 PM

Posting Permissions

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