pombreda / cardforge

Automatically exported from code.google.com/p/cardforge
1 stars 0 forks source link

Bogus DQT index 5 message #134

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Finish a quest match, go into card editor, exit, go to card shop and exit.  
The message appeared on the Eclipse console at some point during these actions, 
after the messages about which turn the quest was won.  This message did not 
appear in a pop-up window, only on the console.  I have seen this after two of 
the three matches I have played using this revision. 

I did not notice any problems in the card editor or the card shop.

What is the expected output? What do you see instead?
com.google.common.collect.ComputationException: javax.imageio.IIOException: 
Bogus DQT index 5
    at forge.ImageCache$1.apply(ImageCache.java:103)
    at forge.ImageCache$1.apply(ImageCache.java:1)
    at com.google.common.collect.MapMaker$StrategyImpl.compute(MapMaker.java:592)
    at com.google.common.collect.MapMaker$StrategyImpl.compute(MapMaker.java:462)
    at com.google.common.collect.CustomConcurrentHashMap$ComputingImpl.get(CustomConcurrentHashMap.java:2045)
    at forge.ImageCache.getImage(ImageCache.java:161)
    at forge.ImageCache.getImage(ImageCache.java:132)
    at forge.gui.game.CardPicturePanel.setCard(CardPicturePanel.java:81)
    at forge.Gui_Quest_DeckEditor.setCard(Gui_Quest_DeckEditor.java:583)
    at forge.TableModel$1.keyReleased(TableModel.java:345)
    at java.awt.Component.processKeyEvent(Unknown Source)
    at javax.swing.JComponent.processKeyEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
    at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
    at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
    at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
    at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$000(Unknown Source)
    at java.awt.EventQueue$1.run(Unknown Source)
    at java.awt.EventQueue$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue$2.run(Unknown Source)
    at java.awt.EventQueue$2.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: javax.imageio.IIOException: Bogus DQT index 5
    at com.sun.imageio.plugins.jpeg.JPEGImageReader.readImageHeader(Native Method)
    at com.sun.imageio.plugins.jpeg.JPEGImageReader.readNativeHeader(Unknown Source)
    at com.sun.imageio.plugins.jpeg.JPEGImageReader.checkTablesOnly(Unknown Source)
    at com.sun.imageio.plugins.jpeg.JPEGImageReader.gotoImage(Unknown Source)
    at com.sun.imageio.plugins.jpeg.JPEGImageReader.readHeader(Unknown Source)
    at com.sun.imageio.plugins.jpeg.JPEGImageReader.readInternal(Unknown Source)
    at com.sun.imageio.plugins.jpeg.JPEGImageReader.read(Unknown Source)
    at javax.imageio.ImageIO.read(Unknown Source)
    at javax.imageio.ImageIO.read(Unknown Source)
    at arcane.ui.util.ImageUtil.getImage(ImageUtil.java:43)
    at forge.ImageCache$1.apply(ImageCache.java:96)
    ... 43 more

What version of the product are you using? On what operating system?
r10189
Win-XP SP3

Please provide any additional information below.

Original issue reported on code.google.com by Jaed...@gmail.com on 29 Jun 2011 at 8:19

GoogleCodeExporter commented 9 years ago
Update, the message appeared in the card editor after a match.  It was before 
entering the card shop. After I exited the card shop I went back into card 
editor but the message did not appear again.

Original comment by Jaed...@gmail.com on 29 Jun 2011 at 8:40

GoogleCodeExporter commented 9 years ago
I just got this error when I tried clicking on Blazing Blade Askari in the Deck 
Editor. It looks like the Image for this card is corrupt (possibly on the 
server). 

Original comment by zenchristo on 3 Jul 2011 at 3:09

GoogleCodeExporter commented 9 years ago
Rob should be fixing this with reuploading the files to the server. There's a 
post about it on the forums.

Original comment by zenchristo on 4 Jul 2011 at 3:17

GoogleCodeExporter commented 9 years ago
Jaedayr, I'm going to close this out. If you notice something like this again 
please report as usual.

Original comment by zenchristo on 7 Jul 2011 at 1:03