Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"lateinit property default has not been initialized" #17

Closed
copygirl opened this issue Aug 5, 2019 · 1 comment
Closed

"lateinit property default has not been initialized" #17

copygirl opened this issue Aug 5, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@copygirl
Copy link

copygirl commented Aug 5, 2019

Voodoo build: 118
Workspace setup:

java -jar bootstrap-voodoo.jar
./gradlew createPack --id hardcorebytes --mcVersion 1.12.2 --title "Hardcore Bytes"

Pack file: hardcorebytes.voodoo.jar
Command run:

java -jar bootstrap-voodoo.jar packs/hardcorebytes.voodoo.kts build - test mmc

Full output: voodoo.log

11:00:54.956 [main] .(Directories.kt:91)                INFO  - Using XDG directories
11:00:54.975 [main] .(Voodoo.kt:74)                     DEBUG - id: hardcorebytes
Exception in thread "main" kotlin.UninitializedPropertyAccessException: lateinit property default has not been initialized
        at voodoo.util.SharedFolders$RootDir.getDefault(SharedFolders.kt:13)
        at voodoo.util.SharedFolders$RootDir$resolver$1.invoke(SharedFolders.kt:14)
        at voodoo.util.SharedFolders$RootDir$resolver$1.invoke(SharedFolders.kt:11)
        at voodoo.util.SharedFolders$RootDir.get(SharedFolders.kt:15)
        at voodoo.Voodoo.main(Voodoo.kt:76)
@NikkyAI NikkyAI added the bug Something isn't working label Aug 7, 2019
@NikkyAI
Copy link
Collaborator

NikkyAI commented Aug 8, 2019

fixed in 4412ee6

@NikkyAI NikkyAI closed this as completed Aug 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants