-
Notifications
You must be signed in to change notification settings - Fork 75
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
Server Crashes during fitting service #285
Comments
removed all modules and did it again. |
What branch are you using? if you're using master, can you try the staging branch? I believe that's been fixed there. |
current version: 0.85 [ 12] 0x55f814835e45: debug::CallStack::GetCalls(std::vector<debug::CallStack::CallInfo, std::allocatordebug::CallStack::CallInfo >&) in ./eve-server Unable to locate log type AUTOPILOT__WARNING from file ../etc/log.ini around line 161. Skipping. 12:37:51 G ServerInit: Loading Server Configuration from ../etc/eve-server.xml. |
Please re-test with latest staging branch commit and update with results. |
just tested, above error doesn't exist anymore. |
all of those p.s. your log and config don't match server also....it's nbd, but just wanted to point that out. |
Running freshly installed Evemu server - pulled and CMake yesterday.
Running on CT on proxmox server latest.
Running in Debian 11 as base,
Starts up fine - however during fitting service running into crashes during fitment.
Galante Char at starting station.
Buy Orca - open fitting service - add 10nm warp drive and 2 shield hardeners. Once activating the ward drive - game crashes.
Log:
09:33:28 D WarRegistryBound: Called GetWars stub.
[ 11] 0x564085088ef0: debug::CallStack::GetCalls(std::vector<debug::CallStack::CallInfo, std::allocatordebug::CallStack::CallInfo >&) in ./eve-server
[ 10] 0x56408507ee96: EvE::traceStack() in ./eve-server
[ 9] 0x56408488810a: RefObject::IncRef() const in ./eve-server
[ 8] 0x564084d5b654: PyResult::operator=(PyResult const&) in ./eve-server
[ 7] 0x56408488464c: Client::Handle_CallReq(PyPacket*, PyCallStream&) in ./eve-server
[ 6] 0x564084f3a6e3: EVEPacketDispatcher::DispatchPacket(PyPacket*) in ./eve-server
[ 5] 0x5640848766c3: Client::ProcessNet() in ./eve-server
[ 4] 0x5640848a1faf: EntityList::Process() in ./eve-server
[ 3] 0x56408485f827: [unknown function] in ./eve-server
[ 2] 0x7f363d125d0a: [unknown function] in /lib/x86_64-linux-gnu/libc.so.6
[ 1] 0x56408485b80a: [unknown function] in ./eve-server
eve-server: /root/evemu_Crucible/src/eve-core/memory/RefPtr.h:95: void RefObject::IncRef() const: Assertion `mDeleted == false' failed.
09:33:42 E Signal System: Caught signal: 6
./Server-Start.sh: line 3: 569 Aborted ./eve-server
Relaunch server. Unfit Micro warp drive - game crashes again.
Relaunch server. Open game - enable all modules with Micro Warp drive removed - works fine. Add a survey scanner - proceeds to crash with exact same error.
The text was updated successfully, but these errors were encountered: