Difference between pages "FF8/Field/Script/Opcodes/183 UNKNOWN18" and "FF7/Technical/Chocobo races"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes(Difference between pages)
Jump to navigation Jump to search
my_wiki>Myst6re
 
my_wiki>M4v3R
m
 
Line 1: Line 1:
* Opcode: '''0x183'''
+
===Symptoms===
* Short name: '''UNKNOWN18/TUTO'''
 
* Long name: Show tutorial
 
  
==== Argument ====
+
In Gold Saucer, whenever I go to Chocobo Races my game crashes to Windows. I'm using Windows 2000 or XP.
none
 
  
==== Stack ====
+
===Causes===
:''Tutorial ID''
 
:'''TUTO'''
 
  
==== Description ====
+
This is a very known problem caused by bad memory allocation. Game refers to pointer that doesn't exist in memory and Windows XP doesn't allow such operations.
  
Shows a tutorial.
+
===Solution===
 +
 
 +
Eidos has no solution to this problem besides giving you Save so you can play further in-game. Fortunately, a programmer called Jedwin, in topic on [http://forums.qhimm.com/viewtopic.php?t=1245 Qhimm Forums] described this problem and provided a solution. Qhimm wrote a patcher that can handle most of game versions and fixes this problem. You can download it [http://elentor.com/Projetos/FF7-Tools/Patches/ff7_chocobo_patch.zip here].
 +
 
 +
 
 +
[[FF7/Technical|Back to Technical Problems page]]

Revision as of 11:57, 26 July 2005

Symptoms

In Gold Saucer, whenever I go to Chocobo Races my game crashes to Windows. I'm using Windows 2000 or XP.

Causes

This is a very known problem caused by bad memory allocation. Game refers to pointer that doesn't exist in memory and Windows XP doesn't allow such operations.

Solution

Eidos has no solution to this problem besides giving you Save so you can play further in-game. Fortunately, a programmer called Jedwin, in topic on Qhimm Forums described this problem and provided a solution. Qhimm wrote a patcher that can handle most of game versions and fixes this problem. You can download it here.


Back to Technical Problems page