abrasic / blendpresence

Discord RPC support for Blender 3.0
GNU General Public License v3.0
218 stars 15 forks source link

"This version of Blender does not support 'Display GPU'" error #15

Closed Lamea132 closed 1 year ago

Lamea132 commented 1 year ago

So Blender Presence was working for a while and for some reason when I opened up Blender, it doesn't take me to the splash screen and instead the console for Blender is stuck where this line is: image I updated my Blender and the same thing happens on the 3.6 version also and taking the addon off makes Blender start up as normal. I was wondering how I can fix this problem.

abrasic commented 1 year ago

Hello, I've been able to reproduce the console error in Bforartists 3.6 but am still able to use the application as normal despite the error. Are you also able to see a [BP] Connected! print right below it? Or does it just stop there?

Another thing to keep in mind that if you click inside the console window, this freezes blender until you hit the Enter key. You can determine if your console is in this frozen state if it has the text Select in the window title, like this: image

Lamea132 commented 1 year ago

I never received the "[BP] Connected!" line. I made sure that I selected the console like I'm supposed to.

abrasic commented 1 year ago

I also realized I forgot to include Blender 4.0 in a specific statement to send the proper command for Displaying the GPU name.

Could you try this potential solution to see if this fixes anything?

The solution above also fixes my issue with Display GPU not working on Blender 4.0.

If the above solution does not work, it could be because the add-on is hanging due to not being able to connect to the RPC properly (one of the biggest issues with BP right now is that this addon will hang indefinitely until a proper connection is made). This could be caused due to networking/firewall issues or Discord preventing the connection somehow. It's probably obvious at this point but make sure that a Discord client is running whilst running BlendPresence

Lamea132 commented 1 year ago

THANK YOU ONCE AGAIN! It worked!