Project

General

Profile

Actions

Emulator Issues #1749

closed

ISFS file open modes incorrect

Added by chuvit 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

I try playing ONEPIECE UNLIMITED CRUISE

It works with svn 3400 but not work in 3401

I saw diff and changed the diff in current svn(4651)

WII_IPC_HLE_Device_FileIO.cpp

case 0x03: m_pFileHandle = fopen(m_Filename.c_str(), "r+b"); break;

change back to

case 0x03: m_pFileHandle = fopen(m_Filename.c_str(), "a+b"); break;

and it can pass the loading screen and playable with ogl + free look (to
fix font)+ safe texture

but after I exit , system file gone corrupted with the wrong size file and
cannot play again

I understand why file corrupted but I don't know why it can playable with
this ,so can you Please investigate this ?

thank you


Related issues 5 (0 open5 closed)

Has duplicate Emulator - Emulator Issues #1489: The game One Piece Unlimited Cruise Episode 1 is not going wellDuplicate

Actions
Has duplicate Emulator - Emulator Issues #2337: One Piece Unlimited Cruise 2 - Awakening of a Hero cant pass loading screenDuplicate

Actions
Has duplicate Emulator - Emulator Issues #2592: Unlimited Cruise never loads!Duplicate

Actions
Has duplicate Emulator - Emulator Issues #2785: One piece unlimited CRuise ep1Duplicate

Actions
Has duplicate Emulator - Emulator Issues #3356: One Piece Unlimited Cruise 2 loading solutionDuplicate

Actions
Actions

Also available in: Atom PDF