Jump to content

NovaViper

Forge Modder
  • Posts

    1061
  • Joined

  • Last visited

Everything posted by NovaViper

  1. Ah.. I see your point and most likely with these, it's not useful. I have the parameters for the Biome IDs and Dimension IDs set to say that Minecraft must be restarted in order for the changes to take effect
  2. I got it, and now after some time of fixing and configuration.. I got only this one error left eclipse.buildId=4.4.2.M20150204-1700 java.version=1.8.0_45 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework arguments: -product org.eclipse.epp.package.java.product Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product org.eclipse.egit.ui Warning Fri Jun 05 15:07:02 CDT 2015 Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory. The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in this system level configuration. The Git installation location can be configured on the Team > Git > Configuration preference page's 'System Settings' tab. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
  3. Hey question, how do I set the HOME variable? One of the errors are asking for it
  4. What about booleans? I have some booleans that might be changable during the game.
  5. Oh, I also have the Github plugins installed also
  6. gradlew setupDecompWorkspace and gradlew eclipse
  7. I'll put numbers before them then, oh question, is it possible to use the In-Game Mod Options yet? I found a tutorial by jabelar like this http://jabelarminecraft.blogspot.com/p/minecraft-modding-configuration-guis.html He mentioned that there is a class called GuiIngameModOptions that accesses that gui
  8. Woop! Reduced to only these two errors !SESSION 2015-06-05 14:02:14.244 ----------------------------------------------- eclipse.buildId=4.4.2.M20150204-1700 java.version=1.8.0_45 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework arguments: -product org.eclipse.epp.package.java.product Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product !ENTRY org.eclipse.egit.ui 2 0 2015-06-05 14:03:34.694 !MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory. The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in this system level configuration. The Git installation location can be configured on the Team > Git > Configuration preference page's 'System Settings' tab. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.egit.ui 2 0 2015-06-05 14:03:34.703 !MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git user global configuration and to define the default location to store repositories: 'C:\Users\NovaPC'. If this is not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and EGit might behave differently since they see different configuration options. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
  9. Yeah and I have started setting up the workspace again
  10. Which one? https://eclipse.org/downloads/
  11. No, not yet, I was asking should I delete .eclipse and .gradle in my user profile, AND delete the eclipse files. Then download eclipse again and set it up?
  12. Or should I just completely delete eclipse and reinstall?
  13. Should I just delete .eclipse and .gradle?
  14. This is the log !SESSION 2015-05-30 07:39:13.739 ----------------------------------------------- eclipse.buildId=4.3.2.M20140221-1700 java.version=1.8.0_25 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework arguments: -product org.eclipse.epp.package.standard.product Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.standard.product !ENTRY org.eclipse.egit.ui 2 0 2015-05-30 07:40:23.401 !MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory. The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in this system level configuration. The Git installation location can be configured on the Team > Git > Configuration preference page's 'System Settings' tab. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.egit.ui 2 0 2015-05-30 07:40:23.411 !MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git user global configuration and to define the default location to store repositories: 'C:\Users\NovaPC'. If this is not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and EGit might behave differently since they see different configuration options. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.update.configurator 4 0 2015-05-30 07:40:53.593 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-05-30 07:40:53.608 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-05-30 07:40:53.648 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-05-30 07:40:53.658 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.core.jobs 4 2 2015-05-30 07:40:56.810 !MESSAGE An internal error occurred during: "Initializing nature- and builder-based usage monitoring". !STACK 0 java.util.concurrent.RejectedExecutionException: Task org.springframework.ide.eclipse.internal.uaa.UaaManager$4@1c1de6de rejected from java.util.concurrent.ThreadPoolExecutor@2a4d765d[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1] at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source) at org.springframework.ide.eclipse.internal.uaa.UaaManager.registerProjectUsageForProduct(UaaManager.java:286) at org.springframework.ide.eclipse.internal.uaa.monitor.NatureAndBuilderUsageMonitor.recordNatureEvent(NatureAndBuilderUsageMonitor.java:168) at org.springframework.ide.eclipse.internal.uaa.monitor.NatureAndBuilderUsageMonitor.projectChanged(NatureAndBuilderUsageMonitor.java:139) at org.springframework.ide.eclipse.internal.uaa.monitor.NatureAndBuilderUsageMonitor.access$0(NatureAndBuilderUsageMonitor.java:135) at org.springframework.ide.eclipse.internal.uaa.monitor.NatureAndBuilderUsageMonitor$3.run(NatureAndBuilderUsageMonitor.java:103) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53) !ENTRY org.eclipse.core.jobs 4 2 2015-05-30 07:40:56.826 !MESSAGE An internal error occurred during: "Initializing build system-based usage monitoring". !STACK 0 java.util.concurrent.RejectedExecutionException: Task org.springframework.ide.eclipse.internal.uaa.UaaManager$3@664d9a40 rejected from java.util.concurrent.ThreadPoolExecutor@2a4d765d[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1] at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source) at org.springframework.ide.eclipse.internal.uaa.UaaManager.registerProductUse(UaaManager.java:232) at org.springframework.ide.eclipse.internal.uaa.monitor.BuildSystemUsageMonitor.projectChanged(BuildSystemUsageMonitor.java:132) at org.springframework.ide.eclipse.internal.uaa.monitor.BuildSystemUsageMonitor.access$0(BuildSystemUsageMonitor.java:130) at org.springframework.ide.eclipse.internal.uaa.monitor.BuildSystemUsageMonitor$1.run(BuildSystemUsageMonitor.java:73) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53) !ENTRY org.eclipse.core.resources 4 566 2015-05-30 07:40:56.911 !MESSAGE Workspace was not properly initialized or has already shutdown. !ENTRY org.eclipse.core.jobs 4 1 2015-05-30 07:40:56.925 !MESSAGE Worker thread ended job: Refreshing workspace(10), but still holds rule: ThreadJob(Refreshing workspace(10),[F/Minecraft/Github/.git/objects]) !SESSION 2015-05-30 07:58:59.889 ----------------------------------------------- eclipse.buildId=4.3.2.M20140221-1700 java.version=1.8.0_25 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework arguments: -product org.eclipse.epp.package.standard.product Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.standard.product !ENTRY org.eclipse.egit.ui 2 0 2015-05-30 07:59:23.715 !MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory. The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in this system level configuration. The Git installation location can be configured on the Team > Git > Configuration preference page's 'System Settings' tab. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.egit.ui 2 0 2015-05-30 07:59:23.725 !MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git user global configuration and to define the default location to store repositories: 'C:\Users\NovaPC'. If this is not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and EGit might behave differently since they see different configuration options. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.update.configurator 4 0 2015-05-30 07:59:54.158 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-05-30 07:59:54.236 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-05-30 07:59:54.355 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-05-30 07:59:54.372 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.search 4 0 2015-05-30 10:01:58.899 !MESSAGE Problems encountered during text search. !SUBENTRY 1 org.eclipse.search 4 4 2015-05-30 10:01:58.899 !MESSAGE File 'Minecraft/eclipse/.metadata/.lock' has been skipped, problem while reading: ('The process cannot access the file because another process has locked a portion of the file'). !STACK 0 java.io.IOException: The process cannot access the file because another process has locked a portion of the file at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(Unknown Source) at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) at sun.nio.cs.StreamDecoder.implRead(Unknown Source) at sun.nio.cs.StreamDecoder.read(Unknown Source) at java.io.InputStreamReader.read(Unknown Source) at java.io.Reader.read(Unknown Source) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$Buffer.fill(FileCharSequenceProvider.java:172) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.fillBuffer(FileCharSequenceProvider.java:385) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.getBuffer(FileCharSequenceProvider.java:358) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.charAt(FileCharSequenceProvider.java:414) at org.eclipse.search.internal.core.text.TextSearchVisitor.hasBinaryContent(TextSearchVisitor.java:320) at org.eclipse.search.internal.core.text.TextSearchVisitor.processFile(TextSearchVisitor.java:261) at org.eclipse.search.internal.core.text.TextSearchVisitor.processFiles(TextSearchVisitor.java:196) at org.eclipse.search.internal.core.text.TextSearchVisitor.search(TextSearchVisitor.java:172) at org.eclipse.search.internal.core.text.TextSearchVisitor.search(TextSearchVisitor.java:184) at org.eclipse.search.core.text.TextSearchEngine$1.search(TextSearchEngine.java:56) at org.eclipse.search.internal.ui.text.FileSearchQuery.run(FileSearchQuery.java:190) at org.eclipse.search2.internal.ui.InternalSearchUI$InternalSearchJob.run(InternalSearchUI.java:91) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53) !SESSION 2015-05-31 10:09:27.250 ----------------------------------------------- eclipse.buildId=4.3.2.M20140221-1700 java.version=1.8.0_25 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework arguments: -product org.eclipse.epp.package.standard.product Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.standard.product !ENTRY org.eclipse.egit.ui 2 0 2015-05-31 10:10:34.811 !MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory. The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in this system level configuration. The Git installation location can be configured on the Team > Git > Configuration preference page's 'System Settings' tab. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.egit.ui 2 0 2015-05-31 10:10:34.900 !MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git user global configuration and to define the default location to store repositories: 'C:\Users\NovaPC'. If this is not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and EGit might behave differently since they see different configuration options. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.update.configurator 4 0 2015-05-31 10:10:47.381 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-05-31 10:10:47.565 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-05-31 10:10:48.071 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-05-31 10:10:48.099 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.search 4 0 2015-05-31 14:19:48.594 !MESSAGE Problems encountered during text search. !SUBENTRY 1 org.eclipse.search 4 4 2015-05-31 14:19:48.594 !MESSAGE File 'Minecraft/eclipse/.metadata/.lock' has been skipped, problem while reading: ('The process cannot access the file because another process has locked a portion of the file'). !STACK 0 java.io.IOException: The process cannot access the file because another process has locked a portion of the file at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(Unknown Source) at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) at sun.nio.cs.StreamDecoder.implRead(Unknown Source) at sun.nio.cs.StreamDecoder.read(Unknown Source) at java.io.InputStreamReader.read(Unknown Source) at java.io.Reader.read(Unknown Source) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$Buffer.fill(FileCharSequenceProvider.java:172) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.fillBuffer(FileCharSequenceProvider.java:385) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.getBuffer(FileCharSequenceProvider.java:358) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.charAt(FileCharSequenceProvider.java:414) at org.eclipse.search.internal.core.text.TextSearchVisitor.hasBinaryContent(TextSearchVisitor.java:320) at org.eclipse.search.internal.core.text.TextSearchVisitor.processFile(TextSearchVisitor.java:261) at org.eclipse.search.internal.core.text.TextSearchVisitor.processFiles(TextSearchVisitor.java:196) at org.eclipse.search.internal.core.text.TextSearchVisitor.search(TextSearchVisitor.java:172) at org.eclipse.search.internal.core.text.TextSearchVisitor.search(TextSearchVisitor.java:184) at org.eclipse.search.core.text.TextSearchEngine$1.search(TextSearchEngine.java:56) at org.eclipse.search.internal.ui.text.FileSearchQuery.run(FileSearchQuery.java:190) at org.eclipse.search2.internal.ui.InternalSearchUI$InternalSearchJob.run(InternalSearchUI.java:91) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53) !ENTRY org.eclipse.search 4 0 2015-05-31 14:31:06.268 !MESSAGE Problems encountered during text search. !SUBENTRY 1 org.eclipse.search 4 4 2015-05-31 14:31:06.268 !MESSAGE File 'Minecraft/eclipse/.metadata/.lock' has been skipped, problem while reading: ('The process cannot access the file because another process has locked a portion of the file'). !STACK 0 java.io.IOException: The process cannot access the file because another process has locked a portion of the file at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(Unknown Source) at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) at sun.nio.cs.StreamDecoder.implRead(Unknown Source) at sun.nio.cs.StreamDecoder.read(Unknown Source) at java.io.InputStreamReader.read(Unknown Source) at java.io.Reader.read(Unknown Source) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$Buffer.fill(FileCharSequenceProvider.java:172) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.fillBuffer(FileCharSequenceProvider.java:385) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.getBuffer(FileCharSequenceProvider.java:358) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.charAt(FileCharSequenceProvider.java:414) at org.eclipse.search.internal.core.text.TextSearchVisitor.hasBinaryContent(TextSearchVisitor.java:320) at org.eclipse.search.internal.core.text.TextSearchVisitor.processFile(TextSearchVisitor.java:261) at org.eclipse.search.internal.core.text.TextSearchVisitor.processFiles(TextSearchVisitor.java:196) at org.eclipse.search.internal.core.text.TextSearchVisitor.search(TextSearchVisitor.java:172) at org.eclipse.search.internal.core.text.TextSearchVisitor.search(TextSearchVisitor.java:184) at org.eclipse.search.core.text.TextSearchEngine$1.search(TextSearchEngine.java:56) at org.eclipse.search.internal.ui.text.FileSearchQuery.run(FileSearchQuery.java:190) at org.eclipse.search2.internal.ui.InternalSearchUI$InternalSearchJob.run(InternalSearchUI.java:91) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53) !ENTRY org.eclipse.search 4 0 2015-05-31 16:30:59.672 !MESSAGE Problems encountered during text search. !SUBENTRY 1 org.eclipse.search 4 4 2015-05-31 16:30:59.672 !MESSAGE File 'Minecraft/eclipse/.metadata/.lock' has been skipped, problem while reading: ('The process cannot access the file because another process has locked a portion of the file'). !STACK 0 java.io.IOException: The process cannot access the file because another process has locked a portion of the file at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(Unknown Source) at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) at sun.nio.cs.StreamDecoder.implRead(Unknown Source) at sun.nio.cs.StreamDecoder.read(Unknown Source) at java.io.InputStreamReader.read(Unknown Source) at java.io.Reader.read(Unknown Source) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$Buffer.fill(FileCharSequenceProvider.java:172) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.fillBuffer(FileCharSequenceProvider.java:385) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.getBuffer(FileCharSequenceProvider.java:358) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.charAt(FileCharSequenceProvider.java:414) at org.eclipse.search.internal.core.text.TextSearchVisitor.hasBinaryContent(TextSearchVisitor.java:320) at org.eclipse.search.internal.core.text.TextSearchVisitor.processFile(TextSearchVisitor.java:261) at org.eclipse.search.internal.core.text.TextSearchVisitor.processFiles(TextSearchVisitor.java:196) at org.eclipse.search.internal.core.text.TextSearchVisitor.search(TextSearchVisitor.java:172) at org.eclipse.search.internal.core.text.TextSearchVisitor.search(TextSearchVisitor.java:184) at org.eclipse.search.core.text.TextSearchEngine$1.search(TextSearchEngine.java:56) at org.eclipse.search.internal.ui.text.FileSearchQuery.run(FileSearchQuery.java:190) at org.eclipse.search2.internal.ui.InternalSearchUI$InternalSearchJob.run(InternalSearchUI.java:91) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53) !ENTRY org.eclipse.ui 2 2 2015-05-31 16:36:32.112 !MESSAGE Invalid preference category path: org.springsource.ide.eclipse.commons.preferencePage (bundle: org.springframework.ide.eclipse.uaa, page: org.springframework.ide.eclipse.uaa.preferencePage) !ENTRY org.eclipse.core.resources 4 566 2015-06-02 20:52:20.407 !MESSAGE Workspace was not properly initialized or has already shutdown. !ENTRY org.eclipse.core.jobs 4 1 2015-06-02 20:52:20.500 !MESSAGE Worker thread ended job: Refreshing workspace(10), but still holds rule: ThreadJob(Refreshing workspace(10),[F/.org.eclipse.jdt.core.external.folders/build/tmp/recompSrc/assets/minecraft]) !SESSION 2015-06-02 20:56:32.051 ----------------------------------------------- eclipse.buildId=4.3.2.M20140221-1700 java.version=1.8.0_25 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework arguments: -product org.eclipse.epp.package.standard.product Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.standard.product !ENTRY org.eclipse.core.resources 2 10035 2015-06-02 20:56:38.404 !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes. !ENTRY org.eclipse.egit.ui 2 0 2015-06-02 20:57:09.640 !MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory. The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in this system level configuration. The Git installation location can be configured on the Team > Git > Configuration preference page's 'System Settings' tab. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.egit.ui 2 0 2015-06-02 20:57:09.647 !MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git user global configuration and to define the default location to store repositories: 'C:\Users\NovaPC'. If this is not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and EGit might behave differently since they see different configuration options. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.update.configurator 4 0 2015-06-02 20:57:17.509 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-02 20:57:17.549 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-02 20:57:17.701 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-02 20:57:17.716 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.core.jobs 2 2 2015-06-02 21:15:04.048 !MESSAGE Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.core.internal.refresh.RefreshJob !SESSION 2015-06-02 22:12:52.236 ----------------------------------------------- eclipse.buildId=4.3.2.M20140221-1700 java.version=1.8.0_25 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework arguments: -product org.eclipse.epp.package.standard.product Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.standard.product !ENTRY org.eclipse.core.resources 2 10035 2015-06-02 22:12:55.161 !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes. !ENTRY org.eclipse.egit.ui 2 0 2015-06-02 22:13:16.097 !MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory. The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in this system level configuration. The Git installation location can be configured on the Team > Git > Configuration preference page's 'System Settings' tab. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.egit.ui 2 0 2015-06-02 22:13:16.564 !MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git user global configuration and to define the default location to store repositories: 'C:\Users\NovaPC'. If this is not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and EGit might behave differently since they see different configuration options. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.update.configurator 4 0 2015-06-02 22:13:46.390 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-02 22:13:46.403 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-02 22:13:46.438 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-02 22:13:46.454 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.search 4 0 2015-06-02 22:23:23.346 !MESSAGE Problems encountered during text search. !SUBENTRY 1 org.eclipse.search 4 4 2015-06-02 22:23:23.346 !MESSAGE File 'Minecraft/eclipse/.metadata/.lock' has been skipped, problem while reading: ('The process cannot access the file because another process has locked a portion of the file'). !STACK 0 java.io.IOException: The process cannot access the file because another process has locked a portion of the file at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(Unknown Source) at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) at sun.nio.cs.StreamDecoder.implRead(Unknown Source) at sun.nio.cs.StreamDecoder.read(Unknown Source) at java.io.InputStreamReader.read(Unknown Source) at java.io.Reader.read(Unknown Source) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$Buffer.fill(FileCharSequenceProvider.java:172) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.fillBuffer(FileCharSequenceProvider.java:385) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.getBuffer(FileCharSequenceProvider.java:358) at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.charAt(FileCharSequenceProvider.java:414) at org.eclipse.search.internal.core.text.TextSearchVisitor.hasBinaryContent(TextSearchVisitor.java:320) at org.eclipse.search.internal.core.text.TextSearchVisitor.processFile(TextSearchVisitor.java:261) at org.eclipse.search.internal.core.text.TextSearchVisitor.processFiles(TextSearchVisitor.java:196) at org.eclipse.search.internal.core.text.TextSearchVisitor.search(TextSearchVisitor.java:172) at org.eclipse.search.internal.core.text.TextSearchVisitor.search(TextSearchVisitor.java:184) at org.eclipse.search.core.text.TextSearchEngine$1.search(TextSearchEngine.java:56) at org.eclipse.search.internal.ui.text.FileSearchQuery.run(FileSearchQuery.java:190) at org.eclipse.search2.internal.ui.InternalSearchUI$InternalSearchJob.run(InternalSearchUI.java:91) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53) !SESSION 2015-06-03 15:10:44.919 ----------------------------------------------- eclipse.buildId=4.3.2.M20140221-1700 java.version=1.8.0_25 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework arguments: -product org.eclipse.epp.package.standard.product Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.standard.product !ENTRY org.eclipse.egit.ui 2 0 2015-06-03 15:11:11.199 !MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory. The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in this system level configuration. The Git installation location can be configured on the Team > Git > Configuration preference page's 'System Settings' tab. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.egit.ui 2 0 2015-06-03 15:11:11.409 !MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git user global configuration and to define the default location to store repositories: 'C:\Users\NovaPC'. If this is not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and EGit might behave differently since they see different configuration options. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.update.configurator 4 0 2015-06-03 15:11:19.573 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-03 15:11:19.624 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-03 15:11:19.796 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-03 15:11:19.812 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.core.resources 4 566 2015-06-03 15:49:23.409 !MESSAGE Workspace was not properly initialized or has already shutdown. !ENTRY org.eclipse.core.jobs 4 1 2015-06-03 15:49:23.430 !MESSAGE Worker thread ended job: Refreshing workspace(10), but still holds rule: ThreadJob(Refreshing workspace(10),[F/Minecraft/build/tmp/recompSrc/assets/fml]) !SESSION 2015-06-04 06:44:45.479 ----------------------------------------------- eclipse.buildId=4.3.2.M20140221-1700 java.version=1.8.0_45 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework arguments: -product org.eclipse.epp.package.standard.product Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.standard.product !ENTRY org.eclipse.core.resources 2 10035 2015-06-04 06:44:51.870 !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes. !ENTRY org.eclipse.egit.ui 2 0 2015-06-04 06:45:53.771 !MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory. The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in this system level configuration. The Git installation location can be configured on the Team > Git > Configuration preference page's 'System Settings' tab. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.egit.ui 2 0 2015-06-04 06:45:53.810 !MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git user global configuration and to define the default location to store repositories: 'C:\Users\NovaPC'. If this is not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and EGit might behave differently since they see different configuration options. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.update.configurator 4 0 2015-06-04 06:46:06.670 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-04 06:46:06.769 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-04 06:46:13.134 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-04 06:46:13.278 !MESSAGE Can't find bundle for base name feature, locale en_US !SESSION 2015-06-04 07:14:56.479 ----------------------------------------------- eclipse.buildId=4.3.2.M20140221-1700 java.version=1.8.0_45 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework arguments: -product org.eclipse.epp.package.standard.product Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.standard.product !ENTRY org.eclipse.core.resources 2 10035 2015-06-04 07:15:01.269 !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes. !ENTRY org.eclipse.egit.ui 2 0 2015-06-04 07:15:25.971 !MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory. The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in this system level configuration. The Git installation location can be configured on the Team > Git > Configuration preference page's 'System Settings' tab. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.egit.ui 2 0 2015-06-04 07:15:26.000 !MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git user global configuration and to define the default location to store repositories: 'C:\Users\NovaPC'. If this is not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and EGit might behave differently since they see different configuration options. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.update.configurator 4 0 2015-06-04 07:15:34.508 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-04 07:15:34.544 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-04 07:15:34.752 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-04 07:15:34.776 !MESSAGE Can't find bundle for base name feature, locale en_US !SESSION 2015-06-04 07:56:11.371 ----------------------------------------------- eclipse.buildId=4.3.2.M20140221-1700 java.version=1.8.0_45 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework arguments: -product org.eclipse.epp.package.standard.product Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.standard.product !ENTRY org.eclipse.egit.ui 2 0 2015-06-04 07:57:06.614 !MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory. The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in this system level configuration. The Git installation location can be configured on the Team > Git > Configuration preference page's 'System Settings' tab. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.egit.ui 2 0 2015-06-04 07:57:06.970 !MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git user global configuration and to define the default location to store repositories: 'C:\Users\NovaPC'. If this is not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and EGit might behave differently since they see different configuration options. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.update.configurator 4 0 2015-06-04 07:57:27.195 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-04 07:57:27.232 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-04 07:57:27.493 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-04 07:57:27.546 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.core.resources 4 380 2015-06-04 11:52:42.752 !MESSAGE The resource tree is locked for modifications. !ENTRY org.eclipse.core.resources 4 380 2015-06-04 13:43:34.741 !MESSAGE The resource tree is locked for modifications. !ENTRY org.eclipse.jdt.ui 4 10001 2015-06-04 16:06:20.899 !MESSAGE Internal Error !STACK 0 java.lang.Exception: Illegal ASTNode positions: previousEnd=697, childStart=696, element==Minecraft/C:\/Users\/NovaPC\/.gradle\/caches\/minecraft\/net\/minecraftforge\/forge\/1.8-11.14.2.1430\/snapshot\/20150518\/forgeSrc-1.8-11.14.2.1430.jar<net.minecraftforge.fml.common(Mod.class[Mod, Javadoc: /** * This defines a Mod to FML. * Any class found with this annotation applied will be loaded as a Mod. The instance that is loaded will * represent the mod to other Mods in the system. It will be sent various subclasses of {@link FMLEvent} * at pre-defined times during the loading of the game, based on where you have applied the {@link EventHandler} * annotation. * * <p>This is a simple example of a Mod. It has the modId of "MyModId", the name of "My example mod", it is * version 1.0, and depends on FML being loaded. * <pre>{@code * package mymod; * // Declare that this is a mod with modId "MyModId", name "My example mod", version "1.0" and dependency on FML. * {@literal @}Mod(modId="MyModId",name="My example mod",version="1.0",dependencies="required-after:FML") * public class MyMod { * // Populate this field with the instance of the mod created by FML * {@literal @}Instance("MyModId") * public MyMod instance; * * // Mark this method for receiving an {@link FMLEvent} (in this case, it's the {@link FMLPreInitializationEvent}) * {@literal @}EventHandler public void preInit(FMLPreInitializationEvent event) * { * // Do stuff in pre-init phase (read config, create blocks and items, register them) * } * } * } * </pre> * * @author cpw * */ at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.handleContentElements(JavadocContentAccess2.java:1100) at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.handleContentElements(JavadocContentAccess2.java:1088) at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.toHTML(JavadocContentAccess2.java:829) at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.javadoc2HTML(JavadocContentAccess2.java:684) at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContentFromSource(JavadocContentAccess2.java:612) at org.eclipse.jdt.internal.ui.text.javadoc.JavadocContentAccess2.getHTMLContent(JavadocContentAccess2.java:495) at org.eclipse.jdt.internal.ui.text.java.hover.JavadocHover.getHoverInfo(JavadocHover.java:694) at org.eclipse.jdt.internal.ui.text.java.hover.JavadocHover.internalGetHoverInfo(JavadocHover.java:612) at org.eclipse.jdt.internal.ui.text.java.hover.JavadocHover.getHoverInfo2(JavadocHover.java:604) at org.eclipse.jdt.internal.ui.text.java.hover.BestMatchHover.getHoverInfo2(BestMatchHover.java:163) at org.eclipse.jdt.internal.ui.text.java.hover.BestMatchHover.getHoverInfo2(BestMatchHover.java:129) at org.eclipse.jdt.internal.ui.text.java.hover.JavaEditorTextHoverProxy.getHoverInfo2(JavaEditorTextHoverProxy.java:85) at org.eclipse.jface.text.TextViewerHoverManager$4.run(TextViewerHoverManager.java:166) !ENTRY org.eclipse.core.resources 4 566 2015-06-04 19:59:00.680 !MESSAGE Workspace was not properly initialized or has already shutdown. !ENTRY org.eclipse.core.jobs 4 1 2015-06-04 19:59:00.695 !MESSAGE Worker thread ended job: Refreshing workspace(10), but still holds rule: ThreadJob(Refreshing workspace(10),[F/.org.eclipse.jdt.core.external.folders/build/tmp/recompSrc]) !SESSION 2015-06-04 20:15:08.884 ----------------------------------------------- eclipse.buildId=4.3.2.M20140221-1700 java.version=1.8.0_45 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework arguments: -product org.eclipse.epp.package.standard.product Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.standard.product !ENTRY org.eclipse.core.resources 2 10035 2015-06-04 20:15:12.731 !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes. !ENTRY org.eclipse.egit.ui 2 0 2015-06-04 20:15:38.434 !MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory. The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in this system level configuration. The Git installation location can be configured on the Team > Git > Configuration preference page's 'System Settings' tab. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.egit.ui 2 0 2015-06-04 20:15:38.484 !MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git user global configuration and to define the default location to store repositories: 'C:\Users\NovaPC'. If this is not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and EGit might behave differently since they see different configuration options. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.update.configurator 4 0 2015-06-04 20:15:46.075 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-04 20:15:46.108 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-04 20:15:46.319 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-04 20:15:46.334 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.core.resources 4 566 2015-06-04 20:19:26.915 !MESSAGE Workspace was not properly initialized or has already shutdown. !ENTRY org.eclipse.core.jobs 4 1 2015-06-04 20:19:26.925 !MESSAGE Worker thread ended job: Refreshing workspace(10), but still holds rule: ThreadJob(Refreshing workspace(10),[F/.org.eclipse.jdt.core.external.folders/build/tmp/recompSrc/assets/forge]) !SESSION 2015-06-05 12:20:27.090 ----------------------------------------------- eclipse.buildId=4.3.2.M20140221-1700 java.version=1.8.0_45 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework arguments: -product org.eclipse.epp.package.standard.product Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.standard.product !ENTRY org.eclipse.egit.ui 2 0 2015-06-05 12:21:21.681 !MESSAGE Warning: EGit couldn't detect the installation path "gitPrefix" of native Git. Hence EGit can't respect system level Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory. The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in this system level configuration. The Git installation location can be configured on the Team > Git > Configuration preference page's 'System Settings' tab. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.egit.ui 2 0 2015-06-05 12:21:22.027 !MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git user global configuration and to define the default location to store repositories: 'C:\Users\NovaPC'. If this is not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and EGit might behave differently since they see different configuration options. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page. !ENTRY org.eclipse.update.configurator 4 0 2015-06-05 12:21:30.988 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-05 12:21:31.117 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-05 12:21:32.403 !MESSAGE Can't find bundle for base name feature, locale en_US !ENTRY org.eclipse.update.configurator 4 0 2015-06-05 12:21:32.677 !MESSAGE Can't find bundle for base name feature, locale en_US
  15. Hey, should I be concerned about this? [ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6 [ant:javac] 1 warning I get this when while it was setting up eclipse (its still not done)
  16. No wait, it's starting to work now when I found the gradle in my app data, but I have to wait since it's not done yet
  17. I did all of that.. I still get errors like this C:\Users\NovaPC\Desktop\ModStuff\Code1.8>gradlew setupDecompWorkspace --stacktra ce > Configuring > 0/1 project FAILURE: Build failed with an exception. * Where: Build file 'C:\Users\NovaPC\Desktop\ModStuff\Code1.8\build.gradle' line: 18 * What went wrong: A problem occurred evaluating root project 'Code1.8'. > java.io.EOFException: End of input at line 29726 column 6 * Try: Run with --info or --debug option to get more log output. * Exception is: org.gradle.api.GradleScriptException: A problem occurred evaluating root project 'Code1.8'. at org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptR unnerImpl.run(DefaultScriptRunnerFactory.java:54) at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl. apply(DefaultScriptPluginFactory.java:187) at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildSc riptProcessor.java:39) at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildSc riptProcessor.java:26) at org.gradle.configuration.project.ConfigureActionsProjectEvaluator.eva luate(ConfigureActionsProjectEvaluator.java:34) at org.gradle.configuration.project.LifecycleProjectEvaluator.evaluate(L ifecycleProjectEvaluator.java:55) at org.gradle.api.internal.project.AbstractProject.evaluate(AbstractProj ect.java:470) at org.gradle.api.internal.project.AbstractProject.evaluate(AbstractProj ect.java:79) at org.gradle.configuration.DefaultBuildConfigurer.configure(DefaultBuil dConfigurer.java:31) at org.gradle.initialization.DefaultGradleLauncher.doBuildStages(Default GradleLauncher.java:128) at org.gradle.initialization.DefaultGradleLauncher.doBuild(DefaultGradle Launcher.java:105) at org.gradle.initialization.DefaultGradleLauncher.run(DefaultGradleLaun cher.java:85) at org.gradle.launcher.exec.InProcessBuildActionExecuter$DefaultBuildCon troller.run(InProcessBuildActionExecuter.java:81) at org.gradle.launcher.cli.ExecuteBuildAction.run(ExecuteBuildAction.jav a:33) at org.gradle.launcher.cli.ExecuteBuildAction.run(ExecuteBuildAction.jav a:24) at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProce ssBuildActionExecuter.java:39) at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProce ssBuildActionExecuter.java:29) at org.gradle.launcher.cli.RunBuildAction.run(RunBuildAction.java:50) at org.gradle.internal.Actions$RunnableActionAdapter.execute(Actions.jav a:171) at org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction. execute(CommandLineActionFactory.java:237) at org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction. execute(CommandLineActionFactory.java:210) at org.gradle.launcher.cli.JavaRuntimeValidationAction.execute(JavaRunti meValidationAction.java:35) at org.gradle.launcher.cli.JavaRuntimeValidationAction.execute(JavaRunti meValidationAction.java:24) at org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute( CommandLineActionFactory.java:206) at org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute( CommandLineActionFactory.java:169) at org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionRep ortingAction.java:33) at org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionRep ortingAction.java:22) at org.gradle.launcher.Main.doAction(Main.java:33) at org.gradle.launcher.bootstrap.EntryPoint.run(EntryPoint.java:45) at org.gradle.launcher.bootstrap.ProcessBootstrap.runNoExit(ProcessBoots trap.java:54) at org.gradle.launcher.bootstrap.ProcessBootstrap.run(ProcessBootstrap.j ava:35) at org.gradle.launcher.GradleMain.main(GradleMain.java:23) at org.gradle.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.ja va:30) at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:127) at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:56) Caused by: com.google.gson.JsonSyntaxException: java.io.EOFException: End of inp ut at line 29726 column 6 at com.google.gson.Gson.fromJson(Gson.java:813) at com.google.gson.Gson.fromJson(Gson.java:768) at com.google.gson.Gson.fromJson(Gson.java:717) at com.google.gson.Gson.fromJson(Gson.java:689) at net.minecraftforge.gradle.user.patch.UserPatchBasePlugin.setVersionIn foJson(UserPatchBasePlugin.java:145) at net.minecraftforge.gradle.user.patch.UserPatchBasePlugin.applyPlugin( UserPatchBasePlugin.java:46) at net.minecraftforge.gradle.common.BasePlugin.apply(BasePlugin.java:154 ) at net.minecraftforge.gradle.common.BasePlugin.apply(BasePlugin.java:49) at org.gradle.api.internal.plugins.DefaultPluginContainer.providePlugin( DefaultPluginContainer.java:110) at org.gradle.api.internal.plugins.DefaultPluginContainer.addPluginInter nal(DefaultPluginContainer.java:69) at org.gradle.api.internal.plugins.DefaultPluginContainer.apply(DefaultP luginContainer.java:35) at org.gradle.api.internal.plugins.DefaultObjectConfigurationAction.appl yPlugin(DefaultObjectConfigurationAction.java:117) at org.gradle.api.internal.plugins.DefaultObjectConfigurationAction.acce ss$200(DefaultObjectConfigurationAction.java:36) at org.gradle.api.internal.plugins.DefaultObjectConfigurationAction$3.ru n(DefaultObjectConfigurationAction.java:85) at org.gradle.api.internal.plugins.DefaultObjectConfigurationAction.exec ute(DefaultObjectConfigurationAction.java:130) at org.gradle.api.internal.project.AbstractPluginAware.apply(AbstractPlu ginAware.java:41) at org.gradle.api.Project$apply$0.call(Unknown Source) at org.gradle.api.internal.project.ProjectScript.apply(ProjectScript.gro ovy:34) at org.gradle.api.Script$apply$0.callCurrent(Unknown Source) at build_3njic2br0gdpoqp0akprn7q6o.run(C:\Users\NovaPC\Desktop\ModStuff\ Code1.8\build.gradle:18) at org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptR unnerImpl.run(DefaultScriptRunnerFactory.java:52) ... 34 more Caused by: java.io.EOFException: End of input at line 29726 column 6 at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1 377) at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:483) at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403) at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.re ad(ReflectiveTypeAdapterFactory.java:166) at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(Type AdapterRuntimeTypeWrapper.java:40) at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapT ypeAdapterFactory.java:187) at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapT ypeAdapterFactory.java:145) at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(Ref lectiveTypeAdapterFactory.java:93) at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.re ad(ReflectiveTypeAdapterFactory.java:172) at com.google.gson.Gson.fromJson(Gson.java:803) ... 54 more BUILD FAILED Total time: 1 mins 14.409 secs
  18. What command am I suppose to run? that gradle cleanEclipse eclipse still doesn't work and I deleted the file
  19. Do I use gradlew setupDecompWorkspace --refresh-dependencies ?
  20. * Exception is: org.gradle.api.GradleScriptException: A problem occurred evaluating root project 'Code1.8'. at org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptR unnerImpl.run(DefaultScriptRunnerFactory.java:54) at org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl. apply(DefaultScriptPluginFactory.java:148) at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildSc riptProcessor.java:39) at org.gradle.configuration.project.BuildScriptProcessor.execute(BuildSc riptProcessor.java:26) at org.gradle.configuration.project.ConfigureActionsProjectEvaluator.eva luate(ConfigureActionsProjectEvaluator.java:34) at org.gradle.configuration.project.LifecycleProjectEvaluator.evaluate(L ifecycleProjectEvaluator.java:59) at org.gradle.api.internal.project.AbstractProject.evaluate(AbstractProj ect.java:504) at org.gradle.api.internal.project.AbstractProject.evaluate(AbstractProj ect.java:83) at org.gradle.execution.TaskPathProjectEvaluator.configureHierarchy(Task PathProjectEvaluator.java:42) at org.gradle.configuration.DefaultBuildConfigurer.configure(DefaultBuil dConfigurer.java:35) at org.gradle.initialization.DefaultGradleLauncher.doBuildStages(Default GradleLauncher.java:129) at org.gradle.initialization.DefaultGradleLauncher.doBuild(DefaultGradle Launcher.java:106) at org.gradle.initialization.DefaultGradleLauncher.run(DefaultGradleLaun cher.java:86) at org.gradle.launcher.exec.InProcessBuildActionExecuter$DefaultBuildCon troller.run(InProcessBuildActionExecuter.java:80) at org.gradle.launcher.cli.ExecuteBuildAction.run(ExecuteBuildAction.jav a:33) at org.gradle.launcher.cli.ExecuteBuildAction.run(ExecuteBuildAction.jav a:24) at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProce ssBuildActionExecuter.java:36) at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProce ssBuildActionExecuter.java:26) at org.gradle.launcher.cli.RunBuildAction.run(RunBuildAction.java:51) at org.gradle.internal.Actions$RunnableActionAdapter.execute(Actions.jav a:171) at org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction. execute(CommandLineActionFactory.java:237) at org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction. execute(CommandLineActionFactory.java:210) at org.gradle.launcher.cli.JavaRuntimeValidationAction.execute(JavaRunti meValidationAction.java:35) at org.gradle.launcher.cli.JavaRuntimeValidationAction.execute(JavaRunti meValidationAction.java:24) at org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute( CommandLineActionFactory.java:206) at org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute( CommandLineActionFactory.java:169) at org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionRep ortingAction.java:33) at org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionRep ortingAction.java:22) at org.gradle.launcher.Main.doAction(Main.java:33) at org.gradle.launcher.bootstrap.EntryPoint.run(EntryPoint.java:45) at org.gradle.launcher.bootstrap.ProcessBootstrap.runNoExit(ProcessBoots trap.java:54) at org.gradle.launcher.bootstrap.ProcessBootstrap.run(ProcessBootstrap.j ava:35) at org.gradle.launcher.GradleMain.main(GradleMain.java:23) Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin [id 'forge'] at org.gradle.api.internal.plugins.DefaultObjectConfigurationAction.appl yPlugin(DefaultObjectConfigurationAction.java:117) at org.gradle.api.internal.plugins.DefaultObjectConfigurationAction.acce ss$200(DefaultObjectConfigurationAction.java:36) at org.gradle.api.internal.plugins.DefaultObjectConfigurationAction$3.ru n(DefaultObjectConfigurationAction.java:80) at org.gradle.api.internal.plugins.DefaultObjectConfigurationAction.exec ute(DefaultObjectConfigurationAction.java:131) at org.gradle.api.internal.project.AbstractPluginAware.apply(AbstractPlu ginAware.java:37) at org.gradle.api.Project$apply$0.call(Unknown Source) at org.gradle.api.internal.project.ProjectScript.apply(ProjectScript.gro ovy:34) at org.gradle.api.Script$apply$0.callCurrent(Unknown Source) at build_7ysjdim6j7klzvxa9q2lkfko.run(C:\Users\NovaPC\Desktop\ModStuff\C ode1.8\build.gradle:18) at org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptR unnerImpl.run(DefaultScriptRunnerFactory.java:52) ... 32 more Caused by: com.google.gson.JsonSyntaxException: java.io.EOFException: End of inp ut at line 29726 column 6 at com.google.gson.Gson.fromJson(Gson.java:813) at com.google.gson.Gson.fromJson(Gson.java:768) at com.google.gson.Gson.fromJson(Gson.java:717) at com.google.gson.Gson.fromJson(Gson.java:689) at net.minecraftforge.gradle.user.patch.UserPatchBasePlugin.setVersionIn foJson(UserPatchBasePlugin.java:145) at net.minecraftforge.gradle.user.patch.UserPatchBasePlugin.applyPlugin( UserPatchBasePlugin.java:46) at net.minecraftforge.gradle.common.BasePlugin.apply(BasePlugin.java:154 ) at net.minecraftforge.gradle.common.BasePlugin.apply(BasePlugin.java:49) at org.gradle.api.internal.plugins.DefaultPluginContainer.providePlugin( DefaultPluginContainer.java:188) at org.gradle.api.internal.plugins.DefaultPluginContainer.addPluginInter nal(DefaultPluginContainer.java:137) at org.gradle.api.internal.plugins.DefaultPluginContainer.apply(DefaultP luginContainer.java:103) at org.gradle.api.internal.plugins.DefaultObjectConfigurationAction.appl yPlugin(DefaultObjectConfigurationAction.java:115) ... 41 more Caused by: java.io.EOFException: End of input at line 29726 column 6 at com.google.gson.stream.JsonReader.nextNonWhitespace(JsonReader.java:1 377) at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:483) at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:403) at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.re ad(ReflectiveTypeAdapterFactory.java:166) at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(Type AdapterRuntimeTypeWrapper.java:40) at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapT ypeAdapterFactory.java:187) at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapT ypeAdapterFactory.java:145) at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(Ref lectiveTypeAdapterFactory.java:93) at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.re ad(ReflectiveTypeAdapterFactory.java:172) at com.google.gson.Gson.fromJson(Gson.java:803) ... 52 more BUILD FAILED Total time: 2 mins 49.988 secs
  21. I didn't change anything.. it still gives me that error
  22. Getting this error C:\Users\NovaPC\Desktop\ModStuff\Code1.8>gradle cleanEclipse eclipse > Configuring > 0/1 project FAILURE: Build failed with an exception. * Where: Build file 'C:\Users\NovaPC\Desktop\ModStuff\Code1.8\build.gradle' line: 18 * What went wrong: A problem occurred evaluating root project 'Code1.8'. > Failed to apply plugin [id 'forge'] > java.io.EOFException: End of input at line 29726 column 6 * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 23.705 secs
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.