Project Perfect Mod Forums
:: Home :: Get Hosted :: PPM FAQ :: Forum FAQ :: Privacy Policy :: Search :: Memberlist :: Usergroups :: Register :: Profile :: Log in to check your private messages :: Log in ::


The time now is Fri Apr 19, 2024 4:16 am
All times are UTC + 0
Internal error caused by prism infantry
Moderators: Global Moderators, Red Alert 2 Moderators
Post new topic   Reply to topic Page 1 of 1 [22 Posts] Mark the topic unread ::  View previous topic :: View next topic
Author Message
ríomhaire
Civilian


Joined: 21 Feb 2009

PostPosted: Sat Feb 21, 2009 6:05 pm    Post subject:  Internal error caused by prism infantry
Subject description: Destroying structures causes crash
Reply with quote  Mark this post and the followings unread

So in my (first ever) mod I'm trying to add unique hero to every country. France's one is based off the guardian GI and uses an MP5 as his main weapon and, when deployed, uses a prism cannon. He works just fine except that sometimes the game crashes when he destroys buildings. I had some random crashes testing this hero before, but I thought that was due to the custom SHPs I was using. I scrapped him and started from scratch setting Image=GGI this time instead and redoing his prism gun from scratch.

He seemed to be fine this time and as I was busy picking apart the easy AI I destroyed his Construction Yard and I got an internal error. Replaying the game I got an error when I destroyed the enemy's war factory. I had destroyed war factories with it before without a crash.

So, in brief: I have a hero infantry that deploys and takes out a prism gun. When used to destroy buildings it can cause an internal error. Buildings known to cause this: Yuri Contruction Yard, Yuri War Factory.

Here's the actual code for the unit (with obviously irrelevant bits removed, eg, sound files, unit speed, sight radius, cost)

Code:
[JAVR]
UIName=Name:JAVR
Name=JAVR
Image=GGI
Category=Soldier
Prerequisite=GAPILE,TECH
Primary=MP5
Secondary=Javertlaser
Locomotor={4A582744-9839-11d1-B709-00A024DDAFD1}
Bombable=yes
Deployer=yes
DeployFire=yes
VeteranAbilities=STRONGER,FIREPOWER,ROF,SIGHT,SCATTER,FASTER
EliteAbilities=SELF_HEAL,STRONGER,FIREPOWER,ROF,FASTER
Size=1
Fearless=yes
SelfHealing=yes
Crushable=no
DeployedCrushable=no
DeploySound=GuardianGIDeploy
UndeploySound=GIUndeploy
ElitePrimary=MP5E
EliteSecondary=JaverlaserE
IFVMode=13
UseOwnName=true


Code:
[Javertlaser]
Damage=200
ROF=100
Range=10
Projectile=LargeCometP
Speed=40
Report=PrismTankAttack
Warhead=CometWH
Bright=yes
;LaserInnerColor = 216,0,184
;LaserOuterColor = 80,0,88
IsHouseColor=true
LaserOuterSpread= 0,0,0
LaserDuration = 15
IsLaser=true   ; this flag tells the game to use the special laser draw effect


Code:
[JavertlaserE]
Damage=350
ROF=100
Range=10
Projectile=SuperCometP
Speed=10
Report=PrismTankAttack
Warhead=CometWH
Bright=yes
;LaserInnerColor = 216,0,184
;LaserOuterColor = 80,0,88
IsHouseColor=true
LaserOuterSpread= 0,0,0
LaserDuration = 15
IsLaser=true   ; this flag tells the game to use the special laser draw effect


I will love anyone who can help me with this forever.



except.txt
 Description:
The error report or whatever it is.

Download
 Filename:  except.txt
 Filesize:  25.6 KB
 Downloaded:  66 Time(s)


Last edited by ríomhaire on Sat Feb 21, 2009 6:18 pm; edited 1 time in total

Back to top
View user's profile Send private message
MT
General


Joined: 23 Jun 2008
Location: Wandering Time

PostPosted: Sat Feb 21, 2009 6:11 pm    Post subject: Reply with quote  Mark this post and the followings unread

Back in the day we would try to understand the manually figure it out,
but nowadays go here.

Post your except.txt (made in your ra2 folder after an Internal Error), and wait for DCoder to analyze it.
(you have to do it there, because here he is banned)

Back to top
View user's profile Send private message
ríomhaire
Civilian


Joined: 21 Feb 2009

PostPosted: Sat Feb 21, 2009 6:19 pm    Post subject: Reply with quote  Mark this post and the followings unread

I added the error report to my post. What's the story with this DCoder guy?

Back to top
View user's profile Send private message
MT
General


Joined: 23 Jun 2008
Location: Wandering Time

PostPosted: Sat Feb 21, 2009 6:21 pm    Post subject: Reply with quote  Mark this post and the followings unread

He is the one who fixes IEs (internal errors)
He like, knows the codes of the game and all that voodoo.
Theres only really a couple of people who can help you, but hes the most active and therefore your best chance.

Back to top
View user's profile Send private message
ríomhaire
Civilian


Joined: 21 Feb 2009

PostPosted: Sat Feb 21, 2009 6:26 pm    Post subject: Reply with quote  Mark this post and the followings unread

Ok, thanks. I'll head over there I guess. Why was he banned, did he just step on an admin's toes or is that a dark, dark secret?

Back to top
View user's profile Send private message
MT
General


Joined: 23 Jun 2008
Location: Wandering Time

PostPosted: Sat Feb 21, 2009 6:38 pm    Post subject: Reply with quote  Mark this post and the followings unread


Back to top
View user's profile Send private message
Orion X
Soldier


Joined: 05 Feb 2009

PostPosted: Sat Feb 21, 2009 6:48 pm    Post subject: Reply with quote  Mark this post and the followings unread

Your elite secondary weapon has a typo on the unit.

You don't need DCoder for that.

[EDIT] MT, please be quiet. You don't have a clue so stop pretending that you do. And, you don't NEED DCoder for this anymore.

Back to top
View user's profile Send private message
Biohazard
Commander


Joined: 17 Jan 2008
Location: MD,USA

PostPosted: Sat Feb 21, 2009 7:22 pm    Post subject: Reply with quote  Mark this post and the followings unread

damn fen beat me to it.

_________________

Retired YR Player
Steam Account : MAS93
Xfire: msbiohazard

Back to top
View user's profile Send private message Send e-mail Yahoo Messenger Account AIM Address
ORCACommander
Commander


Joined: 14 Feb 2006
Location: Flying into hostile territory

PostPosted: Sun Feb 22, 2009 1:30 am    Post subject: Reply with quote  Mark this post and the followings unread

MT wrote:
Back in the day we would try to understand the manually figure it out,
but nowadays go here.

Post your except.txt (made in your ra2 folder after an Internal Error), and wait for DCoder to analyze it.
(you have to do it there, because here he is banned)


actually back in the day we had to use a ouija and sacrifice a virgin to 4 bulls.

Please post your MP5 Code. Also a typo in the weapon name would just result in it not being used not an ie.

_________________

Back to top
View user's profile Send private message
Orion X
Soldier


Joined: 05 Feb 2009

PostPosted: Sun Feb 22, 2009 2:02 am    Post subject: Reply with quote  Mark this post and the followings unread

Read the thread ORCA, I already figured out the problem.

Oh, and don't forget the tea leaves.

Back to top
View user's profile Send private message
MT
General


Joined: 23 Jun 2008
Location: Wandering Time

PostPosted: Sun Feb 22, 2009 2:40 am    Post subject: Reply with quote  Mark this post and the followings unread

ORCACommander wrote:
actually back in the day we had to use a ouija and sacrifice a virgin to 4 bulls.

Please post your MP5 Code. Also a typo in the weapon name would just result in it not being used not an ie.

Lol, reminds me of this quote. I think people take our Exe hackers for granted #Tongue

Quote:
MT, please be quiet. You don't have a clue so stop pretending that you do. And, you don't NEED DCoder for this anymore.

Okay then Fen, I suppose the proper thing to do would be to apologize for my lack of initiative. That I do.
I'll be sure to look through thoroughly before being lazy and just giving a referral Wink

Back to top
View user's profile Send private message
Orion X
Soldier


Joined: 05 Feb 2009

PostPosted: Sun Feb 22, 2009 5:06 am    Post subject: Reply with quote  Mark this post and the followings unread

It's not lack of initiative. You couldn't read an except to save your life. #Tongue I meant I'm learning how to do it myself.

Back to top
View user's profile Send private message
MT
General


Joined: 23 Jun 2008
Location: Wandering Time

PostPosted: Sun Feb 22, 2009 5:29 am    Post subject: Reply with quote  Mark this post and the followings unread

Orion X wrote:
It's not lack of initiative. You couldn't read an except to save your life. #Tongue I meant I'm learning how to do it myself.

No, I mean lack of initiative to actually read the codes, and yet posting anyways Sad

Back to top
View user's profile Send private message
Javier
My Rank Will Never Change


Joined: 24 Oct 2008
Location: Wars World!!! Posts: -99999999

PostPosted: Sun Feb 22, 2009 6:07 am    Post subject: Reply with quote  Mark this post and the followings unread

UNBAN DCoder!

_________________
Awesome banner made by m-.. I mean AltomareXD!

MY MOOOOOOOOD!!!!!!11!!1!!1111!!!11!!!1

Back to top
View user's profile Send private message
OmegaBolt
President


Joined: 21 Mar 2005
Location: York, England

PostPosted: Sun Feb 22, 2009 10:06 am    Post subject: Reply with quote  Mark this post and the followings unread

IIRC people just used to work it out themselves by looking through their inis and testing...

Back to top
View user's profile Send private message Send e-mail
ríomhaire
Civilian


Joined: 21 Feb 2009

PostPosted: Sun Feb 22, 2009 6:08 pm    Post subject: Reply with quote  Mark this post and the followings unread

Yeah I already figured out the problem using the checker I found on that other forum. Stupid mistake on my behalf. Thanks for the help.

Back to top
View user's profile Send private message
Orion X
Soldier


Joined: 05 Feb 2009

PostPosted: Sun Feb 22, 2009 6:25 pm    Post subject: Reply with quote  Mark this post and the followings unread

OmegaBolt wrote:
IIRC people just used to work it out themselves by looking through their inis and testing...

You still should. Having the except read should be your last resort unless it's one of those wacky random motherfuckers.

Back to top
View user's profile Send private message
OmegaBolt
President


Joined: 21 Mar 2005
Location: York, England

PostPosted: Sun Feb 22, 2009 6:28 pm    Post subject: Reply with quote  Mark this post and the followings unread

I do.

Back to top
View user's profile Send private message Send e-mail
Orion X
Soldier


Joined: 05 Feb 2009

PostPosted: Sun Feb 22, 2009 6:30 pm    Post subject: Reply with quote  Mark this post and the followings unread

I didn't mean you specifically. I used it in the general sense. Jeez, don't be so uptight.

Back to top
View user's profile Send private message
OmegaBolt
President


Joined: 21 Mar 2005
Location: York, England

PostPosted: Sun Feb 22, 2009 6:36 pm    Post subject: Reply with quote  Mark this post and the followings unread

Lol, I wasnt. The point I was making is that the first thing people shouldnt do is direct someone straight to a hacker.

Back to top
View user's profile Send private message Send e-mail
Orion X
Soldier


Joined: 05 Feb 2009

PostPosted: Sun Feb 22, 2009 6:38 pm    Post subject: Reply with quote  Mark this post and the followings unread

It's not hacking. It's really good problem solving. #Tongue

Back to top
View user's profile Send private message
Lt Albrecht
Defense Minister


Joined: 25 Jul 2007
Location: Hampshire, England. Creating RA2: Moscow's vengeance

PostPosted: Sun Feb 22, 2009 7:20 pm    Post subject: Reply with quote  Mark this post and the followings unread

Look what he wrote:
UNBAN DCoder!

For once he was on the right track... amazing.

_________________
Yes, work on MV continues. It is not forgotten.

Back to top
View user's profile Send private message Skype Account
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [22 Posts] Mark the topic unread ::  View previous topic :: View next topic
 
Share on TwitterShare on FacebookShare on Google+Share on DiggShare on RedditShare on PInterestShare on Del.icio.usShare on Stumble Upon
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © phpBB Group

[ Time: 0.1702s ][ Queries: 13 (0.0093s) ][ Debug on ]