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.
Foon → Ludum Dare Explorer → LD24 → Pixels through time
By arsenio117
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Coolness | 932 | 26 |
It doesn't seem to work, doesn't even open a window, doesn't give me any errors either.
I have the same problem as kevincorrigan
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
~> 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...
hmmm im gonna check
Same error as munchor (On Mac 10.8)
I get the same problem on Ubuntu 12.04 64bit running both OpenJDK 1.6.0_24 and Oracle JRE 1.7.0_6.
It doesn't seem to load on my windows 7 PC. I'm running Java 7, by the way.
Same, couldn't get it to work... It's a shame, I was curious about it...
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
Same as the others, no window opened.
same as others. win7 (64 bit) and java 1.6.
Same as others, could not get it load at all.
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.
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?
I'm having the same problem. I can't get this game to run.
Same errors as the others, running Mac OS X 10.8.1 with java 1.6.0_33, 64bit... Couldn't play.
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.
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)
Doesn't work for me :'(
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