Thread: Intellij IDEA Client Running issue

Results 1 to 9 of 9
  1. #1 Intellij IDEA Client Running issue 
    Stand guard at the door of your mind

    Proto's Avatar
    Join Date
    Jul 2011
    Age
    29
    Posts
    1,234
    Thanks given
    152
    Thanks received
    413
    Rep Power
    462
    My issue is that my client will not run in IDEA however it runs perfectly well on Eclipse. I dont think there is anything wrong with my run configuration.

    The issue seems to be with compiling the client.

    Code:
    Information:Using javac 1.8.0_31 to compile java sources
    Information:java: An exception has occurred in the compiler (1.8.0_31). Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport)  after checking the Bug Parade for duplicates. Include your program and the following diagnostic in your report.  Thank you.
    Information:java: 	at com.sun.tools.javac.util.Assert.check(Assert.java:45)
    Information:java: 	at com.sun.tools.javac.jvm.ClassWriter.writeCode(ClassWriter.java:1189)
    Information:java: 	at com.sun.tools.javac.jvm.ClassWriter.writeMethod(ClassWriter.java:1110)
    Information:java: 	at com.sun.tools.javac.jvm.ClassWriter.writeMethods(ClassWriter.java:1602)
    Information:java: 	at com.sun.tools.javac.jvm.ClassWriter.writeClassFile(ClassWriter.java:1692)
    Information:java: 	at com.sun.tools.javac.jvm.ClassWriter.writeClass(ClassWriter.java:1620)
    Information:java: 	at com.sun.tools.javac.main.JavaCompiler.genCode(JavaCompiler.java:746)
    Information:java: 	at com.sun.tools.javac.main.JavaCompiler.generate(JavaCompiler.java:1572)
    Information:java: 	at com.sun.tools.javac.main.JavaCompiler.generate(JavaCompiler.java:1536)
    Information:java: 	at com.sun.tools.javac.main.JavaCompiler.compile2(JavaCompiler.java:901)
    Information:java: 	at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:860)
    Information:java: 	at com.sun.tools.javac.main.Main.compile(Main.java:523)
    Information:java: 	at com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:129)
    Information:java: 	at com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:138)
    Information:java: 	at org.jetbrains.jps.javac.JavacMain.compile(JavacMain.java:165)
    Information:java: 	at org.jetbrains.jps.incremental.java.JavaBuilder.compileJava(JavaBuilder.java:380)
    Information:java: 	at org.jetbrains.jps.incremental.java.JavaBuilder.compile(JavaBuilder.java:298)
    Information:java: 	at org.jetbrains.jps.incremental.java.JavaBuilder.doBuild(JavaBuilder.java:204)
    Information:java: 	at org.jetbrains.jps.incremental.java.JavaBuilder.build(JavaBuilder.java:176)
    Information:java: 	at org.jetbrains.jps.incremental.IncProjectBuilder.runModuleLevelBuilders(IncProjectBuilder.java:1140)
    Information:java: 	at org.jetbrains.jps.incremental.IncProjectBuilder.runBuildersForChunk(IncProjectBuilder.java:826)
    Information:java: 	at org.jetbrains.jps.incremental.IncProjectBuilder.buildTargetsChunk(IncProjectBuilder.java:894)
    Information:java: 	at org.jetbrains.jps.incremental.IncProjectBuilder.buildChunkIfAffected(IncProjectBuilder.java:789)
    Information:java: 	at org.jetbrains.jps.incremental.IncProjectBuilder.buildChunks(IncProjectBuilder.java:612)
    Information:java: 	at org.jetbrains.jps.incremental.IncProjectBuilder.runBuild(IncProjectBuilder.java:352)
    Information:java: 	at org.jetbrains.jps.incremental.IncProjectBuilder.build(IncProjectBuilder.java:191)
    Information:java: 	at org.jetbrains.jps.cmdline.BuildRunner.runBuild(BuildRunner.java:137)
    Information:java: 	at org.jetbrains.jps.cmdline.BuildSession.runBuild(BuildSession.java:289)
    Information:java: 	at org.jetbrains.jps.cmdline.BuildSession.run(BuildSession.java:124)
    Information:java: 	at org.jetbrains.jps.cmdline.BuildMain$MyMessageHandler$1.run(BuildMain.java:238)
    Information:java: 	at org.jetbrains.jps.service.impl.SharedThreadPoolImpl$1.run(SharedThreadPoolImpl.java:41)
    Information:java: 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    Information:java: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    Information:java: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    Information:java: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    Information:java: 	at java.lang.Thread.run(Thread.java:745)
    Information:java: Errors occurred while compiling module 'RuneX Client'
    Information:28/01/15 08:17 - Compilation completed with 2 errors and 1 warning in 5 sec
    Error:java: java.lang.AssertionError
    Error:java: 	at com.sun.tools.javac.util.Assert.error(Assert.java:126)
    /Volumes/Hard Drive/Programming/RSPS/RuneX/RuneX Client/src/HDModel.java
    Warning:java: Class dependency information may be incomplete! Error parsing generated class /Volumes/Hard Drive/Programming/RSPS/RuneX/out/production/RuneX Client/HDModel.class
    Error: 0
    java.lang.ArrayIndexOutOfBoundsException: 0
    	at org.jetbrains.org.objectweb.asm.ClassReader.readClass(ClassReader.java:2451)
    	at org.jetbrains.org.objectweb.asm.ClassReader.accept(ClassReader.java:542)
    	at org.jetbrains.org.objectweb.asm.ClassReader.accept(ClassReader.java:506)
    	at org.jetbrains.jps.builders.java.dependencyView.ClassfileAnalyzer.analyze(ClassfileAnalyzer.java:577)
    	at org.jetbrains.jps.builders.java.dependencyView.Mappings$12.associate(Mappings.java:2285)
    	at org.jetbrains.jps.builders.java.dependencyView.Mappings$12.associate(Mappings.java:2313)
    	at org.jetbrains.jps.incremental.java.OutputFilesSink.save(OutputFilesSink.java:94)
    	at org.jetbrains.jps.incremental.java.JavaBuilder$ClassProcessingConsumer$2.run(JavaBuilder.java:1005)
    	at org.jetbrains.jps.incremental.java.JavaBuilder$4.run(JavaBuilder.java:495)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:37)
    	at org.jetbrains.jps.service.impl.SharedThreadPoolImpl$1.run(SharedThreadPoolImpl.java:41)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    	at java.lang.Thread.run(Thread.java:745)




    Reply With Quote  
     

  2. #2  
    Stand guard at the door of your mind

    Proto's Avatar
    Join Date
    Jul 2011
    Age
    29
    Posts
    1,234
    Thanks given
    152
    Thanks received
    413
    Rep Power
    462
    bump




    Reply With Quote  
     

  3. #3  
    Registered Member
    Optimum's Avatar
    Join Date
    Apr 2012
    Posts
    3,570
    Thanks given
    871
    Thanks received
    1,745
    Rep Power
    5000
    Have you tried java 7?

    Quote Originally Posted by DownGrade View Post
    Don't let these no life creeps get to you, its always the same on here. They'd rather spend hours upon hours in the rune-server spam section then getting laid! ha ha!Its honestly pathetic i haven't seen so many lowlifes in my life its actually insane i wish that this section would just vanish its probably the only way to get these people out of the community...
    PLEASE BE AWARE OF IMPOSTERS MY DISCORD ID: 362240000760348683
    Reply With Quote  
     

  4. #4  
    Stand guard at the door of your mind

    Proto's Avatar
    Join Date
    Jul 2011
    Age
    29
    Posts
    1,234
    Thanks given
    152
    Thanks received
    413
    Rep Power
    462
    Quote Originally Posted by Optimum View Post
    Have you tried java 7?
    Yes tried changing the project language and compiler to java 7/6 it does not work. However, on eclipse the client compiles and runs with java 8




    Reply With Quote  
     

  5. #5  
    Registered Member
    Optimum's Avatar
    Join Date
    Apr 2012
    Posts
    3,570
    Thanks given
    871
    Thanks received
    1,745
    Rep Power
    5000
    Quote Originally Posted by Proto View Post
    Yes tried changing the project language and compiler to java 7/6 it does not work. However, on eclipse the client compiles and runs with java 8
    Yea it definitely looks like the compiler is causing the problem. Couldn't help ya, I rarely use that program. Too used to using eclipse

    Quote Originally Posted by DownGrade View Post
    Don't let these no life creeps get to you, its always the same on here. They'd rather spend hours upon hours in the rune-server spam section then getting laid! ha ha!Its honestly pathetic i haven't seen so many lowlifes in my life its actually insane i wish that this section would just vanish its probably the only way to get these people out of the community...
    PLEASE BE AWARE OF IMPOSTERS MY DISCORD ID: 362240000760348683
    Reply With Quote  
     

  6. #6  
    Member of the Imagine Cult

    Join Date
    Feb 2013
    Posts
    519
    Thanks given
    21
    Thanks received
    7
    Rep Power
    59
    Whats wrong with Eclipse? lol
    Reply With Quote  
     

  7. #7  
    Stand guard at the door of your mind

    Proto's Avatar
    Join Date
    Jul 2011
    Age
    29
    Posts
    1,234
    Thanks given
    152
    Thanks received
    413
    Rep Power
    462
    Quote Originally Posted by FiveRiverFlo View Post
    Whats wrong with Eclipse? lol
    stay on topic




    Reply With Quote  
     

  8. #8  
    Member of the Imagine Cult

    Join Date
    Feb 2013
    Posts
    519
    Thanks given
    21
    Thanks received
    7
    Rep Power
    59
    Quote Originally Posted by Proto View Post
    stay on topic
    Just curious as to why you would use IDEA over Eclipse when it works fine on eclipse. Why go through the hassle of fixing something when you already know a solution.

    However, I am sorry I don't know the problem and posted on your thread.
    Reply With Quote  
     

  9. #9  
    Banned

    Join Date
    Mar 2012
    Age
    27
    Posts
    1,518
    Thanks given
    473
    Thanks received
    324
    Rep Power
    0
    Quote Originally Posted by FiveRiverFlo View Post
    Just curious why you would use IDEA over Eclipse when it works fine on eclipse. Why go through the hassle of fixing something when you already know a solution.

    However, I am sorry I don't know the problem and posted on your thread.
    Because Eclipse really isn't that great of an IDE people here think its a god send when really its not. Sorry OP i wish i could help try looking for a recommended Jdk version on the original website where you got this OR see if there is an updated version.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Intellij IDEA issue
    By Proto in forum Application Development
    Replies: 3
    Last Post: 09-22-2014, 07:57 PM
  2. [718] client run issue
    By Bc1151 in forum Help
    Replies: 1
    Last Post: 07-24-2013, 06:41 AM
  3. Client running issue
    By dubby in forum Help
    Replies: 3
    Last Post: 03-20-2012, 02:07 AM
  4. Client Run Issue
    By Sylinn in forum Help
    Replies: 4
    Last Post: 02-12-2012, 01:51 AM
  5. Setting Up RS2D With IntelliJ IDEA.
    By Ian... in forum Tutorials
    Replies: 27
    Last Post: 08-05-2008, 12:48 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •