Search:

Type: Posts; User: roj3og

Search: Search took 0.09 seconds.

  1. Re: Lost in code problem- minor errors causing major problems

    What do you think I should do then?

    --- Update ---

    I'm not quite sure I understand.
  2. Re: Lost in code problem- minor errors causing major problems

    this is what it output:

    partyByIndex: 10001
    foo: Unity
    partyByIndex: 10001
    foo: Unity
    partyByIndex: 10003
    foo: Conglomeration
    partyByIndex: 10002
    foo: Assemblage
  3. Re: Lost in code problem- minor errors causing major problems

    Exception in thread "main" java.lang.NullPointerException
    at Creature.<init>(SorcerersCave.java:100)
    at Project3.<init>(Project3.java:64)
    at GUI.<init>(GUI.java:95)
    at GUI.main(GUI.java:597)...
  4. Re: Lost in code problem- minor errors causing major problems

    i set them to extend the SorceresCave because they are elements in the game, is this not right?
  5. Replies
    1
    Views
    1,313

    Game crashes after start!

    Java game starts but then closes on file start.
    error code:
    Exception in thread "main" java.lang.NullPointerException
    at Creature.<init>(SorcerersCave.java:100)
    at...
  6. Lost in code problem- minor errors causing major problems

    Java game- has a few errors but i am not sure what to do at this point.

    When the game is run the output box reads-

    Exception in thread "main" java.lang.NullPointerException
    at...
Results 1 to 6 of 6