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

Hangs at startup on Windows + work around #7918

Open
quintesse opened this issue Sep 25, 2024 · 13 comments
Open

Hangs at startup on Windows + work around #7918

quintesse opened this issue Sep 25, 2024 · 13 comments

Comments

@quintesse
Copy link

Not really sure what's going on but after installing and running the app there's this dialog that pops up that's completely white (no borders, no icons, no titlebar) and that's inactive (tried clicking everywhere).

Waited for a long time but it wouldn't continue so the only thing I could do was to kill the process.

I then tried running it from a console to see if there were any errors, but none showed, just a bunch of very normal looking log messages.

Finally, seeing there was also a bash script in the same folder as the autopsy64.exe I fired up my Git Bash and started the app using the script and everything worked fine.

@Geozstevenzz
Copy link

Same problem. Application dowsnt launch and stays suspended in task manager.
Screenshot_8
Dead white screen.

@simsong
Copy link
Member

simsong commented Dec 14, 2024

How are you making the application? Are you compiling from sources or downloading the release? Do you see this behavior on the math machine? Do you see this behavior with the official distribution on your machine? How about with the official distribution on another machine?

@markmckinnon
Copy link
Contributor

Can you move the white screen around to see if there is a pop up behind it that needs attention.

@quintesse
Copy link
Author

quintesse commented Dec 16, 2024

@markmckinnon no, there's nothing behind it.

Edit: also, you can't right-click and select close on the taskbar icon either, it will just ignore it. You have to manually kill it using the task manager.

@markmckinnon
Copy link
Contributor

markmckinnon commented Dec 16, 2024 via email

@quintesse
Copy link
Author

Sure, here you are (lots of exceptions!)

messages.log

@Geozstevenzz
Copy link

Geozstevenzz commented Dec 17, 2024

Here is mine as well
messages.log

There is no pending dialogue box behind the white screen and I am using the release version. I am not building

@markmckinnon
Copy link
Contributor

@Geozstevenzz @quintesse Do either one of you have JDK or JRE installed as a standalone app? If so what versions?

@Geozstevenzz
Copy link

Version 17.0.10
Uploading Screenshot_10.png…

@markmckinnon
Copy link
Contributor

@Geozstevenzz is that installed to fullfill a requirement for some other software on your computer. if not then what happens if you uninstall it. If it is a requirement for some other software then do not uninstall it. Autopsy comes packaged with a JRE so it does not require you to install java to run it.

@quintesse
Copy link
Author

@markmckinnon yeah, I'm pretty sure our local JDKs are getting preference over the included JDK. Because my default JDK is 17.0.11, if I switch it to 11.0.23 Autopsy starts correctly (which I'm guessing works because in 11 JavaFX was still distributed with the JDK by default while from 17 onwards that is no longer the case)

@markmckinnon
Copy link
Contributor

@quintesse I would agree that is what is happening in your case. Is your local JDKs also included in your PATH? If you could remove that temporarily then you can see if Autopsy would start then.

@quintesse
Copy link
Author

@markmckinnon yes, in that case it starts just fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants