Modding Help Caused by: (JsonParsingException) Error parsing json: bad string, should be "" at 6:1

Discussion in 'Starbound Modding' started by lomtic, Jul 30, 2017.

Tags:
  1. lomtic

    lomtic Void-Bound Voyager

    I am making my first mod that adds one painting, but when i am joining the game its crashing! Please, help me!


    Code:
    [21:41:29.319] [Info] Root: Preparing Root...
    [21:41:29.319] [Info] Root: Done preparing Root.
    [21:41:29.319] [Info] Client Version 1.3.2 (windows x86_64) Source ID: 4d70cfed23093a8e5abe06d662c6a5610fefc596 Protocol: 743
    [21:41:29.319] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [21:41:29.732] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [21:41:29.753] [Info] Root: Shutting down Root
    [21:41:29.995] [Error] Fatal Exception caught: (ApplicationException) Application threw exception during startup
    [0] 13fcd7153 Star::captureStack
    [1] 13fcd5ede Star::StarException::StarException
    [2] 13fcd5fc8 Star::StarException::StarException
    [3] 140417dc0 Star::ApplicationException::ApplicationException
    [4] 1406cf252 `Star::SdlPlatform::SdlPlatform'::`1'::catch$275
    [5] 7fef271c220 _C_specific_handler
    [6] 7fef27129b2 _FrameUnwindFilter
    [7] 77340c21 RtlRestoreContext
    [8] 140418040 Star::SdlPlatform::SdlPlatform
    [9] 14041ac22 Star::runMainApplication
    [10] 13fc1ff76 WinMain
    [11] 140608daf __scrt_common_main_seh
    [12] 76e3652d BaseThreadInitThunk
    [13] 7731c521 RtlUserThreadStart
    Caused by: (JsonParsingException) Error parsing json: bad string, should be '"' at 6:1
    [0] 13fcd7153 Star::captureStack
    [1] 13fcd5ede Star::StarException::StarException
    [2] 13fc6e16d Star::inputUtf32Json<Star::U8ToU32Iterator<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >,char32_t>,Star::JsonBuilderStream,Star::Json>
    [3] 13fc78ab7 Star::Json::parseJson
    [4] 13fcff442 Star::DirectoryAssetSource::DirectoryAssetSource
    [5] 14007a5b0 std::_Ref_count_obj<Star::DirectoryAssetSource>::_Ref_count_obj<Star::DirectoryAssetSource><Star::String & __ptr64>
    [6] 1400840c5 std::make_shared<Star::DirectoryAssetSource,Star::String & __ptr64>
    [7] 140092176 Star::Root::scanForAssetSources
    [8] 140089565 <lambda_629bd0625747976ff7eb77559f7c4f59>::operator()
    [9] 14007ae8f std::_Invoker_functor::_Call<<lambda_629bd0625747976ff7eb77559f7c4f59> & __ptr64>
    [10] 14007eda6 std::invoke<<lambda_629bd0625747976ff7eb77559f7c4f59> & __ptr64>
    [11] 14007c649 std::_Invoke_ret<std::shared_ptr<Star::Assets>,<lambda_629bd0625747976ff7eb77559f7c4f59> & __ptr64>
    [12] 14008b886 std::_Func_impl<<lambda_629bd0625747976ff7eb77559f7c4f59>,std::allocator<int>,std::shared_ptr<Star::Assets> >::_Do_call
    [13] 14008a337 std::_Func_class<std::shared_ptr<Star::VehicleDatabase> >::operator()
    [14] 14007ff53 Star::Root::loadMemberFunction<Star::Assets>
    [15] 14008d545 Star::Root::assets
    [16] 13fc1ba67 Star::ClientApplication::startup
    [17] 140418040 Star::SdlPlatform::SdlPlatform
    [18] 14041ac22 Star::runMainApplication
    [19] 13fc1ff76 WinMain
    [20] 140608daf __scrt_common_main_seh
    [21] 76e3652d BaseThreadInitThunk
    [22] 7731c521 RtlUserThreadStart
    Caught at:
    [0] 13fcd7153 Star::captureStack
    [1] 13fcd7714 Star::fatalException
    [2] 1406cf5dc `Star::runMainApplication'::`1'::catch$76
    [3] 7fef271c220 _C_specific_handler
    [4] 7fef27129b2 _FrameUnwindFilter
    [5] 77340c21 RtlRestoreContext
    [6] 14041ac22 Star::runMainApplication
    [7] 13fc1ff76 WinMain
    [8] 140608daf __scrt_common_main_seh
    [9] 76e3652d BaseThreadInitThunk
    [10] 7731c521 RtlUserThreadStart
    
     

    Attached Files:

  2. PistolRcks

    PistolRcks Void-Bound Voyager

    On line two of sushipaint.object...
    Code:
      "colonyTags" : [""pretty"],
    
    ...you have one too many quotation marks.
     
    lazarus78 and bk3k like this.
  3. lomtic

    lomtic Void-Bound Voyager


    Didnt Help!
     
  4. lazarus78

    lazarus78 The Waste of Time

    Post the new log. Even if it doesnt work now, it was an issue and it needed to be fixed. Now that it has been, there must be something else causing problems. You need to be descriptive with any and all problems and provide all relevant information.

    IE: Your player.config.patch has an extra coma at the end that shouldnt be there.
     
  5. lomtic

    lomtic Void-Bound Voyager

    This is new log.


    Code:
    [08:00:51.224] [Info] Root: Preparing Root...
    [08:00:51.225] [Info] Root: Done preparing Root.
    [08:00:51.225] [Info] Client Version 1.3.2 (windows x86_64) Source ID: 4d70cfed23093a8e5abe06d662c6a5610fefc596 Protocol: 743
    [08:00:51.225] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [08:00:51.635] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [08:00:51.655] [Info] Root: Shutting down Root
    [08:00:51.850] [Error] Fatal Exception caught: (ApplicationException) Application threw exception during startup
    [0] 13fd37153 Star::captureStack
    [1] 13fd35ede Star::StarException::StarException
    [2] 13fd35fc8 Star::StarException::StarException
    [3] 140477dc0 Star::ApplicationException::ApplicationException
    [4] 14072f252 `Star::SdlPlatform::SdlPlatform'::`1'::catch$275
    [5] 7fef84fc220 _C_specific_handler
    [6] 7fef84f29b2 _FrameUnwindFilter
    [7] 77490c21 RtlRestoreContext
    [8] 140478040 Star::SdlPlatform::SdlPlatform
    [9] 14047ac22 Star::runMainApplication
    [10] 13fc7ff76 WinMain
    [11] 140668daf __scrt_common_main_seh
    [12] 7733652d BaseThreadInitThunk
    [13] 7746c521 RtlUserThreadStart
    Caused by: (JsonParsingException) Error parsing json: bad string, should be '"' at 6:1
    [0] 13fd37153 Star::captureStack
    [1] 13fd35ede Star::StarException::StarException
    [2] 13fcce16d Star::inputUtf32Json<Star::U8ToU32Iterator<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >,char32_t>,Star::JsonBuilderStream,Star::Json>
    [3] 13fcd8ab7 Star::Json::parseJson
    [4] 13fd5f442 Star::DirectoryAssetSource::DirectoryAssetSource
    [5] 1400da5b0 std::_Ref_count_obj<Star::DirectoryAssetSource>::_Ref_count_obj<Star::DirectoryAssetSource><Star::String & __ptr64>
    [6] 1400e40c5 std::make_shared<Star::DirectoryAssetSource,Star::String & __ptr64>
    [7] 1400f2176 Star::Root::scanForAssetSources
    [8] 1400e9565 <lambda_629bd0625747976ff7eb77559f7c4f59>::operator()
    [9] 1400dae8f std::_Invoker_functor::_Call<<lambda_629bd0625747976ff7eb77559f7c4f59> & __ptr64>
    [10] 1400deda6 std::invoke<<lambda_629bd0625747976ff7eb77559f7c4f59> & __ptr64>
    [11] 1400dc649 std::_Invoke_ret<std::shared_ptr<Star::Assets>,<lambda_629bd0625747976ff7eb77559f7c4f59> & __ptr64>
    [12] 1400eb886 std::_Func_impl<<lambda_629bd0625747976ff7eb77559f7c4f59>,std::allocator<int>,std::shared_ptr<Star::Assets> >::_Do_call
    [13] 1400ea337 std::_Func_class<std::shared_ptr<Star::VehicleDatabase> >::operator()
    [14] 1400dff53 Star::Root::loadMemberFunction<Star::Assets>
    [15] 1400ed545 Star::Root::assets
    [16] 13fc7ba67 Star::ClientApplication::startup
    [17] 140478040 Star::SdlPlatform::SdlPlatform
    [18] 14047ac22 Star::runMainApplication
    [19] 13fc7ff76 WinMain
    [20] 140668daf __scrt_common_main_seh
    [21] 7733652d BaseThreadInitThunk
    [22] 7746c521 RtlUserThreadStart
    Caught at:
    [0] 13fd37153 Star::captureStack
    [1] 13fd37714 Star::fatalException
    [2] 14072f5dc `Star::runMainApplication'::`1'::catch$76
    [3] 7fef84fc220 _C_specific_handler
    [4] 7fef84f29b2 _FrameUnwindFilter
    [5] 77490c21 RtlRestoreContext
    [6] 14047ac22 Star::runMainApplication
    [7] 13fc7ff76 WinMain
    [8] 140668daf __scrt_common_main_seh
    [9] 7733652d BaseThreadInitThunk
    [10] 7746c521 RtlUserThreadStart
    
     
  6. lazarus78

    lazarus78 The Waste of Time

    It doesnt look like you corrected the first error at all. Its the exact same error.
     
  7. lomtic

    lomtic Void-Bound Voyager


    All i am doing didnt help!
     
  8. lazarus78

    lazarus78 The Waste of Time

    What exactly ARE you doing?

    Need details.
     
  9. lomtic

    lomtic Void-Bound Voyager


    Redrawing texture, writing new .object .metadata and .frames
     
  10. lazarus78

    lazarus78 The Waste of Time

    Why are you writing new ones? We've told you what was wrong with what you had? Why didnt you just make those changes?
     
  11. lomtic

    lomtic Void-Bound Voyager

    I am changed that!
     
  12. lazarus78

    lazarus78 The Waste of Time

    Ok... so with those changes... what happened? It still crashes? Then post your new log.
     
  13. lomtic

    lomtic Void-Bound Voyager


    Nothing...

    Code:
    [09:23:39.213] [Info] Root: Preparing Root...
    [09:23:39.214] [Info] Root: Done preparing Root.
    [09:23:39.214] [Info] Client Version 1.3.2 (windows x86_64) Source ID: 4d70cfed23093a8e5abe06d662c6a5610fefc596 Protocol: 743
    [09:23:39.214] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [09:23:39.645] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [09:23:39.666] [Info] Root: Shutting down Root
    [09:23:39.939] [Error] Fatal Exception caught: (ApplicationException) Application threw exception during startup
    [0] 13f6b7153 Star::captureStack
    [1] 13f6b5ede Star::StarException::StarException
    [2] 13f6b5fc8 Star::StarException::StarException
    [3] 13fdf7dc0 Star::ApplicationException::ApplicationException
    [4] 1400af252 `Star::SdlPlatform::SdlPlatform'::`1'::catch$275
    [5] 7fee83fc220 _C_specific_handler
    [6] 7fee83f29b2 _FrameUnwindFilter
    [7] 77490c21 RtlRestoreContext
    [8] 13fdf8040 Star::SdlPlatform::SdlPlatform
    [9] 13fdfac22 Star::runMainApplication
    [10] 13f5fff76 WinMain
    [11] 13ffe8daf __scrt_common_main_seh
    [12] 7733652d BaseThreadInitThunk
    [13] 7746c521 RtlUserThreadStart
    Caused by: (JsonParsingException) Error parsing json: bad string, should be '"' at 6:1
    [0] 13f6b7153 Star::captureStack
    [1] 13f6b5ede Star::StarException::StarException
    [2] 13f64e16d Star::inputUtf32Json<Star::U8ToU32Iterator<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >,char32_t>,Star::JsonBuilderStream,Star::Json>
    [3] 13f658ab7 Star::Json::parseJson
    [4] 13f6df442 Star::DirectoryAssetSource::DirectoryAssetSource
    [5] 13fa5a5b0 std::_Ref_count_obj<Star::DirectoryAssetSource>::_Ref_count_obj<Star::DirectoryAssetSource><Star::String & __ptr64>
    [6] 13fa640c5 std::make_shared<Star::DirectoryAssetSource,Star::String & __ptr64>
    [7] 13fa72176 Star::Root::scanForAssetSources
    [8] 13fa69565 <lambda_629bd0625747976ff7eb77559f7c4f59>::operator()
    [9] 13fa5ae8f std::_Invoker_functor::_Call<<lambda_629bd0625747976ff7eb77559f7c4f59> & __ptr64>
    [10] 13fa5eda6 std::invoke<<lambda_629bd0625747976ff7eb77559f7c4f59> & __ptr64>
    [11] 13fa5c649 std::_Invoke_ret<std::shared_ptr<Star::Assets>,<lambda_629bd0625747976ff7eb77559f7c4f59> & __ptr64>
    [12] 13fa6b886 std::_Func_impl<<lambda_629bd0625747976ff7eb77559f7c4f59>,std::allocator<int>,std::shared_ptr<Star::Assets> >::_Do_call
    [13] 13fa6a337 std::_Func_class<std::shared_ptr<Star::VehicleDatabase> >::operator()
    [14] 13fa5ff53 Star::Root::loadMemberFunction<Star::Assets>
    [15] 13fa6d545 Star::Root::assets
    [16] 13f5fba67 Star::ClientApplication::startup
    [17] 13fdf8040 Star::SdlPlatform::SdlPlatform
    [18] 13fdfac22 Star::runMainApplication
    [19] 13f5fff76 WinMain
    [20] 13ffe8daf __scrt_common_main_seh
    [21] 7733652d BaseThreadInitThunk
    [22] 7746c521 RtlUserThreadStart
    Caught at:
    [0] 13f6b7153 Star::captureStack
    [1] 13f6b7714 Star::fatalException
    [2] 1400af5dc `Star::runMainApplication'::`1'::catch$76
    [3] 7fee83fc220 _C_specific_handler
    [4] 7fee83f29b2 _FrameUnwindFilter
    [5] 77490c21 RtlRestoreContext
    [6] 13fdfac22 Star::runMainApplication
    [7] 13f5fff76 WinMain
    [8] 13ffe8daf __scrt_common_main_seh
    [9] 7733652d BaseThreadInitThunk
    [10] 7746c521 RtlUserThreadStart
    
     
  14. lazarus78

    lazarus78 The Waste of Time

    Those are the same errors that were resolved before.

    Post your WHOLE mod.
     
  15. lomtic

    lomtic Void-Bound Voyager

     

    Attached Files:

  16. lazarus78

    lazarus78 The Waste of Time

    Code:
    {
        "friendlyname": "LomticFurniture",
        "name": "LomFurn",
        "author": "Lomtic",
        "description": "my furniture",
        version: "1"
    }
    
    version is missing its quotations. It should be "version" with quotes.
     
  17. lomtic

    lomtic Void-Bound Voyager

    All ways didnt work
     
  18. lazarus78

    lazarus78 The Waste of Time

    What didnt work? Is it still crashing? You SERIOUSLY need to start posting more details. Just saying "it didn't work" is not helping at all.

    Once again... post your new log...
     
  19. lomtic

    lomtic Void-Bound Voyager

    Code:
    [10:46:59.516] [Info] Root: Preparing Root...
    [10:46:59.517] [Info] Root: Done preparing Root.
    [10:46:59.517] [Info] Client Version 1.3.2 (windows x86_64) Source ID: 4d70cfed23093a8e5abe06d662c6a5610fefc596 Protocol: 743
    [10:46:59.517] [Info] Root: Scanning for asset sources in directory '..\assets\'
    [10:46:59.940] [Info] Root: Scanning for asset sources in directory '..\mods\'
    [10:46:59.966] [Info] Root: Shutting down Root
    [10:48:52.162] [Error] Fatal Exception caught: (ApplicationException) Application threw exception during startup
    [0] 13f167153 Star::captureStack
    [1] 13f165ede Star::StarException::StarException
    [2] 13f165fc8 Star::StarException::StarException
    [3] 13f8a7dc0 Star::ApplicationException::ApplicationException
    [4] 13fb5f252 `Star::SdlPlatform::SdlPlatform'::`1'::catch$275
    [5] 7fef84dc220 _C_specific_handler
    [6] 7fef84d29b2 _FrameUnwindFilter
    [7] 77490c21 RtlRestoreContext
    [8] 13f8a8040 Star::SdlPlatform::SdlPlatform
    [9] 13f8aac22 Star::runMainApplication
    [10] 13f0aff76 WinMain
    [11] 13fa98daf __scrt_common_main_seh
    [12] 7733652d BaseThreadInitThunk
    [13] 7746c521 RtlUserThreadStart
    Caused by: (JsonParsingException) Error parsing json: bad string, should be '"' at 6:1
    [0] 13f167153 Star::captureStack
    [1] 13f165ede Star::StarException::StarException
    [2] 13f0fe16d Star::inputUtf32Json<Star::U8ToU32Iterator<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >,char32_t>,Star::JsonBuilderStream,Star::Json>
    [3] 13f108ab7 Star::Json::parseJson
    [4] 13f18f442 Star::DirectoryAssetSource::DirectoryAssetSource
    [5] 13f50a5b0 std::_Ref_count_obj<Star::DirectoryAssetSource>::_Ref_count_obj<Star::DirectoryAssetSource><Star::String & __ptr64>
    [6] 13f5140c5 std::make_shared<Star::DirectoryAssetSource,Star::String & __ptr64>
    [7] 13f522176 Star::Root::scanForAssetSources
    [8] 13f519565 <lambda_629bd0625747976ff7eb77559f7c4f59>::operator()
    [9] 13f50ae8f std::_Invoker_functor::_Call<<lambda_629bd0625747976ff7eb77559f7c4f59> & __ptr64>
    [10] 13f50eda6 std::invoke<<lambda_629bd0625747976ff7eb77559f7c4f59> & __ptr64>
    [11] 13f50c649 std::_Invoke_ret<std::shared_ptr<Star::Assets>,<lambda_629bd0625747976ff7eb77559f7c4f59> & __ptr64>
    [12] 13f51b886 std::_Func_impl<<lambda_629bd0625747976ff7eb77559f7c4f59>,std::allocator<int>,std::shared_ptr<Star::Assets> >::_Do_call
    [13] 13f51a337 std::_Func_class<std::shared_ptr<Star::VehicleDatabase> >::operator()
    [14] 13f50ff53 Star::Root::loadMemberFunction<Star::Assets>
    [15] 13f51d545 Star::Root::assets
    [16] 13f0aba67 Star::ClientApplication::startup
    [17] 13f8a8040 Star::SdlPlatform::SdlPlatform
    [18] 13f8aac22 Star::runMainApplication
    [19] 13f0aff76 WinMain
    [20] 13fa98daf __scrt_common_main_seh
    [21] 7733652d BaseThreadInitThunk
    [22] 7746c521 RtlUserThreadStart
    Caught at:
    [0] 13f167153 Star::captureStack
    [1] 13f167714 Star::fatalException
    [2] 13fb5f5dc `Star::runMainApplication'::`1'::catch$76
    [3] 7fef84dc220 _C_specific_handler
    [4] 7fef84d29b2 _FrameUnwindFilter
    [5] 77490c21 RtlRestoreContext
    [6] 13f8aac22 Star::runMainApplication
    [7] 13f0aff76 WinMain
    [8] 13fa98daf __scrt_common_main_seh
    [9] 7733652d BaseThreadInitThunk
    [10] 7746c521 RtlUserThreadStart
    
     
  20. lazarus78

    lazarus78 The Waste of Time

    Ok, well at this point, it isn't your mod. Something else is causing the issue. I already tested it on my end and it worked fine.
     

Share This Page