Emulator Issues #1006
closedEndless loop resizing Gamelist
0%
Description
What steps will reproduce the problem?
- File --> Exit or close Dolphin's main window
- the list of game start shaking
3.
What is the expected output? What do you see instead?
Dolphin should close normally
What version of the product are you using? On what operating system?
Dolphin SVN r3331 on Windows Vista SP1 32bit
Please provide any additional information below.
This only happen if I enable search subfolder option on paths config.
Too lazy to add one by one.
Updated by Valentin.Meriel over 15 years ago
Yes i see this but the probleme disappear when there is a game more in the list. (or
a game less)
Updated by Anonymous over 15 years ago
death2droid, please fix the width issue i mentioned in the commit comments of r3288
Updated by lpfaint99 over 15 years ago
I can't reproduce this, how may what is your folder structure like? are there non
gcm/iso files in the subfolders, how may files are in these folders?
Updated by har.gallant over 15 years ago
The problem disappeared on r3348, but if you want to know the folder structure, here
it is:
13 folders,
1 folder with 4 GC games,
1 folder with 2 GC games,
1 folder with 1 Wad game(Maybe this is the problem, since this isn't listed on r3331)
4 folders with 1 Wii game each folder,
4 folders with 1 GC game each folder,
2 folders with compressed files.
Updated by death2droid over 15 years ago
godisgovernment is it still broken in recent builds :P
Updated by har.gallant over 15 years ago
The game list still shaking, but it didn't crash now.
I'm wondering, is it normal there is error when closing/stopping Dolphin after
accessing the config during the game play?
Updated by death2droid over 15 years ago
There usually is a error when Dual Core it disabled (Don't know why)
Updated by har.gallant over 15 years ago
But i didn't change the Enable dual core option (always checked), since I have Core2Duo.
Updated by Anonymous over 15 years ago
death2droid....yes it is obviously broken, just open dolphin...
Updated by Valentin.Meriel over 15 years ago
I found something. For me when there are just thirteen game from the list and you
change the width of the window as it starts to shake.
But it just nothing else.
Updated by lpfaint99 over 15 years ago
happens when search subfolder is disabled...
Updated by lpfaint99 over 15 years ago
This is caused by an endless loop between
void CGameListCtrl::OnSize(wxSizeEvent& event) and
void CGameListCtrl::AutomaticColumnWidth()
Updated by lpfaint99 over 15 years ago
- Status changed from New to Fixed
This issue was closed by r3891.