POL097-2006-07-02 Coregina part 2

Report core bugs regarding the Ultima Online Emulator Core release (version 097). You can attach your Core Dump. One bug per post.
Locked
Harley
Forum Regular
Posts: 360
Joined: Sat Mar 18, 2006 1:41 am

POL097-2006-07-02 Coregina part 2

Post by Harley »

Hallo dear!

I have post my problem on top, in this:

http://forums.polserver.com/viewtopic.php?p=3466#3466

and at this:

http://forums.polserver.com/viewtopic.php?t=664

And I have tried all the ways long which advised me. And dear CWO, has advised me to write here for it is already similar to some extent to a bug.

When I start server, I have error with Access Denied:

Code: Select all

Starting: SpawnNet 
error{ errortext = "Access denied" } 
syslog: [pkg/systems/serverstatus/status.ecl]: error{ errortext = "Access denied 
" } 
Starting: Ore Server.
This error:

Code: Select all

const FILENAME := "servstat";

...

 x := WriteFile(FILENAME, arr); 

  if( x == error) 
    print(x); 
    syslog(x); 
  endif
At Fileaccess:

Code: Select all

FileAccess 
{ 
  Package   serverstatus 
  Extension     * 
  AllowRead   1 
  AllowWrite   1 
  AllowAppend   1 
  AllowRemote   0 
}
In a script all is correct! On versions 096; 096.1 all works superb! And on version 097 causes a mistake! For earlier, I'm very grateful!

Thanks!
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Post by MuadDib »

Will try to look into this this weekend if we can get time. Busy busy lives lately :)
Locked