|
|
Search
|
|||||||
| Home | Register | Downloads | FAQ | Members List | Calendar | Arcade | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Registered User
Join Date: Feb 2008
Location: Puerto Rico
Posts: 2
|
i keep getting 1M subcircuit board not installed..how can i fix this and play the damn game already??????????????????
|
|
|
|
| Advertisement | [Remove Advertisement] | ||
|
|
|
|
#2 (permalink) |
|
BC's President
![]() ![]() Join Date: Nov 2006
Location: Sweden
Posts: 107
|
what version of vba do you use? and could you post a screenshot pf the error message?
__________________
Pc Specs: Processor: <----> Pentium3 [1.8GHz] Graphic Card: <-> nVidia GeForce3 Ti200 [64MB] RAM: <----------> 512 MB CD/DVD: <------> COMPAQ DVD-ROM DGR8160B/ LITE-ON LTR.24102B/ [DAEMON] HDD: <----------> 40GB + 180GB at NAS-server - II -: Processor: <----> Pentium4 [2.4GHZ] Graphic Card: <-> ATi RADEON 9500 PRO / 9700 Family [128MB] RAM: <----------> 512 MB CD/DVD: <------> LITEON DVD-ROM LTD163 / _NEC DVD_RW ND-3540A / [DAEMON] HDD: <----------> 230GB + 110GB |
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Feb 2008
Location: Puerto Rico
Posts: 2
|
<a href="http://s163.photobucket.com/albums/t286/krissy_darkstar/?action=view¤t=01.jpg" target="_blank"><img src="http://i163.photobucket.com/albums/t286/krissy_darkstar/01.jpg" border="0" alt="Photobucket"></a> i fixed it thanx anyways!!!!
Last edited by krissy_darkstar; February 25th, 2008 at 03:52.. Reason: Automerged Doublepost |
|
|
|
|
|
#4 (permalink) |
|
BC's President
![]() ![]() Join Date: Nov 2006
Location: Sweden
Posts: 107
|
It's probably a fake game/bad img. have it worked before?
__________________
Pc Specs: Processor: <----> Pentium3 [1.8GHz] Graphic Card: <-> nVidia GeForce3 Ti200 [64MB] RAM: <----------> 512 MB CD/DVD: <------> COMPAQ DVD-ROM DGR8160B/ LITE-ON LTR.24102B/ [DAEMON] HDD: <----------> 40GB + 180GB at NAS-server - II -: Processor: <----> Pentium4 [2.4GHZ] Graphic Card: <-> ATi RADEON 9500 PRO / 9700 Family [128MB] RAM: <----------> 512 MB CD/DVD: <------> LITEON DVD-ROM LTD163 / _NEC DVD_RW ND-3540A / [DAEMON] HDD: <----------> 230GB + 110GB |
|
|
|
|
|
#5 (permalink) |
|
Behind ur girlfriend :D
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Feb 2006
Location: Sydney, Australia
Posts: 18,832
|
this occurs because the Backup type is set incorrectly.
__________________
![]() ![]() VBA-M | Xtemu | NGOHQ | Post Impact Productions | TNHW | XBCD 0.2.6 | Satanic666's Emulator Compiles Don't be a NOOB, READ THE NGEmu/EmuForums Rules of Conduct Need Help with ePSXe? This is your first stop!. If you don't post all the required information, you don't get help. Everytime someone posts a romsite, God kills a beautiful woman. |
|
|
|
|
|
#6 (permalink) |
|
Registered User
Join Date: Jun 2007
Location: Miramichi
Posts: 28
|
First create a file in windows and name it vba-over.ini and place it in VisualBoyAdvance.exe directory and open the file up and enter this Code:
;Pocket Monsters - Ruby (J) [AXVJ] rtcEnabled=1 flashSize=131072 ;Pokemon - Ruby Version (U) (E) [AXVE] rtcEnabled=1 flashSize=131072 ;Pokemon - Rubin-Edition (G) [AXVD] rtcEnabled=1 flashSize=131072 ;Pokemon - Version Rubis (F) [AXVF] rtcEnabled=1 flashSize=131072 ;Pokemon - Versione Rubino (I) [AXVI] rtcEnabled=1 flashSize=131072 ;Pokemon - Edicion Rubi (S) [AXVS] rtcEnabled=1 flashSize=131072 ;Pocket Monsters - Sapphire (J) [AXPJ] rtcEnabled=1 flashSize=131072 ;Pokemon - Sapphire Version (U) (E) [AXPE] rtcEnabled=1 flashSize=131072 ;Pokemon - Saphir-Edition (G) [AXPD] rtcEnabled=1 flashSize=131072 ;Pokemon - Version Saphir (F) [AXPF] rtcEnabled=1 flashSize=131072 ;Pokemon - Versione Zaffiro (I) [AXPI] rtcEnabled=1 flashSize=131072 ;Pokemon - Edicion Zafiro (S) [AXPS] rtcEnabled=1 flashSize=131072 ;Pocket Monsters - Fire Red (J) [BPRJ] flashSize=131072 ;Pokemon - Fire Red Version (U) (E) [BPRE] flashSize=131072 ;Pokemon - Feuerrote Edition (G) [BPRD] flashSize=131072 ;Pokemon - Version Rouge Feu (F) [BPRF] flashSize=131072 ;Pokemon - Versione Rosso Fuoco (I) [BPRI] flashSize=131072 ;Pokemon - Edicion Rojo Fuego (S) [BPRS] flashSize=131072 ;Pocket Monsters - Leaf Green (J) [BPGJ] flashSize=131072 ;Pokemon - Leaf Green Version (U) (E) [BPGE] flashSize=131072 ;Pokemon - Blattgruene Edition (G) [BPGD] flashSize=131072 ;Pokemon - Version Vert Feuille (F) [BPGF] flashSize=131072 ;Pokemon - Versione Verde Foglia (I) [BPGI] flashSize=131072 ;Pokemon - Edicion Verde Hoja (S) [BPGS] flashSize=131072 ;Pocket Monsters - Emerald (J) [BPEJ] rtcEnabled=1 flashSize=131072 ;Pokemon - Emerald Version (U) [BPEE] rtcEnabled=1 flashSize=131072 ;Pokemon - Smaragd-Edition (G) [BPED] rtcEnabled=1 flashSize=131072 ;Pokemon - Version Emeraude (F) [BPEF] rtcEnabled=1 flashSize=131072 ;Pokemon - Versione Smeraldo (I) [BPEI] rtcEnabled=1 flashSize=131072 ;Pokemon - Edicion Esmeralda (S) [BPES] rtcEnabled=1 flashSize=131072 |
|
|
|
|
|
#7 (permalink) |
|
Behind ur girlfriend :D
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Feb 2006
Location: Sydney, Australia
Posts: 18,832
|
or just download the file from the first stickied thread.
__________________
![]() ![]() VBA-M | Xtemu | NGOHQ | Post Impact Productions | TNHW | XBCD 0.2.6 | Satanic666's Emulator Compiles Don't be a NOOB, READ THE NGEmu/EmuForums Rules of Conduct Need Help with ePSXe? This is your first stop!. If you don't post all the required information, you don't get help. Everytime someone posts a romsite, God kills a beautiful woman. |
|
|
|
|
|
#10 (permalink) | |
|
Registered User
Join Date: Mar 2008
Location: San Leon
Posts: 1
|
Quote:
or just the name of the game version you are playing? also do you put it in Visual boy system file?
|
|
|
|
|
|
|
#11 (permalink) |
|
Registered User
Join Date: Mar 2008
Location: Athens, Greece
Posts: 2
|
I fix it How to fix Boktai, PKMN, DBZ, SMB3... But I got another question. In Fire Red is it normal to see a wild pokemon from the "new" pokemon like Zigzagoon outside Pallet??? |
|
|
|
|
|
#12 (permalink) |
|
Behind ur girlfriend :D
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Feb 2006
Location: Sydney, Australia
Posts: 18,832
|
Yes!.
__________________
![]() ![]() VBA-M | Xtemu | NGOHQ | Post Impact Productions | TNHW | XBCD 0.2.6 | Satanic666's Emulator Compiles Don't be a NOOB, READ THE NGEmu/EmuForums Rules of Conduct Need Help with ePSXe? This is your first stop!. If you don't post all the required information, you don't get help. Everytime someone posts a romsite, God kills a beautiful woman. |
|
|
|
|
|
#13 (permalink) |
|
Registered User
Join Date: Feb 2008
Location: America
Posts: 18
|
Does this also apply to saving problems? I am not talking about saving outside of the game, but inside, if you know what I mean. The problem is is that I am in the last match before fighting the New Pkmn Champion (Name him Gary, or Green, or whatever) and I destroyed him. Then the game goes thruogh the credits and stuff and started over to the beginning. I have to start a new game because....I can't in-game save! When I tried to save before battling, it said "save error-----Please Exchange Backup Memory". So, what should I do if this topic is related to my problem? |
|
|
|
|
|
#14 (permalink) |
|
Behind ur girlfriend :D
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Feb 2006
Location: Sydney, Australia
Posts: 18,832
|
can only be fixed via restarting.
__________________
![]() ![]() VBA-M | Xtemu | NGOHQ | Post Impact Productions | TNHW | XBCD 0.2.6 | Satanic666's Emulator Compiles Don't be a NOOB, READ THE NGEmu/EmuForums Rules of Conduct Need Help with ePSXe? This is your first stop!. If you don't post all the required information, you don't get help. Everytime someone posts a romsite, God kills a beautiful woman. |
|
|
|
|
|
#15 (permalink) | |
|
Registered User
![]() ![]() Join Date: May 2007
Location: Argentina
Posts: 147
|
Quote:
But, doing this, you'll also need to erase your old (and useless) save files and save states files. Thus, you'll lose all your progress and need to start the game all over from the beginning. This is guaranteed to fix your problem. Although, there is a way to fix the save problem without losing all your progress (you'll need a save state file) but the process is too long en complicate to explain it here. Use Google to search on Internet, any pokefan site has the explanation fully detailed. There are no guaranties that this will work and fix your problem but is reported to work 90% of all cases. |
|
|
|
|
|
|
#17 (permalink) |
|
MMP-2 Dude
![]() ![]() ![]() ![]() ![]() Join Date: Jun 2003
Location: UK
Posts: 1,637
|
You put the file in the same folder as VisualBoyAdvance.exe, and it works automatically. Set the savetype to Automatic and Flash 64K also, so you can play other games properly. The Flash 128K save type is used when a game is specified to use it in vba-over.ini, such as the Pokemon games. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|