Jump to content
  • 0

db/re latest updated error


Qura

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   3
  • Joined:  03/18/16
  • Last Seen:  

It's been awhile (2-3 weeks) not updating .git rathena server. Suddenly after updating the .git file, I'm experiencing this issues.

Came from db/re/item_db.txt and db/re/item_combo_db.txt.

 

post-37962-0-12827800-1460063028_thumb.png
and
post-37962-0-59492300-1460063024_thumb.png
 

First and foremost, will someone please enlighten me?

Actually, 

 

1. Is it by updating the .git file (right click>SVN Update) is the appropriate way to update the git? Or is there any other proper way (specific update revision, etc)?

2. If this issue happens, is there any other way to reverse/recover the previous working .git?

3. How to solve this issue? Hehe

 

Apologies me, I'm still in the beginning of learning.

Thank you for everyone guidance support for all this while.  :meow:

post-37962-0-59492300-1460063024_thumb.png

post-37962-0-12827800-1460063028_thumb.png

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   431
  • Joined:  01/26/16
  • Last Seen:  

Update your source code and recompile your server.

I've minified some item scripts by replacing ternary operators with min/max calls which are new script commands implemented recently.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

Do you still have the backup?

 

right click > tortoise git > stash save // this will save your modifications

right click > tortoise git > pull            // this will update your git to the latest revision

right click > tortoise git > stash pop  // this will apply the modifications your saved

 

sometimes you will encounter conflicts after using stash pop because of the modifications but I used to fix them manually.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  21
  • Reputation:   3
  • Joined:  03/18/16
  • Last Seen:  

Do you still have the backup?

 

right click > tortoise git > stash save // this will save your modifications

right click > tortoise git > pull            // this will update your git to the latest revision

right click > tortoise git > stash pop  // this will apply the modifications your saved

 

sometimes you will encounter conflicts after using stash pop because of the modifications but I used to fix them manually.

Thank you Technoken for enlightening me! I will try it.

 

 

Update your source code and recompile your server.

I've minified some item scripts by replacing ternary operators with min/max calls which are new script commands implemented recently.

Thank you secretdataz, it's worked after I recompiled it. Thank you for the guidance!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...