Jump to content

Zerinho

Members
  • Posts

    133
  • Joined

  • Last visited

Everything posted by Zerinho

  1. i just opened my server project for my friends can play but without nowhere this issue started to happen, the server crashes and close without for no reason that i know, can someone help me? im using version 407 of intersect 'cause newer versions than this one doesn't work on my low profile computer (fps issue). thank you, errors log: 2025-05-08 13:28:22.020 -03:00 [ERR] Received an unhandled exception from System.Threading.Thread System.NullReferenceException: Object reference not set to an instance of an object. at Intersect.Server.Entities.Npc.Update(Int64 timeMs) in D:\a\Intersect-Engine\Intersect-Engine\Intersect.Server.Core\Entities\Npc.cs:line 1010 at Intersect.Server.Maps.MapInstance.UpdateEntities(Int64 timeMs) in D:\a\Intersect-Engine\Intersect-Engine\Intersect.Server.Core\Maps\MapInstance.cs:line 1260 at Intersect.Server.Maps.MapInstance.Update(Int64 timeMs) in D:\a\Intersect-Engine\Intersect-Engine\Intersect.Server.Core\Maps\MapInstance.cs:line 268 at Intersect.Server.Core.LogicService.LogicThread.UpdateMap(MapInstance mapInstance, Boolean onlyProjectiles) in D:\a\Intersect-Engine\Intersect-Engine\Intersect.Server.Core\Core\LogicService.LogicThread.cs:line 391 2025-05-08 13:28:43.335 -03:00 [INF] Starting Intersect.Server.Core v0.8.0.407-beta+ca564c318fa0e360eaef7c86c2789a2ef2910fdf 2025-05-08 13:28:57.118 -03:00 [ERR] UPnP Service Initialization Failed. You might not have a router, or UPnP on your router might be disabled. Open.Nat.NatDeviceNotFoundException: Exception of type 'Open.Nat.NatDeviceNotFoundException' was thrown. at Open.Nat.NatDiscoverer.DiscoverDeviceAsync(PortMapper portMapper, CancellationTokenSource cancellationTokenSource) at Intersect.Server.Networking.Helpers.UpnP.ConnectNatDevice() in D:\a\Intersect-Engine\Intersect-Engine\Intersect.Server\Networking\Helpers\UPnP.cs:line 26
  2. duplicated
  3. That message "invalid port checker response" from the server means my game isnt online for others players? or can i ignore it? If does means my game isnt online how can i fix that? Ah, my firewalls are already turned off. [removed screenshot with user IP address]
  4. When i edit itens with the editor to "rare" "epic" or whatever and click to save, the system doesn't save at all, when i open itens again all the itens rarity are "none". This become to happens when i update the engine from 8.0.249 to 8.0.281 (im using the version 281 because the last version has A LOT of bugs that makes my project doesnt work properly). Why the programmers doesnt focus on fix bugs before make new systems and etc? which version of intersect is the more stable to make a game? Thank you. @edit It seems like this bug about the rarity of itens does happen only on the editor, at the client seems to be normal.
  5. God!! thank you bro, your game it is playable? can you send me the site/topic for a test?
  6. My question is simple, it's possible to do something like a item that can only be buy one time? like one house key's that disappears when you buy it at the shop? but i mean a item that if one player buy it, another player can't buy it. I need that to do a house system at my project that work properly. It is possible to do that only with events and not editing the engine source? Thank you.
  7. Ok, since anyone didn't resolve my issue in the previous post, I recreated it with more information so you can understand what's happening. When I updated the intersect version to this current one (8.0), a lot of parts of the gui ended up having a bug like this: I ALREADY TRIED to edit the MainMenuWindow_online.json putting 'true' in every hide/disable i found, without success. The problem is not with 'background.png' either. My question is quite simple, which line should i edit to get this blue retangle off my screen? Is there any way to edit this other than through json? MainMenuWindow_online.json: { "Bounds": "0,0,451,202", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,40,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "Center", "DrawBackground": true, "MinimumSize": "100,40", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "ClampMovement": true, "ActiveImage": null, "InactiveImage": null, "ActiveColor": "255,255,255,255", "InactiveColor": "255,191,191,191", "Closable": false, "Titlebar": { "Bounds": "0,0,451,36", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": false, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": true, "Hidden": true, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "NormalImage": null, "HoveredImage": null, "ClickedImage": null, "DisabledImage": null, "HoverSound": null, "MouseUpSound": null, "MouseDownSound": null }, "Title": { "Bounds": "0,0,140,36", "Padding": "8,4,8,4", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": false, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": true, "Hidden": true, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": true, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "BackgroundTemplate": null, "TextColor": "255,82,82,82", "HoveredTextColor": "", "ClickedTextColor": "", "DisabledTextColor": "255,90,90,90", "TextAlign": "Left, CenterV", "TextPadding": "8,4,8,4", "AutoSizeToContents": true, "Font": "sourcesansproblack,12", "TextScale": 1.0 }, "CloseButton": { "Bounds": "0,0,-12,24", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": false, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": true, "Hidden": true, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": true, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "TextColor": "255,82,82,82", "HoveredTextColor": "", "ClickedTextColor": "", "DisabledTextColor": "255,90,90,90", "TextAlign": "Center", "TextPadding": "3,3,3,3", "AutoSizeToContents": false, "Font": null, "TextScale": 1.0, "NormalImage": null, "HoveredImage": null, "ClickedImage": null, "DisabledImage": null, "CenterImage": false, "HoverSound": null, "MouseUpSound": null, "MouseDownSound": null, "ClickSound": null }, "InnerPanel": { "Bounds": "6,24,-12,-30", "Padding": "8,8,8,8", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "Children": { "_buttonCredits": { "Bounds": "269,4,87,154", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "TextColor": "255,255,255,255", "HoveredTextColor": "", "ClickedTextColor": "", "DisabledTextColor": "255,90,90,90", "TextAlign": "Center", "TextPadding": "0,8,0,0", "AutoSizeToContents": false, "Font": "sourcesansproblack,12", "TextScale": 1.0, "NormalImage": "eventresponsenormal.png", "HoveredImage": "eventresponsehover.png", "ClickedImage": "eventresponseclicked.png", "DisabledImage": "eventresponsecdisabled.png", "CenterImage": false, "HoverSound": "octave-tap-resonant.wav", "MouseUpSound": null, "MouseDownSound": null, "ClickSound": null }, "_buttonExit": { "Bounds": "356,4,87,154", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "TextColor": "255,255,255,255", "HoveredTextColor": "", "ClickedTextColor": "", "DisabledTextColor": "255,90,90,90", "TextAlign": "Center", "TextPadding": "0,8,0,0", "AutoSizeToContents": false, "Font": "sourcesansproblack,12", "TextScale": 1.0, "NormalImage": "eventresponsenormal.png", "HoveredImage": "eventresponsehover.png", "ClickedImage": "eventresponseclicked.png", "DisabledImage": "eventresponsecdisabled.png", "CenterImage": false, "HoverSound": "octave-tap-resonant.wav", "MouseUpSound": null, "MouseDownSound": null, "ClickSound": null }, "_buttonLogin": { "Bounds": "8,4,87,154", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": true, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "TextColor": "255,255,255,255", "HoveredTextColor": "", "ClickedTextColor": "", "DisabledTextColor": "255,90,90,90", "TextAlign": "Center", "TextPadding": "0,8,0,0", "AutoSizeToContents": false, "Font": "sourcesansproblack,12", "TextScale": 1.0, "NormalImage": "eventresponsenormal.png", "HoveredImage": "eventresponsehover.png", "ClickedImage": "eventresponseclicked.png", "DisabledImage": "eventresponsecdisabled.png", "CenterImage": false, "HoverSound": "octave-tap-resonant.wav", "MouseUpSound": null, "MouseDownSound": null, "ClickSound": null }, "_buttonRegister": { "Bounds": "95,4,87,154", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": true, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "TextColor": "255,255,255,255", "HoveredTextColor": "", "ClickedTextColor": "", "DisabledTextColor": "255,90,90,90", "TextAlign": "Center", "TextPadding": "0,8,0,0", "AutoSizeToContents": false, "Font": "sourcesansproblack,12", "TextScale": 1.0, "NormalImage": "eventresponsenormal.png", "HoveredImage": "eventresponsehover.png", "ClickedImage": "eventresponseclicked.png", "DisabledImage": "eventresponsecdisabled.png", "CenterImage": false, "HoverSound": "octave-tap-resonant.wav", "MouseUpSound": null, "MouseDownSound": null, "ClickSound": null }, "_buttonSettings": { "Bounds": "182,4,87,154", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "TextColor": "255,255,255,255", "HoveredTextColor": "", "ClickedTextColor": "", "DisabledTextColor": "255,90,90,90", "TextAlign": "Center", "TextPadding": "0,8,0,0", "AutoSizeToContents": false, "Font": "sourcesansproblack,12", "TextScale": 1.0, "NormalImage": "eventresponsenormal.png", "HoveredImage": "eventresponsehover.png", "ClickedImage": "eventresponseclicked.png", "DisabledImage": "eventresponsecdisabled.png", "CenterImage": false, "HoverSound": "octave-tap-resonant.wav", "MouseUpSound": null, "MouseDownSound": null, "ClickSound": null }, "_buttonStart": { "Bounds": "0,0,100,20", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": true, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "TextColor": "255,82,82,82", "HoveredTextColor": "", "ClickedTextColor": "", "DisabledTextColor": "255,90,90,90", "TextAlign": "Center", "TextPadding": "3,3,3,3", "AutoSizeToContents": false, "Font": null, "TextScale": 1.0, "NormalImage": null, "HoveredImage": null, "ClickedImage": null, "DisabledImage": null, "CenterImage": false, "HoverSound": null, "MouseUpSound": null, "MouseDownSound": null, "ClickSound": null } } } } sorry for my stupidity
  8. Out of nowhere this blue rectangle started to appear in the menu when I updated to version 8.0, I already tried to change the gui settings but without success...Can someone help me? which line should I edit? I've tried putting 'hidden' on everything, without success.
  9. using the version beta 7.2.21 my question is, why i cant type on intersect server right after open? im trying to put ADM on a second account but the server cannot let me type for the 'make admin' stuff i've already tried to open with admin, not worked
  10. i made the post on the github as you say, and today i've made this video as well for you to understand whats really is happening, thanks! https://ascensiongamedev.com/resources/filehost/499b21841f309fc62155c0c5061b5d4a.mp4
  11. Yes the announcement has been made from server panel and i was in combat, the print says it, the bear was hitting me at the time and my health bar does not appear
  12. whats that means? ''The argument 'reiniciando' is not a valid shot or long form argument'' i have tried to do a announcement on my server but i cant do it with portuguese words? lol ------- since im here i have another question, why the health bar does not appears on my character in game when i get hit? did i disable it that function without seeing? it comes to happen from version 119 to 120.
  13. I've found whats happening, seens like the npc event close to the 'map border' become duplicated when he walk to other map for some reason, changing the event to the center of the map and get the npc to move 'not very often' seens like 'solve the problem'. Thanks to Ainz, Push and Weylon
  14. Im using the latest as well, with the diagonal movement. Maybe so can be our servers config differences? Maybe can be some bug from my database that is too old idk...all that i know is that bug come to happen when i updated my intersect version of 119 to 120.
  15. Here is the NPC Event: But this is happening with ALL npc events from the game, in all maps. Look's like the npc event become mirrored at the map next to him, something like that. And im NOT using npc as monsters spawning, just events.
  16. NPC's made by event are appearing twice at the maps, the event have been made just one time, in the left map, but is appearing at the right map at the same time as well. I think this started to happen when i activated the diagonal movement from the server but not sure...any idea?
  17. My question is simple, i was playing my project until this scene appears: The 'ResetClass' should be in the second red circle, but where and how can i make this right? my though is that can be found at resources/gui/layout/game, but which file is the one? and what is the logic that can work? Sorry about my ignorance, my country doesn't have good education
  18. 2-5 seconds on your high eng computer, for me takes 2 minutes to the fog appears, no exaggeration at all...in previous versions of intersect this do not happened, have started on this one, but i understood and i'll report this properly, thanks
  19. My complaining is about the fog bug that happens when you come to a new map and the fog waits 2min to appears in the screen, it should be 1sec, i mean, this feature from the engine makes total difference to some projects, makes part of the beauty of the game, please i hope it have a fix in the next version, thank you. I also witnessed a bug from the shop when players can't buy certain itens from the shop...
  20. i have deleted characters of certain account with the server online when players was playing days before the error starting to happen (now i know that is wrong), maybe the player database was been corrupted 'cause of it? ;-;
  21. Well the error is that the server is closing/crashing out of nowhere and becoming offline for some users (even for me sometimes)... I am using a dedicated desktop host (with No-IP app for static ip), also i have the error logs here for those who want to help...thanks! I really don't know why the server is acting like that, if it's something on the server or in the database or even in some event within the game so im here asking for help. https://ascensiongamedev.com/resources/filehost/e2b9f7db41f862df46947f3ade3ba923.log (im using 70126 version)
×
×
  • Create New...