strange errors

Freeform discussion about anything related to modding Transcendence.
Post Reply
User avatar
Little Modder
Commonwealth Pilot
Commonwealth Pilot
Posts: 51
Joined: Sun Mar 29, 2009 3:43 pm
Location: Somewhere over the rainbow...

At all of us, moderators, happen errors. But some of them are strange. for example, I know that attribute expected means that I forgot an " somewhere, but this error happened when I write all things correctly.Or, instead of unable to add image to library 0 was 23bb42 or something like this.

Here, let's talk about strange errors, so we can find ways to correct them. :D :(
User avatar
alterecco
Fleet Officer
Fleet Officer
Posts: 1658
Joined: Wed Jan 14, 2009 3:08 am
Location: Previously enslaved by the Iocrym

Little Modder wrote:Here, let's talk about strange errors, so we can find ways to correct them.
Absolutely. I would be glad to help you solve strange errors. Please provide an example of the code that does not work.
If it is a small piece of code, put it in

Code: Select all

[code]
[/code] block's in your forum post, if it is a long piece of code, use our pastebin,
at transcendence.pastebin.com. Pastebin is very easy to use. Just paste your code into the textfield, submit the form, and paste the
link to the resulting page here. Please don't use xelerus as a dump for unfinished mods that have problems. That is not what it is meant for. Bring your questions here, or on irc, where you are welcome.

alterecco .]
Last edited by alterecco on Sun Apr 26, 2009 6:57 pm, edited 1 time in total.
User avatar
Prophet
Militia Captain
Militia Captain
Posts: 826
Joined: Tue Nov 18, 2008 6:09 pm

I may have found a cause for the error: "Unable to add image to library: 0"

I recieved this message when I had the image unid delcared in two active mods. That's the <Image UNID="&rsMyImage;" bitmap="mypic.jpg"/>
by deleting the second instance and just keeping the <ENTITY> i did not recieve the error. I'm not saying this is always the case when you recieve that error but is something to look for.
Hope this helps.
Coming soon: The Syrtian War adventure mod!
A Turret defense genre mod exploring the worst era in Earth's history.
Can you defend the Earth from the Syrtian invaders?
Stay tuned for updates!
User avatar
Little Modder
Commonwealth Pilot
Commonwealth Pilot
Posts: 51
Joined: Sun Mar 29, 2009 3:43 pm
Location: Somewhere over the rainbow...

Thank you!
Post Reply