mupen64plus / mupen64plus-core

Core module of the Mupen64Plus project
1.29k stars 257 forks source link

textures are corrupted on the glideN64 plugin #1035

Open ExGuestCJ opened 1 year ago

ExGuestCJ commented 1 year ago

im using that plugin's default settings (here is a screenshot: https://app.gemoo.com/share/image-annotation/557771464973508608?codeId=vz2x0LxzKpwWn&origin=imageurlgenerator)

Jj0YzL5nvJ commented 1 year ago

RMG is highly recommended... M64Py is not compatible with any of the currently relevant mupen64plus libraries (core).

Your image shows what appears to be a dithering glitch. The Blue noise value (RDRAM image dithering) can cause said glitches.

P.S: Set RDRAMImageDitheringMode to 0, if the glitch persist, set EnableDitheringPattern to False.

ExGuestCJ commented 1 year ago

RMG is highly recommended...

but rmg is not compatible with windows 8.1

ExGuestCJ commented 1 year ago

P.S: Set RDRAMImageDitheringMode to 0, if the glitch persist, set EnableDitheringPattern to False.

and i cant fint those options in gliden64.ini file

Jj0YzL5nvJ commented 1 year ago

"Recommended" is a suggestion, UI Console works from WinXP upwards but is not "recommended"...

Launch with:

--gfx mupen64plus-video-GLideN64.dll --set Video-GLideN64[EnableDitheringPattern]=True --set Video-GLideN64[RDRAMImageDitheringMode]=0

or

--gfx mupen64plus-video-GLideN64.dll --set Video-GLideN64[EnableDitheringPattern]=False

Or edit: "%APPDATA%\Mupen64Plus\mupen64plus.cfg" with Notepad

ExGuestCJ commented 1 year ago

ok i did it and didnt work

Jj0YzL5nvJ commented 1 year ago

Your GLideN64 plugin is very old... try upgrading (Mupen64Plus-CLI-x86?).

P.S: Delete your mupen64plus.cfg file and test from zero (defaults).

ExGuestCJ commented 1 year ago

my pc is not even compatible with the latest glideN64 version, i think im screwed

Jj0YzL5nvJ commented 1 year ago

The latest version of GLideN64 requires Win7 upwards. Make sure you have the latest version of Microsoft Visual C++ Redistributable 2015-2022.

ExGuestCJ commented 1 year ago

but i already have it

ExGuestCJ commented 1 year ago

when i said its not compatible i meant theres only audio and theres an error saying "display driver stopped responding and recovered"

Jj0YzL5nvJ commented 1 year ago

That sounds more like a driver failure. Update your GPU drivers.

You can use this script to download the latest CI/CD versions. Or download this pack.

richard42 commented 1 year ago

"Recommended" is a suggestion, UI Console works from WinXP upwards but is not "recommended"...

That's not true; I for one recommend the Console-UI front-end!

Jj0YzL5nvJ commented 1 year ago

If you know how to write scripts, it's recommended. I use said Console actively.