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


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 … 38 39 40 41 42 … 117 Next »

Exiting Dolphin during an error/warning
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode
Exiting Dolphin during an error/warning
11-02-2014, 10:05 AM (This post was last modified: 11-02-2014, 10:07 AM by zephyrsurfer.)
#1
zephyrsurfer Offline
I'm a snake
***
Posts: 87
Threads: 6
Joined: Aug 2014
Question 
I think Exiting Dolphin should close the application even when there are warning message boxes.

Exiting should take precedence over the warning. Especially since users need to confirm that they want to stop current emulation when they are running a game/utility/etc ;This change would surely be expected behaviour?
Find
Reply
11-02-2014, 10:31 AM
#2
KHg8m3r Offline
Doesn't sleep, just Dolphin and Robots
*******
Posts: 6,029
Threads: 4
Joined: Sep 2013
When you say warning messages, what do you mean?
Find
Reply
11-02-2014, 11:05 AM
#3
zephyrsurfer Offline
I'm a snake
***
Posts: 87
Threads: 6
Joined: Aug 2014
(11-02-2014, 10:31 AM)KHg8m3r Wrote: When you say warning messages, what do you mean?

I mean like this: http://imgur.com/gallery/OvzP5wp
JK JK


no wait this one: [Image: 8xmEoA9.png]
Find
Reply
11-02-2014, 11:20 AM
#4
KHg8m3r Offline
Doesn't sleep, just Dolphin and Robots
*******
Posts: 6,029
Threads: 4
Joined: Sep 2013
Haha, nice Tongue

Getting invalid writes is probably a bad thing..... What game are you getting this on? This means you're running into some sort of error, and its probably best to find the underlying issue here.

First off, update to the latest dev build and see if you're still getting the same messages: https://dolphin-emu.org/download/ not only are there less bugs (this could be one), but the dev builds are faster and more stable.

If that doesn't work, let us know/file a bug report. Then you can still play by turning them off under Config > Interface > uncheck Use Panic Handlers (the game may crash unexpectedly though, so be warned)
Find
Reply
11-02-2014, 11:23 AM
#5
zephyrsurfer Offline
I'm a snake
***
Posts: 87
Threads: 6
Joined: Aug 2014
(11-02-2014, 11:20 AM)KHg8m3r Wrote: Haha, nice Tongue

Getting invalid writes is probably a bad thing..... What game are you getting this on? This means you're running into some sort of error, and its probably best to find the underlying issue here.

First off, update to the latest dev build and see if you're still getting the same messages: https://dolphin-emu.org/download/ not only are there less bugs (this could be one), but the dev builds are faster and more stable.

If that doesn't work, let us know/file a bug report. Then you can still play by turning them off under Config > Interface > uncheck Use Panic Handlers (the game may crash unexpectedly though, so be warned)

Big Grin
It's a known issue with True Crime: New York City.There already is a listing on the issue tracker.
I was just using an example.
Find
Reply
11-02-2014, 11:38 AM
#6
KHg8m3r Offline
Doesn't sleep, just Dolphin and Robots
*******
Posts: 6,029
Threads: 4
Joined: Sep 2013
Oh ok.
Does turning off Panic handlers make the messages go away so that you can at least play the game?
Find
Reply
11-02-2014, 11:46 AM (This post was last modified: 11-02-2014, 11:46 AM by zephyrsurfer.)
#7
zephyrsurfer Offline
I'm a snake
***
Posts: 87
Threads: 6
Joined: Aug 2014
(11-02-2014, 11:38 AM)KHg8m3r Wrote: Oh ok.
Does turning off Panic handlers make the messages go away so that you can at least play the game?

No, that just makes it crash at those same places.
The issue with this game is on the tutorial level mostly. It is very difficult to crash otherwise.

But my opinion that Dolphin should close when exited remains for any warning message box popup.
Find
Reply
11-02-2014, 12:15 PM (This post was last modified: 11-02-2014, 12:17 PM by KHg8m3r.)
#8
KHg8m3r Offline
Doesn't sleep, just Dolphin and Robots
*******
Posts: 6,029
Threads: 4
Joined: Sep 2013
Just read up on the issue tracker issue, now I understand more.
Try and find a game save online that is saved past the tutorial, and load that in Dolphin, and see if you can keep going (save a lot)

As for the warning boxes close when you try to exit Dolphin, I'm not sure if that would be possible. Hypothetically: when you hit exit on Dolphin, it'll close the first warning, but any error messages after that will not close.
What you can do is hold down the enter button, and they'll speed close Tongue
Find
Reply
11-02-2014, 12:22 PM
#9
zephyrsurfer Offline
I'm a snake
***
Posts: 87
Threads: 6
Joined: Aug 2014
(11-02-2014, 12:15 PM)KHg8m3r Wrote: Just read up on the issue tracker issue, now I understand more.
Try and find a game save online that is saved past the tutorial, and load that in Dolphin, and see if you can keep going (save a lot)

As for the warning boxes close when you try to exit Dolphin, I'm not sure if that would be possible. Hypothetically: when you hit exit on Dolphin, it'll close the first warning, but any error messages after that will not close.
What you can do is hold down the enter button, and they'll speed close Tongue

That's me Patrick on the issue tracker Tongue
No none close. And I can hold enter for about 2 minutes before it crashes.

Anyways, this was meant as a general request. Exit should come before warning; the devs should change the behaviour.
Find
Reply
11-02-2014, 12:50 PM
#10
KHg8m3r Offline
Doesn't sleep, just Dolphin and Robots
*******
Posts: 6,029
Threads: 4
Joined: Sep 2013
Ah gotcha

In the hypothetical situation, that was what would happen if Dolphin came first (in my vast (not) experience)

Here is my understanding of Dolphin (probably wrong though, take with a grain of salt)
Dolphin is hitting the memory spot where it crashes, and the faults are loaded into memory. Hitting ok clears them from the memory. The windows that pop-up have a higher priority that the main Dolphin to prevent Dolphin from closing in a bad way and leaving stuff in memory.

So closing Dolphin would need to have it check for and warning messages, and then it would still take about the same time to close.
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma