Author Message

PXRZ

se
Posts: 491

Location: Sweden
Occupation: Proper fixin' up
Age:
V$:
#1   2014-05-27 09:04          
I got an error that might happen to know what mod (an own made sohc head for original engines) that causes the game to crash at the tyres section (?) and I would like to know why it does so. Should I maybe change the ID´s for the mod´s parts?


"Probably lol. Also that sentence goes for their logic: "if not released, must be on VK"." - Coprone

"Sometimes i wonder if LocomanUSA is your relative, or even the same person..." - Bigg Boss93

"PXRZ: Lord of the Links" - Facepalm

stonedmonster

au
Posts: 466

Location: Australia
Occupation:
Age:
V$:
#2   2014-05-27 09:30          
have you got a error report?

PXRZ

se
Posts: 491

Location: Sweden
Occupation: Proper fixin' up
Age:
V$:
#3   2014-05-27 11:18          
---
!Package conflict: multiple packages placed at the same location ( at parts\Cyl_head\scripts)
!Package conflict: multiple packages placed at the same location (java.game.cars.camshaft_drive_belt at parts\Cyl_head\scripts)


"Probably lol. Also that sentence goes for their logic: "if not released, must be on VK"." - Coprone

"Sometimes i wonder if LocomanUSA is your relative, or even the same person..." - Bigg Boss93

"PXRZ: Lord of the Links" - Facepalm

Bigg Boss93

it
Posts: 4024
http://rdbl.co/1Hmg5XL
Location: Italy - Sardegna
Occupation: Swimming out of the shit pool
Age: 30
V$: More than you can afford, pal.
#4   2014-05-27 13:24          
check its header package which must be like "package java.game.parts.FOLDER_NAME_WITHOUT_SPACES;" also public class and public which must use the same name as the file
Harrison15 about PXRZ: he turns everything into a pretzel in his head



PXRZ

se
Posts: 491

Location: Sweden
Occupation: Proper fixin' up
Age:
V$:
#5   2014-05-27 23:13          
Strange thing is that it´s neither of what you described as I can find in the .javas

Added 22 hours 45 minutes later:

How it looks like in the file that the error.log has a complaint at:



package java.game.parts.Cyl_head;
import java.util.*;
import java.util.resource.*;
import java.game.*;
import java.game.parts.*;
import java.game.cars.*;


public class camshaft_drive_belt extends EnginePart
{
	public camshaft_drive_belt( int id )
	{
		super( id );
	

Added 2 minutes later:

As far as I can see, there is nothing that I can see at this that would have been indicating on the lines being wrong and still it acts weird....

This post was edited by PXRZ (2014-05-28 22:27, ago)


"Probably lol. Also that sentence goes for their logic: "if not released, must be on VK"." - Coprone

"Sometimes i wonder if LocomanUSA is your relative, or even the same person..." - Bigg Boss93

"PXRZ: Lord of the Links" - Facepalm

Bigg Boss93

it
Posts: 4024
http://rdbl.co/1Hmg5XL
Location: Italy - Sardegna
Occupation: Swimming out of the shit pool
Age: 30
V$: More than you can afford, pal.
#6   2014-05-28 23:19          
you are missing some import

Added 1 minute later:

no ok i checked it is fine, try leaving a space between package and import
Harrison15 about PXRZ: he turns everything into a pretzel in his head



PXRZ

se
Posts: 491

Location: Sweden
Occupation: Proper fixin' up
Age:
V$:
#7   2014-05-29 18:39          
Oh heheheh The .java doesn´t have as seen at the post that the space between the "package" and the "import" is missing. That´s weird it disappeared when I tried to post the text here as seen in the file. I reinstalled the game to see if it works fine (the mod itself) and it doesn´t seem to be faulty scripted. It must have been something up with the game.... :/


"Probably lol. Also that sentence goes for their logic: "if not released, must be on VK"." - Coprone

"Sometimes i wonder if LocomanUSA is your relative, or even the same person..." - Bigg Boss93

"PXRZ: Lord of the Links" - Facepalm