Flash errors when leaving battle results screen (from debug player)

Discussion in 'Bugs' started by Dwedit, May 22, 2014.

  1. Dwedit

    Dwedit Goblin Champion

    Got this error after quickly leaving the "You lost" screen of a multiplayer battle:

    ArgumentError: Error #2015: Invalid BitmapData.
    at flash.display::BitmapData/get width()
    at com.cardhunter.pcclient.cards::CardDisplay/clampToScreen()
    at com.cardhunter.pcclient.cards::CardDisplay/refreshInternal()
    at com.cardhunter.pcclient::Displayable/refresh()
    at com.cardhunter.pcclient.cards::CardDisplay/relinquishHighlights()
    at com.cardhunter.pcclient.cards::CardDisplay/onControlKey()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at com.cardhunter.pcclient::CardHunterCore/dispatchCardHunterEvent()
    at com.cardhunter.pcclient::CardHunterScreen/setCtrlDown()
    at com.cardhunter.pcclient::CardHunterScreen/onKeyDown()
    at com.cardhunter.pcclient::ScreenRoot/onKeyDown()
     
  2. Dwedit

    Dwedit Goblin Champion

    I also get flash errors when I click on the league button:
    Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found.
     
  3. Dwedit

    Dwedit Goblin Champion

    Got another one when leaving the inventory screen after winning a match

    ArgumentError: Error #2015: Invalid BitmapData.
    at flash.display::BitmapData/get width()
    at com.cardhunter.pcclient.cards::CardDisplay/clampToScreen()
    at com.cardhunter.pcclient.cards::CardDisplay/refreshInternal()
    at com.cardhunter.pcclient::Displayable/refresh()
    at com.cardhunter.pcclient.cards::CardDisplay/relinquishHighlights()
    at com.cardhunter.pcclient.cards::CardDisplay/onControlKey()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at com.cardhunter.pcclient::CardHunterCore/dispatchCardHunterEvent()
    at com.cardhunter.pcclient::CardHunterScreen/setCtrlDown()
    at com.cardhunter.pcclient::CardHunterScreen/onKeyDown()
    at com.cardhunter.pcclient::ScreenRoot/onKeyDown()
     
  4. Dwedit

    Dwedit Goblin Champion

    More errors: When scrolling in the big chat window, sometimes I see this one:
    Code:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at com.cardhunter.pcclient::CardHunterScreen/onMouseWheel()
        at com.cardhunter.pcclient::ScreenRoot/onMouseWheel()
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.core::UIComponent/dispatchEvent()
        at mx.managers::SystemManager/mouseEventHandler()
    
     
  5. Dwedit

    Dwedit Goblin Champion

    Got this one after I lost a match due to damage from barbed plate. My attack card stayed on the screen, later I got this error message after the game ended and it switched to the next screen.

    Code:
    ArgumentError: Error #2015: Invalid BitmapData.
        at flash.display::BitmapData/get width()
        at com.cardhunter.pcclient.cards::CardDisplay/clampToScreen()
        at com.cardhunter.pcclient.cards::CardDisplay/refreshInternal()
        at com.cardhunter.pcclient::Displayable/refresh()
        at com.cardhunter.pcclient.cards::CardDisplay/relinquishHighlights()
        at com.cardhunter.pcclient.cards::CardDisplay/onControlKey()
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at com.cardhunter.pcclient::CardHunterCore/dispatchCardHunterEvent()
        at com.cardhunter.pcclient::CardHunterScreen/setCtrlDown()
        at com.cardhunter.pcclient::CardHunterScreen/onKeyDown()
        at com.cardhunter.pcclient::ScreenRoot/onKeyDown()
    
     
  6. Dwedit

    Dwedit Goblin Champion

    Got these errors in a Geomancers game, one time was when moving the mouse over a card when halted.
    Code:
    RangeError: Error #1125: The index 0 is out of range 0.
        at com.cardhunter.pcclient.cards::CardDisplayBase/activateValidTargets()
        at com.cardhunter.pcclient.cards::CardDisplay/updateInternal()
        at com.cardhunter.pcclient::Displayable/update()
        at com.cardhunter.pcclient::Displayable/update()
        at com.cardhunter.pcclient::Displayable/update()
        at com.cardhunter.pcclient::Displayable/update()
        at com.cardhunter.pcclient::Displayable/update()
        at com.cardhunter.pcclient::CardHunterScreen/update()
        at com.cardhunter.pcclient::ScreenRoot/update()
    
     
  7. Dwedit

    Dwedit Goblin Champion

    Steps to reproduce an error:

    Get stunned
    Mouse over a Cleansing Burst in hand
    Get an error message (but only if you have flash debug player installed).
     

Share This Page