Groupbadge dont load

Issue #493 invalid
Anthologique created an issue

I will the good config for "imager.location.badgeparts" and "imager.location.output.badges" on emulator_settings table, I DONT USE C:// or D:// because i dont use localhost, i have buy a website.

Comments (6)

  1. Anthologique reporter

    Edit: I have this 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:112) at com.eu.habbo.threading.runnables.ChannelReadHandler.run(ChannelReadHandler.java:27) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144) at java.lang.Thread.run(Unknown Source)

  2. Wesley repo owner

    The emulator must be able to write to the directory that hosts the files. What you can do is create a folder that mirrors an remote FTP folder.

    This is not an emulator issue. This is your own configuration issue by splitting up the emulator and the webserver.

  3. Log in to comment