-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Staging - Character creation crashes server with 2 errors and caught signal 6 #242
Comments
@Almamu I wonder if this is related to that other issue I ran into when making a new character the other day? |
I will have a look now, could be related, yes |
Your error seems to come from the Capsule creation for the player and not from the SelectCharacterID call in itself... Can you run this query against the database and send what the result is?: It should return one record for the capsule, if It's not then there's something missing in the database (either the setup didn't complete or other issue), I guess you did the manual setup? |
Yep, it returns one result. Sorry, had to type the output manually as it's running on bare metal Linux. All compiled manually, yes. typeID, groupID, typeName, description, graphicID, radius, mass, volume, capacity, portionSize, raceID, basePrice, published (the non-existent value), marketGroupID, chanceOfDuplicating, copyTypeID, soundID, iconID, dataID, typeNameID, descriptionID 670 | 29 | Capsule | Standard capsule. | 73 | 2 | 32000 | 1000 | 0 | 1 | 0 | 0 | | 0 | 0.07 | 0 | 0 | 73 | 16672658 | 67810 | 79912 |
Looks correct to me. Was there any other error in the log? Can you share the full log of this run? Looks like something didn't load properly on startup, but I cannot really say unless there's something in the log pointing to the error... |
I've attached the log to this reply. It doesn't seem to point to a lot. Almost 3am here so I'll pick it back up tomorrow. |
I'm looking at this top to bottom but I don't really see why it would crash at that point :/ Have you tried it again since? I cannot reproduce the issue at all on my side either... |
Unfortunately it still occurs. I'm just going to blast it and rebuild from scratch with new prerequisites in case something broke during build somehow, despite it succeeding. I'll update once it's complete. |
Yep, rebuilt solution and it still occurs, I'm afraid. I've put some messages into the server_error_discussion chat on Discord for now to see if there was something else wrong in prerequisite install. |
your ItemFactory isnt creating the pod. i dont think this error will stop char creation, mostly because i dont remember if i put a test for that, but think i did. either way, the item factory isnt creating the pod, and without tracing it, i dont know why. Allan |
Describe the bug
Trying to get set up for helping with dungeons. Transition from character creation to in-game station crashes the server with 2x errors and caught signal 6.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Game loads into default station per character set-up with created character.
Error
System Details (please complete the following information):
Additional context
Add any other context about the problem here.
eve-server.txt
The text was updated successfully, but these errors were encountered: