bnpr / Malt

Render framework for NPR.
https://malt3d.com
Other
952 stars 75 forks source link

Malt Render not Displaying in AMD Driver latest Update #495

Closed NipXray closed 1 year ago

NipXray commented 1 year ago

Malt version

Release

Blender version

Blender 3.5.0

OS

Windows 10 64 bits

Hardware info

Xeon X3450 18 GB Ram AMD RX 580

Issue description and reproduction steps

Driver AMD Adrenalin Edition Version 23.4.1 - Blender 3.5.0 Render using malt 3D Viewport became totally Black, other Render Engine is fine, when downgrade Driver Version can't open Blender 3.5.0 close on Launch.

Attachments

image

DavidRuales commented 1 year ago

I have the same problem

DeltishEffort commented 1 year ago

Hello, I also have noticed something similar happening. my system info Malt Session Log Output

Doing a manual install following the Setup for development instructions makes things render properly again for me.

NipXray commented 1 year ago

i don't understand how to install Malt for development version i have tried following the instruction and still the malt no showing in the Addon List, are my command is the wrong one?

"E:\Blender\3.5\3.5\python\bin\python.exe E:\Blender Addon\Malt-Development\scripts\setup_blender_addon.py E:\Blender Addon\Malt Dev"

i m sorry, i m totally beginner at this

DeltishEffort commented 1 year ago

i don't understand how to install Malt for development version i have tried following the instruction and still the malt no showing in the Addon List, are my command is the wrong one?

"E:\Blender\3.5\3.5\python\bin\python.exe E:\Blender Addon\Malt-Development\scripts\setup_blender_addon.py E:\Blender Addon\Malt Dev"

i m sorry, i m totally beginner at this

no problem :), hopefully we'll figure it out

I used git clone https://github.com/bnpr/malt to clone the dev repo to my Projects folder and I have a Blender Scripts folder for scripts

the command I'm using looks like this for me in powershell because I have spaces in my folder names

& "C:\Program Files\Blender Foundation\Blender 3.5\3.5\python\bin\python.exe" "C:\Users\cptpa\Projects\malt\scripts\setup_blender_addon.py" --scripts-folder "C:\Users\cptpa\Projects\ProgramData\Blender Scripts"

Make sure your Preferences > File Paths > Scripts is pointing to the folder you provided as well image

NipXray commented 1 year ago

Ah, thank you soo much, now it fixed... and i figure out other way for who have the same problem to download the development version.

https://github.com/bnpr/Malt/releases/tag/Development-latest

Works for AMD driver Adrenalin Edition 23.4.1

image

pragma37 commented 1 year ago

This issue was discussed here too: https://github.com/bnpr/Malt/issues/451

I implemented the fix in the Development version, but not in the Release version. Since it seems to be working fine I just committed the fix to the Release version as well.