Unhandled Exception! Minidump started...
##########################################################
Unhandled Exception! Writing Minidump file.
This file with explanation and last lines from log files should be given to the
development team.
Saved dump file to 'POL096-2006-05-30 RC2 Vestal Virgin-20060607200808-0.dmp'
Last Script: scripts/textcmd/admin/fileaccesstest.ecl PC: 3
##########################################################
Script:
Code:
use uo;
use file;
program test_fileaccess(who)
var file_ref:=ReadFile("testfile.txt");
if(!file_ref)
SendSysMessage(who, "Error: "+cstr(file_ref.errortext));
endif
endprogram