Missing resources

Forum for general requests for support for players. Both staff members and veteran players can help new players with problems they encounter. No chatting in this forum, please.

Moderators: Public Relations Department, Players Department, Programming Department

tazer
Posts: 91
Joined: Sat Jan 03, 2009 7:50 pm

Missing resources

Postby tazer » Fri May 15, 2009 9:41 pm

Alright I have some missing resources in Olipfirovash Forest. I'm missing around 20KG of wood and I beleive 40-50KG of hematite. My charachter currently thinks it was a theft but as I was talking with another charachter about who the theif could be I realised the unlikeliness of it being a theif and we both came to the same conclusion.

So last time I had the resources they were in the Forest docks and I dragged them onto the longboat "Trader" I'm not sure if they even made it onto the boat because I didn't check. This was on day 2603 I beleive.

So if I could be told wether there was a problem or if someone swiped them that would be great. My charachter is already under the impression that they were stolen so it wouldn't be any OOC-IC problem. Thanks.
User avatar
SekoETC
Posts: 15526
Joined: Wed May 05, 2004 11:07 am
Location: Finland
Contact:

Postby SekoETC » Fri May 15, 2009 10:08 pm

I dragged a primitive fur cloak and it vanished. There could be some bug that destroys things when they are dragged, or sends them to Narnia. XD No idea why it's happening now or if it affects everyone but it should be tested...
Not-so-sad panda
tazer
Posts: 91
Joined: Sat Jan 03, 2009 7:50 pm

Postby tazer » Fri May 15, 2009 10:31 pm

Is there anyway you can check if anyone entered the longboat at those times?
User avatar
SekoETC
Posts: 15526
Joined: Wed May 05, 2004 11:07 am
Location: Finland
Contact:

Postby SekoETC » Fri May 15, 2009 10:39 pm

PD could probably check it. Database access still hasn't been fixed so ProgD can't do jack shit.
Not-so-sad panda
Idriveayugo
Posts: 667
Joined: Sun Dec 23, 2007 8:25 am
Location: Yugoslavia

Postby Idriveayugo » Fri May 15, 2009 11:06 pm

Same thing happened with me involving at the least wood.
User avatar
Dudel
Posts: 3302
Joined: Wed Oct 01, 2008 5:21 am

Postby Dudel » Sat May 16, 2009 12:37 am

SekoETC wrote:I dragged a primitive fur cloak and it vanished. There could be some bug that destroys things when they are dragged, or sends them to Narnia. XD No idea why it's happening now or if it affects everyone but it should be tested...


Spooky Cantr Ghosties!
User avatar
Arenti
Posts: 2814
Joined: Mon Oct 22, 2007 11:31 am
Location: The Netherlands

Postby Arenti » Sat May 16, 2009 9:09 am

then shouldnt people be warned not to drag as I believe it also happend to atleast one char of mine
User avatar
ceselb
Posts: 686
Joined: Wed Jan 10, 2007 11:40 pm

Postby ceselb » Sat May 16, 2009 9:25 am

Only time I've lost something while dragging there has been a sql error message at the first drag screen when you select destination. If you see such an error don't continue, go back and try dragging again. the error message should not appear again and everything should work the second time.
"I'll start with who, what, where, and when, followed by whither, whether, wherefore and whence, and follow that up with a big side-order of 'why'." -- Zaphod Beeblebrox
User avatar
SekoETC
Posts: 15526
Joined: Wed May 05, 2004 11:07 am
Location: Finland
Contact:

Postby SekoETC » Sat May 16, 2009 9:41 am

When I dragged the cloak, there was no error message. Also I tried dragging a stone hammer with a different character and it didn't vanish.

I apparently have the ability to send a message to all players. Should there be a warning?
Not-so-sad panda
User avatar
Arenti
Posts: 2814
Joined: Mon Oct 22, 2007 11:31 am
Location: The Netherlands

Postby Arenti » Sat May 16, 2009 9:48 am

it wouldnt hurt to send an message to warn everyone as my char talked with the person who started this post and I am convinced it couldnt have been stolen
User avatar
ceselb
Posts: 686
Joined: Wed Jan 10, 2007 11:40 pm

Postby ceselb » Sat May 16, 2009 9:52 am

SekoETC wrote:When I dragged the cloak, there was no error message.

But the clothes use another table right? It may behave differently from resources. Items have an ID, while resources doesn't and all that...
Anyway, the dragging should probably give a red error bar when any error occurs rather than allow you to continue in such situations.
Something glitches, either with the actual query at the time, the php string passing or something else.

Arenti wrote:couldnt have been stolen

I agree, it couldn't have been.
Last edited by ceselb on Sat May 16, 2009 9:54 am, edited 1 time in total.
"I'll start with who, what, where, and when, followed by whither, whether, wherefore and whence, and follow that up with a big side-order of 'why'." -- Zaphod Beeblebrox
User avatar
Arenti
Posts: 2814
Joined: Mon Oct 22, 2007 11:31 am
Location: The Netherlands

Postby Arenti » Sat May 16, 2009 10:17 am

so you sure its not another bug
User avatar
SekoETC
Posts: 15526
Joined: Wed May 05, 2004 11:07 am
Location: Finland
Contact:

Postby SekoETC » Sat May 16, 2009 11:25 am

Resource piles are considered an object of the type "raw material" and I think clothing are also considered a clothing object that links to different subtypes. In this way it would make sense if the bug affected resources and clothing but not tools. I posted a warning about it.
Not-so-sad panda
User avatar
ceselb
Posts: 686
Joined: Wed Jan 10, 2007 11:40 pm

Postby ceselb » Sat May 16, 2009 12:13 pm

Tools can also go missing. Both when dropped and when dragged. I don't recall just now if there was an error message before dragging, since it was before I noticed and it hasn't happened to me for a long time. But when dropping there is no second screen. There may have been an error message after though, don't recall that either. That's less important as when you see it it's already too late.

Seko, the message you wrote speaks about a red error message, that's not what I meant shows now, it's what I suggested should be implemented to prevent it.
You have the code, right? Does it catch any error messages? I'm not exactly sure what errors mysql can throw and then go on to not do the action requested. But in my mind that's a good candidate to what's going on.
I know real(tm) databases aren't supposed to behave like that (read up on atomic operations) from what little I know it might be related to the type of db. Iirc, one is slower but more secure, while the other is fast but needs to catch errors or something like that.
"I'll start with who, what, where, and when, followed by whither, whether, wherefore and whence, and follow that up with a big side-order of 'why'." -- Zaphod Beeblebrox
User avatar
SekoETC
Posts: 15526
Joined: Wed May 05, 2004 11:07 am
Location: Finland
Contact:

Postby SekoETC » Sat May 16, 2009 1:09 pm

Oh, I read you wrong. In order to give an error message you would have to know what is about to go wrong and currently we don't know what's going wrong. The bug hasn't been reported earlier, has it?
Not-so-sad panda

Return to “General Support”

Who is online

Users browsing this forum: No registered users and 1 guest