Author Message

JDMxOPPRESSIONx

us
Posts: 33

Location: United States Osaka, Japan
Occupation: Apprentice at an Osaka Shop
Age: 6
V$: 24,250
#1081   2018-01-16 01:05          
# amilmand : You got the original Track.java or the default non-mwm one?
If it is your original can you post it (through pastebin preferably)

Yeah, it's the one from the original zip file. I'll post that now.

Added 4 minutes later:

# amilmand : You got the original Track.java or the default non-mwm one?
If it is your original can you post it (through pastebin preferably)

*LINK*

Heart shaped kisses, I really miss my mistress And it's 666, evil
bitches want my mentions

amilmand

00
Posts: 259

Location: ---
Occupation:
Age:
V$:
#1082   2018-01-16 01:17          
Try this:
I'm very interested if it changes anything (in the garage it wont but on a track)
LINK

JDMxOPPRESSIONx

us
Posts: 33

Location: United States Osaka, Japan
Occupation: Apprentice at an Osaka Shop
Age: 6
V$: 24,250
#1083   2018-01-16 01:27          
# amilmand : Try this:
I'm very interested if it changes anything (in the garage it wont but on a track)
LINK

Okay, for the most part, you fixed it to a useable level. If you can't do much more I wont stress over it. But from a distance the car still bugs.

Heart shaped kisses, I really miss my mistress And it's 666, evil
bitches want my mentions

amilmand

00
Posts: 259

Location: ---
Occupation:
Age:
V$:
#1084   2018-01-16 01:33          
I edited this line:(line 867)
cam = new GameRef( map, GameRef.RID_CAMERA, pos.toString() + "," + yTemp.toString() + ",0x02, 1.0,0, 0.01", "external track cam" );
to
cam = new GameRef( map, GameRef.RID_CAMERA, pos.toString() + "," + yTemp.toString() + ",0x02, 1.0,0, 0.1", "external track cam" );

that 0.01 which is now 0.1 is the near clipping plane try an even higher number (you wont be able to go much higher though because objects will start to disappear near the camera but try it out)

in the same directory there is a Garage.java there should be a similar line you can change this number there too.

JDMxOPPRESSIONx

us
Posts: 33

Location: United States Osaka, Japan
Occupation: Apprentice at an Osaka Shop
Age: 6
V$: 24,250
#1085   2018-01-16 01:59          
# amilmand : I edited this line:(line 867)
cam = new GameRef( map, GameRef.RID_CAMERA, pos.toString() + "," + yTemp.toString() + ",0x02, 1.0,0, 0.01", "external track cam" );
to
cam = new GameRef( map, GameRef.RID_CAMERA, pos.toString() + "," + yTemp.toString() + ",0x02, 1.0,0, 0.1", "external track cam" );

that 0.01 which is now 0.1 is the near clipping plane try an even higher number (you wont be able to go much higher though because objects will start to disappear near the camera but try it out)

in the same directory there is a Garage.java there should be a similar line you can change this number there too.

Now just seems to crash my game on startup again.

Heart shaped kisses, I really miss my mistress And it's 666, evil
bitches want my mentions

amilmand

00
Posts: 259

Location: ---
Occupation:
Age:
V$:
#1086   2018-01-16 03:42          
Well you either made some bad changes to the java files or this is an rpk load order related issue lets hope it is not.
We assume this is java related:
Delete the error.log from your slrr root dir (it will be full of junk by now as it appends to this file every error it finds and does not clear it on startup or ever for that matter)
Run slrr if it crashes open the error.log and it will tell you what its problem is, but as it worked before I'm almost sure it will point you to the lines you edited.

JDMxOPPRESSIONx

us
Posts: 33

Location: United States Osaka, Japan
Occupation: Apprentice at an Osaka Shop
Age: 6
V$: 24,250
#1087   2018-01-16 03:52          
# amilmand : Well you either made some bad changes to the java files or this is an rpk load order related issue lets hope it is not.
We assume this is java related:
Delete the error.log from your slrr root dir (it will be full of junk by now as it appends to this file every error it finds and does not clear it on startup or ever for that matter)
Run slrr if it crashes open the error.log and it will tell you what its problem is, but as it worked before I'm almost sure it will point you to the lines you edited.

Cleared it, crashed again, here's what it gives me:

Heart shaped kisses, I really miss my mistress And it's 666, evil
bitches want my mentions

amilmand

00
Posts: 259

Location: ---
Occupation:
Age:
V$:
#1088   2018-01-16 03:58          
Alright... hmm
It seems somehow your sl/scripts/game/Vehicle.class file disappeared go to your trusty archive from whom you got the Track.java and copy the Vehicle.class in the directory stated (sl/scripts/game/)

JDMxOPPRESSIONx

us
Posts: 33

Location: United States Osaka, Japan
Occupation: Apprentice at an Osaka Shop
Age: 6
V$: 24,250
#1089   2018-01-16 04:05          
# amilmand : Alright... hmm
It seems somehow your sl/scripts/game/Vehicle.class file disappeared go to your trusty archive from whom you got the Track.java and copy the Vehicle.class in the directory stated (sl/scripts/game/)

Giving me the same error. and By the way I appreciate all the help you are giving me, I appreciate it a lot. I am new to this community and it definitely makes me want to stay. :)

Added 2 seconds later:

# amilmand : Alright... hmm
It seems somehow your sl/scripts/game/Vehicle.class file disappeared go to your trusty archive from whom you got the Track.java and copy the Vehicle.class in the directory stated (sl/scripts/game/)

Giving me the same error. and By the way I appreciate all the help you are giving me, I appreciate it a lot. I am new to this community and it definitely makes me want to stay. :)

Heart shaped kisses, I really miss my mistress And it's 666, evil
bitches want my mentions

amilmand

00
Posts: 259

Location: ---
Occupation:
Age:
V$:
#1090   2018-01-16 04:15          
Huh. Strange so there is a Vehicle.class in the sl/scripts/game/ and still... but if it so insists we can give it the Vehicle.java .
LINK

(But consider using a more stable compilation of Slrr like this: LINK as it seems your setup doesn't really want to live in its current state, so to speak)

JDMxOPPRESSIONx

us
Posts: 33

Location: United States Osaka, Japan
Occupation: Apprentice at an Osaka Shop
Age: 6
V$: 24,250
#1091   2018-01-16 05:01          
# amilmand : Huh. Strange so there is a Vehicle.class in the sl/scripts/game/ and still... but if it so insists we can give it the Vehicle.java .
LINK

(But consider using a more stable compilation of Slrr like this: LINK as it seems your setup doesn't really want to live in its current state, so to speak)

Thank you so much, this seemed to work. I would've never guessed.. I appreciate helping me through this man.

Heart shaped kisses, I really miss my mistress And it's 666, evil
bitches want my mentions

amilmand

00
Posts: 259

Location: ---
Occupation:
Age:
V$:
#1092   2018-01-16 11:24          
You are very welcome.

JDMxOPPRESSIONx

us
Posts: 33

Location: United States Osaka, Japan
Occupation: Apprentice at an Osaka Shop
Age: 6
V$: 24,250
#1093   2018-01-16 23:16          
Anybody Else have an issue with the VStanced Springs literally not being able to be removed?

Heart shaped kisses, I really miss my mistress And it's 666, evil
bitches want my mentions

marcus915

ca
Posts: 1172

Location: Canada Vancouver
Occupation: I've got nothing to hide
Age: 25
V$: idk lol
#1094   2018-01-17 04:08          
Need some help p l s

When I try to load in this specific map, I get to loading, and then it renders usually a couple parts of my car and then crashes. Anyone else that's used the map hasn't had this issue and it throws this error code. Any help would be appreciated thankss

(The red Altezza is just the background photo for the map and the blue part is my car thats attempting to load in)



!Script error

Thread: THRD-RUNVMI Dummy.handleEvent
Error: Thread::callMethod: "Ljava.game.Cooldown_map_Options;opt5(Ljava.lang.String;)" not found

java.game.Cooldown_map_Options:osdCommand (line:381)
java.render.osd.Gadget:sendMessage (line:211)
java.render.osd.Button:click (line:31)
java.render.Group:handleEvent (line:178)
//C o o l d o w n\\
offset > takeoff

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.
#1095   2018-01-17 14:19          
Have you got some render meshes in it(v4)?

Could you paste the java content(within code and spiler tags)?
With so much drama in the V-S-T, it's kinda hard being Bigg B-O-double-S-ninetythree B)




marcus915

ca
Posts: 1172

Location: Canada Vancouver
Occupation: I've got nothing to hide
Age: 25
V$: idk lol
#1096   2018-01-17 22:03          
Yes, can do.

//C o o l d o w n\\
offset > takeoff

skip

ie
Posts: 1236

Location: Ireland
Occupation: breaking is200's
Age: 30
V$: 11690
#1097   2018-01-20 12:09          
I'm having problems with 3DS Max.
When I'm importing a 3ds file of the map I'm making I'm getting a 3dsimp error, causes it to force close too. Happens with every file. The said file opens in 2009 so if there is any way to get Invictus export plugins into 2009 it would be better.
Any help?

Holy Shit Man

pl
Posts: 2554

Location: Poland
Occupation: Faking skills like a pro
Age:
V$: No
#1098   2018-01-20 12:24          
Use obj ;)

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.
#1099   2018-01-20 14:01          
# marcus915 : Yes, can do.



# marcus915 : !Script error

Thread: THRD-RUNVMI Dummy.handleEvent
Error: Thread::callMethod: "Ljava.game.Cooldown_map_Options;opt5(Ljava.lang.String;)" not found

java.game.Cooldown_map_Options:osdCommand (line:381)
java.render.osd.Gadget:sendMessage (line:211)
java.render.osd.Button:click (line:31)
java.render.Group:handleEvent (line:178)

It is obviously looking for opt5, for some reason, as i could see there's no opt5 in your java so i really have no clue what's going on. Are you sure that's the java you were using when that happened?

Added 51 seconds later:

# skip : I'm having problems with 3DS Max.
When I'm importing a 3ds file of the map I'm making I'm getting a 3dsimp error, causes it to force close too. Happens with every file. The said file opens in 2009 so if there is any way to get Invictus export plugins into 2009 it would be better.
Any help?

It's in the download area, tools section, comes together with the TrackWizard 2.0
With so much drama in the V-S-T, it's kinda hard being Bigg B-O-double-S-ninetythree B)




marcus915

ca
Posts: 1172

Location: Canada Vancouver
Occupation: I've got nothing to hide
Age: 25
V$: idk lol
#1100   2018-01-24 18:22          
# Bigg Boss93 : It is obviously looking for opt5, for some reason, as i could see there's no opt5 in your java so i really have no clue what's going on. Are you sure that's the java you were using when that happened?

yeah. the map has options for time, and bots on or off
//C o o l d o w n\\
offset > takeoff

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.
#1101   2018-01-24 19:08          
I can see that, but there's no "opt5" inside it, or at least it doesnt show up when doing Ctrl+F, so i really dont know what could that be
With so much drama in the V-S-T, it's kinda hard being Bigg B-O-double-S-ninetythree B)




marcus915

ca
Posts: 1172

Location: Canada Vancouver
Occupation: I've got nothing to hide
Age: 25
V$: idk lol
#1102   2018-01-26 06:00          
yeah its so weird. the error has stopped appearing entirely when i go on the map now in the error log, but it still continues to crash which completely stumps me now
//C o o l d o w n\\
offset > takeoff

N3r0

rs
Posts: 115

Location: Serbia
Occupation:
Age: 24
V$:
#1103   2018-01-26 15:14          
Any of yall know how can i remove cars from menu because its crashing my game?

iskren

bg
Posts: 1

Location: Bulgaria
Occupation:
Age:
V$:
#1104   2018-01-29 18:29          
Hi can someone help me whit my SLR 2.2.1 MWM (BB93).Ok when i open car deler or used car deler there is one car *Nissan 370z* i have and other mods.What shoud i do please help me.
Thanks

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.
#1105   2018-01-29 19:11          
You always have to make a new save after adding or removing a mod

Added 1 minute later:

# N3r0 : Any of yall know how can i remove cars from menu because its crashing my game?

In your root folder, save\cars\, delete the file inside it
With so much drama in the V-S-T, it's kinda hard being Bigg B-O-double-S-ninetythree B)




Łejdzik

pl
Posts: 12

Location: Poland
Occupation:
Age:
V$:
#1106   2018-02-03 16:37          
What happend?
!JVM::compileSource: recompilation needed of "parts\Work_Euroline\scripts\src\SSR_Minerva_deep.java" but source not exists
!JVM::compileSource: file not found: "parts\Work_Euroline\scripts\src\SSR_Minerva_deep.java"
!JavaMachine::loadClass: failed to load parts\Work_Euroline\scripts\SSR_Minerva_deep.class
Missing .cfg: parts\Work_Euroline\scripts\SSR_Minerva_deep.cfg
!Package conflict: multiple packages placed at the same location ( at parts\tyres\scripts)
!Package conflict: multiple packages placed at the same location ( at parts\tyres\scripts)

N3r0

rs
Posts: 115

Location: Serbia
Occupation:
Age: 24
V$:
#1107   2018-02-06 15:07          
Is there a possible way to have two or more custom cars on one scene

Zero

en
Posts: 1504
http://ebabe.com/urmumgettingdirt...
Location: England Da North
Occupation: Ford Technician
Age: 29
V$: 22,905
#1108   2018-02-06 15:25          
Some maps have bots that you can save
Cars:
1983 Toyota Sprinter Trueno - Undergoing 3SGE Swap
1997 Volvo 850 T5 Estate - 2.3 T5 Engine (Slightly Modified) - 365hp
1996 Nissan Skyline GTR (BCN R33 R34 Front Swap) 2.8L RB26DET - Possibly Selling
1990 Nissan 180SX Hatch - D1SL Style SR20DET
Zero Skill Edits - *LINK*

JF1

eu
Posts: 1202

Location: Europe
Occupation: Unmuting trial
Age:
V$: J+K=£V
#1109   2018-02-06 17:55          
# N3r0 : Is there a possible way to have two or more custom cars on one scene

Easily. Some maps are coded to have bots that are static or driving.

I can find you some; or if you want static bots on a map that doesn't have them, I can add them onto the java.
Click on it for RP.


JF1+Kondzixs RP; We have 12601£V currently.

neox_0

hr
Posts: 7

Location: Croatia Slavonski Brod
Occupation:
Age: 33
V$:
#1110   2018-02-08 13:43          
hi!
have a problem lets say, i want to have clean game without original game parts, and for that i have choasen BB93 euro 90 game, deleted all the cars i dont want from ame, star it over, works fine without any bugs, but then when i started to put cars i wanted in game, it started to crash, but only with golfs..for some reason..here is the error log i got

!Class not found: java.game.cars.Baiern_models in file "java.game.GameLogic" at line 552
!JVM::getClass: class "java.game.cars.Baiern_models" not found in file "java.game.GameLogic" at line 552
!vm_set_float_field: unknown field: Ljava.game.cars.Golf_mk1;/0
!Class not found: java.game.cars.Baiern_models in file "java.game.GameLogic" at line 552
!JVM::getClass: class "java.game.cars.Baiern_models" not found in file "java.game.GameLogic" at line 552
!Cannot parse class "java.game.cars.Baiern_models" in file "java.game.GameLogic" at line 552
!Class not found: java.game.cars.Baiern_models in file "java.game.GameLogic" at line 552
!JVM::getClass: class "java.game.cars.Baiern_models" not found in file "java.game.GameLogic" at line 552
!Cannot parse class "java.game.cars.Baiern_models" in file "java.game.GameLogic" at line 552
!Class not found: java.game.cars.Baiern_models in file "java.game.cars.Golf_mk1" at line 14
!JVM::getClass: class "java.game.cars.Baiern_models" not found in file "java.game.cars.Golf_mk1" at line 14
!Cannot parse class "java.game.cars.Baiern_models" in file "java.game.cars.Golf_mk1" at line 14
---
!Class not found: java.game.cars.Duhen_models in file "java.game.GameLogic" at line 552
!JVM::getClass: class "java.game.cars.Duhen_models" not found in file "java.game.GameLogic" at line 552
!vm_set_float_field: unknown field: Ljava.game.cars.VW_Golf_MK2;/0
!Class not found: java.game.cars.Duhen_models in file "java.game.GameLogic" at line 552
!JVM::getClass: class "java.game.cars.Duhen_models" not found in file "java.game.GameLogic" at line 552
!Cannot parse class "java.game.cars.Duhen_models" in file "java.game.GameLogic" at line 552
!Class not found: java.game.cars.Duhen_models in file "java.game.GameLogic" at line 552
!JVM::getClass: class "java.game.cars.Duhen_models" not found in file "java.game.GameLogic" at line 552
!Cannot parse class "java.game.cars.Duhen_models" in file "java.game.GameLogic" at line 552
!Class not found: java.game.cars.Duhen_models in file "java.game.cars.VW_Golf_MK2" at line 14
!JVM::getClass: class "java.game.cars.Duhen_models" not found in file "java.game.cars.VW_Golf_MK2" at line 14
!Cannot parse class "java.game.cars.Duhen_models" in file "java.game.cars.VW_Golf_MK2" at line 14
---
!Class not found: java.game.cars.Baiern_models in file "java.game.GameLogic" at line 552
!JVM::getClass: class "java.game.cars.Baiern_models" not found in file "java.game.GameLogic" at line 552
!vm_set_float_field: unknown field: Ljava.game.cars.Golf_mk1;/0
!Class not found: java.game.cars.Baiern_models in file "java.game.GameLogic" at line 552
!JVM::getClass: class "java.game.cars.Baiern_models" not found in file "java.game.GameLogic" at line 552
!Cannot parse class "java.game.cars.Baiern_models" in file "java.game.GameLogic" at line 552
!Class not found: java.game.cars.Baiern_models in file "java.game.GameLogic" at line 552
!JVM::getClass: class "java.game.cars.Baiern_models" not found in file "java.game.GameLogic" at line 552
!Cannot parse class "java.game.cars.Baiern_models" in file "java.game.GameLogic" at line 552
!Class not found: java.game.cars.Baiern_models in file "java.game.cars.Golf_mk1" at line 14
!JVM::getClass: class "java.game.cars.Baiern_models" not found in file "java.game.cars.Golf_mk1" at line 14
!Cannot parse class "java.game.cars.Baiern_models" in file "java.game.cars.Golf_mk1" at line 14

i am noob, really a major one with these, so the question is, can i do something to prevent game crashing and have these cars in game normally?
it only does that when i put golf mk1-2-3 from smz i think
thanks a lot!

Stancematic

no
Posts: 3

Location: Norway
Occupation:
Age:
V$:
#1111   2018-02-09 17:35          
....

neox_0

hr
Posts: 7

Location: Croatia Slavonski Brod
Occupation:
Age: 33
V$:
#1112   2018-02-10 19:36          
anybody?

Sleepin mOnkey

jp
Posts: 2459

Location: Japan Universe, Milky way ,Solar system, Earth
Occupation: Automotive engineer Student
Age: 32
V$: 14.750
#1113   2018-02-14 16:57          
how about someone create a photoshop techiniques thread where people can help each other take better pics?
Roleplay: A engine Builder and tuner that lives in Japan and Builds cool stuff.
Cars: Corolla Levin coupe Tog/show car
180SX s13 350hp SR20DET 6MT Babe 1
Supra Sz JZA80 2jz-Gte Vvt-i 2000's Hotboi
240sx Vert HOTBOI 2

CLICCC...

thor-04

do
Posts: 349

Location: Dominican Republic
Occupation:
Age: 24
V$:
#1114   2018-02-15 16:02          
Sleepingmonkey Youtube and practice is da way!


# neox_0 :

you have to put again the cars, specifically Baiern and Duhen. I dont know how to explain it but some car mods depends of the stock slrr cars.
_________________________________________

Now i have a question, what do you guys do to avoid the car shaking when its too low?

Dopey_1974

nl
Posts: 805

Location: Netherlands Zoetermeer (sweetlakecity)
Occupation: Being Dopeyness
Age: 49
V$:
#1115   2018-02-17 16:51          


Anyone can help how to fix this? I don't know the author of it. (it's the one with the MK2 golf and MK2 Jetta)
I am a noob hahaha

Stevo2

th
Posts: 100

Location: Thailand
Occupation:
Age: 62
V$: สองร้อย
#1116   2018-02-17 17:07          
# thor-04 : Now i have a question, what do you guys do to avoid the car shaking when its too low?

Depends if it's the car too low, or the phys set too low. The phys can be raised in the cfg files (main)... if that doesn't fix it, it may be that the car needs re-centering in Max.


# Dopey_1974 :
Anyone can help how to fix this? I don't know the author of it. (it's the one with the MK2 golf and MK2 Jetta)
I am a noob hahaha
Looks like the car needs remapping.

marcus915

ca
Posts: 1172

Location: Canada Vancouver
Occupation: I've got nothing to hide
Age: 25
V$: idk lol
#1117   2018-02-23 06:59          


Got a question - i'm using a version of 2.2.1, and I notice that my skidmarks on the ground are VERY light, almost transparent..really strange and I see almost everyone else's marks are much darker than mine. Any possible solution to make them darker? Already tried editing the texture to no success.
//C o o l d o w n\\
offset > takeoff

amilmand

00
Posts: 259

Location: ---
Occupation:
Age:
V$:
#1118   2018-02-23 16:19          
marcus915:
skidmarks
I think you want to lower the fade value in the cfg at
particles\scripts\skids\sliding\asphalt.cfg

marcus915

ca
Posts: 1172

Location: Canada Vancouver
Occupation: I've got nothing to hide
Age: 25
V$: idk lol
#1119   2018-02-23 20:32          
doesn't seem to make a difference. Heres the cfg if it matters
maxcount	100
texture		0
width		0.300 0.400
height		0.300
uv_end		0.125 0.000	0.375 1.000
uv_normal	0.625 0.000	0.875 1.000
fade		0.00
//C o o l d o w n\\
offset > takeoff

hamburper

00
Posts: 122

Location: --- area 51
Occupation: doing nothing
Age:
V$: what
#1120   2018-03-23 00:40          
hey my dudes uhhh i reinstalled slrr le2mwm with the mods i had before, and i added the java files but theres 1 problem. i cant get into any map. it crashes when i get into it. heres the error log.
---
!no such class SteeringBar in file "sl\scripts\game\src\Vehicle.java" at line 269
!no such class SteeringBar in file "sl\scripts\game\src\Vehicle.java" at line 340
!JVM::compileSource: recompilation needed of "system\scripts\render\osd\src\Dialog.java" but source not exists
!JVM::compileSource: file not found: "system\scripts\render\osd\src\Dialog.java"
!JavaMachine::loadClass: failed to load system\scripts\render\osd\Dialog.class
!JVM::getClass: class "java.render.osd.Dialog" not found in file "java.game.Mechanic" at line 265
!Cannot parse class "java.render.osd.Dialog" in file "java.game.Mechanic" at line 265
!Unknown field name "DF_FREEZE" in file "java.game.Mechanic" at line 265
!JVM::compileSource: recompilation needed of "system\scripts\render\osd\src\Dialog.java" but source not exists
!JVM::compileSource: file not found: "system\scripts\render\osd\src\Dialog.java"
!JavaMachine::loadClass: failed to load system\scripts\render\osd\Dialog.class
!JVM::getClass: class "java.render.osd.Dialog" not found in file "java.game.Mechanic" at line 265
!Cannot parse class "java.render.osd.Dialog" in file "java.game.Mechanic" at line 265
!Unknown field name "DF_MODAL" in file "java.game.Mechanic" at line 265
!JVM::compileSource: recompilation needed of "system\scripts\render\osd\src\Dialog.java" but source not exists
!JVM::compileSource: file not found: "system\scripts\render\osd\src\Dialog.java"
!JavaMachine::loadClass: failed to load system\scripts\render\osd\Dialog.class
!JVM::getClass: class "java.render.osd.Dialog" not found in file "java.game.Mechanic" at line 265
!Cannot parse class "java.render.osd.Dialog" in file "java.game.Mechanic" at line 265
!Unknown field name "DF_DEFAULTBG" in file "java.game.Mechanic" at line 265
!JVM::compileSource: recompilation needed of "system\scripts\render\osd\src\Dialog.java" but source not exists
!JVM::compileSource: file not found: "system\scripts\render\osd\src\Dialog.java"
!JavaMachine::loadClass: failed to load system\scripts\render\osd\Dialog.class
!JVM::getClass: class "java.render.osd.Dialog" not found in file "java.game.Mechanic" at line 265
!Cannot parse class "java.render.osd.Dialog" in file "java.game.Mechanic" at line 265
!Unknown field name "DF_WIDE" in file "java.game.Mechanic" at line 265
!JVM::compileSource: recompilation needed of "system\scripts\render\osd\src\Dialog.java" but source not exists
!JVM::compileSource: file not found: "system\scripts\render\osd\src\Dialog.java"
!JavaMachine::loadClass: failed to load system\scripts\render\osd\Dialog.class
!JVM::getClass: class "java.render.osd.Dialog" not found in file "java.game.Mechanic" at line 271
!Cannot parse class "java.render.osd.Dialog" in file "java.game.Mechanic" at line 271
---
hamburger#8490