Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWindows nightly crashes on startup for some users #22315
Comments
|
I suspect there are still issues with the GStreamer installation on some systems. I will try to look into this. |
|
I don't know if it has any effect but I noticed that gstreamer got installed on my D:\ drive. And I see I got a user variable added GSTREAMER_1_0_ROOT_X86 that points to D:\gstreamer\1.0\x86\ And I can see that uninstalling/reinstalling is removing and adding back the contents of that folder. EDIT: And that folder is also added to my path, buuuut it has an added backslash in it, which makes it not work when simply being copy/pasted into file explorer: |
|
@ferjm do you have any ideas about that issue with the extra backslash? |
|
I tried testing this out by uninstalling Servo and GStreamer from my system and doing a fresh install from scratch. I can confirm that I run into issues when trying to launch Servo using just the installer from servo.org. When I launch Servo I get this error: GStreamer installs to my G: drive and these are the environment variables: Previously if I manually installed GStreamer to C:/gstreamer that would be enough to get Servo to run. I suspect this issue may only occur on setups with multiple drives available. |
|
I have one drive, and I get the same error on launch. I haven't installed any previous versions. I'm running Win10 Pro x64. |
|
I don't think this crash is related to Gstreamer. You would likely be getting error messages about missing dlls. In any case, #22322 should help with the extra backslash. |
|
I don't think #22322 solves the error. I just tested the latest nightly build and get the exact same issue still. |
|
@ferjm I am fairly certain the error is due to the GStreamer files. If I manually install |
|
https://gstreamer.freedesktop.org/documentation/installing/on-windows.html
My guess as to what's happening is there's some issue loading the GStreamer files from non-C: directories but then if there's an installation at C:\gstreamer it will use that instead. That doesn't explain why @kavika13 is having issues with a single drive though. Maybe there's an issue with 32 vs. 64-bit files? |
|
#21968 might help with this. |
Getting the same error on today's build. I ran dependencywalker on servo.exe and got:Operating System: Microsoft Windows NT/2000/XP/2003/Vista based Professional (64-bit), version 6.02.9200 Options Selected:
|
|
If I'm reading that log correctly, it looks like the spidermonkey symbols are a problem. |
|
Is there any test that could be written to catch this type of issue? |
|
For me it's crashing on start without displaying any error message, and exit code is I believe it's panicking, but after changing it to console app via |
|
is the reason for crashing understood yet? |
|
Using the latest installer, after installing running it now brings up a blank window and immediately vanishes, presumably silently crashing with no dialog. Dependencywalker shows one less error than before so I guess that's progress. Error: At least one required implicit or forwarded dependency was not found. The "Modules with different CPU types were found." error is no longer listed. No idea if it's useful but inside servo.exe it lists c:\program files\mozilla research\servo tech demo\LIBSSLMD.DLL and inside that is the following with functions that have "not bound" listed for their entry point: c:\program files\mozilla research\servo tech demo\VCRUNTIME140.DLL API-MS-WIN-CRT-TIME-L1-1-0.DLL API-MS-WIN-CRT-STRING-L1-1-0.DLL API-MS-WIN-CRT-UTILITY-L1-1-0.DLL |
|
@Mardeg what version of Windows are you using? |
|
I installed the nightly yesterday, directly over the other one, without uninstalling. It is now launching correctly for me, and not crashing when I try a few sites. Was not working for me before. |
|
Also working for me. Thanks! |
|
I think this can be closed now as it sounds like the issue has been fixed. @Mardeg if you are still having issues with running the Windows build could you please open a new issue report as that doesn't appear to be the same issue that others were running into. |



@samal84 reported in #21820 (comment) that the Windows nightly installer produces an installation that crashes at startup. @samal84 could you attach a screenshot of the error that you see?