Fizgar Magician
Joined: 07 Feb 2002 Posts: 333 Location: Central Virginia
|
Posted: Sun Apr 18, 2010 8:37 am
Corrupted package. Can someone explain recovery? |
So we were out and about on a new mux I've been playing and the server started to act up. First we all lagged really bad then got booted. I gave it a few minutes to get sorted out and I logged back in. about 4 minutes later the same thing happens. This time when I go to log back in as my package starts to load cmud crashes. I've tried to "view" the package in the untitled session and that just crashes cmud too *sigh*. I've put a fair amount of time into this package. The backups do the same thing.
I read in a few posts where it was said you could google a program to access SQLite databases and use that to recover the info in the corrupt package? I found one called Lita that I can use to open the package with. There is an option to export the DB once open so I do this, then I can use Notepad++ to view what it exports. and it a bit easier to read than the regular package file in Notepad++. My question is this. What are my options now? I was working on a sort of click able UI made up of buttons for alot of the stuff that happens in the MUX. Do I just copy and past what I can, then remake all the buttons again or what?
Here is an example of what the export file shows for one of the buttons (one of the states of a multistate):
Code: |
INSERT INTO settings (id,kind,subkind,valkind,parent,owner,pkgid,enabled,priority,flag,opt,state,userint,name,idname,val,userval,comment,options) VALUES (589,7,0,0,582,581,322,-1,5822,256,6,5822,65280,'%item(@cctargetlist,2)','%item(@cctargetlist,2)','Main:#send .l %item(@cctargetlist,2)','','','<opt><panelnum>3</panelnum><butw>80</butw><gaugebackcol>-16777201</gaugebackcol><gaugelowcol>255</gaugelowcol><buth>23</buth><margin>-1</margin></opt>');
|
Is there a better free program to use (as I am currently unemployed right now), that will let me recover all my settings easier? Please tell me there is an easier way to do this. |
|