Afterburner

Members
  • Content Count

    63
  • Joined

  • Last visited

Community Reputation

30 Decent

About Afterburner

  • Rank
    Villager

Recent Profile Visitors

1,248 profile views
  1. Wow. Just wow. I've been running around with different horses for 4+ hours now trying to make them get the traits.
  2. Didn't sell. Decided to start playing again. Please close this thread!
  3. The steps to solving this problem are here: First, I noticed that the Launch File says Java 1.5 is not supported starting from WurmClient 3.1. Because I had last played over a year ago, I went to www.wurmonline.com and re-downloaded the Wurm client. Which worked.
  4. (I was using Java 7 before but it stopped working (last played over a year ago). I upgraded to the latest version and I'm still getting this message.) Unable to launch the application. Error: ERROR: Failed to recover corrupt cache entry Launch File <?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0" codebase="http://www.wurmonline.com/client/" href="wurmclient.jnlp"> <information> <title>Wurm Online</title> <vendor>Code Club AB</vendor> <homepage href="http://www.wurmonline.com/" /> <description>Wurm Online client</description> <icon href="wurm_icon_128.png" width="128" height="128" /> <icon href="wurm_icon_64.png" width="64" height="64" /> <icon href="wurm_icon_32.png" width="32" height="32" /> <icon href="wurm_icon_16.png" width="16" height="16" /> <icon kind="splash" href="splash.gif" /> <shortcut online="true"> <desktop /> <menu submenu="Wurm Online" /> </shortcut> </information> <!-- These are default values, but just to be clear --> <update check="timeout" policy="always" /> <security> <all-permissions /> </security> <resources> <!-- Java 1.5 is not supported starting from WurmClient 3.1 --> <j2se href="http://java.sun.com/products/autodl/j2se" version="1.8+" initial-heap-size="512M" max-heap-size="1024M" /> <property name="sun.java2d.noddraw" value="true" /> <property name="org.lwjgl.input.Mouse.allowNegativeMouseCoords" value="true" /> <jar href="wurmclient.jar" main="true" /> <jar href="wurmres.jar" /> <jar href="libraries-stable-2013/colladabind.jar" version="1.0.0" /> <jar href="libraries-stable-2013/irclib.jar" version="1.10" /> <jar href="libraries-stable-2013/jogg.jar" version="0.0.7" /> <jar href="libraries-stable-2013/jorbis.jar" version="0.0.15" /> <jar href="libraries-stable-2013/joXSI.jar" version="1.0.0" /> <jar href="libraries-stable-2013/jzipupdate.jar" version="0.9.1" /> <jar href="libraries-stable-2013/lwjgl.jar" version="2.9.1" /> <jar href="libraries-stable-2013/lwjgl_util.jar" version="2.9.1" /> <jar href="libraries-stable-2013/PNGDecoder.jar" version="0.0.1" /> <jar href="libraries-stable-2013/slick-util.jar" version="b208" /> <jar href="libraries-stable-2013/vecmath.jar" version="1.5.2" /> <jar href="libraries-stable-2013/jbullet.jar" version="1.0.0" /> <jar href="libraries-stable-2013/commons-codec.jar" version="1.4" /> <jar href="libraries-stable-2013/commons-httpclient.jar" version="3.1" /> <jar href="libraries-stable-2013/commons-logging.jar" version="1.1.3" /> </resources> <resources os="Win" arch="x86"><!-- Windows 32-bit java --> <nativelib href="libraries-stable-2013/lwjgl-natives-windows.jar" version="2.9.1"/> </resources> <resources os="Win" arch="amd64"><!-- Windows 64-bit java --> <nativelib href="libraries-stable-2013/lwjgl-natives-windows.jar" version="2.9.1"/> </resources> <resources os="Mac" arch="ppc"><!-- PowerPC Mac --> <nativelib href="libraries-stable-2013/lwjgl-natives-macosx.jar" version="2.9.1"/> </resources> <resources os="Mac" arch="i386"><!-- Intel Mac 32-bit java --> <nativelib href="libraries-stable-2013/lwjgl-natives-macosx.jar" version="2.9.1"/> </resources> <resources os="Mac" arch="x86_64"><!-- Intel Mac 64-bit java --> <nativelib href="libraries-stable-2013/lwjgl-natives-macosx.jar" version="2.9.1"/> </resources> <resources os="Linux" arch="i386"><!-- Linux 32-bit Sun java --> <nativelib href="libraries-stable-2013/lwjgl-natives-linux.jar" version="2.9.1"/> </resources> <resources os="Linux" arch="x86"><!-- UNKNOWN --> <nativelib href="libraries-stable-2013/lwjgl-natives-linux.jar" version="2.9.1"/> </resources> <resources os="Linux" arch="amd64"><!-- Linux 64-bit Sun java --> <nativelib href="libraries-stable-2013/lwjgl-natives-linux.jar" version="2.9.1"/> </resources> <resources os="Linux" arch="x86_64"><!-- UNKNOWN --> <nativelib href="libraries-stable-2013/lwjgl-natives-linux.jar" version="2.9.1"/> </resources> <resources os="SunOS" arch="sparc"><!-- UNKNOWN --> <nativelib href="libraries-stable-2013/lwjgl-natives-solaris.jar" version="2.9.1"/> </resources> <application-desc main-class="com.wurmonline.client.WurmLauncher" name="Wurm Online" /> </jnlp> Exception java.lang.RuntimeException: ERROR: Failed to recover corrupt cache entry at com.sun.deploy.cache.CacheEntry.recover(Unknown Source) at com.sun.deploy.cache.CacheEntry.getJarSigningData(Unknown Source) at com.sun.deploy.cache.CachedJarFile.getSigningData(Unknown Source) at com.sun.deploy.cache.CachedJarFile.getCodeSource(Unknown Source) at com.sun.deploy.cache.DeployCacheJarAccessImpl.getCodeSource(Unknown Source) at com.sun.javaws.security.SigningInfo.getCommonCodeSignersForJar(Unknown Source) at com.sun.javaws.security.SigningInfo.check(Unknown Source) at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResourcesHelper(Unknown Source) at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResources(Unknown Source) at com.sun.javaws.Launcher.prepareResources(Unknown Source) at com.sun.javaws.Launcher.prepareAllResources(Unknown Source) at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source) at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source) at com.sun.javaws.Launcher.launch(Unknown Source) at com.sun.javaws.Main.launchApp(Unknown Source) at com.sun.javaws.Main.continueInSecureThread(Unknown Source) at com.sun.javaws.Main.access$000(Unknown Source) at com.sun.javaws.Main$1.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Does anybody know how to get around this?
  5. - = + A strong fighter and a supreme terraformer. + = - Ocean Skills: 0.0 0.0 0 Religion: 3.1083655 3.1083655 0 Prayer: 6.497617 Channeling: 1.0 Preaching: 4.75 Exorcism: 1.0 Artifacts: 1.0 Hammers: 1.0 Warhammer: 1.0 Healing: 15.392314 First aid: 27.14103 Clubs: 1.0 Huge club: 1.0 Archery: 35.7485 Short bow: 1.0 Medium bow: 1.0 Long bow: 30.255045 Thievery: 2.7738771 Stealing: 2.7552156 Lock picking: 4.184141 Traps: 1.0 War machines: 1.0 Catapults: 1.0 Trebuchets: 1.0 Turrets: 1.0 Ballistae: 1.0 Polearms: 1.0 Staff: 1.0 Long spear: 1.0 Halberd: 1.0 Prospecting: 1.75 Coal-making: 2.1880267 Milling: 1.0 Tracking: 7.656151 Paving: 44.08609 Climbing: 9.697641 Thatching: 1.0 Firemaking: 8.843758 Pottery: 1.0 Mining: 24.94725 Digging: 53.37911 Ropemaking: 3.9731848 Smithing: 21.850113 Blacksmithing: 34.372437 Locksmithing: 2.11216 Jewelry smithing: 1.4021003 Metallurgy: 1.0 Weapon smithing: 14.173407 Blades smithing: 13.826701 Weapon heads smithing: 1.0 Armour smithing: 2.1699991 Shield smithing: 6.6391516 Chain armour smithing: 3.8709574 Plate armour smithing: 1.0 Tailoring: 2.7704983 Cloth tailoring: 7.7999754 Leatherworking: 3.2517755 Masonry: 24.049286 Stone cutting: 21.539982 Cooking: 6.4922614 Hot food cooking: 8.378977 Baking: 1.0 Dairy food making: 1.0 Butchering: 14.298942 Beverages: 1.0 Nature: 23.038723 Fishing: 1.0 Gardening: 25.86658 Foraging: 10.8108 Botanizing: 17.919994 Animal taming: 8.62364 Forestry: 21.984325 Farming: 12.07961 Milking: 1.0 Meditating: 4.5582294 Animal husbandry: 21.79892 Papyrusmaking: 1.3246528 Toys: 1.0 Yoyo: 1.0 Puppeteering: 1.0 Fighting: 70.085724 Defensive fighting: 38.433132[ Normal fighting: 46.279865 Weaponless fighting: 20.27365 Aggressive fighting: 16.539211 Shield bashing: 2.5552268 Taunting: 1.0 Miscellaneous items: 35.951126 Shovel: 40.968124 Rake: 6.573026 Saw: 18.080858 Pickaxe: 27.998402 Repairing: 29.66405 Sickle: 21.254223 Scythe: 1.0 Hammer: 33.039368 Stone chisel: 11.616296 Alchemy: 4.1074395 Natural substances: 11.739044 Shields: 25.801687 Medium metal shield: 5.5618954 Small wooden shield: 1.0 Small metal shield: 1.0 Large metal shield: 33.956352 Medium wooden shield: 2.3281608 Large wooden shield: 1.0 Axes: 23.897116 Hatchet: 24.752209 Small Axe: 1.0 Large axe: 1.0 Huge axe: 1.0 Swords: 37.62839 Longsword: 45.073383 Shortsword: 32.406532 Two handed sword: 1.0 Knives: 12.46831 Carving knife: 12.3861065 Butchering knife: 16.842678 Woodcutting: 28.081839 Mauls: 1.0 Medium maul: 1.0 Small maul: 1.0 Large maul: 1.0 Carpentry: 39.97668 Bowyery: 1.0 Fletching: 13.158378 Fine carpentry: 13.274115 Toy making: 1.0 Ship building: 15.234807 Characteristics: 0.0 Mind: 22.17571 Mind logic: 24.861954 Mind speed: 21.738945 Soul: 20.585638 Soul depth: 21.33289 Soul strength: 22.995356 Body: 23.996578 Body strength: 24.926374 Body stamina: 20.504025 Body control: 24.169386 Religion: 0.0 Faith: 13.523955 Favor: 13.523955 Alignment: -100.0 ------------------------------------------------------------------------------ INVENTORY < Ocean also has 12 silver. > This account is for people that want to start out in Epic (a very, very fun place) but want to start after the initial learning phase. A fine character, Ocean can ride horses, has 70 FS and comes with an amazing starting inventory.
  6. This computer won't run Wurm and I'm looking to sell my account.
  7. I'm looking for a reputable player (high post count a must!) to log in to my account and take a skill dump for me (it's on Epic), then e-mail me the skill dump. I will give you €5 for your fine work.
  8. They have constant updates - vehicle updates, technology updates, health updates, and lots more.
  9. I always look forward to the new week's update post in City Hall. I'm going crazy with excitement!
  10. It's probably going to be the best MMORPG for decades.
  11. Wurm is something on its own - it isn't a game, and if you call it a game you're doing it a disservice. It's surpassed what games are and it's the first ever to come past some kind of barrier to become something in itself. Wurm is amazing and, if you realised what you could truly do in Wurm, your mind would be blown.