libretro / libretro-cap32

caprice32 4.2.0 libretro
21 stars 34 forks source link

Black screen #113

Closed Dako9767845 closed 2 years ago

Dako9767845 commented 2 years ago

I'm trying to boot up cap32 but the screen is black, the's but other than that cute can't seem to show anything

DSkywalk commented 2 years ago

Well, I need more info to help you:

retroarch version? core version/hash? s.o.?

Any game launched?

Thanks!

El mié., 30 mar. 2022 21:56, Dako9767845 @.***> escribió:

I'm trying to boot up cap32 but the screen is black, the's but other than that cute can't seem to show anything

— Reply to this email directly, view it on GitHub https://github.com/libretro/libretro-cap32/issues/113, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEIZNUJ6CY5GJDTCDYJ45LVCSWYJANCNFSM5SDAJHXA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Dako9767845 commented 2 years ago

I am using version 1.10.2

the core is Caprice32 and the hash is ef0ee89 HI

and pretty much any game yep

DSkywalk commented 2 years ago

Operating System? Video Driver? Other cores working for you?

And please create a log and upload YOUR LOG FILE to this issue :+1:

imagen [important set logging to debug]

Please tell me one game you use and if you know how to calculate its CRC, please tell me that too.

Did it work for you before, or is this the first time you have used it? It's very strange about the black screen, because no one else has that kind of problem. It could be a configuration problem... I hope I can help you with the information you give me.

Thanks again!

Dako9767845 commented 2 years ago

I followed what you said and still noting show up

another core I try is crocoDS and it worked but a lot of people warned not to use crocoDS for achievements

and the game is called The Abbey of Crime 8742c9b1

DSkywalk commented 2 years ago

First, please what is your operating system?

imagen

Your rom is not supported to play Abbey of Crime with achievements: Download the original version from cpc-power or cpc-rulez. Any other DSK file do not work with achievements.

And achievements do not work in crocoDS, sorry.

Dako9767845 commented 2 years ago

here are the specs Speccy

I've used the site you and I think wrong thing

my RA Checksum: e5eb771fbdc275ad2bcc219845bf7055

DSkywalk commented 2 years ago

Your checksum is perfect :100:

It is a somewhat old operating system but there should be no problem. Can you generate the log for me so I can see exactly what happens when you start the emulation? I told you above how to do it :+1:

What is your system colour depth (16/32)? What video driver are you using in retroarch? imagen

HI mode in cap32 need that your video card supports RETRO_PIXEL_FORMAT_XRGB8888 https://github.com/libretro/libretro-cap32/blob/master/libretro/libretro-core.c#L1169

CrocoDS uses an old: RETRO_PIXEL_FORMAT_RGB565 pixel format https://github.com/libretro/libretro-crocods/blob/master/libretro.c#L1577

could you change to another retroarch driver: opengl, vulkan,...

Dako9767845 commented 2 years ago

I change the video to vulkan and now retroarch does it want to load anymore

DSkywalk commented 2 years ago

delete your retroarch.cfg to clean start or delete "vulkan" string from the cfg file. (find them and remove). Try with another driver... Which one were you using before you switched?

Dako9767845 commented 2 years ago

Sorry for the late response I have some IRL stuff to do but anyways

Retroarch doesn't really like to change video options

here's the log Log

Dako9767845 commented 2 years ago

Hey man, just try some other game and played around with the video options, and still, nothing is showing

DSkywalk commented 2 years ago

Tomorrow I'll prepare a test build for you 👍

El vie., 1 abr. 2022 22:56, Dako9767845 @.***> escribió:

Hey man, just try some other game and played around with the video options, and still, nothing is showing

— Reply to this email directly, view it on GitHub https://github.com/libretro/libretro-cap32/issues/113#issuecomment-1086315776, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEIZNVWFJ2VE6D5JBD75LTVC5PH5ANCNFSM5SDAJHXA . You are receiving this because you were assigned.Message ID: @.***>

DSkywalk commented 2 years ago

@Dako9767845 I still need it a complete log,

but try these builds:

Dako9767845 commented 2 years ago

ok, download the builds and it worked,

thank you very much

DSkywalk commented 2 years ago

I added an option to allow configure your depth, by default the core depth is 16bits (more compatible mode).