JPII / NavalBattle

Strategic turn-based naval game.
http://jpii.github.io/NavalBattle
GNU General Public License v3.0
3 stars 3 forks source link

Entities Fail to Spawn #232

Closed ThomasGaubert closed 11 years ago

ThomasGaubert commented 11 years ago

On my desktop machine entities fail to spawn. No exceptions seem to be thrown/caught and the game "runs" as normal.

I'd like to hear @maximusvladimir's thoughts on this.

abauer commented 11 years ago

only on your desktop...

maximusvladimir commented 11 years ago

And on @smeagle42, entities will spawn on land. My guess is:

  1. Due to the differences in speed and performance, the method is being "skipped".
  2. Too many threads/ operations in a small time frame. (Kinda has to do with 1.).
  3. Something else....?
ThomasGaubert commented 11 years ago

This seems to have resolved itself :)

ThomasGaubert commented 11 years ago

Fixed when running from a .jar, but not from source (IDE).

abauer commented 11 years ago

works from jar afaik