Bug - Fixed 9929 doesn't run

Yvain

Member
Just downloaded and ran 9929 and get the follow error message (no login prompt or anything):

Java Virtual Machine Launcher
---------------------------------
Could not find main class: net.sourceforge.kolmafia.KoLmafia.
Program will exit.
[Ok]

9928 works fine.
 

Winterbay

Active member
yeah, it's only 977kb in comparision to 9928 which is 3.6Mb, so something did not work as intended in the compilation...
 

Veracity

Developer
Staff member
Code:
compile-folder:
    [javac] Compiling 662 source files to /src/kolmafia/build
    [javac] /src/kolmafia/src/net/sourceforge/kolmafia/swingui/button/ThreadedButton.java:46: cannot find symbol
    [javac] symbol  : class RequestThreadRunnable
    [javac] location: package net.sourceforge.kolmafia.utilities
    [javac] import net.sourceforge.kolmafia.utilities.RequestThreadRunnable;
    [javac]                                          ^
    [javac] 1 error
    [javac] Compile failed; see the compiler error output for details.
     [copy] Copied 23 empty directories to 21 empty directories under /src/kolmafia/build
      [jar] Building jar: /src/kolmafia/dist/KoLmafia-14.8.jar
 
Code:
compile-folder:
    [javac] Compiling 662 source files to /src/kolmafia/build
    [javac] /src/kolmafia/src/net/sourceforge/kolmafia/swingui/button/ThreadedButton.java:46: cannot find symbol
    [javac] symbol  : class RequestThreadRunnable
    [javac] location: package net.sourceforge.kolmafia.utilities
    [javac] import net.sourceforge.kolmafia.utilities.RequestThreadRunnable;
    [javac]                                          ^
    [javac] 1 error
    [javac] Compile failed; see the compiler error output for details.
     [copy] Copied 23 empty directories to 21 empty directories under /src/kolmafia/build
      [jar] Building jar: /src/kolmafia/dist/KoLmafia-14.8.jar

Ohhhhhhh!
 
9929 won't build for me

compile-folder:
[javac] Compiling 662 source files to /Users/dmeleedy/kolmafia_build/kolmafia/build
[javac] /Users/dmeleedy/kolmafia_build/kolmafia/src/net/sourceforge/kolmafia/swingui/button/ThreadedButton.java:46: cannot find symbol
[javac] symbol : class RequestThreadRunnable
[javac] location: package net.sourceforge.kolmafia.utilities
[javac] import net.sourceforge.kolmafia.utilities.RequestThreadRunnable;
[javac] ^
[javac] 1 error
[javac] Compile failed; see the compiler error output for details.
 

holatuwol

Developer
Sorry, see 9930.

Edit: Actually, 9931, I found a bug in some of my refactoring. >_>
 
Last edited:

Veracity

Developer
Staff member
Just a comment: "9929 doesn't run" is a useless title for a bug report. I marked this fixed because 9930 + 9931 resolve the issues, but ... 9929 STILL doesn't run and there is nothing we can do to make 9929 run.
 
Top