FoonLudum Dare ExplorerLD24 → Pixels through time

Pixels through time

By arsenio117

View on Wayback Machine

CategoryRankScoreCount
Coolness93226

Comments

kevincorrigan 2012-08-27 23:00

It doesn't seem to work, doesn't even open a window, doesn't give me any errors either.

cipher 2012-08-27 23:01

I have the same problem as kevincorrigan

infernet89 2012-08-27 23:10

Windows, error from console:
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoa
der.java:58)
Caused by: java.lang.Error: Unresolved compilation problems:
g cannot be resolved to a variable
Syntax error, insert "}" to complete Block

at pixels.ac.<init>(ac.java:25)
at pixels.ab.<init>(ab.java:11)
at pixels.aa.main(aa.java:11)
... 5 more

munchor 2012-08-28 10:15

~> java -jar Downloads/pixels\ through\ time.jar
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Caused by: java.lang.Error: Unresolved compilation problems:
g cannot be resolved to a variable
Syntax error, insert "}" to complete Block

at pixels.ac.<init>(ac.java:25)
at pixels.ab.<init>(ab.java:11)
at pixels.aa.main(aa.java:11)
... 5 more
exit 1
~>

I can't really play...

arsenio117 2012-08-28 20:27

hmmm im gonna check

cappelnord 2012-08-28 23:36

Same error as munchor (On Mac 10.8)

tastyorange 2012-08-29 11:15

I get the same problem on Ubuntu 12.04 64bit running both OpenJDK 1.6.0_24 and Oracle JRE 1.7.0_6.

mach60kas 2012-08-29 12:09

It doesn't seem to load on my windows 7 PC. I'm running Java 7, by the way.

imef 2012-08-29 12:09

Same, couldn't get it to work... It's a shame, I was curious about it...

zelen3d 2012-08-30 00:55

Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Caused by: java.lang.Error: Unresolved compilation problems:
g cannot be resolved to a variable
Syntax error, insert "}" to complete Block

at pixels.ac.<init>(ac.java:25)
at pixels.ab.<init>(ab.java:11)
at pixels.aa.main(aa.java:11)
... 5 more

zatyka 2012-08-30 03:16

Same as the others, no window opened.

38leinad 2012-08-30 21:37

same as others. win7 (64 bit) and java 1.6.

tupperwarespoon 2012-08-30 23:23

Same as others, could not get it load at all.

enigmablade 2012-09-01 18:20

I did some playing around with the jar, and once I removed the useless jar in jar loader added when exporting a jar using Eclipse, it gave a new error. Unfortunately, it seems what was exported into a jar never compiled correctly.

jamiebell-oldtopman 2012-09-01 19:29

Linux x86_64, I have the same error as internet89 and munchor. You do know that showstopper bugs like this can be fixed after the compo, right?

viridi04 2012-09-02 16:12

I'm having the same problem. I can't get this game to run.

endermath 2012-09-02 22:32

Same errors as the others, running Mac OS X 10.8.1 with java 1.6.0_33, 64bit... Couldn't play.

mdkess 2012-09-08 14:26

Didn't leave a review - on Ubuntu Linux x64, I get the same syntax error as the others. Also - you should attach your source to your entry.

josh-dreamland 2012-09-08 17:19

Failed to start.

Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Caused by: java.lang.Error: Unresolved compilation problems:
g cannot be resolved to a variable
Syntax error, insert "}" to complete Block

at pixels.ac.<init>(ac.java:25)
at pixels.ab.<init>(ab.java:11)
at pixels.aa.main(aa.java:11)

greg20man 2012-09-14 20:42

Doesn't work for me :'(

jonathang 2012-09-17 16:08

I get this error:

C:\Users\jonathan\Downloads>java -jar "pixels through time.jar"
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoa
der.java:58)
Caused by: java.lang.Error: Unresolved compilation problems:
g cannot be resolved to a variable
Syntax error, insert "}" to complete Block

at pixels.ac.<init>(ac.java:25)
at pixels.ab.<init>(ab.java:11)
at pixels.aa.main(aa.java:11)
... 5 more