Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

[Bug]: Blank terminal window pops up on install #58

Closed
1 task done
Madis0 opened this issue Jan 3, 2023 · 7 comments
Closed
1 task done

[Bug]: Blank terminal window pops up on install #58

Madis0 opened this issue Jan 3, 2023 · 7 comments
Labels
bug Something isn't working
Milestone

Comments

@Madis0
Copy link
Member

Madis0 commented Jan 3, 2023

Code of Conduct

  • I agree to follow this project's Code of Conduct

What happened?

Upon clicking the install button, a blank terminal window pops open. That doesn't seem necessary, just launch whatever you need from Python's OS commands.

Version

Beta release

What platform are you using?

Windows

How did you download the software?

GitHub Releases

Relevant log output

No response

Additional data and screenshots

No response

@Madis0 Madis0 added the bug Something isn't working label Jan 3, 2023
@osfanbuff63 osfanbuff63 added this to the Full Release milestone Jan 3, 2023
@osfanbuff63
Copy link
Member

this doesn't happen with me, don't know what's happening here

@Madis0
Copy link
Member Author

Madis0 commented Jan 3, 2023

image

@osfanbuff63
Copy link
Member

image

Oh...maybe it's using java.exe instead of javaw.exe? It's supposed to use javaw on Windows, but the underlying mll function could be getting that path instead somehow?

@Madis0
Copy link
Member Author

Madis0 commented Jan 3, 2023

image

(hovering on that tab)

@osfanbuff63
Copy link
Member

https://gitlab.com/JakobDev/minecraft-launcher-lib/-/blob/master/minecraft_launcher_lib/utils.py#L89

Yeah, this doesn't get the path to javaw.exe (instead java.exe), so I'm going to have to change that section to being done manually.

@osfanbuff63
Copy link
Member

This should be fixed in the next build.

@osfanbuff63
Copy link
Member

Correction: This is fixed now, with the update to minecraft_launcher_lib. (I think I bumped that?)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants