Suddenly, Crashes, crashes on startup

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

gekidoku

New Member
Jul 29, 2019
5
0
0
Hello fellow FTB-ers, (or forgecrafters)
I have been playing direwolf20's pack for a while but today when i attempted to start the pack it suddenly crashed on startup.

Here is the pastebin http://pastebin.com/VsztWsDx

Thanks in advance,
Gekidoku
 

Staxed

New Member
Jul 29, 2019
1,019
-2
0
you made changes to configs in one of your mods, you need to fix the error you made...

Code:
Caused by: java.lang.RuntimeException: Unknown character ' ' in 'C:/Users/Gekidoku/Desktop/config/denoflionsx/denLibCore/updater.cfg:1'

or installed a new mod that has an error in it's config?
 

gekidoku

New Member
Jul 29, 2019
5
0
0
Nope its all default settings

When i open the file mentioned in the error with netbeans its empty, maybe thats a cause.

edit:
think i found a cause, i apperantly have 2 config folders, one on the desktop like in the error and one in Desktop/direwolf20mapthingyname (2 lazy to alt tab). the config file on the desktop folder is empty, but the one in the direwolf pack folder contains data and a 2nd map, so i since ftb launcer calls for the one on the desktop im going to try and replace that one with the one that contains data.

also in the direwolf20/config folder there is a folder with forestry but that one is missing, in one of the lower lines it calls for it but says it cant be initialized, so im going to copy the folder over so their the same on both locations.
 

gekidoku

New Member
Jul 29, 2019
5
0
0
Now its saying:
Code:
[COLOR=#000000]Caused by: java.lang.RuntimeException: Unknown character ' ' in 'C:/Users/Gekidoku/Desktop/config/denoflionsx/denLibCore/updater.cfg:13'[/COLOR]

Contents of updater.cfg
Code:
# Configuration file
 
####################
# updater
####################
 
updater {
    # This just tells you there is an update.
    S:updater_alert=true
 
    # You might want to disable this on servers.
    S:updater_enabled=false
}

going to try a new install location to see what changes
 

gekidoku

New Member
Jul 29, 2019
5
0
0
Fixed it.
My steps:
1. Deleted the old config folder (the C:/Users/Gekidoku/Desktop/config one)
2. Changed the install folder trough the FTB launcher
3. Started the direwolf 20 pack.

so i guess the launcher was confused about which config folder to use, so it took the one that was in a more top layer if you know what i mean.
and that config file was incomplete/corrupt i figure
 
Status
Not open for further replies.