097 RC5 Linux - ecompile and pol don't work

Report core bugs regarding the Ultima Online Emulator Core release (version 097). You can attach your Core Dump. One bug per post.
Locked
Naglfar
New User
Posts: 15
Joined: Mon Apr 09, 2007 6:27 am

097 RC5 Linux - ecompile and pol don't work

Post by Naglfar »

After update from RC3-rebuild to RC4 or RC5 I have some serious froblems.

:arrow: I can't compile any file, ecompile always returns error:

Code: Select all

>"/home/naglfar/st/scripts/ecompile" mathtest.src
EScript Compiler v>Exit code: 0 Signal: 4

Code: Select all

naglfar@666:~/st/scripts$ ./ecompile
EScript Compiler vBledna instrukcja*


:arrow: POL doesn't start. I get this:

Code: Select all

Initialization complete.  POL is active.  Ctrl-C to stop.

checkpoint: starting periodic tasks
checkpoint: starting threads
checkpoint: start tasks thread
Listening for UO clients on port 5003 (encryption: none)
Listening for UO clients on port 5001 (encryption: none)
Listening for HTTP requests on port 5666
checkpoint: start scripts thread
checkpoint: don't start decay thread
checkpoint: start reap thread
checkpoint: start dbglisten thread
checkpoint: start threadstatus thread
Bledna instrukcja*
* - "Bledna instrukcja" means "bad instruction".
RazorTongue
New User
Posts: 28
Joined: Mon Apr 23, 2007 8:18 am

Post by RazorTongue »

In my opinion, these particular releases (rc4/rc5) were compiled for an architecture not supported by your cpu(Invalid instruction exception is triggered by cpu when it tries to decode unknown opcode). You should upgrade or ask devs for compilation for your architecture(ie. native i386 or else).
Naglfar
New User
Posts: 15
Joined: Mon Apr 09, 2007 6:27 am

Post by Naglfar »

I have i686 architecture, so I think RC4 and RC5 should work like previous releases.
Developer Silver
Apprentice Poster
Posts: 58
Joined: Sun Feb 05, 2006 1:34 pm

Post by Developer Silver »

Locked