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

Completely black window #16

Open
Satorikeiko07 opened this issue Aug 22, 2022 · 1 comment
Open

Completely black window #16

Satorikeiko07 opened this issue Aug 22, 2022 · 1 comment

Comments

@Satorikeiko07
Copy link

Satorikeiko07 commented Aug 22, 2022

Whenever I attempt to run any of the scripts provided in fe/scripts using cel7 the window turns completely black, I am not sure if it's an issue in the files or if I am missing any requirements I did not know about, everything except the no input file error returns a black screen, I have tried to run it through the command line but it gives the same result.

Is there any way to solve this? I am using Windows 11 if OS is relevant

@ooichu
Copy link

ooichu commented Feb 4, 2023

cel7 is not a fe interpreter, but a game framework. Once you run one of the scripts from the fe/scripts folder, the script is executed and then the framework runs the init, step, etc. functions. But none of the above scripts define or use functions specific to cel7. In fact, the framework has nothing to do and just shows a black screen.
You can try to run cel7 from the console, then you (depending on the platform) may get the result of the scripts execution. At least it works on Linux. If you need the fe interpreter, just build it from source. This can be done with any C compiler for Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants