-
-
Notifications
You must be signed in to change notification settings - Fork 831
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
Errors on Snack Dash when using website wrapper #8365
Comments
The character falls through the floor because To make this easier to test, I've hacked out the faulty Flash Player version check. Here's the hacked SWF: The glitched graphics are actually due to a problem with Adobe Flash Player. At some point between Flash Player versions 9 and 10, something changed that broke this game. It's quite a funny coincidence, considering that the broken Flash Player version check inadvertently blocks Flash Player versions 10 and above for being less than 8. (This is a surprisingly common thing for old Flash games though - before the release of Flash Player 10, a lot of games would only check the first digit of the Flash Player version.) Anyway, the game is perfectly playable in the Flash Player 9 projector from here: https://archive.org/details/MacromediaFlashProjectors.7z |
Just tested the hacked version, works exactly as intended |
Character no longer seems to be falling through the floor as of the latest nightly now that #10209 is merged in. |
And thanks to #8961, the player version can be spoofed, for example in the desktop player you can use the command-line option |
Downloaded the latest nightly just to test, can confirm |
Describe the bug
Character falls through the floor
How to reproduce:
Played through via https://www.newgrounds.com/portal/view/347912/format/flash?emulate=flash
Expected behavior
Game loading level graphics and collision properly
Affected platform
Browser's extension
Operating system
Windows 10
Browser
Firefox 106.0.1
Additional information
Shockwave version check also happens when played via Newgrounds Player
Collision does load properly with it, but graphics aren't right on it either
Must be due to the bypassing of the version check
Could perhaps be skipped by spoofing the expected version
The text was updated successfully, but these errors were encountered: