FreeAXP failed to create configuration file on Vista
- RandyR
- Topic Author
- Visitor
14 years 9 months ago #4806
by RandyR
FreeAXP failed to create configuration file on Vista was created by RandyR
I was very interested when I found out about FreeAXP. I downloaded & installed it on Windows Vista. When I attempted to create a new configuration file the program crashed. I copied the following from the details:
Problem signature:
Problem Event Name: APPCRASH
Application Name: FreeAxpCfg.exe
Application Version: 1.0.5.261
Application Timestamp: 4bb1a5be
Fault Module Name: ntdll.dll
Fault Module Version: 6.0.6001.18000
Fault Module Timestamp: 4791a7a6
Exception Code: c0000005
Exception Offset: 000659c3
OS Version: 6.0.6001.2.1.0.256.6
Locale ID: 1033
Additional Information 1: 14dc
Additional Information 2: 2f3edb7673cc56676ee80ec2b51b100e
Additional Information 3: b843
Additional Information 4: 4e0f086316e5a28da3722d115b509f74
Problem signature:
Problem Event Name: APPCRASH
Application Name: FreeAxpCfg.exe
Application Version: 1.0.5.261
Application Timestamp: 4bb1a5be
Fault Module Name: ntdll.dll
Fault Module Version: 6.0.6001.18000
Fault Module Timestamp: 4791a7a6
Exception Code: c0000005
Exception Offset: 000659c3
OS Version: 6.0.6001.2.1.0.256.6
Locale ID: 1033
Additional Information 1: 14dc
Additional Information 2: 2f3edb7673cc56676ee80ec2b51b100e
Additional Information 3: b843
Additional Information 4: 4e0f086316e5a28da3722d115b509f74
Please Log in or Create an account to join the conversation.
- Bruce Claremont
- Topic Author
- Visitor
14 years 9 months ago #4807
by Bruce Claremont
Replied by Bruce Claremont on topic RE: FreeAXP failed to create configuration file on Vista
Two questions:
- Are you running the program as an administrator?
- Which version of Vista?
- Are you running the program as an administrator?
- Which version of Vista?
Please Log in or Create an account to join the conversation.
- RandyR
- Topic Author
- Visitor
14 years 9 months ago #4808
by RandyR
Replied by RandyR on topic RE: FreeAXP failed to create configuration file on Vista
I was running the program as an administrator.
Windows Vista Business Service Pack 1
Windows Vista Business Service Pack 1
Please Log in or Create an account to join the conversation.
- Bruce Claremont
- Topic Author
- Visitor
14 years 9 months ago #4809
by Bruce Claremont
Replied by Bruce Claremont on topic RE: FreeAXP failed to create configuration file on Vista
Thanks. We have Vista Business SP2 x64 on a test box. I'll recheck the wizard under that O/S this evening.
In the meantime, here's a FreeAXP configuration file and a FreeAXP batch file you can modify to test. Note the sample configuration includes the extra serial port TTA0.
Batch File:
echo on
start "FreeAXP" "%ProgramFiles%\FreeAXP\freeaxp.exe"/config="\Alpha\AXP_Serial.cfg"
exit
FreeAXP Configuration File:
/* -- FreeAXP Config --
AXP_Serial.cfg
FreeAXP configuration defining second serial port (TTA0).
Do not modify this configuration using the FreeAXP Wizard.
-- */
cp = control
{
cp_log = logfile
{
filename = "\Alpha\AXP_Serial.log"
}
alpha = alpha
{
memory=128M;
image = "\Alpha\AXP_Serial.nvr"
pcibus = dc21071da
{
data = "\Alpha\AXP_Serial.toy"
serial0 = i16550
{
s0_tn = telnet
{
port = 9000;
wait = true;
action = """C:\Program Files\FreeAXP\putty.exe"" telnet://localhost:9000"
}
}
serial1 = i16550
{
s1_tn = telnet
{
port = 9001;
wait = true;
action = """C:\Program Files\FreeAXP\putty.exe"" telnet://localhost:9001"
}
}
pci7 = i82378
{
}
pci6 = symbios
{
disk0.0 = file
{
image = "M:\Alpha\BURNER\System.vdisk"
}
disk0.2 = file
{
image = "M:\Alpha\BURNER\Data1.vdisk"
}
disk0.3 = file
{
image = "M:\Alpha\BURNER\Data2.vdisk"
}
disk0.6 = device
{
device = "\\.\cdrom0"
read_only = true;
cdrom = true;
}
}
pci11 = de500
{
adapter="ask"
}
}
}
}<hr>
In the meantime, here's a FreeAXP configuration file and a FreeAXP batch file you can modify to test. Note the sample configuration includes the extra serial port TTA0.
Batch File:
echo on
start "FreeAXP" "%ProgramFiles%\FreeAXP\freeaxp.exe"/config="\Alpha\AXP_Serial.cfg"
exit
FreeAXP Configuration File:
/* -- FreeAXP Config --
AXP_Serial.cfg
FreeAXP configuration defining second serial port (TTA0).
Do not modify this configuration using the FreeAXP Wizard.
-- */
cp = control
{
cp_log = logfile
{
filename = "\Alpha\AXP_Serial.log"
}
alpha = alpha
{
memory=128M;
image = "\Alpha\AXP_Serial.nvr"
pcibus = dc21071da
{
data = "\Alpha\AXP_Serial.toy"
serial0 = i16550
{
s0_tn = telnet
{
port = 9000;
wait = true;
action = """C:\Program Files\FreeAXP\putty.exe"" telnet://localhost:9000"
}
}
serial1 = i16550
{
s1_tn = telnet
{
port = 9001;
wait = true;
action = """C:\Program Files\FreeAXP\putty.exe"" telnet://localhost:9001"
}
}
pci7 = i82378
{
}
pci6 = symbios
{
disk0.0 = file
{
image = "M:\Alpha\BURNER\System.vdisk"
}
disk0.2 = file
{
image = "M:\Alpha\BURNER\Data1.vdisk"
}
disk0.3 = file
{
image = "M:\Alpha\BURNER\Data2.vdisk"
}
disk0.6 = device
{
device = "\\.\cdrom0"
read_only = true;
cdrom = true;
}
}
pci11 = de500
{
adapter="ask"
}
}
}
}<hr>
Please Log in or Create an account to join the conversation.
- Bruce Claremont
- Topic Author
- Visitor
14 years 9 months ago #4810
by Bruce Claremont
Replied by Bruce Claremont on topic RE: FreeAXP failed to create configuration file on Vista
I've tested the FreeAXP Beta 1.0.5.261 configuration wizard under Windows Vista Business SP2 x64 and not experienced any problems. I've created and modified configuration files.
Are you running 32 or 64-bit Vista?
We are releasing FreeAXP Beta 269 today. Try that kit.
Are you running 32 or 64-bit Vista?
We are releasing FreeAXP Beta 269 today. Try that kit.
Please Log in or Create an account to join the conversation.
- RandyR
- Topic Author
- Visitor
14 years 9 months ago #4811
by RandyR
Replied by RandyR on topic RE: FreeAXP failed to create configuration file on Vista
I am using 32-bit Vista
Please Log in or Create an account to join the conversation.
Moderators: iamcamiel
Time to create page: 0.233 seconds