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


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Android v
« Previous 1 ... 6 7 8 9 10 ... 114 Next »

Paper Mario TTYD boat crash right before prologue
View New Posts | View Today's Posts

Pages (3): 1 2 3 Next »
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Paper Mario TTYD boat crash right before prologue
05-16-2018, 01:45 AM (This post was last modified: 05-16-2018, 01:50 AM by RagSagInTheBag. Edit Reason: Added pictures )
#1
RagSagInTheBag Offline
Junior Member
**
Posts: 9
Threads: 1
Joined: May 2018
Okay, ive been trying for days trying to figure out how to get Paper Mario TTYD on this Dolphin Emulator 5.0-7507. I keep updating to the latest version just to see if something happened to get fix and nothing has yet. I tried taking dual core mode off and other things. Im also using a samsung galaxy s8 for dolphin. I just really want to play this game but all what happens is I can watch the beginning but then as the boat leaves, the screen turns white and then dolphin crashes, please help! Sad


Attached Files Thumbnail(s)
   
Find
Reply
05-16-2018, 01:51 AM
#2
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 7,881
Threads: 6
Joined: Oct 2014
Try this: In /dolphin-emu/Config/GFX.ini, place this line in the [Hacks] section:
BBoxPreferStencilImplementation = True

If that doesn't help, it's probably impossible for you to run that game on your phone. I don't have high hopes that it's going to help, but it's worth a try.
Find
Reply
05-16-2018, 02:01 AM
#3
RagSagInTheBag Offline
Junior Member
**
Posts: 9
Threads: 1
Joined: May 2018
(05-16-2018, 01:51 AM)JosJuice Wrote: Try this: In /dolphin-emu/Config/GFX.ini, place this line in the [Hacks] section:
BBoxPreferStencilImplementation = True

If that doesn't help, it's probably impossible for you to run that game on your phone. I don't have high hopes that it's going to help, but it's worth a try.

Honestly how do i find /dolphin-emu/Config/GFX.ini and how do i access it, im not used to these things
Find
Reply
05-16-2018, 02:07 AM (This post was last modified: 05-16-2018, 03:07 AM by JosJuice. Edit Reason: GFX.ini, not Dolphin.ini )
#4
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 7,881
Threads: 6
Joined: Oct 2014
You need to have a file manager app on your phone (I use one called FX, for instance). In it, there should be something called something like Main Storage or SD Card that contains a folder called dolphin-emu. In that dolphin-emu folder, open the Config folder, and there should be a file called GFX.ini there. Open that file (hopefully your file manager makes this straightforward) and make the change I described. If there isn't already a line that says [Hacks], add a line that says [Hacks] at the end. Then (regardless of whether the [Hacks] line was there to begin with) put the line BBoxPreferStencilImplementation = True below the [Hacks] line.
Find
Reply
05-16-2018, 02:23 AM
#5
RagSagInTheBag Offline
Junior Member
**
Posts: 9
Threads: 1
Joined: May 2018
(05-16-2018, 02:07 AM)JosJuice Wrote: You need to have a file manager app on your phone (I use one called FX, for instance). In it, there should be something called something like Main Storage or SD Card that contains a folder called dolphin-emu. In that dolphin-emu folder, open the Config folder, and there should be a file called Dolphin.ini there. Open that file (hopefully your file manager makes this straightforward) and make the change I described. If there isn't already a line that says [Hacks], add a line that says [Hacks] at the end. Then (regardless of whether the [Hacks] line was there to begin with) put the line BBoxPreferStencilImplementation = True below the [Hacks] line.

Did i do this correctly?


Attached Files Thumbnail(s)
   
Find
Reply
05-16-2018, 02:28 AM
#6
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 7,881
Threads: 6
Joined: Oct 2014
It seems correct. (There isn't another line saying [Hacks] further up in the file, right? If there isn't one, it's correct, but if there is one, I don't know.)
Find
Reply
05-16-2018, 02:42 AM
#7
RagSagInTheBag Offline
Junior Member
**
Posts: 9
Threads: 1
Joined: May 2018
(05-16-2018, 02:28 AM)JosJuice Wrote: It seems correct. (There isn't another line saying [Hacks] further up in the file, right? If there isn't one, it's correct, but if there is one, I don't know.)

Well i guess I just cant play it :/
Find
Reply
05-16-2018, 02:47 AM
#8
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 7,881
Threads: 6
Joined: Oct 2014
Yeah, that's the state of graphics drivers on Android right now, unfortunately.
Find
Reply
05-16-2018, 02:49 AM
#9
RagSagInTheBag Offline
Junior Member
**
Posts: 9
Threads: 1
Joined: May 2018
(05-16-2018, 02:47 AM)JosJuice Wrote: Yeah, that's the state of graphics drivers on Android right now, unfortunately.

How come it plays the very beginning of the game tho, what is occurring that makes it just crash? What was that code that you gave me supposed to do?
Find
Reply
05-16-2018, 02:53 AM
#10
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 7,881
Threads: 6
Joined: Oct 2014
(05-16-2018, 02:49 AM)RagSagInTheBag Wrote: what is occurring that makes it just crash?

The game is relying on the bounding box functionality of the GameCube GPU.

(05-16-2018, 02:49 AM)RagSagInTheBag Wrote: What was that code that you gave me supposed to do?

Dolphin has two implementations of bounding box: One that's fast but only works on certain GPUs, and one that's less fast but works on all hardware (as long as you're using the OpenGL backend). Dolphin normally automatically selects the best one for your hardware, but I've heard of cases where people who are using Android phones had Dolphin detect that the fast implementation would work even though it didn't. (Yet another driver problem...) The line I gave you forces Dolphin to use the slower but more compatible implementation.
Find
Reply
« Next Oldest | Next Newest »
Pages (3): 1 2 3 Next »


  • 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