FoonLudum Dare ExplorerLD33 → Invasion

Invasion

By humbleness

View on Wayback Machine

CategoryRankScoreCount
Overall7872.71
Coolness189732

Comments

sedsibi 2015-08-24 16:41

Downloaded and extracted the game, kept everything together as instructed. However the app crashes immediately. I'm not sure if it's my java install (which is only a few days old) or Windows 10. Other java games have worked. Sorry.

dpulrich 2015-08-24 16:50

It won't run for me either. When I ran it from cmd, it said, "Exception in thread 'main' java.lang.UnsatisfiedLinkError: no lwjgl64 in java.library.path" Maybe you forgot to include a file in the lib folder? Since I didn't see any file in there named lwjgl64.jar. Or something went wrong with your build path. Please fix this soon, since this game looks interesting!

somnium 2015-08-24 16:53

I get an UnsatisfiedLinkError when trying to run the game

"Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path"

cosinep 2015-08-24 17:10

Link isn't working for me.

humbleness 2015-08-24 17:55

I will take a look at this when I get home, thanks for letting me know

ViliX 2015-08-24 18:46

Getting this error on Ubuntu 64 bit OpenJDK 1.8:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no lwjgl64 in java.library.path
It's a pity, because the game really looks cool!

bodsey 2015-08-24 19:00

Looks interesting, but crashed as well on OSX

josho 2015-08-24 19:31

i didnt run for me windows 10 if that helps

megasdragos1 2015-08-24 19:45

Okay, this game I really wanted to play, but the Java don't open it. But it don't tell me any message, simply i double click on it and nothing is happening. Sorry!

gingerbill 2015-08-24 20:16

Looks interesting but I could not get this game run at all on Windows (8.1) nor Linux (Debian).

daukan 2015-08-24 20:21

Couldn't run this game on Windows 7 for some reason. The game won't open.

samcoy 2015-08-24 20:35

I'll look at this when you've fixed it, don't worry :)

themorfeus 2015-08-24 21:09

Looks really great, BUT the game does not load LWJGL native files. Can't run, but i desperately want to.

vividhelix 2015-08-24 21:32

Doesn't run at all.

amras0000 2015-08-25 17:01

I'm keeping this page open in my browser in the hopes the game will be fixed someday. Do you have an ETA on that, humbleness? :(

marekkpie 2015-08-25 21:52

Exception in thread "main" java.lang.UnsupportedClassVersionError: gameenginebase/Main : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)

humbleness 2015-08-29 07:15

Hey guys I'm really sorry I wasn't able to get to the game sooner, I've been really busy but I have time now, thanks for being patient

humbleness 2015-08-29 07:15

Thanks for everyone who posted error reports, those are extremely helpful

humbleness 2015-08-29 10:11

Sorry for the triple post

Entry is fixed and ready to go. 100% confirmed on Linux, and should work on Mac and Windows as well

slashee-the-cow 2015-08-29 11:03

Download link is in a private Google Drive folder. I only get the option to sign in then request access.

keyboardmonkey 2015-08-29 11:05

Please check the share permission on your link, it tells me I don't have access permission to the files. Thanks!

humbleness 2015-08-29 11:12

Fixed :)

miro662 2015-08-29 11:15

A Java exception has occured (on Windows 7 x64, Java 1.70_79)

humbleness 2015-08-29 11:20

Ughh, all right I'll fix it later I guess, I'm going to sleep for now. Thanks for reporting it though

electron 2015-08-29 11:28

Good map designing

brianbruggeman 2015-08-29 12:41

Hmm, my java didn't like your java, and I love coffee. :(

humbleness 2015-08-30 00:47

Okay, this should finally be ready. If there are any more problems I might shoot myself, but I don't see why there would be (although if there are any problems don't hesitate to let me know)

tmpxyz 2015-08-30 13:11

Hmm... cannot run...

java version "1.8.0_51"
Java(TM) SE Runtime Environment (build 1.8.0_51-b16)
Java HotSpot(TM) Client VM (build 25.51-b03, mixed mode)

Exception in thread "main" java.lang.UnsatisfiedLinkError: Expecting an absolute path of the library: /home/brendan/Deows\lwjgl.dll
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at org.lwjgl.Sys$1.run(Sys.java:70)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
at org.lwjgl.Sys.loadLibrary(Sys.java:96)
at org.lwjgl.Sys.<clinit>(Sys.java:117)
at org.lwjgl.opengl.Display.<clinit>(Display.java:135)
at gameenginebase.Main.initDisp(Main.java:43)
at gameenginebase.Main.main(Main.java:32)

keyboardmonkey 2015-09-01 13:36

Sorry to report this error :(

$ java -jar LD33_1000x800.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: gameenginebase/Main : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:482)

$ java -version
java version "1.7.0_79"
OpenJDK Runtime Environment (IcedTea 2.5.6) (7u79-2.5.6-1~deb8u1)
OpenJDK 64-Bit Server VM (build 24.79-b02, mixed mode)

kai20 2015-09-10 17:07

sorry it didnt run at windows 10 i geuss i can“t play it but it looks really intressting.

urbanhelsing 2015-09-10 18:41

I got to the double click step... it did not run