content manager problem

PheonixFire

New member
I have a asset that I can't delete since every time I click on it causes content manager
to crash.

I've tried a quick database repair as well as a extended database repair but it hasn't
helped
Has anyone got any suggestions on how to fix this?

Any help is appreciated
PheonixFire
 
Can you post the name (and KUID if possible) of this asset? Also, post your build version (5-digit number on the Launcher screen).

Shane
 
the build number is 61388
the asset name is BR 103 DB and it's KUID is KUID2:55033:8:2

Any help is appreciated
pheonixfire
 
I will have a look at that one when I get back from my part-time voluntary job. I do need to check what operating system you are using though, and whether you are running Trainz as administrator if you are using Windows Vista or later. If you can get a screenshot of the crash box, that will also help.

Shane
 
There seems to be an unknown problem in the config of this asset. I had the same problem once, but managed to fix it.

- Import the asset again, without automatically committing.
- Open for edit in explorer
- replace the config.txt with the following one ( drop the lines in red, if you don't want to create a screenshot)
Code:
kuid                                    <kuid2:55033:8:2>
username                                "BR 103 DB (LLCR)"
kind                                    "traincar"
trainz-build                            2.9
category-class                          "AC"
category-era                            "1980s"
category-region                         "DE"
engine                                  1
enginespec                              <kuid2:55033:51003:1>
enginesound                             <kuid:-1:42003002>
hornsound                               <kuid:-1:42003101>
interior                                <kuid:46162:55180>
fonts                                   1
fonts-path                              "br_103_db"

mesh-table
{
  default
  {
    mesh                                "br_103_db_body/br_103_db_body.im"
    auto-create                         1
    
    effects
    {
      corona0
      {
        kind                            "corona"
        att                             "a.corona0"
        texture-kuid                    <kuid:-3:10111>
        object-size                     0.085
      }
      
      corona1
      {
        kind                            "corona"
        att                             "a.corona1"
        texture-kuid                    <kuid:-3:10111>
        object-size                     0.085
      }
      
      corona2
      {
        kind                            "corona"
        att                             "a.corona2"
        texture-kuid                    <kuid:-3:10111>
        object-size                     0.085
      }
      
      corona4
      {
        kind                            "corona"
        att                             "a.corona4"
        texture-kuid                    <kuid:-3:10112>
        object-size                     0.085
      }
      
      corona5
      {
        kind                            "corona"
        att                             "a.corona5"
        texture-kuid                    <kuid:-3:10112>
        object-size                     0.085
      }
      
      corona8
      {
        kind                            "corona"
        att                             "a.corona8"
        texture-kuid                    <kuid:-3:10111>
        object-size                     0.085
      }
      
      corona9
      {
        kind                            "corona"
        att                             "a.corona9"
        texture-kuid                    <kuid:-3:10111>
        object-size                     0.085
      }
      
      corona10
      {
        kind                            "corona"
        att                             "a.corona10"
        texture-kuid                    <kuid:-3:10111>
        object-size                     0.085
      }
      
      corona12
      {
        kind                            "corona"
        att                             "a.corona12"
        texture-kuid                    <kuid:-3:10112>
        object-size                     0.085
      }
      
      corona13
      {
        kind                            "corona"
        att                             "a.corona13"
        texture-kuid                    <kuid:-3:10112>
        object-size                     0.085
      }
    }
  }
  
  shadow
  {
    mesh                                "br_103_db_shadow/br_103_db_shadow.im"
  }
}

bogeys
{
  0
  {
    bogey                               <kuid2:55033:50007:1>
    reversed                            0
  }
  
  1
  {
    bogey                               <kuid2:55033:50007:1>
    reversed                            1
  }
}
pantograph                              <kuid2:55033:57001:1>
mass                                    116000
description                             "Update auf 2 Ruecklichter. Fuer diese Lok wird die LLCR v1.3b Rule und das File LLCR_demo_pack_1.1 von IberTrainz benoetigt."
author                                  "Detlev Kreth"
contact-email                           "*** EMAIL REMOVED ***"
license                                 "Freeware"

string-table
{
  llcr_ver_major                        "1"
  llcr_ver_minor                        "0"
  llcr_type                             "LOCO"
}

thumbnails
{
[COLOR=#ff0000]  0
  {
    image                               "$screenshot$.jpg"
    width                               240
    height                              180
  }
  
[/COLOR]  1
  {
    image                               "br_103_db_art/br_103_db_art_icon.texture"
    width                               128
    height                              64
  }
  
  2
  {
    image                               "br_103_db_art/br_103_db_art_512.texture"
    width                               512
    height                              512
  }
}

kuid-table
{
  0                                     <kuid2:55033:50007:1>
  1                                     <kuid2:55033:57001:1>
  2                                     <kuid:46162:55180>
  3                                     <kuid2:55033:51003:1>
  4                                     <kuid:-1:42003002>
  5                                     <kuid:-1:42003101>
  ibtz_icon                             <kuid:87589:10100>
  llcr_icon                             <kuid:87589:10101>
  corona_light                          <kuid:-3:10111>
  corona_head                           <kuid:-3:10111>
  corona_tail                           <kuid:-3:10112>
  corona_tail2                          <kuid:-3:10112>
  corona_null                           <kuid:87589:10102>
}
- Open the file br_103_db_art\br_103_db_art_512.texture.txt (using a simple texteditor, like notepad)
- Change the line (without the leading dashes)
--- Alpha=BR_103_DB_art_icon.tga
--- to
--- Alpha=BR_103_DB_art_512.tga
- Close the editor, saving the file
- Exit the explorer
- Commit the asset in ContentManger

Peter
 
Back
Top