Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Crash #21

Closed
VMGuy23 opened this issue May 3, 2021 · 21 comments
Closed

Crash #21

VMGuy23 opened this issue May 3, 2021 · 21 comments
Labels
bug Something isn't working

Comments

@VMGuy23
Copy link
Contributor

VMGuy23 commented May 3, 2021

Severity of issue: Kinda high
Describe the bug and how to recreate it:
Do lime test html5 -debug and play through week 6, after textboxes the game freezes
Extra notes:

@VMGuy23 VMGuy23 added the bug Something isn't working label May 3, 2021
@aflacc
Copy link
Owner

aflacc commented May 3, 2021

I don't think theres a mp3 version of something in week 6. HTML5 uses mp3 instead of ogg. If it tries to play a sound that doesn't exist in the builds format (HTML5 and mp3, Windows and ogg) it will crash.

@VMGuy23
Copy link
Contributor Author

VMGuy23 commented May 3, 2021

Good to know, maybe see if it's in ninjamuffin99/Funkin and copy it from there

@aflacc
Copy link
Owner

aflacc commented May 3, 2021

Check your files for any sounds that have an ogg but not mp3. You can use apps like audacity to convert them and get an mp3 version too

@VMGuy23
Copy link
Contributor Author

VMGuy23 commented May 3, 2021

Yeah I have audacity, I'll check and might manually copy from ninjamuffin99's one

@aflacc
Copy link
Owner

aflacc commented May 3, 2021

when does the crash happen is it like on thorns

@VMGuy23
Copy link
Contributor Author

VMGuy23 commented May 3, 2021

Just after cutscene ends on thorns yep

@VMGuy23
Copy link
Contributor Author

VMGuy23 commented May 3, 2021

I noticed no OGG's in compiled when they are in source code

@aflacc
Copy link
Owner

aflacc commented May 3, 2021

its because these files dont have a mp3 variant:
intro1-pixelevil intro2-pixelevil intro3-pixelevil introGo-pixelevil

@aflacc
Copy link
Owner

aflacc commented May 3, 2021

I would assume that south going to monster will also crash. so BIGTHUNDER also will need a mp3

@aflacc
Copy link
Owner

aflacc commented May 3, 2021

if you create them you could even create a pull rq or send me them on discord and ill put them in the files

@VMGuy23
Copy link
Contributor Author

VMGuy23 commented May 3, 2021

Does -pielevil even exist as an ogg?

@aflacc
Copy link
Owner

aflacc commented May 3, 2021

yeah click the links I sent

@aflacc
Copy link
Owner

aflacc commented May 3, 2021

they are all inassets/shared/sounds

@aflacc
Copy link
Owner

aflacc commented May 3, 2021

also all those sounds are projectfnf sounds and do not exist in the original game

@VMGuy23
Copy link
Contributor Author

VMGuy23 commented May 3, 2021

About to make pull request just converting them into mp3s

@aflacc
Copy link
Owner

aflacc commented May 3, 2021

projectfnfs first pr!!! :D

@VMGuy23
Copy link
Contributor Author

VMGuy23 commented May 3, 2021

Yep, also found errorMenuNeo.ogg to convert

@aflacc
Copy link
Owner

aflacc commented May 3, 2021

Yep, also found errorMenuNeo.ogg to convert

that one goes completely unused

@VMGuy23
Copy link
Contributor Author

VMGuy23 commented May 3, 2021

I know, but could be used later so might as well convert it

@aflacc
Copy link
Owner

aflacc commented May 3, 2021

okie

@VMGuy23
Copy link
Contributor Author

VMGuy23 commented May 3, 2021

Created PR, I will now close this

@VMGuy23 VMGuy23 closed this as completed May 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants