• 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 ... 55 56 57 58 59 ... 1198 Next »

Too much overscan
View New Posts | View Today's Posts

Thread Closed 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Too much overscan
08-08-2021, 05:18 AM
#20
KKthebeast Offline
Junior Member
**
Posts: 1
Threads: 0
Joined: Aug 2021
Shocked 
(02-26-2018, 05:07 PM)I know this is an OLD thread but looking at your config...MainWindowPosX = -2147483648 Wrote: [color=#000000]MainWindowPosY = -2147483648[/color]

[color=#000000]MainWindowWidth = -1[/color]

MainWindowHeight = -1

That will definitely cause the issue. Those are in pixels. Your config is telling dolphin to open a window 214 million pixels off to the left and bottom with a negative 1 size. If you didn't type this yourself, It could have been happened when hot un-plugging an additional monitor that dolphin was running on. I personally have not had this issue with Dolphin but I have seen it in several other games. (best guess for why spam opening multiple copies "works" is that you are doing it so fast that the config file is access locked by the first instance at the same time the 2nd tries to read (and fails) thus defaulting to vanilla values, I haven't looked at the source, but usually the last closed instance of a program close writes the ini last, which in your case would be the first "glitched" one with "bad" values way off in never never land.

MainWindowPosX = 0
[color=#000000]MainWindowPosY = 0[/color]
[color=#000000]MainWindowWidth = 640[/color]
[color=#000000]MainWindowHeight = 480

[/color]^Try something like that. 

Ya DadI have managed to install 184 updates to Windows 7. Not only does Dolphin still keep closing, but now CRT_EmuDriver (my graphics driver) has stopped working.

I could have been sitting here with Dolphin being a little cropped. Now Dolphin doesn't work at all and my computer is running choppy. Just couldn't leave well enough alone.

EDIT1: Re-installed CRT_EmuDriver, so that fixed the chopiness issue since I once again have a functional graphics driver. Dolphin still broken, though.

EDIT2: Tried deleting the cache folder, tried making a portable.txt file within the dolphin folder. The Dolphin window is bigger than I had left it when it previously worked, so that confirmed that it recognized the txt file, but it still closed.

EDIT3: Tried windows key + r, and pasted the following: %windir%\system32\rundll32.exe advapi32.dll,ProcessIdleTasks
still not working.

EDIT4: here is my config file if it helps anything

[General]
ShowLag = False
ShowFrameCount = False
ISOPaths = 0
RecursiveISOPaths = False
NANDRootPath =
DumpPath =
WirelessMac =
WiiSDCardPath = H:/downloads/dolphin-master-5.0-6382-x64/Dolphin-x64/User/Wii/sd.raw
[Interface]
ConfirmStop = True
UsePanicHandlers = True
OnScreenDisplayMessages = True
HideCursor = False
MainWindowPosX = -2147483648
MainWindowPosY = -2147483648
MainWindowWidth = -1
MainWindowHeight = -1
LanguageCode =
ShowToolbar = True
ShowStatusbar = True
ShowLogWindow = False
ShowLogConfigWindow = False
ExtendedFPSInfo = False
ShowActiveTitle = True
UseBuiltinTitleDatabase = True
ShowDevelopmentWarning = True
ThemeName = Clean
PauseOnFocusLost = False
DisableTooltips = False
[Display]
FullscreenDisplayRes = Auto
Fullscreen = False
RenderToMain = False
RenderWindowXPos = -1
RenderWindowYPos = -1
RenderWindowWidth = 640
RenderWindowHeight = 480
RenderWindowAutoSize = False
KeepWindowOnTop = False
DisableScreenSaver = True
[GameList]
ListDrives = False
ListWad = True
ListElfDol = True
ListWii = True
ListGC = True
ListJap = True
ListPal = True
ListUsa = True
ListAustralia = True
ListFrance = True
ListGermany = True
ListItaly = True
ListKorea = True
ListNetherlands = True
ListRussia = True
ListSpain = True
ListTaiwan = True
ListWorld = True
ListUnknown = True
ListSort = 3
ListSortSecondary = 0
ColumnPlatform = True
ColumnBanner = True
ColumnDescription = False
ColumnTitle = True
ColumnNotes = True
ColumnFileName = False
ColumnID = False
ColumnRegion = True
ColumnSize = True
ColumnState = True
[Core]
SkipIPL = True
TimingVariance = 40
CPUCore = 1
Fastmem = True
CPUThread = True
DSPHLE = True
SyncOnSkipIdle = True
SyncGPU = False
SyncGpuMaxDistance = 200000
SyncGpuMinDistance = -200000
SyncGpuOverclock = 1.00000000
FPRF = False
AccurateNaNs = False
DefaultISO =
EnableCheats = False
SelectedLanguage = 0
OverrideGCLang = False
DPL2Decoder = False
AudioLatency = 20
AudioStretch = False
AudioStretchMaxLatency = 80
MemcardAPath =
MemcardBPath =
AgpCartAPath =
AgpCartBPath =
SlotA = 8
SlotB = 255
SerialPort1 = 255
BBA_MAC =
SIDevice0 = 6
AdapterRumble0 = True
SimulateKonga0 = False
SIDevice1 = 0
AdapterRumble1 = True
SimulateKonga1 = False
SIDevice2 = 0
AdapterRumble2 = True
SimulateKonga2 = False
SIDevice3 = 0
AdapterRumble3 = True
SimulateKonga3 = False
WiiSDCard = False
WiiKeyboard = False
WiimoteContinuousScanning = False
WiimoteEnableSpeaker = False
RunCompareServer = False
RunCompareClient = False
EmulationSpeed = 1.00000000
FrameSkip = 0x00000000
Overclock = 1.00000000
OverclockEnable = False
GFXBackend =
GPUDeterminismMode = auto
PerfMapDir =
EnableCustomRTC = False
CustomRTCValue = 0x386d4380
EnableSignatureChecks = True
[Movie]
PauseMovie = False
Author =
DumpFrames = False
DumpFramesSilent = False
ShowInputDisplay = False
ShowRTC = False
[DSP]
EnableJIT = True
DumpAudio = False
DumpAudioSilent = False
DumpUCode = False
Backend = XAudio2
Volume = 100
CaptureLog = False
[Input]
BackgroundInput = False
[FifoPlayer]
LoopReplay = True
[Analytics]
ID = NOPENOPENOPENOPE
Enabled = False
PermissionAsked = False
[Network]
SSLDumpRead = False
SSLDumpWrite = False
SSLVerifyCertificates = True
SSLDumpRootCA = False
SSLDumpPeerCert = False
[BluetoothPassthrough]
Enabled = False
VID = -1
PID = -1
LinkKeys =
[USBPassthrough]
Devices =
Find
« Next Oldest | Next Newest »
Thread Closed 


Messages In This Thread
Too much overscan - Ya Dad - 02-26-2018, 03:43 AM
RE: Too much overscan - thisbirch221 - 02-26-2018, 05:37 AM
RE: Too much overscan - DJBarry004 - 02-26-2018, 05:44 AM
RE: Too much overscan - Ya Dad - 02-26-2018, 06:40 AM
RE: Too much overscan - MayImilae - 02-26-2018, 11:15 AM
RE: Too much overscan - Ya Dad - 02-26-2018, 01:02 PM
RE: Too much overscan - Ya Dad - 02-26-2018, 01:16 PM
RE: Too much overscan - JMC47 - 02-26-2018, 01:30 PM
RE: Too much overscan - Ya Dad - 02-26-2018, 01:48 PM
RE: Too much overscan - MayImilae - 02-26-2018, 01:55 PM
RE: Too much overscan - Ya Dad - 02-26-2018, 02:18 PM
RE: Too much overscan - MayImilae - 02-26-2018, 02:31 PM
RE: Too much overscan - Ya Dad - 02-26-2018, 03:09 PM
RE: Too much overscan - JonnyH - 02-26-2018, 03:37 PM
RE: Too much overscan - Aleron Ives - 02-26-2018, 07:05 PM
RE: Too much overscan - Ya Dad - 02-26-2018, 10:53 PM
RE: Too much overscan - Ya Dad - 02-26-2018, 05:07 PM
RE: Too much overscan - KKthebeast - 08-08-2021, 05:18 AM
RE: Too much overscan - Ya Dad - 02-27-2018, 01:33 AM
RE: Too much overscan - MayImilae - 02-27-2018, 01:27 PM
RE: Too much overscan - mbc07 - 08-08-2021, 02:33 PM

  • 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