Modding Help Game crashes after intro screen

Discussion in 'Starbound Modding' started by genericmoddeduser, Mar 7, 2018.

Tags:
  1. genericmoddeduser

    genericmoddeduser Intergalactic Tourist

    Today my game started crashing after the chucklefish intro. I thought it was a mod I had installed so uninstalled my most recent mods, but that didn't work. I think a mod updated causing some kind of incompatibility. I can't figure out what the issue is so I'm hoping someone can help me. Thank you.
     

    Attached Files:

  2. Nexus Of Chaos

    Nexus Of Chaos Parsec Taste Tester

    your killing error is as follows
    Code:
    [07:48:12.841] [Error] Application: exception thrown, shutting down: (ObjectException) Error loading object '/objects/themed/cafe/tongandtraystand/ .object': (MaterialException) Error loading mod file /tiles/mods/electricpokenite.matmod
    Caused by: (MaterialException) Duplicate mod id 10000 found for mod electricpokenite
    [0] 7ff6ba747153 Star::captureStack
    [1] 7ff6ba745ede Star::StarException::StarException
    [2] 7ff6ba9f17ea Star::ObjectException::format<Star::String,Star::OutputProxy>
    [3] 7ff6bb0d0feb `Star::ObjectDatabase::readConfig'::`1'::catch$1024
    [4] 7ff97f89c220 _C_specific_handler
    [5] 7ff97f8929b2 _FrameUnwindFilter
    [6] 7ff9877441c3 RtlCaptureContext
    [7] 7ff6ba9fe144 Star::ObjectDatabase::readConfig
    [8] 7ff6ba9f46fa <lambda_95d5e6debe45cf2b8dc1b201a32a1bbd>::operator()
    [9] 7ff6ba9f463d <lambda_85d3cb3663cff993e632ba182014e8f2>::operator()
    [10] 7ff6ba9f1b53 Star::LruCacheBase<Star::OrderedMapWrapper<Star::FlatHashMap,Star::String,std::pair<__int64,std::shared_ptr<Star::ObjectConfig> >,Star::BlockAllocator<std::pair<Star::String const ,std::pair<__int64,std::shared_ptr<Star::ObjectConfig> > >,1024>,Star::hash<Star::String,void>,std::equal_to<Star::String> > >::get<<lambda_85d3cb3663cff993e632ba182014e8f2> >
    [11] 7ff6ba9f7f89 Star::ObjectDatabase::getConfig
    [12] 7ff6ba8d92d5 Star::ItemDatabase::addObjectItems
    [13] 7ff6ba8d37af Star::ItemDatabase::ItemDatabase
    [14] 7ff6baaf45b5 std::make_shared<Star::ItemDatabase>
    [15] 7ff6baaf9e39 <lambda_c979fe2661440bde921b022a5da87f15>::operator()
    [16] 7ff6baaeb24f std::_Invoker_functor::_Call<<lambda_c979fe2661440bde921b022a5da87f15> & __ptr64>
    [17] 7ff6baaef026 std::invoke<<lambda_c979fe2661440bde921b022a5da87f15> & __ptr64>
    [18] 7ff6baaec8e9 std::_Invoke_ret<std::shared_ptr<Star::ItemDatabase>,<lambda_c979fe2661440bde921b022a5da87f15> & __ptr64>
    [19] 7ff6baafbc46 std::_Func_impl<<lambda_c979fe2661440bde921b022a5da87f15>,std::allocator<int>,std::shared_ptr<Star::ItemDatabase> >::_Do_call
    [20] 7ff6baafa337 std::_Func_class<std::shared_ptr<Star::DamageDatabase> >::operator()
    [21] 7ff6baaf11b3 Star::Root::loadMemberFunction<Star::ItemDatabase>
    [22] 7ff6baaef5f9 Star::Root::loadMember<Star::ItemDatabase>
    [23] 7ff6bab006a2 Star::Root::itemDatabase
    [24] 7ff6baaeb3a0 std::_Invoker_pmf_pointer::_Call<std::shared_ptr<Star::CollectionDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [25] 7ff6baaeebd9 std::invoke<std::shared_ptr<Star::VersioningDatabase const > (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [26] 7ff6baaec5ec std::_Invoke_ret<std::shared_ptr<Star::Configuration> (__cdecl Star::Root::*& __ptr64)(void) __ptr64,Star::Root * __ptr64 & __ptr64>
    [27] 7ff6baaeb42e std::_Call_binder<std::_Unforced,0,std::shared_ptr<Star::StagehandDatabase const > (__cdecl Star::Root::*)(void) __ptr64,std::tuple<Star::Root * __ptr64>,std::tuple<> >
    [28] 7ff6baaeab8e std::_Binder<std::_Unforced,std::shared_ptr<Star::LiquidsDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const>::operator()<>
    [29] 7ff6baafb592 std::_Func_impl<Star::SwallowReturn<std::_Binder<std::_Unforced,std::shared_ptr<Star::TreasureDatabase const > (__cdecl Star::Root::*)(void) __ptr64,Star::Root * __ptr64 const> >,std::allocator<int>,void>::_Do_call
    [30] 7ff6ba73dc1b <lambda_7b083dc4bdd496712d99e51bb49515b5>::operator()
    [31] 7ff6ba73ea42 Star::WorkerPool::WorkerThread::run
    [32] 7ff6ba743c5e Star::ThreadImpl::runThread
    [33] 7ff986b71fe4 BaseThreadInitThunk
    [34] 7ff98770ef91 RtlUserThreadStart
    [07:48:12.841] [Info] Application: shutdown...
    [07:48:12.948] [Info] Root: Shutting down Root
    [07:48:13.348] [Info] Application: Destroying SDL Window
    [07:48:13.463] [Info] Application: stopped gracefully
    you have a conflicting material id. check this list to see which mods use material id 10000 and confirm you do not have conflicting mods

    based on the list, the only possible conflicts are wip mods with other wip mods or Effect Gels
     

Share This Page