Can't decompile sp_a2_bts3.bsp
Quote from Brainstone on May 28, 2012, 7:33 amI'm trying to get a look into sp_a2_bts3, as I'm constucting a map in the factory/bts theme, but BSPSource is giving me the following error while loading the file:
- Code: Select all
Fatal BSPSource error:
java.lang.NullPointerException
at com.nuclearvelocity.barracuda.bsplib.BspFile.loadLumpFiles(BspFile.java:235)
at com.nuclearvelocity.barracuda.bspsrc.BspSource.decompile(BspSource.java:96)
at com.nuclearvelocity.barracuda.bspsrc.BspSource.start(BspSource.java:60)
at com.nuclearvelocity.barracuda.bspsrc.gui.BspSourceFrame$4.run(BspSourceFrame.java:282)Could someone just do it for me and upload the vmf?
I'm trying to get a look into sp_a2_bts3, as I'm constucting a map in the factory/bts theme, but BSPSource is giving me the following error while loading the file:
- Code: Select all
Fatal BSPSource error:
java.lang.NullPointerException
at com.nuclearvelocity.barracuda.bsplib.BspFile.loadLumpFiles(BspFile.java:235)
at com.nuclearvelocity.barracuda.bspsrc.BspSource.decompile(BspSource.java:96)
at com.nuclearvelocity.barracuda.bspsrc.BspSource.start(BspSource.java:60)
at com.nuclearvelocity.barracuda.bspsrc.gui.BspSourceFrame$4.run(BspSourceFrame.java:282)
Could someone just do it for me and upload the vmf?

Quote from ChickenMobile on May 28, 2012, 9:53 amHere you go man.
sp_a2_bts3.vmf
Here you go man.
Quote from Brainstone on May 28, 2012, 11:45 amThank you very much.
Thank you very much.
Quote from Brainstone on June 1, 2012, 6:38 amIf anyone is interested: I found the solution to my problem.
The mistake from me was that I have organized many portal 2 things in Windows 7 libraries, what is normally very useful. But it turned out BSP can't read the path when I give it to him.
It works if I just go the full file path from programs(x86)/steam/steamApps... etc.
If anyone is interested: I found the solution to my problem.
The mistake from me was that I have organized many portal 2 things in Windows 7 libraries, what is normally very useful. But it turned out BSP can't read the path when I give it to him.
It works if I just go the full file path from programs(x86)/steam/steamApps... etc.
Quote from Robdon on June 1, 2012, 1:28 pmWhats the path that didnt work?
If we can figure out what is wrong, we can tell the guy who writes BSPSource, as he does actively fix bugs if you send them to him.
Whats the path that didnt work?
If we can figure out what is wrong, we can tell the guy who writes BSPSource, as he does actively fix bugs if you send them to him.
Quote from Brainstone on June 1, 2012, 3:40 pmI was able to load the map from libraries/portal2maps, which is a shortcut for C:/programs(x86)/steam/steamapps/common/portal2/portal2/maps.
I wanted to decompile it to the same folder, but it was not possible.
Following error:
- Code: Select all
[info] Loaded C:Program Files (x86)SteamSteamAppscommonportal 2portal2mapssp_a4_stop_the_box.bsp
[info] BSP version: 21
[info] Game: Portal 2
[error] BspSource: Can't write ::{031E4825-7B94-4DC3-B131-E946B44C8DD5}Portal2Maps.library-mssp_a4_stop_the_box_d.vmf: java.io.FileNotFoundException: ::{031E4825-7B94-4DC3-B131-E946B44C8DD5}Portal2Maps.library-mssp_a4_stop_the_box_d.vmf (system can't find told path)
[info] Processed 1 file(s) in 0,7910 secondsThat was with the newest version of BSPSource. The older one wouldn't even load the map.
I was able to load the map from libraries/portal2maps, which is a shortcut for C:/programs(x86)/steam/steamapps/common/portal2/portal2/maps.
I wanted to decompile it to the same folder, but it was not possible.
Following error:
- Code: Select all
[info] Loaded C:Program Files (x86)SteamSteamAppscommonportal 2portal2mapssp_a4_stop_the_box.bsp
[info] BSP version: 21
[info] Game: Portal 2
[error] BspSource: Can't write ::{031E4825-7B94-4DC3-B131-E946B44C8DD5}Portal2Maps.library-mssp_a4_stop_the_box_d.vmf: java.io.FileNotFoundException: ::{031E4825-7B94-4DC3-B131-E946B44C8DD5}Portal2Maps.library-mssp_a4_stop_the_box_d.vmf (system can't find told path)
[info] Processed 1 file(s) in 0,7910 seconds
That was with the newest version of BSPSource. The older one wouldn't even load the map.