Missing shop icons + need other help

Status
Not open for further replies.

bblewittag

New Member
Mar 4, 2016
6
0
Hello there, I am quite new to the habbo hotel but a bunch of my friends said about making one so I looked in to it and got a working server but the problem is on the client catalog items are not showing any images at all but they do work.
Other issues I am having is the staff page where staff members are not showing up on the page and it is just text.
If anyone can help me out that would be most helpful and I can start to make the server public so my friends can join and have fun.
Any other help that I might need could be from you spotting something that is out of place or wrong.

Links to my social is:
Discord @bblewittAG#0004
 

Joe

Well-Known Member
Jun 10, 2012
4,097
1,920
The first issue is probably your variables, not linked up correctly.
Second, check the code you might be missing an extra column in your users table or it might be pulling a different rank.
 

bblewittag

New Member
Mar 4, 2016
6
0
The first issue is probably your variables, not linked up correctly.
Second, check the code you might be missing an extra column in your users table or it might be pulling a different rank.
Thanks for the reply costello and the shop item icons have been fixed my someone who contacted me on discord.

Ideally I could do with someone who is willing to and help out on the development of this server to the best of their abilities as I have said previously it is going to be for friends but it will be open to the public as well. Would you know someone who is willing, trustworthy and friendly for that?
 
I keep getting this error that I am going to provide as the console.log (also found in Exception_errors.log) if someone could please help me understand on what I need to change that would be most helpful.
Code:
2018-07-31 12:36:44,614 INFO  - Plus.PlusEnvironment >> Connected to Database!
2018-07-31 12:36:44,699 INFO  - Plus.Core.Language.LanguageManager >> Loaded 9 language locales.
2018-07-31 12:36:44,702 INFO  - Plus.Core.Settings.SettingsManager >> Loaded 15 server settings.
2018-07-31 12:36:44,730 INFO  - Plus.Core.FigureData >> Loaded 3 Color Palettes
2018-07-31 12:36:44,730 INFO  - Plus.Core.FigureData >> Loaded 13 Set Types
2018-07-31 12:36:44,754 INFO  - Plus.Communication.ConnectionManager >> Successfully setup GameSocketManager on port (30000)!
2018-07-31 12:36:44,755 INFO  - Plus.Communication.ConnectionManager >> Maximum connections per IP has been set to [5]!
2018-07-31 12:36:44,793 INFO  - Plus.HabboHotel.Moderation.ModerationManager >> Loaded 7 moderation presets.
2018-07-31 12:36:44,794 INFO  - Plus.HabboHotel.Moderation.ModerationManager >> Loaded 6 moderation categories.
2018-07-31 12:36:44,794 INFO  - Plus.HabboHotel.Moderation.ModerationManager >> Loaded 6 moderation action preset messages.
2018-07-31 12:36:44,794 INFO  - Plus.HabboHotel.Moderation.ModerationManager >> Cached 0 username and machine bans.
2018-07-31 12:36:44,866 INFO  - Plus.HabboHotel.Items.ItemDataManager >> Item Manager -> LOADED
2018-07-31 12:36:44,928 INFO  - Plus.HabboHotel.Catalog.CatalogManager >> Catalog Manager -> LOADED
2018-07-31 12:36:44,930 INFO  - Plus.HabboHotel.Items.Televisions.TelevisionManager >> Television Items -> LOADED
2018-07-31 12:36:44,934 INFO  - Plus.HabboHotel.Navigator.NavigatorManager >> Navigator -> LOADED
2018-07-31 12:36:44,938 INFO  - Plus.HabboHotel.Rooms.RoomManager >> Room Manager -> LOADED
2018-07-31 12:36:44,951 INFO  - Plus.HabboHotel.Rooms.Chat.Styles.ChatStyleManager >> Loaded 38 chat styles.
2018-07-31 12:36:44,952 INFO  - Plus.HabboHotel.Rooms.Chat.ChatManager >> Chat Manager -> LOADED
2018-07-31 12:36:44,957 INFO  - Plus.HabboHotel.Quests.QuestManager >> Quest Manager -> LOADED
2018-07-31 12:36:44,963 INFO  - Plus.HabboHotel.Achievements.AchievementManager >> Achievement Manager -> LOADED
2018-07-31 12:36:44,974 INFO  - Plus.HabboHotel.LandingView.LandingViewManager >> Landing View Manager -> LOADED
2018-07-31 12:36:44,976 INFO  - Plus.HabboHotel.Games.GameDataManager >> Game Data Manager -> LOADED
2018-07-31 12:36:44,977 INFO  - Plus.Core.ServerUpdater >> Server Status Updater has been started.
2018-07-31 12:36:44,979 INFO  - Plus.HabboHotel.Cache.CacheManager >> Cache Manager -> LOADED
2018-07-31 12:36:44,989 INFO  - Plus.HabboHotel.Badges.BadgeManager >> Loaded 5299 badge definitions.
2018-07-31 12:36:44,999 INFO  - Plus.HabboHotel.Permissions.PermissionManager >> Loaded 50 permissions.
2018-07-31 12:36:44,999 INFO  - Plus.HabboHotel.Permissions.PermissionManager >> Loaded 9 permissions groups.
2018-07-31 12:36:45,000 INFO  - Plus.HabboHotel.Permissions.PermissionManager >> Loaded 8 permissions group rights.
2018-07-31 12:36:45,001 INFO  - Plus.HabboHotel.Permissions.PermissionManager >> Loaded 3 permissions subscription rights.
2018-07-31 12:36:45,002 INFO  - Plus.HabboHotel.Subscriptions.SubscriptionManager >> Loaded 3 subscriptions.
2018-07-31 12:36:45,004 INFO  - Plus.PlusEnvironment >> EMULATOR -> READY! (0 s, 668 ms)
2018-07-31 12:36:49,710 ERROR - Exception >> Exception:
System.FormatException: Input string was not in a correct format.
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at System.Convert.ToInt32(String value)
   at Plus.HabboHotel.Rooms.RoomData.Fill(DataRow Row) in C:\Users\bblewittAG\Desktop\Emulator Source\HabboHotel\Rooms\RoomData.cs:line 87
   at Plus.HabboHotel.Rooms.RoomManager.FetchRoomData(Int32 RoomId, DataRow dRow) in C:\Users\bblewittAG\Desktop\Emulator Source\HabboHotel\Rooms\RoomManager.cs:line 400
   at Plus.HabboHotel.Users.UserData.UserDataFactory.GetUserData(String SessionTicket, Byte& errorCode) in C:\Users\bblewittAG\Desktop\Emulator Source\HabboHotel\Users\UserData\UserDataFactory.cs:line 158
   at Plus.HabboHotel.GameClients.GameClient.TryAuthenticate(String AuthTicket) in C:\Users\bblewittAG\Desktop\Emulator Source\HabboHotel\GameClients\GameClient.cs:line 100
I get it once and then it is consistent same error but then if I don't get it then I never have a problem with it.
Code:
AllowPets = Convert.ToInt32(Row["allow_pets"].ToString()); (Line:87 Room Data)

public RoomData FetchRoomData(int RoomId, DataRow dRow)
        {
            if (_loadedRoomData.ContainsKey(RoomId))
                return (RoomData)_loadedRoomData[RoomId];
            else
            {
                RoomData data = new RoomData();

                data.Fill(dRow);

                if (!_loadedRoomData.ContainsKey(RoomId))
                    _loadedRoomData.TryAdd(RoomId, data);
                return data;
            }
        } (Line:400 Room Manager)

List<RoomData> rooms = new List<RoomData>();
            foreach (DataRow dRow in dRooms.Rows)
            {
                rooms.Add(PlusEnvironment.GetGame().GetRoomManager().FetchRoomData(Convert.ToInt32(dRow["id"]), dRow));
            } (Line:158 User Data Factory)

UserData userData = UserDataFactory.GetUserData(AuthTicket, out errorCode); (Line:100 Game Client)
 
#closed
 
Status
Not open for further replies.

Users who are viewing this thread

Top