Page 1 of 2
Server dev question
Posted: Thu Jul 14, 2016 1:49 pm
by ManBearSquig
Hi guys,
I've downloaded and setup my own private RoR server to help alleviate my addiction
Only one issue so far i get the error GmLevel = System.Byte doesnt fit to Common.AccountSystem.ArgumentException: Object of type 'System.Byte' cannot be converted to type 'System.SByte'. I've tried changing the GmLeve to a tinyint(3) in my sql but no luck, any ideas?
Thanks in advance
-MBS
Re: Server dev question
Posted: Thu Jul 14, 2016 2:52 pm
by Genisaurus
1. Moved this to the appropriate board.
2. Be aware that you're running WarEmu code, which is missing about 1.5 years worth of updates from RoR. You probably won't be getting those anytime soon.
3. Make sure it's an unsigned TinyInt(3)
Re: Server dev question
Posted: Thu Jul 14, 2016 3:14 pm
by StormX2
I too hope to do this someday, as a Just In Case this Project Ever Disappears, I want to be able to at least host small scale LAN parties ;p
all of the East Coast US Players are invited when it happens

Re: Server dev question
Posted: Thu Jul 14, 2016 3:20 pm
by Azarael
The WarEmu code is borderline unplayable.
Re: Server dev question
Posted: Thu Jul 14, 2016 3:26 pm
by Aytchbee
xD
Re: Server dev question
Posted: Thu Jul 14, 2016 3:32 pm
by Jail
RoR is love, RoR is life.
Re: Server dev question
Posted: Thu Jul 14, 2016 3:40 pm
by Druin
Jail wrote:RoR is love, RoR is life.
I am.
Re: Server dev question
Posted: Thu Jul 14, 2016 3:42 pm
by Jail
Druin wrote:Jail wrote:RoR is love, RoR is life.
I am.
Sorry, dont ban me.

Re: Server dev question
Posted: Thu Jul 14, 2016 3:44 pm
by Druin
Jail wrote:Druin wrote:Jail wrote:RoR is love, RoR is life.
I am.
Sorry, dont ban me.

Should be used to it by now.

Re: Server dev question
Posted: Thu Jul 14, 2016 3:51 pm
by ManBearSquig
hi guys, thank you for the reply I appreciate it @Genisaurus i've set it as a not null unsigned tinyint(3) but it's still throwing an error but thanks for the idea.