Search the Community

Showing results for tags 'bug'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Official Buildings
    • GM Hall
    • City Hall
    • Game News
    • Public Test Board
  • Back Streets
    • Town Square
    • Community Assistance
    • Village Recruitment Center
    • Suggestions & Ideas
    • The Creative Commons
    • Wood Scraps
  • Northern Freedom Isles
    • Harmony
    • Melody
    • Cadence
    • Northern Freedom Isles Market
  • Southern Freedom Isles
    • Celebration
    • Deliverance
    • Exodus
    • Independence
    • Pristine
    • Release
    • Xanadu
    • Southern Freedom Isles Market
  • Maintenance Buildings
    • Technical Issues
    • Server Bugs
    • Client Bugs
    • Model and Sound Bugs
    • Other Bugs and Issues
    • Wurmpedia / Wiki Maintenance
  • Wurm Unlimited
    • Unlimited Discussion
    • Unlimited Modding
    • Server Listings & Advertisement
    • Technical Issues

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Chaos


Independence


Deliverance


Exodus


Celebration


Xanadu


Release


Pristine


Epic


Cadence


Defiance


Harmony


Melody


Acc1


Acc2


Acc3

Found 474 results

  1. Noticed an issue with support tickets being opened up and changing original player for the ticket and the contents being changed. In some instances the time stamps are incorrect as well. Player opens a support ticket on cluster 1 CA responds to ticket on cluster 2 and escalates to a GM GM opens same ticket on login server ... Player changes to a random player other than the original owner. Time stamps between the responses change out of order between customer, CA, and GM. Looks to me as if some issues are going on with messaging between clusters with support tickets. This started me checking mail as well. I'll follow up. Cluster 1 https://www.dropbox.com/s/dlhbty3k0npfilm/cluster%201%20ticket.png?dl=0 Cluster 2 (same ticket) https://www.dropbox.com/s/whrux308poa5mkv/cluster%202%20ticket.png?dl=0 also note: This ticket was open by a player named Rantul and his ticket. So same ticket shows two different players as who opened the support ticket and the original ticket who it belongs to isn't even listed....
  2. Special thanks to Bdew for working out a quick band-aid for bug with malformed Achievement entries from cluster to login servers; 1. Backup Wurmplayers.db 2. Open in SQLite browser 3. open Execute SQL tab 4. Paste UPDATE ACHIEVEMENTS SET ADATE=datetime(ADATE/1000, 'unixepoch') WHERE ADATE NOT LIKE '%-%' 5. Hit the run button on same tab 6. Save changes Note: This will not prevent further corruption from new achievements being earned but it will fix the thousands of errors already created and prevents dropping or deleting the entries or other methods of DB cleanup.
  3. So last week there was a few rifts that spawned and did not generate a single drop. Players spent a few hours of there time slaying mobs with no chance of a reward due to some bug in the system. There was the gratuitous lump at the end of the event though, but nothing else. So when the next round of rifts happen who is excited for a chance of another bugged event? I know I will not be interested in this.
  4. i have diety spells enabled but terraforming off, but a priest can cast dirt on the ground and remove dirt on deed, wondering if this is also bugged in wo, or if its perhaps my dirt spell mod causing it
  5. anyone seen this type of issue with virtual zones? This wasnt a new player and popped about 11 times when this player logged in. Thoughts? [06:30:01 PM] WARNING com.wurmonline.server.zones.Zone: Old virtualzone being removed:Careon java.lang.Exception at com.wurmonline.server.zones.Zone.addWatcher(Zone.java:2142) at com.wurmonline.server.zones.VirtualZone.initialize(VirtualZone.java:237) at com.wurmonline.server.creatures.VisionArea.sendNextStrip(VisionArea.java:421) at com.wurmonline.server.Server.run(Server.java:2364) at java.util.TimerThread.mainLoop(Unknown Source) at java.util.TimerThread.run(Unknown Source)
  6. I have a severe wound that I am purposely keeping high for various reasons. For some reason the past few days it has been healing through a 10 power HC. I have had this wound for about three weeks and it has only just started doing this. Were HC's rebalanced or is this a bug? Or am I an idiot and I need a 9 power HC?
  7. Not critical, but maybe easy to fix bug, that make logging of server activity a bit..hard : i put level of logging to FINE and FINE com.wurmonline.server.items.Materials: Returning Birch for unexpected material type: server.log filled with this id , 0, 11, 15 ,17 ,19 , 22,27, 53 and in com.wurmonline.server.items.Materials public static TreeData.TreeType getTreeTypeForWood(final byte wood) { switch (wood) { case 14: { return TreeData.TreeType.BIRCH; } case 37: { return TreeData.TreeType.PINE; } case 38: { return TreeData.TreeType.OAK; } case 39: { return TreeData.TreeType.CEDAR; } case 40: { return TreeData.TreeType.WILLOW; } case 41: { return TreeData.TreeType.MAPLE; } case 42: { return TreeData.TreeType.APPLE; } case 43: { return TreeData.TreeType.LEMON; } case 44: { return TreeData.TreeType.OLIVE; } case 45: { return TreeData.TreeType.CHERRY; } case 63: { return TreeData.TreeType.CHESTNUT; } case 64: { return TreeData.TreeType.WALNUT; } case 65: { return TreeData.TreeType.FIR; } case 66: { return TreeData.TreeType.LINDEN; } default: { if (Materials.logger.isLoggable(Level.FINER)) { Materials.logger.fine("Returning Birch for unexpected material type: " + wood); } return null; } } } as you see different types identifiers expected so problem in this method or in definition of items. upd : it not connected to gm actions as i even not logged in . It not connected to character creation. it happen every other moment UPD2 : this method have only 3 uses : chop from com.wurmonline.server.behaviours.MethodsItems plantSprout from com.wurmonline.server.behaviours.Terraforming getSizeMod from com.wurmonline.server.items.Item for what and when getSizeMod used i dont know.
  8. 01:10:44 PM] WARNING com.wurmonline.server.behaviours.ItemBehaviour: Murtak:No creation entry found for objectSource=126, objectTarget=46, objectCreated=8 com.wurmonline.server.NoSuchEntryException: No creation entry found for objectSource=126, objectTarget=46, objectCreated=8 at com.wurmonline.server.items.CreationMatrix.getCreationEntry(CreationMatrix.java:219) at com.wurmonline.server.behaviours.ItemBehaviour.action(ItemBehaviour.java:4821) at com.wurmonline.server.behaviours.Action.poll(Action.java:3276) at com.wurmonline.server.behaviours.ActionStack.poll(ActionStack.java:237) at com.wurmonline.server.players.Player.pollActions(Player.java:9270) at com.wurmonline.server.Players.pollPlayers(Players.java:4353) at com.wurmonline.server.Server.run(Server.java:1817) at java.util.TimerThread.mainLoop(Unknown Source) at java.util.TimerThread.run(Unknown Source)
  9. Anyone seen this type of activity before? server uptime: 63903 seconds. Unanswered questions:0 [02:24:43 PM] INFO com.wurmonline.server.Server: Lag detected at Zones.pollnextzones (0.5): 12.184 seconds [02:24:43 PM] INFO com.wurmonline.server.Server: Elapsed time (12200ms) for this loop was more than 1 second so adding it to the lag count, which is now: 984 [02:24:58 PM] INFO com.wurmonline.server.zones.Zone: Zone at 2304, 1344 polled 54 tiles. That took 6510.884 millis. [02:24:58 PM] INFO com.wurmonline.server.Server: Lag detected at Zones.pollnextzones (0.5): 6.521 seconds [02:24:58 PM] INFO com.wurmonline.server.Server: Elapsed time (6521ms) for this loop was more than 1 second so adding it to the lag count, which is now: 990 [02:25:15 PM] INFO com.wurmonline.server.zones.Zone: Zone at 2240, 2624 polled 61 tiles. That took 7092.5317 millis. [02:25:15 PM] INFO com.wurmonline.server.Server: Lag detected at Zones.pollnextzones (0.5): 7.098 seconds [02:25:15 PM] INFO com.wurmonline.server.structures.Blocking: Razor checking 3.0 meters failed. Checks=62 [02:25:15 PM] INFO com.wurmonline.server.Server: Elapsed time (7098ms) for this loop was more than 1 second so adding it to the lag count, which is now: 997 [02:25:33 PM] INFO com.wurmonline.server.zones.Zone: Zone at 3840, 2368 polled 132 tiles. That took 6711.432 millis. [02:25:33 PM] INFO com.wurmonline.server.Server: Lag detected at Zones.pollnextzones (0.5): 6.724 seconds [02:25:33 PM] INFO com.wurmonline.server.Server: Elapsed time (6724ms) for this loop was more than 1 second so adding it to the lag count, which is now: 1003 [02:25:50 PM] INFO com.wurmonline.server.Server: Lag detected at Zones.pollnextzones (0.5): 6.911 seconds [02:25:50 PM] INFO com.wurmonline.server.Server: Elapsed time (6911ms) for this loop was more than 1 second so adding it to the lag count, which is now: 1009
  10. I have been out hunting improving my fight skill when i noticed troll are attacking super fast like 1-2 second intervals i can handles this with my main but new players and my alts cant handle being beat on this much was this and intentional change or did the code get broke with the new update
  11. So I recently updated my Wurm Unlimted Server and Client from 1.0.0.4 to 1.0.0.6 (the latest). I hadn't played in a while due to work and finally got some downtime. To my dismay, upon logging in I discovered that my entire world was ruined. It was as if someone slammed their hand down on my land and skewed it to poo.. This is really, really upsetting because I can not begin to tell you the hours, days, months I had put into making my spot perfect. (I play alone too..) To log in and have huge cliffs to either side of you is horrid..and then to climb to the only flat area to see that said cliffs extend everywhere..yeah. I really don't want to scrap my world but I am out of options. If there is anyone out there...who has a solution to save my world it would be appreciated beyond words. Photos below.... Please help..
  12. Affects all platforms for Wurm Unlimited builds 828552 and earlier, and Wurm Unlimited Dedicated Server builds 828553 and earlier. Fix This issue has been fixed for new worlds in Wurm Unlimited build 842455 and Wurm Unlimited Dedicated Server build 842456, released 3rd November 2015. There is now an option to configure tree growth in the server gui, which should be set to 20 for the default spread rate. Issue Tree growth for new servers is not configurable, and those of the servers in Creative_backup and Adventure_backup are set to 0, which prevents trees from growing or spreading. A fix has been pushed but will not be available until it has been included in a release, after which the option will be available in the server configuration gui. Workaround This workaround is only recommended if you feel confident in modifying the database, otherwise you can wait until the fix has been released. You should not update the database without first shutting down the server and making a backup. The tree growth configuration item is located in the SERVERS.TREEGROWTH field in the wurmlogin.db database, and is an integer that gives a 1 in <treegrowth> chance of spawning a nearby tree or a one in <treegrowth> chance of spawning a mushroom when the tile is polled. The default value is 20. Edit: Added notes on fix.
  13. Not sure if this is an issue with 1.0.0.6 but i dont remember seeing these errors in the past versions. [12:38:23 PM] WARNING com.wurmonline.server.Players: [SQLITE_CONSTRAINT] Abort due to constraint violation (NOT NULL constraint failed: GMMESSAGES.ID) java.sql.SQLException: [SQLITE_CONSTRAINT] Abort due to constraint violation (NOT NULL constraint failed: GMMESSAGES.ID) at org.sqlite.core.DB.newSQLException(DB.java:890) at org.sqlite.core.DB.newSQLException(DB.java:901) at org.sqlite.core.DB.execute(DB.java:810) at org.sqlite.core.DB.executeUpdate(DB.java:847) at org.sqlite.jdbc3.JDBC3PreparedStatement.executeUpdate(JDBC3PreparedStatement.java:86) at com.wurmonline.server.Players.addGmMessage(Players.java:3926) at com.wurmonline.server.Players.sendGmMessage(Players.java:2181) at com.wurmonline.server.creatures.Communicator.reallyHandle_CMD_MESSAGE(Communicator.java:6226) at com.wurmonline.server.creatures.Communicator.reallyHandle(Communicator.java:2392) at com.wurmonline.communication.SocketConnection.tick(SocketConnection.java:615) at com.wurmonline.communication.SocketServer.tick(SocketServer.java:172) at com.wurmonline.server.Server.run(Server.java:2422) at java.util.TimerThread.mainLoop(Unknown Source) at java.util.TimerThread.run(Unknown Source)
  14. I wanted to make settings profiles for running accounts while I'm afk to run at a lower intesity, we used to be able to do this w/ wurm online but WU doesn't allow it. I have gone and created two seperate directories in the config folder and attempted to set the settings differently, but the options are saved and loaded only from the default folder, no matter what profile have selected.
  15. I have been traveling around indy on my quest to find stuff on my rare large cart with 2 hell horses one is 2 speed the other 1 speed with woa gear i usually get about 24.47km on paved surface and 9.07 climbing up hill latly when i cross bridges going up hill bridge going from ground to a surface up high my cart speeds up to 26km going uphill need anymore details to reproduce let me know
  16. The other day I picked up an old, mostly decayed, unlocked, and empty BSB. The previous owner, a friend of mine, had not logged in for over 50 days. After repairing and improving the BSB back up to acceptable levels, I handed the BSB to another player. He was unable to plant it, because he didn't have 10 digging, and gave it back. I then planted it into the ground, thinking that since it came from my inventory, I would be able to attach a lock and manipulate permissions to it, however, the BSB instead said it had been planted by the original owner, and was secured to the ground, so now I am unable to move it away, or attach a lock to change the permissions. Am I wrong to think that the BSB should now belong to me, instead of this other player who hasn't even been online for nearly 2 months? Screenshots can be provided upon request.
  17. Hi, I am playing on a wurm-unlimited server, I know this is probably not the place for it but the Server Owners and not around to fix this issue or to restart the server. As soon as a guard tower is conquered on our server it becomes un selectable, meaning that we cannot even right click to reconquer or destroy or examine etc. Meaning the tower is indestructible... This also means we cannot place our own tower within the vicinity. Second issue is that when you are on a deed you cannot lead any horses that are not ours. You also cannot lead a horse when your in combat which is stupid.?? I'm not sure if these are global issues or just our server. We have put in posts and support tickets on that server but no luck. We are on the Wyvern PvP server...
  18. I just noticed the initial sound when starting out a small crate the code points another sound which is the sound making a blacksmith item with anvil.. I havent checked unstable cient but did notice it on the stable one..the later on sounds are ok with the action but starting on isnt.. Thanks.. />salamon
  19. So I had a stack of concrete, 64 of them, combined it so I can carry a few other items with me. Went to raise a tile in a mine and I did not know it would use the entire stack as one item if they are combined, so poof goes my 64 concrete.
  20. I have the checkbox that says "Mark this if you want guards to ignore aggressive creatures" marked. Under body -> manage -> settlement -> manage_settings (the checkbox under Aggressive Creatures.) Shouldn't the spirit guard avoid aggressive creatures? I've tried removing spirit guards and resummoning them.
  21. I can't equip my horse with horse shoes or saddle. Error Message: You are not trading. - The horse is tame. - It is mature and was born a month ago max. - The horses inventory is a list with no sublevels (except left hoof and right hoof) - The horse shoes and saddle are of good quality. What I tried: - relogging (the horse went untame during that and sometimes didn't reappear after logging in again) - relogging for /lotime (the horse went untame during that) - equipping the horse with another account on another PC Note: - I had that problem before with another horse. A relog for /lotime helped back then.
  22. There are two+ bugs here. #1 (so that it is clear that this is not merely an model bug) if i try to drive across the bridges below i get kicked from wagon and takes multiple tries to find right angle to get back on wagon. #2 Bridges after a recent update are "sunk" by what looks like the thickness of a floor. Old bridges have not changed it is only new bridges, this is the first time in over a month i have had time to seriously work on my new castle, As i have built a couple of these I hope that someone will help fix them and i guess i will hold off on all the other bridges,but this really sucks as i could get a lot further if not for this. Left is old (pre bug), right is new Left is new, right is old (pre bug) new bridge section just complete (1x1) After getting kicked of wagon trying to drive across bridge note the horses are sunk into the floor (this is third floor of my castle)
  23. Some months ago there was a change on the crafting window, with default items set for various combos of tools/materials. Can we get this default setting removed? So many times I have cranked out the wrong items when setting up to produce something. For example, large nail + plank results in wooden mine doors, saw + log and you instantly have yokes Now the yokes I don't mind, I just save them for carts and wagons later on, but truthfully I'd rather get a message that says 'you need to select something to build something' rather than some odd default setting for items to make.
  24. Ok It was brought to my attention on my server. The coffers where dry people couldn't sell to tokens after patch. After looking at the econnomics page I noticed this. We only have 3 world traders on the map. First I thought server was hacked and someone hacked in being of power and summoned some WT so I started checking logs and Sql.db files these 2 new world traders do not exist but they are showing there in the list. They have soaked up 100g from the coffers. Can you guys look into this please. These random world traders shouldn't be here in the list soaking funds. These 2 WT are not in the game or on the map they are invisible. This is the 22nd before the patch
  25. Story time with Seedlings Rocklobstar gets blanky and listens Seedlings and Magiccity embarked upon the great Knarr of Seedling for a journey to Pristine Kolossal decided to stay home. He was in The Blue Seed cart, which was sitting without a commander, since Seedlings left him there Kolossal was lonely cause Seed was playing on Seedlings and Magiccity Seed and Magic crossed to pristine Kolossal decided to go do some chores got out of the cart, went to do chores Seedlings and Magiccity come back to exodus Seedlings goes to get the cart to do some other chores Kolossal is ,, IN THE CART!! BUT WAIT, WHAT?!?! Kolossal is not in the cart! Kolossal is standing at the fountain!!! and that's how we got this: TL;DR- Kolossal (image above) sat in a cart as Seedlings crossed servers, but was not in the cart when Seedlings crossed back over -- Kolossal was shown as still sitting (in the air) on both Seedlings and Magiccity. Now, off to the Suggestions forum for piggy back rides.