lisdude / toaststunt

A network accessible, multi-user, programmable, interactive system for the creation of LambdaMOO style MOOs / MUDs.
63 stars 27 forks source link

Db versions supported? #18

Closed Tadasu85 closed 4 years ago

Tadasu85 commented 4 years ago

I have a db that I am running on lambdamoo v1.8.2 will this server support that db structure?

Tadasu85 commented 4 years ago

Sorry uhm I just went ahead and tried this anyways. but I seem to be running into a snag when launching my server, I do have some experience with C so I might be able to help here but really need some pointers it looks like my db is expecting a builtin that does exist any longer.

21:55:50: PARSER: Warning in #2:@cleanup: Dec 30 21:55:50: Line 2: Unknown built-in function: tonum Dec 30 21:55:50: PARSER: Warning in #2:dump_it: Dec 30 21:55:50: Line 1: Unknown built-in function: tonum Dec 30 21:55:50: PARSER: Warning in #3:pay: Dec 30 21:55:50: Line 18: Unknown built-in function: tonum Dec 30 21:55:50: PARSER: Warning in #3:pay: Dec 30 21:55:50: Line 19: Unknown built-in function: tonum Dec 30 21:55:50: PARSER: Warning in #3:hide_person: Dec 30 21:55:50: Line 4: Unknown built-in function: tonum Dec 30 21:55:50: PARSER: Warning in #3:hide_person_old: Dec 30 21:55:50: Line 4: Unknown built-in function: tonum Dec 30 21:55:50: PARSER: Warning in #4:@audit: Dec 30 21:55:50: Line 42: Unknown built-in function: tonum Dec 30 21:55:50: PARSER: Warning in #4:@audit: Dec 30 21:55:50: Line 42: Unknown built-in function: tonum Dec 30 21:55:50: PARSER: Warning in #4:@countDB: Dec 30 21:55:50: Line 8: Unknown built-in function: tonum

Id be happy to add this in just not entirely sure where to do it. Any help is much appreciated.

Tadasu85 commented 4 years ago

Alright after a little more digging I found the changelog left by either lisdude or Todd cheers to both of you anyways that says that tonum has been deprecated in favour of toint, if you run into this issue just open your db and do a find replace :) Thanks guys!