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


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 381 382 383 384 385 ... 1190 Next »

Dolphin just closes.
View New Posts | View Today's Posts

Pages (2): 1 2 Next »
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Dolphin just closes.
07-22-2016, 09:19 PM (This post was last modified: 07-22-2016, 09:23 PM by AzXeus.)
#1
AzXeus Offline
Junior Member
**
Posts: 6
Threads: 1
Joined: Jul 2016
so i've tried reinstalling both x64 and x86 vc 2015 packs and i've tried using both Dolphin v5 and v4.0.2 x64 and both of them open the main window for less than a second and then it just closes with no error or warning. i tried them both as admin and in compatibility mode with no changes

EDIT: I just tried the x86 version of v4.0.2 and it didn't close.. any ideas on how to get the x64 versions working?
Find
Reply
07-23-2016, 01:51 AM
#2
KHg8m3r Offline
Doesn't sleep, just Dolphin and Robots
*******
Posts: 5,920
Threads: 4
Joined: Sep 2013
Check to make sure there aren't any pending recommended or optional Windows updates.
Find
Reply
07-23-2016, 06:07 AM
#3
DarknessBlu Offline
Man Cave Admin
**
Posts: 22
Threads: 0
Joined: Jul 2016
Well, From Personal experience, If you are using AMD's crimson, make sure Dolphin isn't profiled in it (as well as the raptor app), Since your Global crimson settings will attempt to overrides Dolphin's. Also, sometimes, reinstalling is not enough, Go to your docs folder and delete the Dolphin's folder (Make a back-up just in case as it will delete your saves, settings, etc.).

(07-23-2016, 01:51 AM)KHg8m3r Wrote: Check to make sure there aren't any pending recommended or optional Windows updates.

Definetly, Make sure you are up to date in everything (Windows, Dx, VC2015, AMD GPU)

Or you can try a clean install of Drivers, Dx and VC2015 x86 and x64 to make sure.

Lastly a clean Windows Install might help.

Good Luck and hope you can solve your problem
Running Dolphin in my super NOT powerful AMD APU 7410 w/R5 Graphics (Integrated), 8Gb RAM
Dx11 Backend
Native Resolution, Ratio: Auto
Everything else is on Default

Find
Reply
07-27-2016, 12:40 AM
#4
AzXeus Offline
Junior Member
**
Posts: 6
Threads: 1
Joined: Jul 2016
(07-23-2016, 06:07 AM)DarknessBlu Wrote: Well, From Personal experience, If you are using AMD's crimson, make sure Dolphin isn't profiled in it (as well as the raptor app), Since your Global crimson settings will attempt to overrides Dolphin's. Also, sometimes, reinstalling is not enough, Go to your docs folder and delete the Dolphin's folder (Make a back-up just in case as it will delete your saves, settings, etc.).


Definetly, Make sure you are up to date in everything (Windows, Dx, VC2015, AMD GPU)

Or you can try a clean install of Drivers, Dx and VC2015 x86 and x64 to make sure.

Lastly a clean Windows Install might help.

Good Luck and hope you can solve your problem

so i have no updates to install, i've just updated my drivers and reinstalled VC2015 both x86 and x64 after, there's no profiles for Dolphin in my AMD + raptr app thing and then uninstalled dolphin and deleted my dolphin folder in docs folder. reinstalled dophin and exactly the same thing is happening.

i'm not reinstalling windows.

now, does anyone have some actual idea why this might be happening?
Find
Reply
07-27-2016, 04:21 AM (This post was last modified: 07-27-2016, 04:21 AM by TehGuy.)
#5
TehGuy Offline
No longer needs to use his GC/Wii
***
Posts: 156
Threads: 5
Joined: May 2014
Let me see if I've got this correct: None of the recent x64 builds will work but the old 4.0.2 32-bit build does? Are you sure you're running the 64bit version of your OS?
AMD Ryzen 7 3700X @ 4.2 GHz | MSI GTX 1070TI 8GB | 32 GB DDR4 @ 3000 MHz | Windows 10 Pro x64 | Dolphin 5.0-10886
Find
Reply
07-27-2016, 06:08 AM
#6
AzXeus Offline
Junior Member
**
Posts: 6
Threads: 1
Joined: Jul 2016
(07-27-2016, 04:21 AM)TehGuy Wrote: Let me see if I've got this correct: None of the recent x64 builds will work but the old 4.0.2 32-bit build does? Are you sure you're running the 64bit version of your OS?

yup, this correct, if i weren't running x64 OS then the x64 version wouldn't install or start, but it does start and then just closes.. i wish i knew some way of debugging what was going on
Find
Reply
07-27-2016, 09:15 AM (This post was last modified: 07-27-2016, 09:18 AM by TehGuy.)
#7
TehGuy Offline
No longer needs to use his GC/Wii
***
Posts: 156
Threads: 5
Joined: May 2014
(07-27-2016, 06:08 AM)AzXeus Wrote: yup, this correct, if i weren't running x64 OS then the x64 version wouldn't install or start, but it does start and then just closes.. i wish i knew some way of debugging what was going on

maaaaybe

(11-13-2012, 08:58 PM)skid Wrote: Firstly, use the latest GIT version (Dolphin 3.0-808) found in the Download link at the top of this page. It contains a fair number of fixes for the debugger.

To access the debugger, start dolphin with a "/d" switch in the command line.

The memory editor is in the debugger under the View -> Memory menu.

Yes, there are breakpoints in the debugger. Execution breakpoints (BPX) are available in the RELEASE build of Dolphin. Memory read/write breakpoints (BPR/BPW) are available in DEBUGFAST builds of Dolphin. You'll have to compile your own Dolphin to make a DEBUGFAST version.

from https://forums.dolphin-emu.org/Thread-break-points-memory-editor-and-debug-mode

So shift+right-click the folder that holds your Dolphin.exe, select "Open command window here", type "Dolphin.exe -d", hit enter. Alternatively, have a shortcut and append -d to the end of the target line

The only other way to debug that I know of would be to download the source yourself and go from there
AMD Ryzen 7 3700X @ 4.2 GHz | MSI GTX 1070TI 8GB | 32 GB DDR4 @ 3000 MHz | Windows 10 Pro x64 | Dolphin 5.0-10886
Find
Reply
07-27-2016, 08:09 PM
#8
AzXeus Offline
Junior Member
**
Posts: 6
Threads: 1
Joined: Jul 2016
(07-27-2016, 09:15 AM)TehGuy Wrote: maaaaybe


from https://forums.dolphin-emu.org/Thread-break-points-memory-editor-and-debug-mode

So shift+right-click the folder that holds your Dolphin.exe, select "Open command window here", type "Dolphin.exe -d", hit enter. Alternatively, have a shortcut and append -d to the end of the target line

The only other way to debug that I know of would be to download the source yourself and go from there


i have a feeling the debugger mode is for debugging what is running in the emulator rather than the emulator itself.
alas i tired it, i can see the window is rather different but again it doesnt stay around for very long before disappearing.
thanks for trying to help anyway
Find
Reply
07-28-2016, 10:13 AM
#9
TehGuy Offline
No longer needs to use his GC/Wii
***
Posts: 156
Threads: 5
Joined: May 2014
Are you using one of the latest dev builds or the 5.0/4.0.2 stable release?
AMD Ryzen 7 3700X @ 4.2 GHz | MSI GTX 1070TI 8GB | 32 GB DDR4 @ 3000 MHz | Windows 10 Pro x64 | Dolphin 5.0-10886
Find
Reply
07-29-2016, 12:00 AM
#10
AzXeus Offline
Junior Member
**
Posts: 6
Threads: 1
Joined: Jul 2016
(07-28-2016, 10:13 AM)TehGuy Wrote: Are you using one of the latest dev builds or the 5.0/4.0.2 stable release?

i used 5.0 stable release
Find
Reply
« Next Oldest | Next Newest »
Pages (2): 1 2 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