PlusEMU Release Thread

Status
Not open for further replies.

Jerry

not rly active lol
Jul 8, 2013
1,956
522
2017-02-19 17:11:49,600 ERROR - Plus.PlusEnvironment >> Fatal error during startup: System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei Plus.Core.FigureData.FigureDataManager.Init() in C:\Users\Sledmore\Desktop\PlusEMU\Core\FigureData\FigureDataManager.cs:Zeile 67.
bei Plus.PlusEnvironment.Initialize() in C:\Users\Sledmore\Desktop\PlusEMU\PlusEnvironment.cs:Zeile 143.
Build 2 have errors with figuredata (Emu error)
Someone got a fix for the figuredata? I want to use my own custom figuredata, not the default. Thanks.


Sent from my iPhone using Tapatalk
There's nothing wrong with the figuredata. I'm using a custom one and it works fine. Maybe your figure-data have duplicated data, not sure.
 

Blasteh

Lord Farquaad
Apr 3, 2013
1,151
513
There's nothing wrong with the figuredata. I'm using a custom one and it works fine. Maybe your figure-data have duplicated data, not sure.
I'm pretty sure it's due to duplicated data. It is a known issue. @Sledmore said he'd post a fix for it within a few days.
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
Will have a look at this in a couple, could someone provide me their figuredata? (Someone who is having this issue)
 

Hardy2

New Member
Mar 17, 2014
1
2
Will have a look at this in a couple, could someone provide me their figuredata? (Someone who is having this issue)

Problem was that your code looks for 'preselectable' and 'selectable' and a lot of the custom figuredata is usually missing 'preselectable'. All I did to fix my figuredata was add the 'preselectable' to the figures that were missing it.

Also, a couple of custom figuredata have duplicate id's, and since the figuredata uses a dictionary via 'add' instead of a concurrent one with 'tryadd', that causes another error.

Pretty much, your code is great as always - people just have a faulty figuredata.
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
Problem was that your code looks for 'preselectable' and 'selectable' and a lot of the custom figuredata is usually missing 'preselectable'. All I did to fix my figuredata was add the 'preselectable' to the figures that were missing it.

Also, a couple of custom figuredata have duplicate id's, and since the figuredata uses a dictionary via 'add' instead of a concurrent one with 'tryadd', that causes another error.

Pretty much, your code is great as always - people just have a faulty figuredata.

Cheers for the heads up! Will add a fix for it shortly. Appreciate it.

--

I forgot to add two SQLs for clothing & wired IDs, here are those queries. Will release another release shortly with a fix for room settings validation (sometimes some columns will update to null).

PHP:
UPDATE `furniture` SET `behaviour_data` = `furniture`.`clothing_id` WHERE `furniture`.`clothing_id` > 0 AND `furniture`.`behaviour_data` = 0;
UPDATE `furniture` SET `behaviour_data` = `furniture`.`wired_id` WHERE `furniture`.`wired_id` > 0 AND (`furniture`.`interaction_type` = 'wired_effect' OR `furniture`.`interaction_type` = 'wired_trigger' OR `furniture`.`interaction_type` = 'wired_condition');
 

KylePr0zZ

Member
Jul 22, 2016
51
14
Can not buy hc its normal ?
That is totally normal why you cannot buy 'Habbo Club'. Sledmore hasn't coded HC yet that feature will come later after improvements to old emulator code and improving already implemented features and fixing old and new bugs.
 
Last edited:

Goldenn

New Member
Oct 21, 2011
2
0
DAPrDoP.png


I was trying to change my looks but after I save changes, my looks was changed to the one that I marked in red instead. It only happens to some clothes though. Does anyone else happen to come across this problem too or was it just me? It was fine on Release 1.
 
Last edited:

Steve123

Member
Feb 25, 2017
75
9
When I purchase a room bundle it gives this error (the whole time on and on). I also can't walk in that new room and everything goes very slow.
There is a mood light involved (don't know if that's the case though...).
You must be registered for see images attach
 

trakstarz

New Member
Jul 21, 2011
14
0
I have an issue where as soon as I load the client, within seconds it disconnects and I can see it say 59%. I have tried few different braincms versions and nothing. My settings and variables are correct, tried everything
 

Zet

New Member
Sep 20, 2016
24
16
@Sledmore I have a couple of fixes which I coded in myself.
- Buy HC feature
- Event Hotelalert
- Nux (tutorial for new users)
- 100% Camera
- Group Chat
and a few more... You could test them on:
 
Last edited:

Zet

New Member
Sep 20, 2016
24
16
Then release yours @Zet
Let's not go off-topic here, I've seen that Craig (Sled) stated that he will be re-coding most of these features... But I was just making him aware that I have coded some features of my own based off Plus and to make it easier I would be more than happy to share the codes with him for the future Builds.
 

Zet

New Member
Sep 20, 2016
24
16
nice @Zet. you will be credited if you helped sled on r3 releases?
No need for credit, but I'll be more than happy to help. Go check out some of the features yourself. (JUST A TEST HOTEL)
 

Aizzy

New Member
Dec 20, 2016
28
21
No need for credit, but I'll be more than happy to help. Go check out some of the features yourself. (JUST A TEST HOTEL)
It would be easier to release the emulator with fixes for all a good part of the Brazilian community has this Sirio Emulator
74b1b248d1104194b9c4f380b047fe7f.png
 
Last edited:
Status
Not open for further replies.

Users who are viewing this thread

Top