Arcadius
Member
Hey
I'm trying to add to the world omniporter script to add my own custom locations but it keeps throwing a serialization error:
I'm trying to add to the world omniporter script to add my own custom locations but it keeps throwing a serialization error:
Code:
Server is running in DEBUG mode.
[VitaNexCore]:
[VitaNexCore]: Compile action started...
[VitaNexCore]: Compiling Services...
[VitaNexCore]: Compiling Modules...
[VitaNexCore]: Compile action completed in 0.01 seconds
[VitaNexCore]:
[VitaNexCore]: Configure action started...
[VitaNexCore]: Configuring Services...
[VitaNexCore]: Configuring Modules...
[VitaNexCore]: Configure action completed in 0.49 seconds
Regions: Loading...done
World: Loading...
An error was encountered while loading a saved object
- Type: Server.Items.WorldOmniporter
- Serial: 0x40053513
Delete the object? (y/n)
After pressing return an exception will be thrown and the server will terminate.
Error:
System.Exception: Load failed (items=True, mobiles=False, guilds=False, data=False, type=Server.Items.WorldOmniporter, serial=0x40053513) ---> System.Exception: ***** Bad serialize on Server.Items.WorldOmniporter *****
at Server.World.Load() in c:\Users\Ted Gress\Desktop\ServUO-master reboot\ServUO-master\ServUO-master\Server\World.cs:line 645
--- End of inner exception stack trace ---
at Server.World.Load() in c:\Users\Ted Gress\Desktop\ServUO-master reboot\ServUO-master\ServUO-master\Server\World.cs:line 864
at Server.Core.Main(String[] args) in c:\Users\Ted Gress\Desktop\ServUO-master reboot\ServUO-master\ServUO-master\Server\Main.cs:line 556
This exception is fatal, press return to exit