Starbound

Starbound

JukeCrate (tm)
Soblow  [開發人員] 2018 年 7 月 24 日 上午 4:34
Bug reports
Report any bug in this topic
< >
目前顯示第 1-15 則留言,共 30
HDMineFace 2018 年 7 月 28 日 下午 5:47 
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  [開發人員] 2018 年 7 月 29 日 上午 12:20 
Can you please send the logs ?
HDMineFace 2018 年 7 月 29 日 上午 10:11 
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
最後修改者:HDMineFace; 2018 年 7 月 29 日 上午 10:13
Soblow  [開發人員] 2018 年 7 月 29 日 上午 10:14 
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 2018 年 7 月 29 日 上午 10:14 
Alright thanks
HDMineFace 2018 年 7 月 29 日 上午 10:19 
I removed the the text that says "jukecrate" in required and it gives me the same error.
Soblow  [開發人員] 2018 年 7 月 29 日 上午 10:20 
Take the new _metadata content I put in the discussion, and try again please.
Soblow  [開發人員] 2018 年 7 月 29 日 上午 10:28 
Did it work ?
HDMineFace 2018 年 7 月 29 日 上午 10:29 
testing it now
HDMineFace 2018 年 7 月 29 日 上午 10:36 
The game doesnt crash but my mod isnt working.
Soblow  [開發人員] 2018 年 7 月 29 日 上午 10:36 
Have you checked if it is loaded ?
(The bottom-right button on the main menu)
HDMineFace 2018 年 7 月 29 日 上午 10:37 
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  [開發人員] 2018 年 7 月 29 日 上午 10:39 
You can also join our discord server, it would be easier than talking in there
HDMineFace 2018 年 7 月 29 日 上午 10:39 
alright I'll join.
最後修改者:HDMineFace; 2018 年 7 月 29 日 上午 10:46
HDMineFace 2018 年 7 月 29 日 上午 10:46 
can I have a link to the server?
< >
目前顯示第 1-15 則留言,共 30
每頁顯示: 1530 50