Author | Message |
radu_cainamisir![]() |
#81 2012-10-17 16:48 |
remove what you added. 90% the mod has problems or it is not copatible with your game version. However i think it is impossible to fix that
|
|
Diesel87![]()
Posts: 28
Location: Finland Occupation: Age: V$: |
#82 2013-01-04 14:47 |
my peanut brain couldn't solve this problem.. so I'll let your massive brains to solve this.
![]() !JVM::compileSource: recompilation needed of "parts\engines\Baiern_Emer\scripts\src\Baiern_Kraftwerk_clutch.java" but source not exists !JVM::compileSource: file not found: "parts\engines\Baiern_Emer\scripts\src\Baiern_Kraftwerk_clutch.java" !JavaMachine::loadClass: failed to load parts\engines\Baiern_Emer\scripts\Baiern_Kraftwerk_clutch.class !Script error Thread: THRD-RUNVMI Dummy.handleEvent Error: Thread::run: [illegal methodcall] null.currentPrice() type:Ljava.game.parts.Part; java.game.InventoryItem_Part:getPrice (line:92) java.game.InventoryItem_Folder:getPrice (line:59) java.game.CatalogInventory:update (line:1922) java.game.Catalog:collectObjectsStep (line:342) java.game.Catalog:collectObjectsEnd (line:247) java.game.Catalog:osdCommand (line:1761) java.render.osd.Gadget:sendMessage (line:211) java.render.osd.Button:click (line:31) java.render.Group:handleEvent (line:178) I have NO IDEA what happend for those java files! but just tell me what could I do for those 'small' problems. :-) Thanks, John |
|
Jesus Christ![]()
Posts: 2977
Location: United Kingdom Occupation: Turning water into protein Age: 32 V$: LOAD£D |
#83 2013-01-04 14:58 |
get a fresh version and put the whole folder back in your current game
|
|
![]() Why be a KING when you can be a GOD?! |
|
Diesel87![]()
Posts: 28
Location: Finland Occupation: Age: V$: |
#84 2013-01-05 13:16 |
Okay, thank you Jesus! :-)
|
|
jimbowe__![]() |
#85 2013-04-06 12:30 |
Need help, can you guys tell me what to do?
!Package conflict: multiple packages placed at the same location ( at parts\Wheels_Pack_20\scripts) !Class not found: java.game.parts.rgearpart.reciprocatingrgearpart.brake.DiscBrake2 in file "java.game.Catalog" at line 297 !JVM::getClass: class "java.game.parts.rgearpart.reciprocatingrgearpart.brake.DiscBrake2" not found in file "java.game.Catalog" at line 297 !Class not found: java.game.parts.rgearpart.reciprocatingrgearpart.brake.DiscBrake2 in file "java.game.Catalog" at line 297 !JVM::getClass: class "java.game.parts.rgearpart.reciprocatingrgearpart.brake.DiscBrake2" not found in file "java.game.Catalog" at line 297 !Package conflict: multiple packages placed at the same location (java.game.parts.hq_rims6.rim_22_18 at parts\hq_rims8\scripts) !Package conflict: multiple packages placed at the same location (java.game.parts.hq_rims6.rim_23_17 at parts\hq_rims8\scripts) !Package conflict: multiple packages placed at the same location (java.game.parts.hq_rims6.rim_24_16 at parts\hq_rims8\scripts) !Package conflict: multiple packages placed at the same location (java.game.parts.hq_rims6.rim_25_19 at parts\hq_rims8\scripts) !Package conflict: multiple packages placed at the same location (java.game.parts.hq_rims6.rim_26_18 at parts\hq_rims8\scripts) !Package conflict: multiple packages placed at the same location (java.game.parts.hq_rims6.rim_27_17 at parts\hq_rims8\scripts) !Package conflict: multiple packages placed at the same location (java.game.parts.hq_rims6.rim_28_16 at parts\hq_rims8\scripts) !Package conflict: multiple packages placed at the same location (java.game.parts.hq_rims6.rim_29_19 at parts\hq_rims8\scripts) !Package conflict: multiple packages placed at the same location (java.game.parts.hq_rims6.rim_30_18 at parts\hq_rims8\scripts) !Package conflict: multiple packages placed at the same location (java.game.parts.hq_rims6.rim_31_17 at parts\hq_rims8\scripts) !Package conflict: multiple packages placed at the same location (java.game.parts.hq_rims6.rim_32_16 at parts\hq_rims8\scripts) !Package conflict: multiple packages placed at the same location (java.game.parts.hq_rims6.rim_33_19 at parts\hq_rims8\scripts) !Package conflict: multiple packages placed at the same location (java.game.parts.hq_rims6.rim_34_18 at parts\hq_rims8\scripts) !Package conflict: multiple packages placed at the same location (java.game.parts.hq_rims6.rim_35_17 at parts\hq_rims8\scripts) !Package conflict: multiple packages placed at the same location (java.game.parts.hq_rims6.rim_36_16 at parts\hq_rims8\scripts) !Package conflict: multiple packages placed at the same location ( at parts\POR_930Turbo_Rims\scripts) |
|
![]() |
|
ILLKING![]()
Posts: 130
Location: United States Occupation: ILLKING Age: 32 V$: |
#86 2013-04-06 13:24 |
For the wheels pack 20, Take a look at the face java files and make sure this is at the very top of each package java.game.parts.Wheels_Pack_20; I would just take out the disc brakes mod if you can. For the hq rims, check the javas again and this is the line that is at the top of all my hq rim javas package java.game.cars; For the porsche, go to the rim java and make sure this line is at the very top package java.game.cars; That should do it, worked for me. Report back if you have any issues
|
|
![]() |
|
jimbowe__![]() |
#87 2013-04-06 13:45 |
So this is the face1 java for the Wheels pack 20
package java.game.cars; import java.render.osd.*; import java.io.*; import java.util.*; import java.util.resource.*; import java.game.*; import java.game.parts.rgearpart.reciprocatingrgearpart.*; public class Face1 extends Wheel { float f_offset, default_offset, old_offset, diameter, width; public Face1 ( int id ) { name = "BMW F13 M6 wheel"; rim_type = rtFACTORY; diameter = 20.0; width = 11.0; default_offset = 0.0; f_offset = default_offset; SetupWheel( diameter, width, default_offset); description = "Adjustable Offset - Paintable"; } public void load( File saveGame ) { super.load( saveGame ); int save_ver = saveGame.readInt(); if (save_ver >= 1) { f_offset = saveGame.readFloat(); setSlotPos( 1, new Vector3(f_offset/1000.0, 0, 0), null ); } } public void save( File saveGame ) { super.save( saveGame ); int save_ver = 2; saveGame.write( save_ver ); if (save_ver >= 1) { saveGame.write( f_offset ); } } public int isTuneable() { return true; } public void buildTuningMenu( Menu m ) { old_offset = f_offset; m.addItem( "Offset", 1, f_offset, -75.0, 75.0, 1.1, null ).printValue(" %1.1f"); m.addItem( "Reset to factory defaults", 0); //this should always be with cmd=0 GameLogic.player.car.wakeUp(); } public void endTuningSession( int cancelled ) { if( cancelled ) { f_offset = old_offset; } else { if (f_offset != old_offset) GameLogic.spendTime(5*60); getCar_LocalVersion(); if (the_car) the_car.forceUpdate(); } } public void handleMessage( Event m ) { if( m.cmd == 0 ) { f_offset = default_offset; m.gadget.osd.findGadget( this, 1 ).setValue( default_offset ); setSlotPos( 1, new Vector3(f_offset/1000.0, 0, 0), null ); } else if( m.cmd == 1 ) { f_offset = ((Slider)m.gadget).value; ((Slider)m.gadget).changeVLabelText( Float.toString(f_offset, " %1.1f")); setSlotPos( 1, new Vector3(f_offset/1000.0, 0, 0), null ); } } } Do i change the "package java.game.cars;" to "package java.game.parts.Wheels_Pack_20;" ?? or what did you mean?. Because i suck in these things? |
|
![]() |
|
ILLKING![]()
Posts: 130
Location: United States Occupation: ILLKING Age: 32 V$: |
#88 2013-04-06 14:36 |
Yup, Make sure you do that to all the faces and tire javas
|
|
![]() |
|
Bigg Boss93![]()
Posts: 4024
http://rdbl.co/1Hmg5XL Location: Italy - Sardegna Occupation: Swimming out of the shit pool Age: 29 V$: More than you can afford, pal. |
#89 2013-05-09 14:59 |
any clue about how deflector script works?
# 'F bumper' deflector # wing 4 0.000000000 -0.011711400 -0.053232300 0.000000000 0.091492500 -0.688041000 12.042195000 -0.250 0.666 Added 3 hours 31 minutes later: damn guys, chill with answers!! too much stuff to read -_- This post was edited by Bigg Boss93 (2013-05-09 18:32, ago) |
|
Torres1895![]()
Posts: 252
http://https://www.facebook.com/c... Location: Puerto Rico Occupation: Torres1895 Age: 29 V$: |
#90 2013-05-09 19:04 |
I think it increase downforce or balance of the car
|
|
Bigg Boss93![]()
Posts: 4024
http://rdbl.co/1Hmg5XL Location: Italy - Sardegna Occupation: Swimming out of the shit pool Age: 29 V$: More than you can afford, pal. |
#91 2013-05-09 21:28 |
ye well i got that, the question is about how it works(what to change to get what)
|
|
Mario![]()
Posts: 703
Location: Bulgaria Sofia Occupation: Fast way Age: 121 V$: |
#92 2013-05-09 22:11 |
post it in promods , i think there was some discuses about it and some answers by raxat but it was long time ago and i can't find the topic now
|
|
![]() |
|
Turbina![]()
Posts: 4
Location: Lithuania Occupation: Age: V$: |
#93 2013-05-12 12:40 |
Hello, please i really need help, when my friend plays SLRR everything is alright in the garage, but when he goes to the track or to the city, the computer restarts . Any help ? Please?
|
|
IceD![]()
Posts: 1311
Location: Virgin Islands (u.s.) Graveyard Occupation: RIP Age: V$: |
#94 2013-05-12 13:22 |
PC specs?
|
|
jesse096![]()
Posts: 35
Location: United States Trevose PA Occupation: jesse096@yahoo.com Age: 32 V$: |
#95 2013-05-18 22:21 |
Hey guys, running 221MWM stage1, I downloaded a car that had me replace fines in a previous folder, but now I get this error:
Unregistrable node: cars\racers\Einvagen.rpk:00000136 (invalid parent parts.rpk:0000A282) When I delete the folder and .rpk file, it gives me this error: Fatal! Missing mesh file: cars\racers\Einvagen_data\meshes\_phys_chassis_cockpit.scx What can I do to fix this?! -Jesse |
|
ILLKING![]()
Posts: 130
Location: United States Occupation: ILLKING Age: 32 V$: |
#96 2013-05-18 22:56 |
Copy the _phys_chassis_cockpit.scx from the mesh folder of another car, and paste it in the einvagen mesh folder. Should get you up and running again.
|
|
![]() |
|
Jesus Christ![]()
Posts: 2977
Location: United Kingdom Occupation: Turning water into protein Age: 32 V$: LOAD£D |
#97 2013-05-18 23:09 |
you should fix your parts.rpk not delete default cars..
|
|
![]() Why be a KING when you can be a GOD?! |
|
jesse096![]()
Posts: 35
Location: United States Trevose PA Occupation: jesse096@yahoo.com Age: 32 V$: |
#98 2013-05-19 02:40 |
It still gives me this error:
Unregistrable node: cars\racers\Einvagen.rpk:00000136 (invalid parent parts.rpk:0000A282) -Jesse |
|
FJ![]() |
#99 2013-05-19 04:57 |
Use this parts.rpk ---------> *LINK*
|
|
Ehm...mmm I like Forza! (and BeamNG)
|
|
jesse096![]()
Posts: 35
Location: United States Trevose PA Occupation: jesse096@yahoo.com Age: 32 V$: |
#100 2013-05-19 19:18 |
Where do I add that file FJ?
-Jesse |
|
FJ![]() |
#101 2013-05-19 19:27 |
put in the slrr directory and click replace
![]() |
|
Ehm...mmm I like Forza! (and BeamNG)
|
|
jesse096![]()
Posts: 35
Location: United States Trevose PA Occupation: jesse096@yahoo.com Age: 32 V$: |
#102 2013-05-19 22:24 |
That worked, thanks!
-Jesse |
|
hitman3695![]()
Posts: 557
Location: Australia Occupation: hitman3695 Age: 109 V$: |
#103 2013-06-02 09:45 |
Does anyone know how the script for lambo doors?
|
|
![]() ![]() Low is the way to go! |
|
Mario![]()
Posts: 703
Location: Bulgaria Sofia Occupation: Fast way Age: 121 V$: |
#104 2013-06-02 11:27 |
It should be like that
general door (left) slot 0.000 0.000 0.000 0.000 0.000 0.000 5 ; FL_door flap -0.812 -0.162 -0.606 0.000 -1.000 0.000 0.000 0.000 1.000 0.000 0.800 Lambo door (left) slot 0.000 0.000 0.000 0.000 0.000 0.000 5 ; FL_door flap -0.812 -0.162 -0.606 -1.000 -1.000 0.000 0.000 0.000 1.000 0.000 0.800 Lambo door (right) slot 0.000 0.000 0.000 0.000 0.000 0.000 5 ; FL_door flap -0.812 -0.162 -0.606 -1.000 1.000 0.000 0.000 0.000 1.000 0.000 0.800 the first value should give you up/down direction and left/right for the middle value.With minus for opening in right and plus for left opening direction. |
|
![]() |
|
hitman3695![]()
Posts: 557
Location: Australia Occupation: hitman3695 Age: 109 V$: |
#105 2013-06-03 05:54 |
# Mario : It should be like thatSweet Thanks |
|
![]() ![]() Low is the way to go! |
|
Dariuss![]()
Posts: 401
Location: Romania Occupation: Stance | Works Age: V$: |
#106 2013-06-06 11:12 |
when i enter in game, after the intro the game crashes and error log shows this:
!JVM::assignmentConversion: typecast failed (I)Ljava.lang.String; in file "java.game.cars.Einvagen_140_GTA" at line 17 |
|
Morpheus Hell![]()
Posts: 544
http://www.facebook.com/Morpheus.... Location: Germany Saxony Occupation: http://www.facebook.com/SMZCREW Age: 44 V$: |
#107 2013-06-06 11:39 |
Wich game version u use?
maybe delete the einvagen folder+rpk and put new one from stage1 into. :-) |
|
Dariuss![]()
Posts: 401
Location: Romania Occupation: Stance | Works Age: V$: |
#108 2013-06-06 11:42 |
i use stage1 slrr + le2mwm mod
anyway, problem solved.thanks to m3fx. i deleted one map (ebisu) and it works. |
|
Ryancooper![]()
Posts: 612
http://tinyurl.com/ldwharc Location: New Zealand Next to an dope salesman Occupation: Baking potatos Age: 26 V$: yowut? |
#109 2013-06-07 11:09 |
Hello guys,after sometime my slrr crashes and i get this error:
--- !Class not found: in file "java.game.Catalog" at line 293 !JVM::getClass: class "" not found in file "java.game.Catalog" at line 293 --- !JVM::compileSource: recompilation needed of "parts\interior\scripts\seats\src\seat2.java" but source not exists !JVM::compileSource: file not found: "parts\interior\scripts\seats\src\seat2.java" !JavaMachine::loadClass: failed to load parts\interior\scripts\seats\seat2.class Missing .cfg: parts\interior\scripts\seats\seat2.cfg !JVM::compileSource: recompilation needed of "parts\interior\scripts\seats\src\seat.java" but source not exists !JVM::compileSource: file not found: "parts\interior\scripts\seats\src\seat.java" !JavaMachine::loadClass: failed to load parts\interior\scripts\seats\seat.class Missing .cfg: parts\interior\scripts\seats\seat.cfg !Class not found: in file "java.game.Catalog" at line 293 !JVM::getClass: class "" not found in file "java.game.Catalog" at line 293 --- Invalid clickdef (00000113) in 00c300d2 (cars\racers\Sil13.rpk) !ConstantPool::getClass: not a Class constant Someone know how to fix this? |
|
![]() |
|
M3fx![]()
Posts: 124
Location: Romania Ploiesti Occupation: Guilty. Age: 27 V$: |
#110 2013-06-07 12:32 |
# Ryancooper : Hello guys,after sometime my slrr crashes and i get this error: Try to delete a map , or a car maybe 2 . Oh , and delete cars\racers\Sil13 ![]() |
|
![]() |
|
Ryancooper![]()
Posts: 612
http://tinyurl.com/ldwharc Location: New Zealand Next to an dope salesman Occupation: Baking potatos Age: 26 V$: yowut? |
#111 2013-06-07 13:52 |
I did this,but now i get other error.
![]() --- Delete (save\temp\CopyCar.*): A sintaxe do nome do arquivo, do nome do diretório ou do rótulo do volume está incorreta. Delete (save\temp\CopyCar.*): A sintaxe do nome do arquivo, do nome do diretório ou do rótulo do volume está incorreta. |
|
![]() |
|
jesse096![]()
Posts: 35
Location: United States Trevose PA Occupation: jesse096@yahoo.com Age: 32 V$: |
#112 2013-06-11 00:30 |
So ran SLRR perfectly fine for a while. built a K5 bazer and wanted to add the Chevy engine pack to it, after I added all engines, I get this error:
!JVM::compileSource: recompilation needed of "cars\racers\Baiern_data\scripts\src\GER_2002_tuned.java" but source not exists !JVM::compileSource: file not found: "cars\racers\Baiern_data\scripts\src\GER_2002_tuned.java" !JavaMachine::loadClass: failed to load cars\racers\Baiern_data\scripts\GER_2002_tuned.class Missing .cfg: cars\racers\Baiern_data\scripts\_main_tuned_Chassis.cfg Can anyone supply me with the correct missing file please? And can anyone shed light onto why it went "missing" when the car pack I was using was nowhere near related to this? -Jesse |
|
Richboi![]()
Posts: 56
Location: United States Spring Occupation: TECH Age: 35 V$: |
#113 2013-06-11 17:39 |
I get this error in my error log!
!JVM::compileSource: recompilation needed of "cars\racers\eunos_data\scripts\src\eunos_VT.java" but source not exists !JVM::compileSource: file not found: "cars\racers\eunos_data\scripts\src\eunos_VT.java" !JavaMachine::loadClass: failed to load cars\racers\eunos_data\scripts\eunos_VT.class create: Undefined GameType Constructor! 00640129 (Duhen_VT) any help would be great! |
|
![]() |
|
E-Bullet![]()
Posts: 779
Location: Lithuania <<< Occupation: Sexy Age: 30 V$: |
#114 2013-06-11 17:57 |
# Richboi : I get this error in my error log!Check if RPK and eunos_data folder is in cars\racers. Happened to me once when I misplaced car mod and put it to parts folder. Do a search and delete all of MX5 files (eunos_data, eunos.rpk). Hope this helps. If problem persists just hit me up on PM and we'll try to solve it. |
|
I have no business with people who won't give me a cake!![]() |
|
Richboi![]()
Posts: 56
Location: United States Spring Occupation: TECH Age: 35 V$: |
#115 2013-06-11 18:29 |
Even on a fresh install I sttiill get that error!
|
|
![]() |
|
NK748![]()
Posts: 413
Location: Belgium Occupation: nk748 Age: 42 V$: A lot |
#116 2013-06-21 07:18 |
Hi everyone,
How do i guess which car/engine/part is related to this error? It crashes when entering used car dealer. !Script error Thread: THRD-RUNVMI Dummy.handleEvent Error: Thread::evalName: null.methodcall() java.game.CarMarket:enter (line:290) java.game.GameLogic:changeActiveSection (line:784) java.game.Garage:osdCommand (line:1573) java.render.osd.Gadget:sendMessage (line:211) java.render.osd.Button:click (line:31) java.render.Group:handleEvent (line:178) |
|
![]() |
|
IceD![]()
Posts: 1311
Location: Virgin Islands (u.s.) Graveyard Occupation: RIP Age: V$: |
#117 2013-06-21 09:32 |
It's usually a VT error.
|
|
chyrr![]()
Posts: 18
Location: Finland Occupation: chyrr Age: V$: |
#118 2013-06-30 23:20 |
Hello!
This is somehow strange. Recently I reinstalled a fresh copy of SLRR, then yesterday I was stupid enough to install the "move-anything script", did backups and everything but when trying to remove the script the game will just crash at loading screen. So I decided to uninstall SLRR and reinstall it. After reinstalling it as a fresh/clean copy again, the script is there somehow. Also I dunno why but I don't have any error.txt anywhere in my SLRR folder after reinstalling it anymore. Thanks for the help, Chyrr! |
|
g4tnt![]()
Posts: 383
Location: Ireland Occupation: Age: 37 V$: |
#119 2013-06-30 23:30 |
@chyrr try deleting the game again make sure the folder it was in is also gone then reinstall and see what happens if that dont help then redownload stage1 version from here shud work fine
This post was edited by g4tnt (2013-06-30 23:43, ago) |
|
its all about the mods
|
|
chyrr![]()
Posts: 18
Location: Finland Occupation: chyrr Age: V$: |
#120 2013-06-30 23:52 |
Thanks for the quick reply !
But yes, I have deleted the whole game folder every time I have done that but always the same result persists, I got the Stage 1 package on my computer but somehow it seems to be a bit slow for me, and I know it is not because of my computer specs. |
|