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

operation-holiday-hero does not function at all and a black screen and reloading does nothing to resolve it #15674

Closed
markman12345 opened this issue Mar 21, 2024 · 1 comment · Fixed by #17050
Labels
A-avm2 Area: AVM2 (ActionScript 3) bug Something isn't working xml

Comments

@markman12345
Copy link

Describe the bug

above explains it

Expected behavior

for the game to actually work

Content Location

https://www.numuki.com/game/operation-holiday-hero/

Affected platform

Browser's extension

Operating system

windows 11

Browser

microsoft edge

Additional information

No response

@markman12345 markman12345 added the bug Something isn't working label Mar 21, 2024
@Lord-McSweeney Lord-McSweeney added A-avm2 Area: AVM2 (ActionScript 3) xml labels Mar 21, 2024
@Lord-McSweeney
Copy link
Collaborator

This tries to parse some bad XML:

<?xml version="1.0" encoding="utf-8" ?>
<fonts>
	<font>General</font/>
	<font>Korean</font/>
	<font>Japanese</font/>
	<font>Arabic</font/>
	<font>Hebrew</font/>
	<font>Chinese</font/>
</fonts>

(note the malformed <font> closing tags)

Somehow FP allows this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-avm2 Area: AVM2 (ActionScript 3) bug Something isn't working xml
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants