HelpSeraphs Dominion Client not compiling

Posts 16 of 6 · Page 1 of 1
Seraphs Dominion Client not compiling
I have been trying to set up Seraphs dominion because the client seems to be easier to modify.
the main problem I am having is when I try to compile it I get a bunch of errors.
I am using FlashDevelop to compile to client
I can't really show all of the errors so I will say what files the errors are in.
DescribeTypeJSON.as
GiveItem.as
_07a.as
_eb.as
_ec.as
_L__.as
WebAccount.as
_0L_h.as

has anyone else encountered this error before?
I wish I could post the errors but there are too many of them
DescribeTypeJSON.as(9): col: 56 Error: Access of undefined property INCLUDE_BASES.
DescribeTypeJSON.as(9): col: 72 Error: Access of undefined property INCLUDE_INTERFACES.
(there are like 40 of these errors)

GiveItem.as(19): col: 24 Error: Access of undefined property JSON.

_07a.as(132): col: 45 Error: Access of possibly undefined property RIGHT_CLICK through a reference with static type Class.
_07a.as(145): col: 48 Error: Access of possibly undefined property RIGHT_CLICK through a reference with static type Class.

_eb.as(74): col: 133 Error: Access of undefined property JSON.

_ec.as(73): col: 133 Error: Access of undefined property JSON.

_L__.as(27): col: 17 Error: Definition flash.net:NetworkInfo could not be found.

WebAccount.as(10): col: 17 Error: Definition flash.net:NetworkInterface could not be found.

_0L_h.as(26): col: 17 Error: Definition flash.net:NetworkInfo could not be found.
_0L_h.as(27): col: 17 Error: Definition flash.net:NetworkInterface could not be found.
How far are you in the client process? Are you finished and just tweaking it or have you not used Intelji yet?
I tried using Intellij but it wouldn't open it just sat there for an hour so I assumed it was broken. then I got flashdevelop and tried that but I couldn't get it to compile. I decided to try IntelliJ again and this time it worked. and now I am getting a black screen in the client. I fixed the first problem and now I have a new one. I am just going to look through the old threads because I think I remember seeing something about a black screen in the seraphs dominion client.
Quote Originally Posted by sadpeanut11 View Post
_07a.as(132): col: 45 Error: Access of possibly undefined property RIGHT_CLICK through a reference with static type Class.
_07a.as(145): col: 48 Error: Access of possibly undefined property RIGHT_CLICK through a reference with static type Class.
is it possible that you are building a client on an outdated PlayerGlobal.swc?

there are older core libraries of Flash that don't have the RIGHT_CLICK definition by default. you might wanna check it out! :3
make sure you added flex sdk to the project? not sure how flashdevelop works but i recommend you use intellij.
as simple as pressing a button... well, because thats what u do
Quote Originally Posted by Riigged View Post
make sure you added flex sdk to the project? not sure how flashdevelop works but i recommend you use intellij.
as simple as pressing a button... well, because thats what u do
I was about to ask if he was using Rabcdasm to compile it. If yes, it'd never work. But yes, that's what you should do.
Posts 16 of 6 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?