RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Beta 36, lots and lots of errors.

Macil

Sorceror
Beta 36, lots and lots of errors.

I've been fiddling with trying to update to Beta 36 for the past hour and I can't figure out for the life of me why it keeps giving me 10-15 errors. I had a previous script for a fireworks wand that was conflicting I think with it and another sciprt for custom lizardmen. Before removing the two scripts, I'd only get 2 errors saying the 2 scripts "already contained a definition for..." then lizardman or fireworkswand. Once I removed the scripts it gave me as I said, 10-15 errors usually each saying "no suitable method found to override." What am I doing wrong?

Also, I remember seeing a Beta 36 tutorial around here somewhere, didn't have much luck finding it again.
 

Macil

Sorceror
Oh wow, heh. I never knew that. Okay here it is before I removed the scripts...

Scripts: Compiling C# scripts...failed (2 errors, 0 warnings)
- Error: Scripts\Items\Weapons\Maces\FireworksWand.cs: CS0101: (line 7, column
15) The namespace 'Server.Items' already contains a definition for 'FireworksWan
d'
- Error: Scripts\Mobiles\Monsters\Reptile\Melee\Lizardman.cs: CS0101: (line 10,
column 15) The namespace 'Server.Mobiles' already contains a definition for 'Li
zardman'
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.



Then once I removed the scripts it gave me these errors...


Scripts: Compiling C# scripts...failed (15 errors, 2 warnings)
- Error: Scripts\Items\Skill Items\Tailor Items\Dyetubs\RunebookDyeTub.cs: CS01
15: (line 8, column 24) 'Server.Items.RunebookDyeTub.AllowRunebooks': no suitabl
e method found to override
- Error: Scripts\Items\Skill Items\Tailor Items\Dyetubs\RunebookDyeTub.cs: CS01
15: (line 12, column 35) 'Server.Items.RunebookDyeTub.CustomHuePicker': no suita
ble method found to override
- Error: Scripts\Items\Skill Items\Tailor Items\Dyetubs\SpecialDyeTub.cs: CS011
5: (line 7, column 35) 'Server.Items.SpecialDyeTub.CustomHuePicker': no suitable
method found to override
- Error: Scripts\Items\Skill Items\Tailor Items\Dyetubs\StatuetteDyeTub.cs: CS0
115: (line 8, column 24) 'Server.Items.StatuetteDyeTub.AllowStatuettes': no suit
able method found to override
- Error: Scripts\Items\Skill Items\Tailor Items\Dyetubs\StatuetteDyeTub.cs: CS0
115: (line 12, column 35) 'Server.Items.StatuetteDyeTub.CustomHuePicker': no sui
table method found to override
- Error: Scripts\Mobiles\Vendors\NPC\CustomHairstylist.cs: CS0115: (line 17, co
lumn 24) 'Server.Mobiles.CustomHairstylist.IsActiveBuyer': no suitable method fo
und to override
- Error: Scripts\Mobiles\Vendors\NPC\CustomHairstylist.cs: CS0115: (line 18, co
lumn 24) 'Server.Mobiles.CustomHairstylist.IsActiveSeller': no suitable method f
ound to override
- Error: Scripts\Mobiles\Vendors\NPC\CustomHairstylist.cs: CS0115: (line 59, co
lumn 23) 'Server.Mobiles.CustomHairstylist.GetHairHue()': no suitable method fou
nd to override
- Error: Scripts\Mobiles\Vendors\PlayerBarkeeper.cs: CS0115: (line 160, column
24) 'Server.Mobiles.PlayerBarkeeper.IsActiveBuyer': no suitable method found to
override
- Error: Scripts\Mobiles\Vendors\PlayerBarkeeper.cs: CS0115: (line 161, column
24) 'Server.Mobiles.PlayerBarkeeper.IsActiveSeller': no suitable method found to
override
- Warning: Scripts\Multis\BaseHouse.cs: CS0108: (line 2108, column 15) The keyw
ord new is required on 'Server.Multis.BaseHouse.IsLockedDown(Server.Item)' becau
se it hides inherited member 'Server.Item.IsLockedDown'
- Warning: Scripts\Multis\BaseHouse.cs: CS0108: (line 2119, column 15) The keyw
ord new is required on 'Server.Multis.BaseHouse.IsSecure(Server.Item)' because i
t hides inherited member 'Server.Item.IsSecure'
- Error: Scripts\Regions\Felucca\Dungeon.cs: CS0115: (line 46, column 26) 'Serv
er.Regions.FeluccaDungeon.LightLevel(Server.Mobile, double)': no suitable method
found to override
- Error: Scripts\Regions\Ilshenar\Dungeon.cs: CS0115: (line 58, column 26) 'Ser
ver.Regions.IlshenarDungeon.LightLevel(Server.Mobile, double)': no suitable meth
od found to override
- Error: Scripts\Regions\Malas\Dungeon.cs: CS0115: (line 50, column 26) 'Server
.Regions.MalasDungeon.LightLevel(Server.Mobile, double)': no suitable method fou
nd to override
- Error: Scripts\Regions\Trammel\Dungeon.cs: CS0115: (line 59, column 26) 'Serv
er.Regions.TrammelDungeon.LightLevel(Server.Mobile, double)': no suitable method
found to override
- Error: Scripts\Regions\Jail.cs: CS0115: (line 44, column 26) 'Server.Regions.
Jail.LightLevel(Server.Mobile, double)': no suitable method found to override
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
 

Macil

Sorceror
Well, I followed it earlier and Beta 36 ran great. It was once I added my old script files that things went bizarre.
 

doe90

Wanderer
then download a new one and copy the data file then put the scrpits one by one it's intill you now which script it is
 

Haramis

Wanderer
its definately no framework error.. did you have a cutsom dyetub system ? or did you replace any dyetub related files ? coz it seems a basic file of that sort is missing as it can't override properties of dyetubs (customhyepicker, allowrunebooks etc)
then sumthing about vendors, ..... ? I'm actually confused can't imagine how you managed that :)
 

Quantos

Lord
Have you tried using a clean beta 36 and adding the custom scripts one at a time? That's the only thing I can suggest.
 

Macil

Sorceror
Okay! I've managed to get the server going. I found that adding ONLY the custom scripts made it work, I guess it doesn't like mixing Beta 35 scripts with 36, heh. Anywho, on every startup now I get...


Scripts: Compiling C# scripts...done (0 errors, 0 warnings)
Scripts: Compiling VB.net scripts...no files found.
Scripts: Verifying...done (1451 items, 367 mobiles)
World: Loading...done (84999 items, 3934 mobiles) (3.4 seconds)
Regions: Loading...Warning: Region 'Wrong Entrance' did not contain an entry in
regions.xml
Warning: Region 'Covetous Entrance' did not contain an entry in regions.xml
Warning: Region 'Despise Entrance' did not contain an entry in regions.xml
Warning: Region 'Despise Passage' did not contain an entry in regions.xml
Warning: Region 'Jhelom Islands' did not contain an entry in regions.xml
Warning: Region 'Wrong Entrance' did not contain an entry in regions.xml
Warning: Region 'Covetous Entrance' did not contain an entry in regions.xml
Warning: Region 'Despise Entrance' did not contain an entry in regions.xml
Warning: Region 'Despise Passage' did not contain an entry in regions.xml
Warning: Region 'Jhelom Islands' did not contain an entry in regions.xml
Warning: Region 'Haven Island' did not contain an entry in regions.xml
Warning: Region 'Crystal Cave Entrance' did not contain an entry in regions.xml
Warning: Region 'Protected Island' did not contain an entry in regions.xml
done
Address: 127.0.0.1:2593
Address: --.--.--.---:----
Warning: 1 bad spawns detected, logged: 'badspawn.log'

Also, I think 2 of my scripts from my old shard files didn't load, they're not really high priority right now, I just want to make sure I have a normal startup with the greater majority of my scripts.
 
Top