Jump to content

ChrysWhyte

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by ChrysWhyte

  1. Launcher/pack Version: Tekkit 2.1.1 server Operating System: Windows 7 64-bit Version of Java: 7 update 3 64-bit Description of Problem: I have not found a pattern to when this happens, but at times my server throws the error in the pastebin, everything seems normal as if people are still there, but in reality they all drop out and joining the server is impossible. Error Messages: I have no error log from a client Link to pastebin of log: http://pastebin.com/vjF6NiJJ Plugins: WorldBorder, RecipeManager, DiskDriveFix, WorldEdit, PermissionsEx, ChopTree, Pail, DisguiseCraft, ProperTime, PailPlus, CommandBook I have updated commandbook to 2.0, and am running the last version of PermissionsEx (Which lists it is for 1.2.3-R0.1 but starts up fine, I have assumed up until now that if there was a real problem it would error out on startup. Could this be a problem? I also used to run dynmap (latest version) which also seemed to work fine even though it does not state compatibility) I see some buildcraft stuff in there, but I haven't really come across anything useful googling. (I also get some occasional buildcraft error creating pipe type 0 (class=null) errors, dunno if that's related)
  2. Re: Could this remove the need for a Technic pack? And that would be called a total conversion mod. I'm sure there's room in the "market" even for those. What an intriguing idea.
  3. Hi, I'd like to add my own modded version of the tekkitpack (including updated computercraft, wireless redstone remote etc) to the launcher under another name so it's simpler for my users to connect to my server. I don't expect it to be included in the launcher of course, but any way I can do this manually and then distribute the changed launcher without having to recompile the entire thing?
  4. Does this conflict with the Diskdrive fix? It also requires this file to be replaced.
  5. Symantec considers it a "feature"
  6. Hi all, I am trying to build an overlay ebuild for my Gentoo system (which is basically just a file with information on how to build it from source for Gentoo's package manager) so that it can just be updated along with the rest of my system whenever a change happens to git. In order to wrap my head around the compilation process, I just git-ed the master branch into a directory and tried doing a mvn clean install This however results in certain error. I think the problem lies here [WARNING] Checksum validation failed, expected <!DOCTYPE but is d0f6f89531a86af39d6a79ea88ab321da10cba8f for [url]http://repo.getspout.org/content/repositories/snapshots/junit/junit/4.10/junit-4.10.jar[/url] Downloaded: [url]http://repo.getspout.org/content/repositories/snapshots/junit/junit/4.10/junit-4.10.jar[/url] (67 KB at 16.4 KB/sec) [WARNING] Checksum validation failed, expected <!DOCTYPE but is d0f6f89531a86af39d6a79ea88ab321da10cba8f for [url]http://repo.getspout.org/content/repositories/snapshots/org/yaml/snakeyaml/1.9/snakeyaml-1.9.jar[/url] Downloaded: [url]http://repo.getspout.org/content/repositories/snapshots/org/yaml/snakeyaml/1.9/snakeyaml-1.9.jar[/url] (67 KB at 14.7 KB/sec) [WARNING] Checksum validation failed, expected <!DOCTYPE but is d0f6f89531a86af39d6a79ea88ab321da10cba8f for [url]http://repo.getspout.org/content/repositories/snapshots/com/beust/jcommander/1.20/jcommander-1.20.jar[/url] Downloaded: [url]http://repo.getspout.org/content/repositories/snapshots/com/beust/jcommander/1.20/jcommander-1.20.jar[/url] (67 KB at 14.4 KB/sec) [WARNING] Checksum validation failed, expected <!DOCTYPE but is d0f6f89531a86af39d6a79ea88ab321da10cba8f for [url]http://repo.getspout.org/content/repositories/snapshots/commons-codec/commons-codec/1.5/commons-codec-1.5.jar[/url] which in turn leads to [ERROR] COMPILATION ERROR : [iNFO] ------------------------------------------------------------- [ERROR] error: error reading C:\Users\Chris\.m2\repository\commons-codec\commons-codec\1.5\commons-codec-1.5.jar; error in opening zip file [ERROR] error: error reading C:\Users\Chris\.m2\repository\org\yaml\snakeyaml\1.9\snakeyaml-1.9.jar; error in opening zip file [ERROR] error: error reading C:\Users\Chris\.m2\repository\com\beust\jcommander\1.20\jcommander-1.20.jar; error in opening zip file [iNFO] 3 errors [iNFO] ------------------------------------------------------------- [iNFO] ------------------------------------------------------------------------ [iNFO] BUILD FAILURE [iNFO] ------------------------------------------------------------------------ [iNFO] Total time: 1:33.883s [iNFO] Finished at: Wed Mar 28 19:14:56 CEST 2012 [iNFO] Final Memory: 12M/154M [iNFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project technic-launcher: Compilation failure: Compilation failure: [ERROR] error: error reading C:\Users\Chris\.m2\repository\commons-codec\commons-codec\1.5\commons-codec-1.5.jar; error in opening zip file [ERROR] error: error reading C:\Users\Chris\.m2\repository\org\yaml\snakeyaml\1.9\snakeyaml-1.9.jar; error in opening zip file [ERROR] error: error reading C:\Users\Chris\.m2\repository\com\beust\jcommander\1.20\jcommander-1.20.jar; error in opening zip file [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] [url]http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException[/url] I have tried cleaning the downloaded files and rerunning it but it keeps failing on those same files. All write permissions and whatnot are fine. I do not have this problem with the original spoutcraft, and when replacing the files with their spoutcraft counterparts (which are higher versions, so I had to rename them, and I don't even wanna think about what kind of other problems this can cause) the compilation DOES go fine. I am running maven-3.0.4 and jdk1.7.0_03. Does anyone have this same issue or any idea what can be causing it? This has me completely baffled tbh
×
×
  • Create New...