English Amiga Board


Go Back   English Amiga Board > Support > support.WinUAE

 
 
Thread Tools
Old 19 March 2018, 12:41   #1
AlphaUMi
Amiga Fan
 
AlphaUMi's Avatar
 
Join Date: Mar 2015
Location: Italy
Age: 48
Posts: 26
Problem saving ROM in config file with 3.6.1

Hi! I have the following problem. I created a config file for A1200 but no matter what, WinUAE does not load the correct rom I've saved in the config. I mean, I saved a 3.1 ROM, and if I open the config file with a text editor, I can see that the correct ROM has been saved. But not matter what, when I load the config, the ROM is the dafault 1.3. Of course I can change the rom manually with the GUI, but the rom I've saved is not supposed to be loaded automatically?
AlphaUMi is offline  
Old 19 March 2018, 12:51   #2
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,507
Quickstart mode is enabled?
Toni Wilen is offline  
Old 19 March 2018, 13:30   #3
AlphaUMi
Amiga Fan
 
AlphaUMi's Avatar
 
Join Date: Mar 2015
Location: Italy
Age: 48
Posts: 26
Quote:
Originally Posted by Toni Wilen View Post
Quickstart mode is enabled?
Yes, it was. And I just kept your hint and tried again with Quickstart mode disabled but nothing changed. I'm posting a snippet from my config file, maybe you can notice something interesting.

Code:
use_debugger=false
kickstart_rom_file=.\Roms\Kickstart v3.1 rev 40.68 (1993)(Commodore)(A1200).rom
kickstart_rom_file_id=1483A091,KS ROM v3.1 (A1200)
kickstart_ext_rom_file=
kickstart_rom=v1.3
pcmcia_mb_rom_file=:ENABLED
ide_mb_rom_file=:ENABLED
For example, kickstart_rom_file and kickstart_rom do not match the version number. If this is the problem, I cannot save that setting trhough the GUI. I forgot how may times I already tried pressing the "Save" button.
AlphaUMi is offline  
Old 19 March 2018, 15:19   #4
Allen1
Registered User
 
Join Date: Nov 2009
Location: Blyth England
Age: 68
Posts: 786
I don't know much about config files but seeing that you can read it... couldn't you also edit the kickstart_rom=v1.3 to kickstart_rom=v3.1 and save it to over-right the original (make a copy first though).

My config files do not have the line :- kickstart_rom=v1.3 in them as far as I can see. (3.1 2GBHD.UAE)

use_gui=yes
use_debugger=false
kickstart_rom_file=..\..\..\Users\Public\Documents\Amiga Files\shared\rom\amiga-os-310-a1200.rom
kickstart_rom_file_id=1483A091,KS ROM v3.1 (A1200)
kickstart_ext_rom_file=
flash_file=
cart_file=
rtc_file=
kickshifter=false

Last edited by Allen1; 19 March 2018 at 15:38.
Allen1 is offline  
Old 19 March 2018, 15:35   #5
DamienD
Banned
 
DamienD's Avatar
 
Join Date: Aug 2005
Location: London / Sydney
Age: 47
Posts: 20,420
Where has this line come from?

Code:
kickstart_rom=v1.3
Just create a brand new configuration file in v3.6.1 and it's not there... so will be ignored anyway.
DamienD is offline  
Old 20 March 2018, 04:49   #6
AlphaUMi
Amiga Fan
 
AlphaUMi's Avatar
 
Join Date: Mar 2015
Location: Italy
Age: 48
Posts: 26
Quote:
Originally Posted by Allen1 View Post
I don't know much about config files but seeing that you can read it... couldn't you also edit the kickstart_rom=v1.3 to kickstart_rom=v3.1 and save it to over-right the original (make a copy first though).

My config files do not have the line :- kickstart_rom=v1.3 in them as far as I can see. (3.1 2GBHD.UAE)

use_gui=yes
use_debugger=false
kickstart_rom_file=..\..\..\Users\Public\Documents\Amiga Files\shared\rom\amiga-os-310-a1200.rom
kickstart_rom_file_id=1483A091,KS ROM v3.1 (A1200)
kickstart_ext_rom_file=
flash_file=
cart_file=
rtc_file=
kickshifter=false
Problem solved. I mean my config file has this string:

kickstart_rom=v1.3

If I change it (manually, I mean with a text editor) to:

kickstart_rom=v3.1

Everything is solved. I already did that change, and it worked. Anyway,

Are you saying you don't have that line? Let's see what will happen if I remove it from the config file. Thank you for your support, I'll report back.

PS: Problem: is that line supposed to be there? Obviously I did'n write it myself. Is that a remnant of previous versions? Because it affects the config file and prevents to load the correct rom.

Last edited by AlphaUMi; 20 March 2018 at 04:58.
AlphaUMi is offline  
Old 20 March 2018, 04:56   #7
AlphaUMi
Amiga Fan
 
AlphaUMi's Avatar
 
Join Date: Mar 2015
Location: Italy
Age: 48
Posts: 26
Quote:
Originally Posted by DamienD View Post
Where has this line come from?

Code:
kickstart_rom=v1.3
Just create a brand new configuration file in v3.6.1 and it's not there... so will be ignored anyway.
I'll try it and report back.
Thank you.
AlphaUMi is offline  
Old 20 March 2018, 08:21   #8
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,507
kickstart_rom is never created or modified by winuae.

It is option for front end/etc creators to enable easy way to set up correct KS ROM without requiring full path, by using WinUAE ROM scan results.
Toni Wilen is offline  
Old 21 March 2018, 19:55   #9
AlphaUMi
Amiga Fan
 
AlphaUMi's Avatar
 
Join Date: Mar 2015
Location: Italy
Age: 48
Posts: 26
Thank you all for your clarifications! I removed that line - problem solved.
AlphaUMi is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem saving/loading host config brolly support.WinUAE 22 26 June 2017 11:11
Problem to load config file and quicksavestate Kloks support.WinUAE 23 30 March 2013 18:35
Modifying and saving config name issue mark_k support.WinUAE 5 11 February 2013 03:22
Saving a default config.. flibble42 support.WinUAE 3 02 May 2007 07:46
WinUAE 0822R3 crash saving config guest support.WinUAE 11 14 December 2002 19:25

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

Forum Jump


All times are GMT +2. The time now is 07:44.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.11289 seconds with 13 queries