You are not logged in.

<ERROR> [unit] The unit name 'containertank1' is in wrong format.

Antworten im Thema: 7 » Der letzte Beitrag (Jun 6th 2014, 11:26pm) ist von heinz.

Dear visitor, welcome to Trucksimulator24 - Die freundliche Trucksimulator Community rund um den Euro Truck Simulator 2, Euro Trucksimulator, German Truck Simulator, 18 Wheels of Steel Reihe, Extreme Trucker und den ZModeler.. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Koneko Toujou

Gigaline-Fahrer

  • "Koneko Toujou" is male
  • "Koneko Toujou" started this thread

Posts: 728

Location: Wolfsburg

wcf.user.option.userOption105: Windows 10 64Bit

wcf.user.option.userOption106: 1.22

Thanks: 10702

  • Send private message

1

Thursday, June 5th 2014, 7:53pm

<ERROR> [unit] The unit name 'containertank1' is in wrong format.

ich weiß nicht mehr weiter ich wollte zu einem meiner Aufliger neue frachten hinzufügen
nur jedoch gestalltet es sich schwere als eigentlich

meine Vorgehensweise:
ich habe die vorhandene sii aus dem verzeichnis def/company/firmenname/In (out) eifnach nur kopiert und mit den werten der neuen Frachten eingetragen dan richtigen stellen

nur mag das ETS 2 wohl nicht:
der Error in voller länge:
00:01:43.358 : <ERROR> [unit] File '/def/company/bcp/in/containertank1.sii', line 3:
00:01:43.358 : <ERROR> [unit] The unit name 'containertank1' is in wrong format.
00:01:43.358 : <ERROR> load_unit_tree() - Failed to load unit tree from file (/def/company/bcp/in/containertank1.sii)
00:01:43.358 : <ERROR> [unit] File '/def/company/bcp/in/containertank2.sii', line 3:
00:01:43.358 : <ERROR> [unit] The unit name 'containertank2' is in wrong format.
......

der Error zieht sich über alle Firmen und allen 5 Frachten einschließlich der Alten die noch funktionierte

die angesprochene Datei

Source code

1
2
3
4
5
6
7
SiiNunit
{
cargo_def : containertank1 {
 cargo: "cargo.containertank1"
}

}



wo liegt den der Fehler ich verstehe es nicht
vllt weiß es jemand von euch



Update: 06.01.2016

heinz

Gliederzug-Fahrer

  • "heinz" is male

Posts: 191

Location: Waddekath

wcf.user.option.userOption105: Windows 10 Pro 64 Bit

wcf.user.option.userOption107: ETS 2

wcf.user.option.userOption106: 1.42.x.x

Thanks: 11

  • Send private message

2

Thursday, June 5th 2014, 8:07pm

wenn eine neue Fracht erstellt wird reich es nicht nur die sii im in und out zu ändern

denn es gibt noch ander Sii die du erstellen must und zwar unter def/cargo und def/vehicle/trailer

Koneko Toujou

Gigaline-Fahrer

  • "Koneko Toujou" is male
  • "Koneko Toujou" started this thread

Posts: 728

Location: Wolfsburg

wcf.user.option.userOption105: Windows 10 64Bit

wcf.user.option.userOption106: 1.22

Thanks: 10702

  • Send private message

3

Thursday, June 5th 2014, 8:27pm

das is mir schon bewusst das is nich das erstemal dass ich frachten erstelle ;)

und ja alle weiteren Einträge sind vorhanden und sehen so aus:

Cargo def

Source code

1
2
3
4
5
6
7
8
9
10
11
SiiNunit
{

@include "cargo/containertank1.sii"
@include "cargo/containertank2.sii"
@include "cargo/containertank3.sii"
@include "cargo/containertank4.sii"
@include "cargo/containertank5.sii"


}


Sii unter/def/cargos



Source code

1
2
3
4
5
6
7
8
9
10
11
12
cargo_data: cargo.containertank1
{
	name: "Benzin Tankcontainer"
	
	vehicles[]: trailer.containertank

	mass[]: 14000.0

	fragility: 0.3
	
	price_coef: 1.290
}



Trailer_storage:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SiiNunit
{
# For modders: Please do not modify this file if you want to add a new entry. Create in
# this directory a new file "<base_name>.<idofyourmod>.sii" where <base_name> is name of
# base file without the extension (e.g. "city" for "/def/city.sii") and <idofyourmod> is
# some string which is unlikely to conflict with other mod.
#
# Warning: Even if the units are specified in more than one source file, they share the
# same namespace so suffixes or prefixes should be used to avoid conflicts.


@include "trailer/containertank.sii"




}


Trailer.sii

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
trailer : trailer.containertank
{
	accessories[]: .containertank.tchassis
	accessories[]: .containertank.trwheel0
	accessories[]: .containertank.trwheel1
	accessories[]: .containertank.trwheel2
}

vehicle_accessory: .containertank.tchassis
{
		data_path: "/def/vehicle/trailer/containertank/chassis.sii"
}

vehicle_wheel_accessory: .containertank.trwheel0
{
	offset: 0
		data_path: "/def/vehicle/t_wheel/chromwheel.sii"
}

vehicle_wheel_accessory: .containertank.trwheel1
{
	offset: 2
		data_path: "/def/vehicle/t_wheel/chromwheel.sii"
}

vehicle_wheel_accessory: .containertank.trwheel2
{
	offset: 4
		data_path: "/def/vehicle/t_wheel/chromwheel.sii"
}



Update: 06.01.2016

heinz

Gliederzug-Fahrer

  • "heinz" is male

Posts: 191

Location: Waddekath

wcf.user.option.userOption105: Windows 10 Pro 64 Bit

wcf.user.option.userOption107: ETS 2

wcf.user.option.userOption106: 1.42.x.x

Thanks: 11

  • Send private message

4

Friday, June 6th 2014, 10:26pm

hallo ich wollte dich nicht kritisieren

ich hab nochmal nachgeschaut und mir is was aufgefallen und zwar schreib das mal so
SiiNunit
{

cargo_def : _nameless.containertank1 {

cargo: "cargo.containertank1"

}

}

Koneko Toujou

Gigaline-Fahrer

  • "Koneko Toujou" is male
  • "Koneko Toujou" started this thread

Posts: 728

Location: Wolfsburg

wcf.user.option.userOption105: Windows 10 64Bit

wcf.user.option.userOption106: 1.22

Thanks: 10702

  • Send private message

5

Friday, June 6th 2014, 10:35pm

es war zwar eine gute idee aber jedoch ändert es reingar nichts:

Spoiler Spoiler

00:00:06.727 : <ERROR> [unit] File '/def/company/bcp/in/containertank1.sii', line 4:
00:00:06.727 : <ERROR> [unit] The unit name '_nameless.containertank1' is in wrong format.
00:00:06.727 : <ERROR> load_unit_tree() - Failed to load unit tree from file (/def/company/bcp/in/containertank1.sii)
00:00:06.727 : <ERROR> [unit] File '/def/company/bcp/in/containertank2.sii', line 4:
00:00:06.727 : <ERROR> [unit] The unit name '_nameless.containertank2' is in wrong format.
00:00:06.727 : <ERROR> load_unit_tree() - Failed to load unit tree from file (/def/company/bcp/in/containertank2.sii)
00:00:06.727 : <ERROR> [unit] File '/def/company/bcp/in/containertank3.sii', line 4:
00:00:06.727 : <ERROR> [unit] The unit name '_nameless.containertank3' is in wrong format.
00:00:06.727 : <ERROR> load_unit_tree() - Failed to load unit tree from file (/def/company/bcp/in/containertank3.sii)
00:00:06.727 : <ERROR> [unit] File '/def/company/bcp/in/containertank4.sii', line 4:
00:00:06.727 : <ERROR> [unit] The unit name '_nameless.containertank4' is in wrong format.
00:00:06.727 : <ERROR> load_unit_tree() - Failed to load unit tree from file (/def/company/bcp/in/containertank4.sii)
00:00:06.727 : <ERROR> [unit] File '/def/company/bcp/in/containertank5.sii', line 4:
00:00:06.727 : <ERROR> [unit] The unit name '_nameless.containertank5' is in wrong format.
00:00:06.727 : <ERROR> load_unit_tree() - Failed to load unit tree from file (/def/company/bcp/in/containertank5.sii)
00:00:06.731 : <ERROR> [unit] File '/def/company/bcp/out/containertank1.sii', line 4:
00:00:06.731 : <ERROR> [unit] The unit name '_nameless.containertank1' is in wrong format.
00:00:06.731 : <ERROR> load_unit_tree() - Failed to load unit tree from file (/def/company/bcp/out/containertank1.sii)
00:00:06.731 : <ERROR> [unit] File '/def/company/bcp/out/containertank2.sii', line 4:
00:00:06.731 : <ERROR> [unit] The unit name '_nameless.containertank2' is in wrong format.



Update: 06.01.2016

heinz

Gliederzug-Fahrer

  • "heinz" is male

Posts: 191

Location: Waddekath

wcf.user.option.userOption105: Windows 10 Pro 64 Bit

wcf.user.option.userOption107: ETS 2

wcf.user.option.userOption106: 1.42.x.x

Thanks: 11

  • Send private message

6

Friday, June 6th 2014, 10:55pm

eins hätte ich jetz noch vielleicht ist de Name hinter nameless zu lang bei den originalen sin nur 9Zeichen hinter dem Punkt

vielleicht geht es so

SiiNunit
{

cargo_def : _nameless.conttank1 {

cargo: "cargo.containertank1"

}

}

Koneko Toujou

Gigaline-Fahrer

  • "Koneko Toujou" is male
  • "Koneko Toujou" started this thread

Posts: 728

Location: Wolfsburg

wcf.user.option.userOption105: Windows 10 64Bit

wcf.user.option.userOption106: 1.22

Thanks: 10702

  • Send private message

7

Friday, June 6th 2014, 11:10pm

daran muss es gelegen habe jedoch seltsam da ich auch vorher schon längere Namen verwendet habe
danke für deine hilfe ;)



Update: 06.01.2016

heinz

Gliederzug-Fahrer

  • "heinz" is male

Posts: 191

Location: Waddekath

wcf.user.option.userOption105: Windows 10 Pro 64 Bit

wcf.user.option.userOption107: ETS 2

wcf.user.option.userOption106: 1.42.x.x

Thanks: 11

  • Send private message

8

Friday, June 6th 2014, 11:26pm

bitte gern geschehen manchmal ist es schon seltsam :)

Social bookmarks

Counter:

Hits today: 1,980 | Hits yesterday: 102,133 | Hits record: 353,247 | Hits total: 224,207,803 | Average hits: 47,036.35

Clicks today: 2,572 | Clicks yesterday: 157,123 | Clicks record: 756,082 | Clicks total: 740,643,739 | Clicks avarage: 155,378.97 | Counts since: May 3rd 2011, 7:40am

Ungelesene Beiträge Unbeantwortete Themen Themen der letzten 24 Stunden

Euro Truck Simulator,Euro Truck Simulator 2,German Truck Simulator,Forum,Community,Downloads,Support,Euro Trucksimulator,Euro Trucksimulator 2,German Trucksimulator,Trucks,18 Wheels of Steel,Haulin,Convoy,Pttm,Long Haul,Trucksimulator,Trucksimulation,Truck Simulator,Simulation,ATS,Trucksim,Extreme Trucker 2,ETS,ETS2,GTS,UKTS,ET,ET2,18WoS,Tutorial,Tutorials,Tipp,Zmodeler,z3d,Modding,SCS,simulation,support, Zmod,z3d,Sk,Skins,Map,Maps,Mod,Mods,Trucksims,STD,Scania Truck Driving Simulator,Scania,ETS2Mods, Euro Trucksimulator2 Mods