Search the Community
Showing results for tags 'p drive'.
Found 5 results
-
During the process of making a layers.cfg file, I stumbled across this strange error. At first, I thought it was just the computer having a hard time finding the P: drive, so I unmounted it and remounted it. That didn't work so I restarted my computer and tried mounting it again. It still didn't work so I decided to comb the code and see if there were any errors. Still nothing. At this point, I was getting frustrated, so I took to the internet to try and find out if anyone else had these problems. And they did, and in almost every case it was some kind of typo or hidden characters. But despite rewriting the code three times and making a completely different file, it still returned the same exact error. Is anyone able to help? tl;dr there was a p drive error that I can't seem to resolve. class Layers { class gdt_rock { texture = ""; material = "a3\map_data\gdt_rock.rvmat"; }; class gdt_strbeach { texture = ""; material = "a3\map_data\gdt_strbeach.rvmat"; }; class gdt_strconcrete { texture = ""; material = "a3\map_data\gdt_strconcrete.rvmat"; }; class gdt_strdirt { texture = ""; material = "a3\map_data\gdt_strdirt.rvmat"; }; class gdt_dry_grass { texture = ""; material = "a3\map_data\gdt_dry_grass.rvmat"; }; class gdt_wild_grass { texture = ""; material = "a3\map_data\gdt_wild_grass.rvmat"; }; class gdt_strforest_pine { texture = ""; material = "a3\map_data\gdt_strforest_pine.rvmat"; }; }; class Legend { legend = "maplegend.png"; class Colors { gdt_rock[] = {{ 0, 0, 255 }}; gdt_strbeach[] = {{ 0, 0, 255 }}; gdt_strconcrete[] = {{ 0, 0, 255 }}; gdt_strdirt[] = {{ 0, 0, 255 }}; gdt_dry_grass[] = {{ 0, 0, 255 }}; gdt_wild_grass[] = {{ 0, 0, 255 }}; gdt_strforest_pine[] = {{ 0, 0, 255 }}; }; }; If anyone can see any errors with the code or spot some typos I might have missed, your help will be greatly appreciated.
- 3 replies
-
- error
- terrain builder
-
(and 1 more)
Tagged with:
-
layers.cfg Layers Generation - Unable to load the file "P:/....
Senor Dav3 posted a topic in ARMA 3 - TERRAIN - (BUILDER)
So, im trying to do my thing making a map and everything, then when i go to generate layers it throws me up this error https://gyazo.com/7e6be1efbd9454e8d22ff9f7c2f1f97f It used to say about not finding "P:/" at all but now it changed to the one mentioned up above. Yet when i load the layers.cfg file in it shows me a green check mark but then throws an error up. Shown in video here https://gyazo.com/aa0ad9a10ef6e64d4ed48da6fb5c8001 I will provide the script from the layers.cfg file below class Layers { class gdt_rock { texture = "Dave_First_Island\data\al_rock_co.paa"; material = "Dave_First_Island\data\al_rock.rvmat"; }; class gdt_gras { texture = "Dave_First_Island\data\al_gras.paa"; material = "Dave_First_Island\data\al_gras.rvmat"; }; class gdt_strbeach { texture = "Dave_First_Island\data\strbeach_co.paa"; material = "Dave_First_Island\data\strbeach_co.rvmat"; }; class Legend { picture = "Dave_First_Island\source\mapLegend.png"; ); ); class Colors { gdt_rock[] = {{255, 0, 0}}; gdt_gras[] = {{0, 0, 255}}; gdt_strbeach[] = {{0, 255, 0}}; }; }; Forgive me if there are any mistakes its just im not the best with this type of language in specific. But any questions or help would be sincerely appreciated, Thanks! -
Sicne the last update my P drive ain't mounting anymore. Reinstalled tools. Same issue. 2018-08-06 20:53:28,063 [INFO]: ===================================================================== 2018-08-06 20:53:28,067 [INFO]: Build Configuration: Arma3 2018-08-06 20:53:28,083 [WARN]: 0x30098001 STARTUP_ELEVATED_NO_PARENT: Elevated process without parent. 2018-08-06 20:53:28,087 [WARN]: This may lead to unexpected behavior. 2018-08-06 20:53:28,092 [INFO]: Mounting the work drive from "C:\Users\Admin\Documents\Arma 3 Projects" 2018-08-06 20:53:28,123 [INFO]: Child Started: FileName: WorkDrive.exe - Arguments: /mount P "C:\Users\Admin\Documents\Arma 3 Projects" /parent=11368
-
Won't Mount P Drive Anymore: 0x30098001 STARTUP_ELEVATED_NO_PARENT
Richards.D posted a topic in ARMA 3 - BI TOOLS - TROUBLESHOOTING
Hey all, P Drive has worked fine for literally years, but I had to change my ARMA 3 and STEAM to Admin mode for ACRE. Now, my drive gives the error: 0x30098001 STARTUP_ELEVATED_NO_PARENT: Elevated process without parent. This may lead to unexpected behavior. And it doesn't mount my drive anymore. I tried making all Workdrive Apps, and Tools as Admin mode.. but nothing. Any help? -
Hi, Today I launched A3 tools as usual, then I tried to install bull dozer and I get an error code Here is what it says: Error received from: "DoTask" (0x50003003) The parameters source are destination are invalid. undefined c:\users\Robs\Documents\Arma 3 Projects Not sure what is going on, but it it halting me from working on my projects. Any help would be greatly appreciated. I did not change anything before this error occurred and I tried a reinstall but no luck. Thanks. Rob