ohio813 / bnubot

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

Crash when running after building #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I followed all the steps on the wiki for having the project get built
through eclipse and getting it from SVN, but if I try to run it it'll crash
because something is throwing an exception:

[10:45:45.328] (CurrentVersion) ERROR Couldn't find Id: tag in
src\net\bnubot\db\auto\_Account.java
[10:45:45.375] (CurrentVersion) ERROR Couldn't find Id: tag in
src\net\bnubot\db\auto\_BNLogin.java
[10:45:45.375] (CurrentVersion) ERROR Couldn't find Id: tag in
src\net\bnubot\db\auto\_Command.java
[10:45:45.375] (CurrentVersion) ERROR Couldn't find Id: tag in
src\net\bnubot\db\auto\_CommandAlias.java
[10:45:45.375] (CurrentVersion) ERROR Couldn't find Id: tag in
src\net\bnubot\db\auto\_Mail.java
[10:45:45.375] (CurrentVersion) ERROR Couldn't find Id: tag in
src\net\bnubot\db\auto\_Rank.java
[10:45:45.375] (CurrentVersion) ERROR Couldn't find Id: tag in
src\net\bnubot\db\CustomDataObject.java
java.lang.IllegalArgumentException: Argument cannot be null
    at org.eclipse.swt.SWT.error(Unknown Source)
    at org.eclipse.swt.SWT.error(Unknown Source)
    at org.eclipse.swt.SWT.error(Unknown Source)
    at org.eclipse.swt.graphics.Image.<init>(Unknown Source)
    at
net.bnubot.bot.gui.icons.IconsDotBniReader.readIconsDotBni(IconsDotBniReader.jav
a:366)
    at
net.bnubot.bot.gui.icons.IconsDotBniReader.initialize(IconsDotBniReader.java:111
)
    at net.bnubot.settings.ConnectionSettings.<init>(ConnectionSettings.java:48)
    at net.bnubot.core.Profile.newConnection(Profile.java:166)
    at net.bnubot.Main.main(Main.java:114)

Original issue reported on code.google.com by kru...@gmail.com on 10 Apr 2008 at 5:49

GoogleCodeExporter commented 9 years ago
Please use the support forum at http://forums.clanbnu.net/index.php?board=23.0

This issue tracker is for BNU-Bot, not Eclipse.

Original comment by sco...@gmail.com on 10 Apr 2008 at 6:09