Unable to run daily snapshots

Ask for help with ScummVM problems

Moderator: ScummVM Team

User avatar
CaptainJei
Posts: 200
Joined: Wed Jun 15, 2011 3:57 am

Unable to run daily snapshots

Post by CaptainJei »

I've been downloading and running the daily snapshots of ScummVM for years now, but as of the past week I get an error whenever I try to run the latest snapshots.

It reads:

scummvm.exe - Application Error
The application was unable to start correctly (0xc000007b).
Click OK to close the application.

I'm running 64-bit Windows 10.
User avatar
rootfather
ScummVM Lead
Posts: 173
Joined: Tue Mar 31, 2015 11:59 am
Location: Germany
Contact:

Re: Unable to run daily snapshots

Post by rootfather »

scummvm.exe - Application Error
The application was unable to start correctly (0xc000007b).
This error indicates that there's a missing .dll file in the ScummVM package.

Are you using the builds from our buildbot or the nightly builds provided by Kirben?
digitall
ScummVM Developer
Posts: 1172
Joined: Thu Aug 02, 2012 1:40 pm

Re: Unable to run daily snapshots

Post by digitall »

CaptainJei: If this is the buildbot snapshots, then you canm download the last two weeks of snapshots from here (back to 12th December) so can you be more exact about which is the first broken package?:
https://buildbot.scummvm.org/snapshots/master/

The only Win32 related changes were on 16th so might be around then....
User avatar
CaptainJei
Posts: 200
Joined: Wed Jun 15, 2011 3:57 am

Re: Unable to run daily snapshots

Post by CaptainJei »

Thanks. I was running the nightly builds. I downloaded the most current 64-bit buildbot version and it runs fine.
User avatar
CaptainJei
Posts: 200
Joined: Wed Jun 15, 2011 3:57 am

Re: Unable to run daily snapshots

Post by CaptainJei »

I tried the nightly build again and got the same error.

Personally, the buildbot works fine for me, but I wonder if anyone else might be having trouble with the nightly build snapshots. Let me know if you'd like me to try anything.
NLS
Posts: 127
Joined: Sun Jan 08, 2006 4:43 pm
Location: Greece
Contact:

Re: Unable to run daily snapshots

Post by NLS »

Same here.

Daily fails (same for residual btw) with 7b (dll missing) error.

Buildbot kind of works (finds many errors trying to render the interface).

(Unfortunately there is no residual buildbot option for Windows x64)
User avatar
rootfather
ScummVM Lead
Posts: 173
Joined: Tue Mar 31, 2015 11:59 am
Location: Germany
Contact:

Re: Unable to run daily snapshots

Post by rootfather »

What worries me a bit is that I cannot replicate the issues you guys report on my Windows 10 installation...
Kirben
Posts: 421
Joined: Wed Sep 21, 2005 12:15 pm
Location: Melbourne, Victoria, Australia

Re: Unable to run daily snapshots

Post by Kirben »

That error usually means a DLL mismatch on Windows, like using a 32 bit DLL with a 64 bit program.

Try deleting the SDL.dll and SDL2.dll files, and downloading the correctly Runtime Binaries from http://www.libsdl.org/index.php
UrQuan
Posts: 13
Joined: Wed Oct 10, 2018 5:27 am

Re: Unable to run daily snapshots

Post by UrQuan »

I get an assertion when running both the daily build and the buildbot one's:

Code: Select all

Assertion failed: !filename.empty(), file common/file.cpp, line 46
Could be something unrelated then, but it did start around the same time, and like CaptainJei I've been running the snapshots before this for years without problems.
Using the newer SDL binaries doesn't help, but in ScummVM 2.0 they do produce an unrelated bug where the mouse cursor freezes briefly every three seconds.
Tribun
Posts: 5
Joined: Mon Jan 21, 2019 5:27 pm

Re: Unable to run daily snapshots

Post by Tribun »

I have the same problem.
  • Kirben's snapshot won't start at all, Windows just saying the program doesn't work.
  • Buildbot (32 and 64) gets the Assertion error.
  • Latest Stable Build does work (though it does have its own quirks), but that one is a year old.
I don't know why it doesn't work anymore, in the past there was no problem at all. There can't be something wrong with my Windows 7, since 2.0.0 works fine without problem. This is annoying since I honestly want to test to find errors so they can be fixed.
digitall
ScummVM Developer
Posts: 1172
Joined: Thu Aug 02, 2012 1:40 pm

Re: Unable to run daily snapshots

Post by digitall »

I am not a Windows expert, but you need a backtrace from the point of the assertion with a debugger if you / we could start investigating this. See:
https://wiki.documentfoundation.org/How ... ith_WinDbg
Tribun
Posts: 5
Joined: Mon Jan 21, 2019 5:27 pm

Re: Unable to run daily snapshots

Post by Tribun »

Well, I hope someone does that and finds out what got broken. I for my part have no clue of such things.
User avatar
Praetorian
ScummVM Developer
Posts: 786
Joined: Tue May 08, 2007 8:54 am
Location: Greece
Contact:

Re: Unable to run daily snapshots

Post by Praetorian »

Maybe this is related, because this happened to me today with the latest w32 daily snapshot (mingw-w32-master-364a2aa0) on Windows 10 x64. The error I got was the assertion fault in common/file.cpp that @Tribun mentioned.

Steps to reproduce were:
1. Run scummvm.exe (loaded fine for me, modern theme, English GUI language)
2. go to "Options..."
3. Choose "Misc" tab
4. Switch theme to "ScummVM classic theme (build in version)"
5. Press the "Choose" button.
6. Press the "Apply" or "Ok" button.

I get the assertion fault after that.
I am able to spam the ignore button on the assertion fault dialogue prompt and get through to the ScummVM GUI, but if I quit ScummVM (after okaying the Classic Theme) and relaunch scummvm.exe I'll get the assertion fault right away (I can still spam the ignore option to get to the main GUI menu).

So, maybe it's a classic theme related issue?
digitall
ScummVM Developer
Posts: 1172
Joined: Thu Aug 02, 2012 1:40 pm

Re: Unable to run daily snapshots

Post by digitall »

Praetorian: I can replicate this with the latest buildbot snapshot running under WinXP 32-bit. As you say, it is triggered by switching to the Classic Theme, either built in or external. I tried the debugging tools, but couldn't manage to get a backtrace easily. I can't reproduce with local Linux x86_64 build so looks to be something specific to Windows.

I think this could possibly be a font loading issue triggered by the change ... Aha ... I think bgk might have fixed this... so try the next nightly:
https://github.com/scummvm/scummvm/comm ... a1466f1334
User avatar
Praetorian
ScummVM Developer
Posts: 786
Joined: Tue May 08, 2007 8:54 am
Location: Greece
Contact:

Re: Unable to run daily snapshots

Post by Praetorian »

@digitall yes, I've tried bgk's fix with a custom build and it works ok!

@Tribun, @UrQuan let us know if the next official daily development build (from buildbot) fixes the issue for you.
Post Reply