open-goal / jak-project

Reviving the language that brought us the Jak & Daxter Series
https://opengoal.dev
ISC License
2.73k stars 165 forks source link

Black screen right on launch #3563

Open ItsModern opened 6 days ago

ItsModern commented 6 days ago

Acknowledgements

Describe the Bug

Just as the title described, I have the game, I click launch and its just a black screen. I can hear the game and can hear im moving the menu but thats it. I tried debug mode, also doesnt work. Tried going in window mode, doesnt work. It does work on PCSX2 but not open goal.

How To Reproduce

Launch the game, boom black screen.

Does this problem occur on original hardware or PCSX2?

Yes, it's unique to OpenGOAL

Expected Behavior

When I load the game... I should see the game.

Environment Information

opengoal-support-package.zip Windows 10, Nvidia 3070, Core i7 processor 10700

Game Version

NTSC 1.0 (black label)

Have you set the game to something other than 60fps?

No

xTVaser commented 6 days ago

Is your problem related to this https://github.com/open-goal/jak-project/issues/3279#issuecomment-1975011557

This has not been able to be traced back to anything in our code as of yet, and we havn't had reports of it in months.

[31:29] [error] [end] OpenGL error 0x502 S8246 T824C: GL_INVALID_OPERATION error generated. Source and destination dimensions must be identical with the current filtering modes.

from logs appears relevant.

ItsModern commented 6 days ago

Is your problem related to this #3279 (comment)

This has not been able to be traced back to anything in our code as of yet, and we havn't had reports of it in months.

[31:29] [error] [end] OpenGL error 0x502 S8246 T824C: GL_INVALID_OPERATION error generated. Source and destination dimensions must be identical with the current filtering modes.

from logs appears relevant.

Just checked, neither of those are in my services sadly. So i dont know what else can be causing it, Jak 1 runs perfectly fine

xTVaser commented 6 days ago

Odd, as that error is both in your jak1 and jak2 logs.

I'd try the following, open the pc-settings.gc file in notepad. You can find it by clicking on the following in the jak 2 menu: image

Try saving the file and launching the game after changing each of those and let me know if one (or none) solve the black screen problem. That resolution is really odd, and is different from your jak1 setting (2560x1440 at fullscreen).

If things do suddenly work after that, what is the native resolution of your monitor (i assume 2560x1440) and are you running at a non-100% display scale?

ItsModern commented 6 days ago

Odd, as that error is both in your jak1 and jak2 logs.

I'd try the following, open the pc-settings.gc file in notepad. You can find it by clicking on the following in the jak 2 menu: image

  • Try replacing (display-mode borderless) with (display-mode fullscreen)
  • Try replacing (game-size 3620 2036) with (game-size 2560 1440)

Try saving the file and launching the game after changing each of those and let me know if one (or none) solve the black screen problem. That resolution is really odd, and is different from your jak1 setting (2560x1440 at fullscreen).

If things do suddenly work after that, what is the native resolution of your monitor (i assume 2560x1440) and are you running at a non-100% display scale?

The displaymode didnt fix it, but the game size did! Thank you so much. My monitor is indeed 2560 x 1440 and my scale/layout is just 100%

xTVaser commented 5 days ago

kk good to know, I have some changes in-progress that should help prevent this problem. I'll leave this issue open until those are merged. Thanks for testing things!