Problem with groupbadge.

Issue #79 resolved
Anthologique created an issue

The groupbadge is not same.
Look video: http://tinypic.com/player.php?v=1zzm1kz%3E&s=9#.V3zUIriLS70

Comments (9)

  1. Anthologique reporter

    I have replace my Badgeparts file for your file and empty my navigator cache and dont work.

  2. Anthologique reporter

    And emulator error:
    java.lang.NullPointerException
    at javax.imageio.ImageIO.write(Unknown Source)
    at com.eu.habbo.util.imager.badges.BadgeImager.generate(BadgeImager.java:175)
    at com.eu.habbo.messages.incoming.guilds.GuildChangeBadgeEvent.handle(GuildChangeBadgeEvent.java:63)
    at com.eu.habbo.messages.PacketManager.handlePacket(PacketManager.java:91)
    at com.eu.habbo.networking.gameserver.GameMessageHandler.channelRead(GameMessageHandler.java:37)
    at io.netty.channel.ChannelHandlerInvokerUtil.invokeChannelReadNow(ChannelHandlerInvokerUtil.java:83)
    at io.netty.channel.DefaultChannelHandlerInvoker.invokeChannelRead(DefaultChannelHandlerInvoker.java:163)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:155)
    at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:276)
    at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:263)
    at io.netty.channel.ChannelHandlerInvokerUtil.invokeChannelReadNow(ChannelHandlerInvokerUtil.java:83)
    at io.netty.channel.DefaultChannelHandlerInvoker.invokeChannelRead(DefaultChannelHandlerInvoker.java:163)
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:155)
    at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:950)
    at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:125)
    at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:510)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:467)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:381)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:353)
    at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:742)
    at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)
    at java.lang.Thread.run(Unknown Source)

  3. Log in to comment