First off, would like to say that wrptool is brilliant and apart from the bugs its the best island editor ive used.
My problem is that when I select my road object the click "New" in the road tool, then ok, I get the error "Access violation at adress 0044695F in module wrptool.exe. Read of adress 00000118."
And i cannot proceed any further with road placement, the only way i've been able to get around it is by copying and placing existing road segments, but this isnt very acurate atall.
Any way round this? I've created a new road class in the road definer like the .pdf sais. But i still get the error, any help would be apreciated.
cheers
Road placing problems
Moderators: Lone Wolf, Snake Man
Re: Road placing problems
What bugs are you referring to here?First off, would like to say that wrptool is brilliant and apart from the bugs
Okay you need to write down the each and every step you took to achieve this access violation. For example likeI select my road object the click "New" in the road tool, then ok, I get the error "Access violation
1) start wrptool and file -> new 256.
2) open road tool, click New...
etc etc
Its the only way for us to find out whats wrong because in my setup there is no access violations. I know that this is something to do with the roaddef.xml file which is created from the Settings -> Road Definer.
So please list each and every step to reproduce this AV, also paste (use the CODE function in the forum) your roaddef.xml file here.
-
- Newbie
- Posts: 2
- Joined: 2003-11-02 15:17:23
Re: Road placing problems
The bugs I mean are the various access violations, and forest placement things (the data3d ones not wrapping to terrain) res ones work great though.
Ok, I've started makign an island, its everon sized 51km i think?
I start wrptool, open the island, go to road definer, I get about 8 "No object definition found" errors, in succession, then the road definer finally opens, I click new and enter name "testroad" I then click on the "<- New" button to add the .p3d files, I add all the "cesta" road models, and "cestakonec" as the terminator. I then click "ok" and proceed to the road tool, I add the cesta6 road segment to my island and select it, then click "new" in road tool, and enter "roadtests" as name, click ok and then I get the access violation. Sorry for not being more clear the first time
here is my roads.xml
Ok, I've started makign an island, its everon sized 51km i think?
I start wrptool, open the island, go to road definer, I get about 8 "No object definition found" errors, in succession, then the road definer finally opens, I click new and enter name "testroad" I then click on the "<- New" button to add the .p3d files, I add all the "cesta" road models, and "cestakonec" as the terminator. I then click "ok" and proceed to the road tool, I add the cesta6 road segment to my island and select it, then click "new" in road tool, and enter "roadtests" as name, click ok and then I get the access violation. Sorry for not being more clear the first time
here is my roads.xml
Code: Select all
<xml><br><Def><Classes><Name>Asphalt</Name></Classes><Classes><Name>Dirt Road 1</Name></Classes><Classes><Name>Asphalt 2</Name></Classes><Classes><Name>Asphalt 3</Name></Classes><Classes><Name>Dirt Road 2</Name></Classes><Classes><Name>Paved Road 1</Name></Classes><Classes><Name>Asphalt 4</Name></Classes><Classes><Name>paddyroad</Name></Classes><Classes><Name>testroad</Name><Element><Name>dtadata3dcesta10 100.p3d</Name><Alias>cesta10 100_R</Alias><Terminator>False</Terminator></Element><Element><Name>dtadata3dcesta10 25.p3d</Name><Alias>cesta10 25_R</Alias><Terminator>False</Terminator></Element><Element><Name>dtadata3dcesta10 50.p3d</Name><Alias>cesta10 50_R</Alias><Terminator>False</Terminator></Element><Element><Name>dtadata3dcesta10 75.p3d</Name><Alias>cesta10 75_R</Alias><Terminator>False</Terminator></Element><Element><Name>dtadata3dcesta12.p3d</Name><Alias>cesta12</Alias><Terminator>False</Terminator></Element><Element><Name>dtadata3dcesta25.p3d</Name><Alias>cesta25</Alias><Terminator>False</Terminator></Element><Element><Name>dtadata3dcesta6.p3d</Name><Alias>cesta6</Alias><Terminator>False</Terminator></Element><Element><Name>dtadata3dcesta6konec.p3d</Name><Alias>cesta6konec</Alias><Terminator>True</Terminator></Element></Classes></Def> <br>
Re: Road placing problems
What other access violations have you got besides this Road Tool (which you can read below)?The bugs I mean are the various access violations
That is no WrpTool bug.forest placement things (the data3d ones not wrapping to terrain) res ones work great though.
You almost said it yourself here, some wrap ok others doesn't, even BIS made Malden has some tree trunks out of the terrain on some places of the island.
Well there you go, you cant expect the utility to work correctly if you get errors like this because of wrong configuration.I start wrptool, open the island, go to road definer, I get about 8 "No object definition found" errors
That is a wrong configuration for roads, it should be just data3dcesta10 25.p3d in the roaddef.xml - you have configured it wrong.here is my roads.xml
dtadata3dcesta10 25.p3d
You dont have to reconfigure Cesta road since there is fully working example RoadDef.xml file included in the WrpTool release.