• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Room items -> Nova

Skilled Illusionist
Joined
Jun 16, 2011
Messages
321
Reaction score
86
Issue with Nova.

I have run into one major bug, when I place items in a room and shut down the emulator by typing 'shutdown' on the console and reopen the emu and go to the same room the furni is not there.

I changed '.' to ',' in region and langauage settings I'm wondering if that would of messed it up.

But here is the error I get.


That is given after I try to place 3 items in a room and shutdown the emulator. When i reopen and go in room its gone.

Thanks for any oncoming help.
Brought
Messaged Ryan
 
Joined
Aug 10, 2011
Messages
7,399
Reaction score
3,308
When are people going to read error messages.

It clearly says: "Column count doesn't match value count at row 1"

Which means, the amount of columns you specify in your prepared statemetnt don't match the amount of values you add.

You're trying to update 6 columns with 7 values.

Edit your emulator so the amount of fields match the amount of values. Most likely you're missing a column to update.
 
Upvote 0
Skilled Illusionist
Joined
Jun 16, 2011
Messages
321
Reaction score
86
Yeah I read that and Tried to fix it, wouldn't have it. Fixed that issue just trying to figure why trading doesn't work now.
 
Upvote 0
Skilled Illusionist
Joined
Jun 16, 2011
Messages
321
Reaction score
86
Like i said fixed this issue. Battling trying to get trading to work and stop throwing 'Can't Trade' as an error
 
Upvote 0
Newbie Spellweaver
Joined
Sep 12, 2014
Messages
15
Reaction score
0
The General
Maybe you should start supporting Nova emulator as it seems to be alot of people in need of help.
When I trade it simply says "Can't do that :-(". It doesn't throw me any error. If you don't have a solution, do you know where I should start looking for the issue? Which file in the project would that be?
 
Upvote 0
Joined
Aug 10, 2011
Messages
7,399
Reaction score
3,308
Re: Room items -> Nova


I only support up until in this section.

My own emulator has been in development for over a year and will be released soon. I really don't have the time to start working on other emulators too.



Like i said fixed this issue. Battling trying to get trading to work and stop throwing 'Can't Trade' as an error

See in the emulator source where it sends that message and pastebin the whole method here.
 
Upvote 0
Skilled Illusionist
Joined
Jun 16, 2011
Messages
321
Reaction score
86
Re: Room items -> Nova


It doesn't show that message when searching for it as I'm having same issue as Kim Jong Chill but I have a feeling the issue is in here. (TradeManager.cs)
 
Upvote 0
Newbie Spellweaver
Joined
Sep 12, 2014
Messages
15
Reaction score
0
The message show as if there was a perk missing. At least that's what my external_texts say.

perkmissing.caption=Can't do that :-(
perkmissing.title=Ouch!
 
Upvote 0
Newbie Spellweaver
Joined
Sep 12, 2014
Messages
15
Reaction score
0
There are five composers for trading, sir.





And I'm guessing you won't need these, but I'll post them as well.




I'm sorry The General, that I'm not that good of a programmer. I just really want to use this emulator.
 
Upvote 0
Skilled Illusionist
Joined
Jun 16, 2011
Messages
321
Reaction score
86
Should be UserPerksComposer
Added it to table now the emu goes black after starting up (gets rid of normal startup messages) and get this critexception
 
Upvote 0
Skilled Illusionist
Joined
Jun 16, 2011
Messages
321
Reaction score
86
Post the method which includes this line:

c:\Users\Administrator\Desktop\EMU\Nova\habbo\Client\Misc\AvatarClientRights\AllowanceManager.cs:line 30


Line 30 is
bool overridestate = (bool)Row["override_state"];
 
Upvote 0