Emulator Issues #4348
closeda bad sysconf is being created by default
0%
Description
If you erase the old system conf it will create a new one which will give the following annoying error:
Source/Core/Common/Src/MsgHandler.cpp:87 E[*]: Warning: Unknown entry type 0 in SYSCONF (@4a9)!
Updated by johannes.schmitz1 over 13 years ago
I have the same problem. I had to download the original SYSCONF file to fix this problem.
I deleted SYSCONF to fix my wiimote problems (see Issue 4368).
Updated by glennricster over 13 years ago
I can't reproduce this. Does it happen when a game is run (if so what game)? Or does it happen when the application starts?
Updated by nakeee over 13 years ago
when I start a game without the ~/.dolphin-emu directory on linux
Updated by glennricster over 13 years ago
Ok, now I can reproduce it. You also have to delete the SYSCONF file in the global shared directory so that it isn't copied in. In general on linux the SYSCONF generation is not needed if the shared data directory is installed properly. I will look into the issue though.
Updated by hatarumoroboshi over 13 years ago
The same happens in Windows (WinXP 32-bit SP3)
Updated by glennricster over 13 years ago
The issue was caused by revision 7328. The wrong size of data is written somewhere.
Updated by glennricster over 13 years ago
- Status changed from New to Fixed
This issue was closed by revision r7449.