Starbound

Starbound

JukeCrate (tm)
Soblow  [developer] 24 Jul, 2018 @ 4:34am
Bug reports
Report any bug in this topic
< >
Showing 1-15 of 30 comments
HDMineFace 28 Jul, 2018 @ 5:47pm 
I tried to make a music addon for the mod but I Couldnt get it working and starbound kept crashing due to dependency error. I tried to load your example addon and that crashed too with the same error.
Soblow  [developer] 29 Jul, 2018 @ 12:20am 
Can you please send the logs ?
HDMineFace 29 Jul, 2018 @ 10:11am 
https://cdn.discordapp.com/attachments/235901726769545216/473175575746314250/unknown.png

[10:08:36.365] [Info] Root: Preparing Root...
[10:08:36.383] [Info] Root: Done preparing Root.
[10:08:36.403] [Info] Client Version 1.3.3 (windows x86_64) Source ID: c21069b204d626bfe673a047a2100d2fcd0766d4 Protocol: 743
[10:08:36.406] [Info] Root: Scanning for asset sources in directory '..\assets\'
[10:08:37.680] [Info] Root: Scanning for asset sources in directory '..\mods\'
[10:08:37.826] [Info] Root: Shutting down Root
[10:08:52.819] [Error] Fatal Exception caught: (ApplicationException) Application threw exception during startup
[0] 7ff61fba7153 Star::captureStack
[1] 7ff61fba5ede Star::StarException::StarException
[2] 7ff61fba5fc8 Star::StarException::StarException
[3] 7ff6202e7dc0 Star::ApplicationException::ApplicationException
[4] 7ff62059f252 `Star::SdlPlatform::SdlPlatform'::`1'::catch$275
[5] 7ffaef74c8c0 _C_specific_handler
[6] 7ffaef742e83 _TypeMatch
[7] 7ffb0405e273 RtlCaptureContext
[8] 7ff6202e8040 Star::SdlPlatform::SdlPlatform
[9] 7ff6202eac22 Star::runMainApplication
[10] 7ff61faeff76 WinMain
[11] 7ff6204d8daf __scrt_common_main_seh
[12] 7ffb01523034 BaseThreadInitThunk
[13] 7ffb04031431 RtlUserThreadStart
Caused by: (StarException) Asset source 'musicMod' is missing dependency 'JukeCrate'
[0] 7ff61fba7153 Star::captureStack
[1] 7ff61fba5ede Star::StarException::StarException
[2] 7ff61fba6225 Star::StarException::StarException
[3] 7ff61ff5a208 <lambda_dd839ce1444433733421897c86cbef3a>::operator()
[4] 7ff61ff5bd3c std::_Func_impl<<lambda_dd839ce1444433733421897c86cbef3a>,std::allocator<int>,void,std::shared_ptr<`Star::Root::scanForAssetSources'::`2'::AssetSource> >::_Do_call
[5] 7ff61ff62d4c Star::Root::scanForAssetSources
[6] 7ff61ff59565 <lambda_629bd0625747976ff7eb77559f7c4f59>::operator()
[7] 7ff61ff4ae8f std::_Invoker_functor::_Call<<lambda_629bd0625747976ff7eb77559f7c4f59> & __ptr64>
[8] 7ff61ff4eda6 std::invoke<<lambda_629bd0625747976ff7eb77559f7c4f59> & __ptr64>
[9] 7ff61ff4c649 std::_Invoke_ret<std::shared_ptr<Star::Assets>,<lambda_629bd0625747976ff7eb77559f7c4f59> & __ptr64>
[10] 7ff61ff5b886 std::_Func_impl<<lambda_629bd0625747976ff7eb77559f7c4f59>,std::allocator<int>,std::shared_ptr<Star::Assets> >::_Do_call
[11] 7ff61ff5a337 std::_Func_class<std::shared_ptr<Star::VehicleDatabase> >::operator()
[12] 7ff61ff4ff53 Star::Root::loadMemberFunction<Star::Assets>
[13] 7ff61ff5d545 Star::Root::assets
[14] 7ff61faeba67 Star::ClientApplication::startup
[15] 7ff6202e8040 Star::SdlPlatform::SdlPlatform
[16] 7ff6202eac22 Star::runMainApplication
[17] 7ff61faeff76 WinMain
[18] 7ff6204d8daf __scrt_common_main_seh
[19] 7ffb01523034 BaseThreadInitThunk
[20] 7ffb04031431 RtlUserThreadStart
Caught at:
[0] 7ff61fba7153 Star::captureStack
[1] 7ff61fba7714 Star::fatalException
[2] 7ff62059f5dc `Star::runMainApplication'::`1'::catch$76
[3] 7ffaef74c8c0 _C_specific_handler
[4] 7ffaef742e83 _TypeMatch
[5] 7ffb0405e273 RtlCaptureContext
[6] 7ff6202eac22 Star::runMainApplication
[7] 7ff61faeff76 WinMain
[8] 7ff6204d8daf __scrt_common_main_seh
[9] 7ffb01523034 BaseThreadInitThunk
[10] 7ffb04031431 RtlUserThreadStart
Last edited by HDMineFace; 29 Jul, 2018 @ 10:13am
Soblow  [developer] 29 Jul, 2018 @ 10:14am 
Yeah, I know why... You cannot add a dependancy between mods/ mods and Workshop mods...

Remove the "requires" line from the _metadata file. gonna fix it on the topics
HDMineFace 29 Jul, 2018 @ 10:14am 
Alright thanks
HDMineFace 29 Jul, 2018 @ 10:19am 
I removed the the text that says "jukecrate" in required and it gives me the same error.
Soblow  [developer] 29 Jul, 2018 @ 10:20am 
Take the new _metadata content I put in the discussion, and try again please.
Soblow  [developer] 29 Jul, 2018 @ 10:28am 
Did it work ?
HDMineFace 29 Jul, 2018 @ 10:29am 
testing it now
HDMineFace 29 Jul, 2018 @ 10:36am 
The game doesnt crash but my mod isnt working.
Soblow  [developer] 29 Jul, 2018 @ 10:36am 
Have you checked if it is loaded ?
(The bottom-right button on the main menu)
HDMineFace 29 Jul, 2018 @ 10:37am 
i'll check that next (sorry if it takes me a minute, im trying to also figure out why my main character isnt loading.)
Soblow  [developer] 29 Jul, 2018 @ 10:39am 
You can also join our discord server, it would be easier than talking in there
HDMineFace 29 Jul, 2018 @ 10:39am 
alright I'll join.
Last edited by HDMineFace; 29 Jul, 2018 @ 10:46am
HDMineFace 29 Jul, 2018 @ 10:46am 
can I have a link to the server?
< >
Showing 1-15 of 30 comments
Per page: 1530 50