• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › General Discussion v
« Previous 1 ... 39 40 41 42 43 ... 365 Next »

SO MANY ERRORS!!!!
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
SO MANY ERRORS!!!!
03-08-2019, 03:17 PM (This post was last modified: 03-09-2019, 03:28 AM by awesomelydeluxe.)
#1
awesomelydeluxe Offline
Junior Member
**
Posts: 6
Threads: 3
Joined: Mar 2019
Exclamation 
OK so I'm playing my games on Dolphin like normal and then I'm like, her let's connect a Wii remote! I did, and it worked great! But I noticed my FPS was a teeeeensy bit low so I wanted to speed it up in the graphics configuration. And that's when everything went downhill. I get 3 error messages when I start a game:

           

1. Failed to compile gs shader: /Users/xxxxxxxxxxxxxxx/Library/Application Support/Dolphin/Dump/bad_gs_0000.txt
   Debug info (Intel Inc., Intel Iris OpenGL Engine, 4.1 INTEL-12.4.7):
   ERROR: 0:47: Invalid use of layout 'location'
   ERROR: 0:48: Invalid use of layout 'location'
   ERROR: 0:56: Use of undeclared identifier 'out_tex0'
   ERROR: 0:56: Use of undeclared identifier 'v_tex0'
   ERROR: 0:60: Use of undeclared identifier 'out_tex0'
   ERROR: 0:60: Use of undeclared identifier 'v_text0'
   ERROR: 0:64: Use of undeclared identifier 'out_text0'
   ERROR: 0:64: Use of undeclared identifier 'v_text0'

2. Failed to compile gs shader: /Users/xxxxxxxxxxxxxxx/Library/Application Support/Dolphin/Dump/bad_gs_0001.txt
   Debug info (Intel Inc., Intel Iris OpenGL Engine, 4.1 INTEL-12.4.7):
   ERROR: 0:47: Invalid use of layout 'location'
   ERROR: 0:48: Invalid use of layout 'location'
   ERROR: 0:56: Use of undeclared identifier 'out_col0'
   ERROR: 0:56: Use of undeclared identifier 'v_col0'
   ERROR: 0:60: Use of undeclared identifier 'out_col0'
   ERROR: 0:60: Use of undeclared identifier 'v_col0'
   ERROR: 0:64: Use of undeclared identifier 'out_col0'
   ERROR: 0:64: Use of undeclared identifier 'v_col0'

3. Failed to initialize render classes

And then when I click 'OK' the whole program just crashes. I've tried reinstalling the program but it's still not working  Angry  Angry  Angry  Angry  Angry ! Please help anybody!
Find
Reply
03-09-2019, 10:11 AM
#2
JonnyH Offline
Shameless AMD shill
**********
Developers (Some Administrators and Super Moderators)
Posts: 701
Threads: 0
Joined: May 2017
So you changed something in the graphics options and everything broke? I guess it's either you hitting a driver bug, or just a poorly tested combination of graphics options on MacOS.

If you can't remember what you changed, or it seems that changing that back doesn't fix it, you can reset all settings by removing the "Library/Application Settings/Dolphin" directory from your user's directory. Note: This WILL delete all saved games (or other stored state) in there too, so make sure you're OK with that first.
Find
Reply
03-09-2019, 04:07 PM
#3
awesomelydeluxe Offline
Junior Member
**
Posts: 6
Threads: 3
Joined: Mar 2019
(03-09-2019, 10:11 AM)JonnyH Wrote: So you changed something in the graphics options and everything broke? I guess it's either you hitting a driver bug, or just a poorly tested combination of graphics options on MacOS.

If you can't remember what you changed, or it seems that changing that back doesn't fix it, you can reset all settings by removing the "Library/Application Settings/Dolphin" directory from your user's directory. Note: This WILL delete all saved games (or other stored state) in there too, so make sure you're OK with that first.

I'm trying to do that but I don't even have an 'Application Settings' directory. And I'm also pretty darn sure that I hit a driver bug or something cuz the games were working totally fine at first.
Find
Reply
03-12-2019, 02:46 AM (This post was last modified: 03-12-2019, 02:49 AM by JonnyH.)
#4
JonnyH Offline
Shameless AMD shill
**********
Developers (Some Administrators and Super Moderators)
Posts: 701
Threads: 0
Joined: May 2017
(03-09-2019, 04:07 PM)awesomelydeluxe Wrote: I'm trying to do that but I don't even have an 'Application Settings' directory. And I'm also pretty darn sure that I hit a driver bug or something cuz the games were working totally fine at first.

It's "Application Support" actually - my mistake Smile

Though if that doesn't fix it, there should be some output in ~/Library/Application support/Dolphin/Dump directory (it should be recreated after running dolphin again) that look like bad_vs_NUMBER.txt, bad_gs_NUMBER.txt or bad_fs_NUMBER.txt - they might have more info to help debug the issue, so attaching a failing set (IE all with the same NUMBER) might make it easier to track down.
Find
Reply
03-12-2019, 03:13 AM
#5
Helios Offline
Stellaaaaaaa
**********
Developers (Some Administrators and Super Moderators)
Posts: 4,395
Threads: 15
Joined: May 2012
You don't really need to delete everything in that folder.

Deleting ~/Library/Application support/Dolphin/config is enough.
Find
Reply
03-12-2019, 03:40 AM
#6
JMC47 Offline
Content Producer
*******
Content Creators (Moderators)
Posts: 6,532
Threads: 29
Joined: Feb 2013
It looks like they accidentally turned Stereoscopic 3D on?
Find
Reply
03-13-2019, 05:46 AM
#7
awesomelydeluxe Offline
Junior Member
**
Posts: 6
Threads: 3
Joined: Mar 2019
(03-12-2019, 03:40 AM)JMC47 Wrote: It looks like they accidentally turned Stereoscopic 3D on?

Oh my gosh it was on! I feel so stupid now  Blush Thanks so much!
Find
Reply
03-13-2019, 09:08 AM
#8
JonnyH Offline
Shameless AMD shill
**********
Developers (Some Administrators and Super Moderators)
Posts: 701
Threads: 0
Joined: May 2017
I guess stereoscopic 3d requires an extension that isn't available on macos (and not checked Smile

While it probably makes sense to check and disallow setting, it's probably such a tiny set of users actually using stereoscopic 3d that it's not worth the dev time.
Find
Reply
03-13-2019, 09:24 AM (This post was last modified: 03-13-2019, 09:25 AM by Helios.)
#9
Helios Offline
Stellaaaaaaa
**********
Developers (Some Administrators and Super Moderators)
Posts: 4,395
Threads: 15
Joined: May 2012
Stenzek isn't opposed to removing the feature entirely last I read in IRC like a couple weeks ago, simplifies non-trivial code and it's more often than not, broken everywhere
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode