You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "iamsubratp (via GitHub)" <gi...@apache.org> on 2023/02/13 01:22:18 UTC

[GitHub] [maven-mvnd] iamsubratp commented on issue #786: Regression "WARNING: Unable to create a system terminal, creating a dumb terminal"

iamsubratp commented on issue #786:
URL: https://github.com/apache/maven-mvnd/issues/786#issuecomment-1427199271

   I am seeing similar error when running gradle run for the application. I cannot seem to run it from intellij as well.
   
   ./gradlew run                                                                                                                           789  20:18:08 
   
   > Task :app:run
   Feb 12, 2023 8:18:16 PM org.jline.utils.Log logr
   WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information)
   ? Player 0, Current bid is 0, do you want to bid or pass? Exception in thread "main" java.lang.IllegalArgumentException: Invalid Char code: -1
           at com.github.kinquirer.core.KInquirerReaderHandlerNewTerminal.handleInteraction(ReaderHandler.kt:28)
           at com.github.kinquirer.KInquirer$prompt$1.invoke(KInquirer.kt:17)
           at com.github.kinquirer.KInquirer$prompt$1.invoke(KInquirer.kt:13)
           at com.github.kinquirer.KInquirer.runTerminal(KInquirer.kt:33)
           at com.github.kinquirer.KInquirer.prompt(KInquirer.kt:13)
           at com.github.kinquirer.components.InputKt.promptInput(Input.kt:98)
           at com.github.kinquirer.components.InputKt.promptInput$default(Input.kt:90)
   
   
   > Task :app:run FAILED
   
   FAILURE: Build failed with an exception.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org