Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Nostale
You last visited: Today at 12:40

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Fix crash Opennos

Discussion on Fix crash Opennos within the Nostale forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2017
Posts: 380
Received Thanks: 60
Fix crash Opennos

Hello ! I find a fault on my opennos so I share it voluntarily.

go to OpenNosPacketHandler.FamilyPacketHandler line 289

Replace:
Code:
CommunicationServiceClient.Instance.SendMessageToCharacter(new SCSCharacterMessage
                {
                    DestinationCharacterId = Session.Character.Family.FamilyId,
                    SourceCharacterId = Session.Character.CharacterId,
                    SourceWorldId = ServerManager.Instance.WorldId,
                    Message = ccmsg,
                    Type = MessageType.FamilyChat
                });
by this:
Code:
                CommunicationServiceClient.Instance.SendMessageToCharacter(new SCSCharacterMessage());
                try
                {
                    CommunicationServiceClient.Instance.SendMessageToCharacter(new SCSCharacterMessage
                    {
                        DestinationCharacterId = Session.Character.Family.FamilyId,
                        SourceCharacterId = Session.Character.CharacterId,
                        SourceWorldId = ServerManager.Instance.WorldId,
                        Message = ccmsg,
                        Type = MessageType.FamilyChat
                    });
                }
                catch (Exception)
                {
                    
                }
redbull2905 is offline  
Old 10/16/2018, 03:36   #2
 
0Lucifer0's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,005
Received Thanks: 1,019
Best fix ever...
0Lucifer0 is offline  
Thanks
8 Users
Old 10/16/2018, 13:59   #3
 
elite*gold: 0
Join Date: Dec 2009
Posts: 177
Received Thanks: 127
Well yeah... That don't let the server crash but that is not a Fix ^^

Fix is resolve the problem behind the crash.

This one is just a way to avoid the crash
fantasy942 is offline  
Old 10/16/2018, 14:02   #4

 
Blowa's Avatar
 
elite*gold: 98
Join Date: Jan 2010
Posts: 631
Received Thanks: 1,726
I love to read all your posts where you are saying you fix a lot of things in OpenNos different sources.

The most funny party is that you definitely know what you are doing
Blowa is offline  
Thanks
1 User
Old 10/16/2018, 17:51   #5

 
FI0w's Avatar
 
elite*gold: 50
Join Date: Jul 2014
Posts: 1,670
Received Thanks: 1,139
Quote:
Originally Posted by 0Lucifer0 View Post
Best fix ever...
Atleast he tried while he dont know C# so it isnt a good fix but a try? i mean it would be better when he post Error Message too so we could help but c'mon xD
FI0w is offline  
Reply


Similar Threads Similar Threads
OpenNos "The project 'OpenNos.Login' failed to build."
06/19/2019 - Nostale - 11 Replies
Hello! When I put in update-database in Visual Studio I get the 'The project 'OpenNos.Login' failed to build.' error. I already did what was on the troubleshoot before I put it in. I've been at this for hours and I can't figure it out. Can someone help me please?
[OpenNos] ¿How to select the project OpenNos.DAL.EF?
05/04/2018 - Nostale - 4 Replies
Hello, I have a problem with my visual studio 2017, it turns out that to be able to give the update-database command I must have the project OpenNos.DAL.EF But the thing is that in my visual studio there is no option to select the project ... I need help!:D:D
[opennos]The project 'OpenNos.Login' failed to build.
08/03/2017 - Nostale - 9 Replies
Hello I have a problem with the package manager console to run the update- database command to opennos soon as I executes the command, he said: The project ' opennos.login ' failed to build What to do? I made the updates to Microsoft Visual Studio thank you ..
[04.09.13] GigaByte v2.6 [FIX, FIX, FIX, FIX AND FIX]
09/11/2013 - WarRock Hacks, Bots, Cheats & Exploits - 79 Replies
http://www.elitepvpers.com/forum/warrock-hacks-bot s-cheats-exploits/2843300-11-09-gigabyte-public-v2 -7-a.html



All times are GMT +2. The time now is 12:40.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.