I fixed that now... Now I'm back to those mySQL errors I had gotten before (the ones about the default value):
Error in query:
INSERT INTO rooms (roomtype,caption,owner,model_name) VALUES ('private',@caption,@username,@model)
MySql.Data.MySqlClient.MySqlException (0x80004005): Field...
I think that was the issue, there were rooms already made in the table then once I dumped the rooms table it let me save the changes.
But the thing is now, my client won't load past 70% (not sure why) it just stops at 70%
Also, I looked back in my tables.. IT wouldn't let me save it as an integer it continues giving me that error as I pasted above..
1067 - Invalid default for 'floorthickness'
Oh, I'm sorry. You can close this one, Also as I said in the other thread
On line 238 it has: this.FloorThickness = (int) Row["floorthickness"];
this is the "critical error" I get when I debug it/run it..
TokenID: 0Invalid Dario bug duing user login: System.InvalidCastException...
Hello, I keep getting this error everytime I load up my client...
http://prntscr.com/1pbt68
I've tried fixing it myself. but I'm not sure what is wrong and stuff...
any ideas how to help or what I can do to fix this?
Thank you a lot,
Steve
On line 238 it has: this.FloorThickness = (int) Row["floorthickness"];
PS: @Sledmore
this is the "critical error" I get when I debug it/run it..
TokenID: 0Invalid Dario bug duing user login: System.InvalidCastException: Specified cast is not valid.
at...
Now after setting a default value to those two above and tags, wallthickness, floorthickness, and passwords... Then I restarted my emulator now I get this error:
http://prntscr.com/1pbi9c
Now I get this error here:
Error in query:
INSERT INTO rooms (roomtype,caption,owner,model_name) VALUES ('private',@caption,@username,@model)
MySql.Data.MySqlClient.MySqlException (0x80004005): Field 'public_ccts' doesn't have a default value
at...
Hello, I'm using BcStorm (Edited) but I'm getting this my SQL error..
Error in query:
INSERT INTO rooms (roomtype,caption,owner,model_name) VALUES ('private',@caption,@username,@model)
MySql.Data.MySqlClient.MySqlException (0x80004005): Field 'description' doesn't have a default value
at...
Hi, I'm having client issues.. My emulator and everything is running but as soon as i go to /client or enter client..
I get this, http://prntscr.com/1ea1y9
It doesn't even load the habbo shit,
Any idea why?
thanks,
steve