Modding Help Please help me. FIXED

Discussion in 'Starbound Modding' started by dsmaster7173, Jan 24, 2015.

  1. dsmaster7173

    dsmaster7173 Scruffy Nerf-Herder

    So i'm making a mod called the Star Waker (Coming Soon)
    It crashes
    Im not much of a modder, so. uhm
    yeah
    heres the log file
    (Start of the log file)


    Start logging at: 2015-01-24 23:20:34.497
    [23:20:34.497] Info: Star::Root using bootstrap file 'E:\Steam\steamapps\common\Starbound\win32\sbboot.config'
    [23:20:34.497] Info: Star::Root using storage directory 'E:\Steam\steamapps\common\Starbound\storage_unstable'
    [23:20:34.497] Info: Preparing Star::Root...
    [23:20:34.498] Info: Detected mod 'StarWaker' at '../mods\StarWaker\.'
    [23:20:34.498] Info: Loading Configuration with config file: 'starbound.config'
    [23:20:34.498] Info: Loading Star::Configuration from '.\../storage_unstable\starbound.config'
    [23:20:34.499] Info: Pre-loading Star::Root with 3 assets sources
    [23:20:34.499] Info: Loading Star::Assets from: '../assets/packed.pak'
    [23:20:34.500] Info: Loading Star::Assets from: '../assets/user'
    [23:20:34.500] Info: Loading Star::Assets from: '../mods\StarWaker\.'
    [23:20:34.742] Info: Done preparing Star::Root.
    [23:20:34.742] Info: Client version 'Beta v. Upbeat Giraffe - Update 1' Protocol: 662
    [23:20:34.742] Info: Initialized SDL
    [23:20:34.780] Info: Initialized SDL Video
    [23:20:34.790] Info: Initialized SDL Joystick
    [23:20:34.791] Info: Initialized SDL Sound
    [23:20:34.817] Info: Opened default audio device with 44khz / 16 bit stereo audio, 2048 sample size buffer
    [23:20:34.822] Info: Initializing SDL Window
    [23:20:34.822] Info: Finishing loading Star::Root...
    [23:20:35.242] Info: Writing Star::Configuration to '.\../storage_unstable\starbound.config'
    [23:20:35.833] Info: OpenGL version: '4.5.0 NVIDIA 347.09' vendor: 'NVIDIA Corporation' renderer: 'GeForce GT 620/PCIe/SSE2' shader: '4.50 NVIDIA'
    [23:20:35.833] Info: Created initial window 640x360
    [23:20:35.849] Info: Renderer initialized
    [23:20:36.120] Info: Renderer destroyed
    [23:20:36.120] Info: Initializing SDL Window
    [23:20:36.143] Info: OpenGL version: '4.5.0 NVIDIA 347.09' vendor: 'NVIDIA Corporation' renderer: 'GeForce GT 620/PCIe/SSE2' shader: '4.50 NVIDIA'
    [23:20:36.144] Info: Re-created window 1920x977
    [23:20:36.144] Info: Renderer initialized
    [23:20:36.257] Info: Writing Star::Configuration to '.\../storage_unstable\starbound.config'
    [23:20:38.699] Error: Could not load /player.config asset, using default.
    (AssetException) Could not read variant asset /player.config
    Caused by: (JsonParsingException) Cannot parse json file: /player.config
    Caused by: (JsonParsingException) Error parsing json: unexpected character parsing word at 3:1
    [23:20:38.918] Error: Exception raised during Root finishLoad: (VariantException) Improper conversion to VariantMap from null
    StarException::StarException(String)
    Variant::mapPtr()
    Variant::toMap()
    PlayerFactory::playerFactory()
    Root::load(bool)
    Root::finishLoad()
    _Function_handler<void (), _Bind<ClientApplication::preSplashInitialization()::{lambda()#1} ()> >::(_Any_data)
    ThreadImpl::runThread(void*)
    BaseThreadInitThunk
    RtlInitializeExceptionChain
    RtlInitializeExceptionChain

    [23:20:39.632] Info: Renderer destroyed
    [23:20:39.736] Info: Shutting down Star::Root
    [23:20:40.001] Error: Fatal Exception Caught: (StarException) An error occurred during loading: (VariantException) Improper conversion to VariantMap from null
    ClientApplication::postSplashInitialization()
    ClientApplication::update()
    StarApplicationBase::run()
    _SDL_main
    _console_main


    (End of the log file)

    Help would be appreciated and will be credited in the mods page.[DOUBLEPOST=1422141924][/DOUBLEPOST]Oh god, the emotes are being annoying.
     
    Last edited by a moderator: Jan 24, 2015
  2. Olxinos

    Olxinos Scruffy Nerf-Herder

    Best Answer
    Code:
    (AssetException) Could not read variant asset /player.config
    Caused by: (JsonParsingException) Cannot parse json file: /player.config
    Caused by: (JsonParsingException) Error parsing json: unexpected character parsing word at 3:1
    There's a problem with your player.config (.patch) file, I suggest you to check it (don't forget in upbeat giraffe, the patching system changed, _merge isn't working anymore) or post it if you don't have any clue of what is going wrong.
     
  3. Jonesy

    Jonesy Sarif's Attack Kangaroo Forum Moderator

    Fixed the emotes for you. You can use BB codes to prevent emotes from appearing automatically.

    Code:
    [NOSMILE]
    :)
    [/NOSMILE]
    

    :)
     
    Olxinos likes this.
  4. dsmaster7173

    dsmaster7173 Scruffy Nerf-Herder

    Thanks, you will be credited on the mods page.
    as
    "The guy who stopped emotes from appearing."
     
    Olxinos and Jonesy like this.
  5. Olxinos

    Olxinos Scruffy Nerf-Herder

    Best Answer
    Code:
    (AssetException) Could not read variant asset /player.config
    Caused by: (JsonParsingException) Cannot parse json file: /player.config
    Caused by: (JsonParsingException) Error parsing json: unexpected character parsing word at 3:1
    There's a problem with your player.config (.patch) file, I suggest you to check it (don't forget in upbeat giraffe, the patching system changed, _merge isn't working anymore) or post it if you don't have any clue of what is going wrong.
     
  6. dsmaster7173

    dsmaster7173 Scruffy Nerf-Herder

    Last edited: Jan 25, 2015

Share This Page