-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
mrv2 won't start on windows 11 #321
Comments
Some things to check:
|
|
What does your PATH environment look like. Since you are confortable with cmd.exe, do: echo %PATH% There can be issues if your mrv2 path points to, for example, OpenUSD libraries of a DCC application or some older install. The recommendation for mrv2 is to not add mrv2 to your path during the installation when it asks you to. |
Try: cd C:\Program Files\mrv2-v1.3.1\bin That way we can rule a path conflict. |
hmmm... nothing changed unfortunately. |
Ok. Then it is likely a hardware or driver issue. Not my area of expertise, unfortunately. Let me compile a small version of mrv2 with debugging and some print statements. I'll get back to you. |
BTW, does: mrv2 -h print anything? |
No, it doesn't. |
Ok. Install this beta of v1.3.1 (minimal functionality) and run it from the command-line: https://mega.nz/file/2fhTULCQ#yIQk0csnFz2pFAkeDAPyYPk5KnYs8TwdGlhw4L6XlBE If it is not a hardware or driver issue, it should print out something. |
Oops! Sorry. I uploaded the wrong version without any print statements. Try this one: https://mega.nz/file/OH4VXb4K#tjmpx6Zv0jJcI1WuAuASpa6_iBEn3zuGr4je_5GfbJc |
I've tried, but this doesn't seem to change either. |
Oh, well. I've run out of options. It is likely a DLL issue. You can try opening the executable with Dependency Walker to verify what DLLs it uses. |
2024-12-13.21-22-37.mp4I am not sure if I am using it correctly since I am not familiar with Dependency Walker, but here is the result of opening it when I selected mrv2.exe from the menu in the upper left corner. |
Actually, Dependency Walker is an old tool and has some issues showing dependencies. Try with the open source "Dependencies" (I'm new to it myself): https://github.com/lucasg/Dependencies Uncompress the zip to a directory, run DependenciesGUI.exe and do a File->Open for mrv2.exe (not the versioned one) in the mrv2-1.3.0/bin directory. It should show something like this for the full mrv2-1.3.0: If you see any DLL missing, we may have found the culprit. |
I am afraid this is as far as my Windows knowledge goes. I think something is definitively broken on your Windows 11 (is it Pro? or normal?). You will need to contact Microsoft or try a Repair/Reinstall. I am leaving mrv2-v1.3.1 (minimal versions with full debug symbols on here which you can share with Microsoft). These rely on the Microsoft debug runtime and will only run if you install the MSVC 2022 compiler. You can also try that if you are adventuruous. .exe: .zip: |
I was thinly and convinced that there was something wrong with my computer environment, but it seems that this is indeed the case. Anyway, thanks for all your help! |
Describe the bug
When I start mrv2, it exits without displaying anything. It doesn't even throw up a crash log.
To Reproduce
what I did is:
mrv2.exe
andmrv2.exe -log
Please tell me if there is another thing that I can do.
Screenshots
2024-12-11.16-56-34.mp4
Explorer on the right side of the video is a file search in
C:\Users\UserNAME\AppData\Local\Temp
Desktop (please complete the following information):
Additional context
I'm not certain if this happans because of Windows 11 or not.
I use japanese on Windows, but it probably doesn't matter because it works correctly on another computer which is Windows 10.
The same thing happens with the Portable version of mrv2.
The text was updated successfully, but these errors were encountered: