Emuforums.com

Go Back   Emuforums.com > Handheld Emulation > Visualboy Advance Discussion
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Login to remove all ads!
Reply
 
LinkBack Thread Tools Display Modes
Old February 25th, 2008   #1 (permalink)
krissy_darkstar
Registered User
 
Join Date: Feb 2008
Location: Puerto Rico
Posts: 2
Angry pokemon fire red (1m sub circuit board) wtf

i keep getting 1M subcircuit board not installed..how can i fix this and play the damn game already??????????????????
krissy_darkstar is offline   Reply With Quote
Old February 25th, 2008   #2 (permalink)
ODECiF
BC's President
 
ODECiF's Avatar
 
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: <----> Celeron [801MHz]
Graphic Card: <-> nVidia TNT2 Model 64 [32MB]
RAM: <----------> 512 MB
CD/DVD: <------> _NEC DVD_RW ND-2510A / [DAEMON]
HDD: <----------> 110GB + 35GB
- 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
ODECiF is offline   Reply With Quote
Old February 25th, 2008   #3 (permalink)
krissy_darkstar
Registered User
 
Join Date: Feb 2008
Location: Puerto Rico
Posts: 2
<a href="http://s163.photobucket.com/albums/t286/krissy_darkstar/?action=view&current=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 02:52. Reason: Automerged Doublepost
krissy_darkstar is offline   Reply With Quote
Old February 25th, 2008   #4 (permalink)
ODECiF
BC's President
 
ODECiF's Avatar
 
Join Date: Nov 2006
Location: Sweden
Posts: 107
It's probably a fake game/bad img. have it worked before?
__________________
Pc Specs:
Processor: <----> Celeron [801MHz]
Graphic Card: <-> nVidia TNT2 Model 64 [32MB]
RAM: <----------> 512 MB
CD/DVD: <------> _NEC DVD_RW ND-2510A / [DAEMON]
HDD: <----------> 110GB + 35GB
- 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
ODECiF is offline   Reply With Quote
Old February 25th, 2008   #5 (permalink)
Squall-Leonhart
VBA-M Team
 
Squall-Leonhart's Avatar
 
Join Date: Feb 2006
Location: Australia
Posts: 2,988
this occurs because the Backup type is set incorrectly.
Squall-Leonhart is offline   Reply With Quote
Old February 27th, 2008   #6 (permalink)
ubuntummc
Registered User
 
Join Date: Jun 2007
Location: Miramichi
Posts: 26
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
ubuntummc is offline   Reply With Quote
Old February 27th, 2008   #7 (permalink)
Squall-Leonhart
VBA-M Team
 
Squall-Leonhart's Avatar
 
Join Date: Feb 2006
Location: Australia
Posts: 2,988
or just download the file from the first stickied thread.
Squall-Leonhart is offline   Reply With Quote
Old February 28th, 2008   #8 (permalink)
ubuntummc
Registered User
 
Join Date: Jun 2007
Location: Miramichi
Posts: 26
true but then I wouldn't have the joy of making a post like this ever again :P
ubuntummc is offline   Reply With Quote
Old March 4th, 2008   #9 (permalink)
spiros91
Registered User
 
Join Date: Mar 2008
Location: Athens, Greece
Posts: 2
I have the same problem. Do you mean create a note pad, name it "vba-over.ini", open it and copy-paste what you said??? Because I did it and nothing happpened!!!
spiros91 is offline   Reply With Quote
Old March 4th, 2008   #10 (permalink)
Mr.Mysterious
Registered User
 
Join Date: Mar 2008
Location: San Leon
Posts: 1
Quote:
Originally Posted by spiros91 View Post
I have the same problem. Do you mean create a note pad, name it "vba-over.ini", open it and copy-paste what you said??? Because I did it and nothing happpened!!!
It has happened to me as well, do you mean to copy and paste the whole thing
or just the name of the game version you are playing? also do you put it in Visual boy system file?
Mr.Mysterious is offline   Reply With Quote
Old March 4th, 2008   #11 (permalink)
spiros91
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???
spiros91 is offline   Reply With Quote
Old March 5th, 2008   #12 (permalink)
Squall-Leonhart
VBA-M Team
 
Squall-Leonhart's Avatar
 
Join Date: Feb 2006
Location: Australia
Posts: 2,988
Yes!.
Squall-Leonhart is offline   Reply With Quote
Old March 12th, 2008   #13 (permalink)
GigaSP
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?
GigaSP is offline   Reply With Quote
Old March 14th, 2008   #14 (permalink)
Squall-Leonhart
VBA-M Team
 
Squall-Leonhart's Avatar
 
Join Date: Feb 2006
Location: Australia
Posts: 2,988
can only be fixed via restarting.
Squall-Leonhart is offline   Reply With Quote
Old March 14th, 2008   #15 (permalink)
es3ado
Registered User
 
es3ado's Avatar
 
Join Date: May 2007
Location: Argentina
Posts: 56
Quote:
Originally Posted by GigaSP View Post
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?
As already mentioned before (here and in other topics) you'll have to manually change the save type configuration to Flash 128k every time you want to emulate this gamer or start using the vba-over.ini file.
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.
es3ado is offline   Reply With Quote
Old March 26th, 2008   #16 (permalink)
HockeyK1ng
Registered User
 
Join Date: Mar 2008
Location: Colorado
Posts: 1
im kinda new but how do you put the vba-over.ini in the directories
HockeyK1ng is offline   Reply With Quote
Old March 26th, 2008   #17 (permalink)
Clements
MMP-2 Dude
 
Clements's Avatar
 
Join Date: Jun 2003
Location: UK
Posts: 1,629
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.
Clements is offline   Reply With Quote
Old April 1st, 2008   #18 (permalink)
martinovitz
Registered User
 
Join Date: Apr 2008
Location: norway
Posts: 3
how do i fix it?

how do i get the 1M sub-circuit board installed? it says that when i run a game it come up that "1M sub-circuit board is not installed" how do i get the VBA to work?
martinovitz is offline   Reply With Quote
Old 4 Weeks Ago   #19 (permalink)
fade101
coke-aholic
 
fade101's Avatar
 
Join Date: Apr 2008
Location: in your kitchen, stealing your coke
Posts: 6
Quote:
Originally Posted by martinovitz View Post
how do i get the 1M sub-circuit board installed? it says that when i run a game it come up that "1M sub-circuit board is not installed" how do i get the VBA to work?
well martinovitz... all ya have to do is download the vba-over.ini thingy... check out theread about fixin this prob by TheCloudOfSmoke...
fade101 is offline   Reply With Quote
Old 3 Weeks Ago   #20 (permalink)
cesebe
Registered User
 
Join Date: Apr 2008
Location: Turkey
Posts: 1
I couldnt solve the problem despite i did everything . Can someone finish and continue the game and save it at the beginning (palette town?)??
cesebe is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 11:01.

Final Fantasy Forums - Final Fantasy - Kingdom Hearts 3 - Game Wallpapers

Powered by vBulletin® Version 3.7.0 Release Candidate 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0