I have exported my game to submit it for the boundless game jam but it just gives a black screen. It loads for a while but then it stops working when I checked the console I found that I have an error 'function signature mismatch'. I tried to see if the game works on a local server to see if the problem is with the game itself but it works fine. I do not know what to do I am using Godot 3.2.3. I tried Godot 3.3 and still did not work. I hope these screenshots can help!
Black Screen with function signature mismatch while exporting to itch.io
Looking at the errors before the exception, Godot reports an error saying it cannot run the project because no main scene is defined. Did you upload all of the HTML5 export files to Itch.IO? Maybe one of them is missing and that is causing the issue.
@TwistedTwigleg said: Looking at the errors before the exception, Godot reports an error saying it cannot run the project because no main scene is defined. Did you upload all of the HTML5 export files to Itch.IO? Maybe one of them is missing and that is causing the issue.
I did upload all files and actually made it work, Thanks for the help. For some reason, I had to go into the settings(in the run option under Application in case someone has the same problem ) and reset the default scene to be my main menu scene. But, I tried to upload to gotm.io and I get this error that I do not really understand or know how to fix.
Try changing from GLES3 to GLES2 on Project Settings > Rendering > Quality > Driver Name
@Omar_Eltouny said:
@TwistedTwigleg said: Looking at the errors before the exception, Godot reports an error saying it cannot run the project because no main scene is defined. Did you upload all of the HTML5 export files to Itch.IO? Maybe one of them is missing and that is causing the issue.
I did upload all files and actually made it work, Thanks for the help. For some reason, I had to go into the settings(in the run option under Application in case someone has the same problem ) and reset the default scene to be my main menu scene. But, I tried to upload to gotm.io and I get this error that I do not really understand or know how to fix.
One of the errors mention there is no main scene defined, which may be part of the issue. Are there more errors above the ones in the pictures and, if so, can you post a picture showing all the errors you are getting?