Project

General

Profile

Actions

Emulator Issues #2005

closed

folder path error

Added by naog0616 over 14 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

Development is always a fatigue state.
When it is my double byte character environment, an error is given.
Because I use translation software, I'm sorry when you do not understand a
meaning.

1.Open Wii save folder
2.Open Containing folder

"Failed to open URL..." path is not found in when I choose it are given.

My revision method is the following methods.
I want you to cope if this is possible.

\dolphin-emu-read-only\Source\Core\DolphinWX\Src\WxUtils.cpp

void Explore(const char *path)
{
//wxString wxPath = wxString::FromAscii(path);
wxString wxPath = wxString(path, *wxConvCurrent);
....

Will this be processing for what?….
I take here as follows.

void Launch(const char *filename)
{
//if (! ::wxLaunchDefaultBrowser(wxString::FromAscii(filename))) {
if (! ::wxLaunchDefaultBrowser(wxString(filename,
*wxConvCurrent))) {

Actions #1

Updated by ayuanx over 14 years ago

Thank you, wakari mashita.

Actions #2

Updated by naog0616 over 14 years ago

Thank you, Mr.ayuanx.
I'm sorry only by a request.

Actions #3

Updated by ayuanx over 14 years ago

  • Status changed from New to Fixed

This issue was closed by revision r4820.

Actions

Also available in: Atom PDF