I had this EXACT same issue just a few minutes ago, I have an AMD Radeon 560 smth, and my drivers were outdated. Update your graphics card drivers if they are outdated, otherwise, your graphics card is probably OLD. I hope this works :) I am sending this same thing to anyone else who has this problem, because I was DESPERATE for answers.
Got a strange problem after downloading version 10. The scroll seems to be locked at 1x despite the songs I'm playing. Which really makes it difficult to play.
Restarting the song/dying seems to fix it, also there's already another patch? Guess things are a bit messy. Keep up the great work!
Yeah the latest update fixed this issue. A-bot visualizer still doesn't work, tho.
Tuve EXACTAMENTE el mismo problema hace unos minutos, tengo una AMD Radeon 560 smth y mis controladores estaban desactualizados. Actualice los controladores de su tarjeta gráfica si están desactualizados; de lo contrario, su tarjeta gráfica probablemente sea ANTIGUA. Espero que esto funcione :) Le envío lo mismo a cualquiera que tenga este problema, porque estaba DESESPERADO por respuestas. Disculpe si esto commentario es un poco dificil por comprender. Yo apprendo espanol pero no se todos los palabras por algunas cosas :(
If this game is going to be sold on steam, I want it to be released later because I don't have the money until the end of the year. Also, this game is awesome, but it will be wrong in Week 8!! Why?Also, I hope there is Chinese.因为我是个中国人,thank you.
I had this EXACT same issue just a few minutes ago, I have an AMD Radeon 560 smth, and my drivers were outdated. Update your graphics card drivers if they are outdated, otherwise, your graphics card is probably OLD. I hope this works :) I am sending this same thing to anyone else who has this problem, because I was DESPERATE for answers.
I have an AMD Radeon 7 graphics and I know my drivers are outdated beacuse some other games have requested to update them, but when I'm searching for my drivers in the official AMD page, I can't find them. But is that the reason? Beacuse those other games I can play them even with my drivers outdated
https://www.fnfgo.com/fnf-full-week/ If you dont wanna install old fnf but still wanna play old fnf then go to that link, hurry up though, the time i checked that link it was still the week 7 version
This is a different version of the same problem I had... but still try this:
I had this EXACT same issue just a few minutes ago, I have an AMD Radeon 560 smth, and my drivers were outdated. Update your graphics card drivers if they are outdated, otherwise, your graphics card is probably OLD. I hope this works :) I am sending this same thing to anyone else who has this problem, because I was DESPERATE for answers.
the fact that when people tell you how to install mac fnf they read the gate keeper messages but still run the game anyways, i just dont play the game if it gets a gatekeeper warning cause of that one time i tried to download parappa for mobile and it gave my phone a virus.
the devs probably already know this, but im saying here just in case. in the web version, the long-note trail's textures arent loading. theyre just black boxes. only on the web verision, the itch.io build is fine
they say they made the game better for optimization, but the game sometimes freezes for some reason every time pico shoots a can. i mean i sure they did optimize the game in some places, but its also worse in others
I had this EXACT same issue just a few minutes ago, I have an AMD Radeon 560 smth, and my drivers were outdated. Update your graphics card drivers if they are outdated, otherwise, your graphics card is probably OLD. I hope this works :) I am sending this same thing to anyone else who has this problem, because I was DESPERATE for answers.
Listen. I love fnf. I love this new update. I do not love it enough to go through all the trouble and confusion and maybe tears that comes with updating my graphics driver or otherwise replacing my graphics card to play fnf.
if anything I feel like this really encourages them adding an auto-update function sometime down the line. also the version backpedaled to 0.3.1 what the
← Return to game
Comments
Log in with itch.io to leave a comment.
yo soy luigi mama mia
luigi.exe soy amigo de mario madness
i always get this error everytime i try to go to freeplay
---------------------------
Error
---------------------------
[openfl.display.Shader] ERROR: Error compiling fragment shader
Fragment shader failed to compile with the following errors:
ERROR: 0:65: error(#132) Syntax error: "sample" parse error
ERROR: error(#273) 1 compilation errors. No code generated
#version 100
#ifdef GL_ES
#ifdef GL_FRAGMENT_PRECISION_HIGH
precision highp float;
#else
precision mediump float;
#endif
#endif
varying float openfl_Alphav;
varying vec4 openfl_ColorMultiplierv;
varying vec4 openfl_ColorOffsetv;
varying vec2 openfl_TextureCoordv;
uniform bool openfl_HasColorTransform;
uniform vec2 openfl_TextureSize;
uniform sampler2D bitmap;
uniform bool hasTransform;
uniform bool hasColorTransform;
vec4 flixel_texture2D(sampler2D bitmap, vec2 coord)
{
vec4 color = texture2D(bitmap, coord);
if (!hasTransform)
{
return color;
}
if (color.a == 0.0)
{
return vec4(0.0, 0.0, 0.0, 0.0);
}
if (!hasColorTransform)
{
return color * openfl_Alphav;
}
color = vec4(color.rgb / color.a, color.a);
mat4 colorMultiplier = mat4(0);
colorMultiplier[0][0] = openfl_ColorMultiplierv.x;
colorMultiplier[1][1] = openfl_ColorMultiplierv.y;
colorMultiplier[2][2] = openfl_ColorMultiplierv.z;
colorMultiplier[3][3] = openfl_ColorMultiplierv.w;
color = clamp(openfl_ColorOffsetv + (color * colorMultiplier), 0.0, 1.0);
if (color.a > 0.0)
{
return vec4(color.rgb * color.a * openfl_Alphav, color.a * openfl_Alphav);
}
return vec4(0.0, 0.0, 0.0, 0.0);
}
uniform vec2 size;
uniform vec4 color;
void main()
{
vec4 sample = flixel_texture2D(bitmap, openfl_TextureCoordv);
if (sample.a == 0.) {
float w = size.x / openfl_TextureSize.x;
float h = size.y / openfl_TextureSize.y;
if (flixel_texture2D(bitmap, vec2(openfl_TextureCoordv.x + w, openfl_TextureCoordv.y)).a != 0.
|| flixel_texture2D(bitmap, vec2(openfl_TextureCoordv.x - w, openfl_TextureCoordv.y)).a != 0.
|| flixel_texture2D(bitmap, vec2(openfl_TextureCoordv.x, openfl_TextureCoordv.y + h)).a != 0.
|| flixel_texture2D(bitmap, vec2(openfl_TextureCoordv.x, openfl_TextureCoordv.y - h)).a != 0.)
sample = color;
}
gl_FragColor = sample;
}
---------------------------
OK
---------------------------
I had this EXACT same issue just a few minutes ago, I have an AMD Radeon 560 smth, and my drivers were outdated. Update your graphics card drivers if they are outdated, otherwise, your graphics card is probably OLD. I hope this works :) I am sending this same thing to anyone else who has this problem, because I was DESPERATE for answers.
THEY DIDNT SPEND THE KICKSTARTER MONEY ON CRACK AFTER ALL!!
when i dowload the game it have no sound, i reinstall but still the problem
it's muted by default. press 0 or + to unmute.
didnt work :(
yall better not take 3 years again
Oh and also the a-bot visualizer still doesn't work
happens after song 3, the fourth song crashed the game.
also this thing is back again.
try not extracting it then play it through the winrar file if you use it
Pls add the android version! This is good because can spam like JS ENGINE!
Got a strange problem after downloading version 10. The scroll seems to be locked at 1x despite the songs I'm playing. Which really makes it difficult to play.
Restarting the song/dying seems to fix it, also there's already another patch? Guess things are a bit messy. Keep up the great work!
Yeah the latest update fixed this issue. A-bot visualizer still doesn't work, tho.
If this game is going to be sold on steam, I want it to be released later because I don't have the money until the end of the year. Also, this game is awesome, but it will be wrong in Week 8!! Why?Also, I hope there is Chinese.因为我是个中国人,thank you.
是的,我也希望有中文
(Yes,I also hope to have Chinese.)
:)
:)
if you have trouble playing on mac and it crashes after loading then download the itch.io app then download from there. it worked for me
tysm bro 🙏
I had this EXACT same issue just a few minutes ago, I have an AMD Radeon 560 smth, and my drivers were outdated. Update your graphics card drivers if they are outdated, otherwise, your graphics card is probably OLD. I hope this works :) I am sending this same thing to anyone else who has this problem, because I was DESPERATE for answers.
I have an AMD Radeon 7 graphics and I know my drivers are outdated beacuse some other games have requested to update them, but when I'm searching for my drivers in the official AMD page, I can't find them. But is that the reason? Beacuse those other games I can play them even with my drivers outdated
Same here, I could play EVERY other game except this one... when you say AMD Radeon 7, do you mean AMD Radeon 700X or smth?
No, in my pc literally says this thing: AMD A10-9700 RADEON R7, 10 COMPUTE CORES 4C+6G 3.50 GHz
Hmmm... I found this https://www.amd.com/en/support/download/drivers.html
It should detect your graphics card and install it's latest drivers... not certain if it will work, but it is worth a try
i was playing bad on erect spookeez and the scared animation for boyfriend was playing on the death screen instead of the actual death animation
finally, week 8! ...I'm 20 now... holy.
wow your 20 i was 9 when fnf was week 7 now im 82
https://www.fnfgo.com/fnf-full-week/ If you dont wanna install old fnf but still wanna play old fnf then go to that link, hurry up though, the time i checked that link it was still the week 7 version
i come back to play this.
edit: I played this game, and it's very was good, plus it didn't crash my computer. 10/10
here is my score that I tried my best.
here's a funny spookeez erect nightmare pfc
0.3.1 less go, well i had to redownload cuz itch doesn't update even if you do it manually
This is a different version of the same problem I had... but still try this:
I had this EXACT same issue just a few minutes ago, I have an AMD Radeon 560 smth, and my drivers were outdated. Update your graphics card drivers if they are outdated, otherwise, your graphics card is probably OLD. I hope this works :) I am sending this same thing to anyone else who has this problem, because I was DESPERATE for answers.
Oh thanks :)
Np, I hope this works for you :)
new mac update still crashes after the asset loading screen
i dont install the mac version (it gives me scary gate keeper messages, i dont trust it ):)
the fact that when people tell you how to install mac fnf they read the gate keeper messages but still run the game anyways, i just dont play the game if it gets a gatekeeper warning cause of that one time i tried to download parappa for mobile and it gave my phone a virus.
yea it happens for me too, idrk how to fix it but what kinda helped was the itch app kinda ??
the devs probably already know this, but im saying here just in case. in the web version, the long-note trail's textures arent loading. theyre just black boxes. only on the web verision, the itch.io build is fine
press + on the numpad
freaky night funkin
straight fire
This made my computer crash. 10/10 (not a joke, actually made my PC crash, still a 10/10 game tho)
they say they made the game better for optimization, but the game sometimes freezes for some reason every time pico shoots a can. i mean i sure they did optimize the game in some places, but its also worse in others
Mine froze during the cutscenes lolz
if someone wants to play with no bugs play with version 8 if u have it, its the most stable one yet from what i know
blazin crash in this version
it dont wdym
can't get into the freeplay menu without instant crashing
If it is due to a shader error:
I had this EXACT same issue just a few minutes ago, I have an AMD Radeon 560 smth, and my drivers were outdated. Update your graphics card drivers if they are outdated, otherwise, your graphics card is probably OLD. I hope this works :) I am sending this same thing to anyone else who has this problem, because I was DESPERATE for answers.
Listen. I love fnf. I love this new update. I do not love it enough to go through all the trouble and confusion and maybe tears that comes with updating my graphics driver or otherwise replacing my graphics card to play fnf.
fix nene soundbox not play animation
fix crashing issues
you on the latest version?
if anything I feel like this really encourages them adding an auto-update function sometime down the line. also the version backpedaled to 0.3.1 what the
also theres a bug that nene soundbox do not play animtion
it only works on newgrounds and is not really an important thing anyways so i doubt they fix it
Eh, it's not a good look to have broken stuff in your big hyped-up demo. They've got to fix it eventually anyhow.
betting the programmer(s) are running on no sleep right now as they try to figure out what the hell is going on, pray for them :(
ye i feel bad for them, but im also thankful that theyre willing to devote so much time and effort to the community
my game don't load songs that is not from the new week helpp, i want play erect songs
play version 8
dreaming about the linux version
real
WOW
pls fix abot system animationnnnnnnnnnn
pls seee this
why in the web version the animation works and in the normal no?
THEY FIXED THE SCROLL SPEED TORTURE
YAY
WHY TF THEY KEEP UPDATING IT? THIS IS THE 4TH TIME I'VE DOWNLOADED I
bugfixes
downloading by the 3 time is so (not) good
real, i was checking to see if fixed a bug
guys version 10 not 9 now
only mac is version 9
frick
To fix the scroll speed being weird bug, just restart every song at the start