Cannot create character/login

Report core bugs regarding the Ultima Online Emulator Core release (version 097). You can attach your Core Dump. One bug per post.
Locked
.Arael.
New User
Posts: 1
Joined: Thu Jan 11, 2007 8:43 am

Cannot create character/login

Post by .Arael. »

Image

Code: Select all

vitalInit.lst : 40-60


Settings\Ricky\Desktop\Locale\pkg\attributes\hooks\vitalInit.src, Line 10
exported function GetLifeMaximumValue(mobile)
18: makelocal
19: jmp userfunc @21
20: progend
21: pop param 'mobile'
return 100;
22: 100L
23: return
C:\Documents and Settings\Ricky\Desktop\Locale\pkg\attributes\hooks\vitalInit.src, Line 6
exported function GetLifeRegenRate(mobile)
24: makelocal
25: jmp userfunc @27
26: progend
27: pop param 'mobile'
return 100;
28: 100L
29: return
C:\Documents and Settings\Ricky\Desktop\Locale\pkg\attributes\hooks\vitalInit.src, Line 18
exported function GetManaMaximumValue(mobile)
30: makelocal
31: jmp userfunc @33
Attachments
POL097-2007-01-04 RC2 Coregina-20070111173435-0.dmp
(37.76 KiB) Downloaded 248 times
SMJ
Grandmaster Poster
Posts: 113
Joined: Wed May 10, 2006 5:15 pm

Post by SMJ »

The first part on the image can be solved by compiling /pol/scripts/start.src. That should fix the complaint. The rest of it, I couldn't help you with if I tried (and I did try lol)
User avatar
CWO
POL Expert
Posts: 1160
Joined: Sat Feb 04, 2006 5:49 pm

Post by CWO »

if you're just upgrading the core, delete all .ecl scripts in your POL path and recompile under the ecompile that came with that core. This fixes many strange crash issues that can happen due to differing cores/ecompiles.
Locked