Jump to content

Recommended Posts

Posted

ErrorLog read as following

 

Running BoS

PWCG Error
Sat May 22 21:23:05 ICT 2021
java.io.FileNotFoundException: C:\Program Files (x86)\Steam\steamapps\common\IL-2 Sturmovik Battle of Stalingrad\PWCGBoS\User\Config\PlanesOwned.config (The system cannot find the file specified)
    at java.io.FileInputStream.open0(Native Method)
    at java.io.FileInputStream.open(Unknown Source)
    at java.io.FileInputStream.<init>(Unknown Source)
    at java.io.FileReader.<init>(Unknown Source)
    at pwcg.campaign.utils.PlanesOwnedManager.read(PlanesOwnedManager.java:69)
    at pwcg.campaign.utils.PlanesOwnedManager.getInstance(PlanesOwnedManager.java:31)
    at pwcg.gui.maingui.PwcgMainScreen.setButtonsEnabled(PwcgMainScreen.java:155)
    at pwcg.gui.maingui.PwcgMainScreen.makeGUI(PwcgMainScreen.java:145)
    at pwcg.gui.maingui.PwcgMainScreen.makePanels(PwcgMainScreen.java:81)
    at pwcg.gui.maingui.PwcgMain.startPWCG(PwcgMain.java:44)
    at pwcg.gui.maingui.PwcgMain.main(PwcgMain.java:23)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:61)


PWCG Error
Sat May 22 21:23:48 ICT 2021
java.lang.NullPointerException
    at java.util.TreeMap.getEntry(Unknown Source)
    at java.util.TreeMap.containsKey(Unknown Source)
    at pwcg.campaign.group.AirfieldManager.getAirfieldNoClone(AirfieldManager.java:96)
    at pwcg.campaign.group.AirfieldManager.getAirfield(AirfieldManager.java:82)
    at pwcg.campaign.context.MapForAirfieldFinder.getMapForAirfield(MapForAirfieldFinder.java:20)
    at pwcg.campaign.context.MapFinderForCampaign.findMapForCampaign(MapFinderForCampaign.java:22)
    at pwcg.campaign.Campaign.getCampaignMap(Campaign.java:410)
    at pwcg.campaign.context.PWCGContextBase.setMapForCampaign(PWCGContextBase.java:84)
    at pwcg.campaign.context.PWCGContextBase.setCampaign(PWCGContextBase.java:77)
    at pwcg.gui.maingui.campaigngenerate.CampaignGeneratorScreen.buildNewCampaign(CampaignGeneratorScreen.java:187)
    at pwcg.gui.maingui.campaigngenerate.CampaignGeneratorScreen.actionPerformed(CampaignGeneratorScreen.java:161)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$500(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
 

Had Java reinstall to new vertion already . Need an advice . misson log already set to 1 

Reinstall PWCG fresh2 times without suscess . 

 

Running BoS

PWCG Error
Sat May 22 21:32:23 ICT 2021
java.io.FileNotFoundException: C:\Program Files (x86)\Steam\steamapps\common\IL-2 Sturmovik Battle of Stalingrad\data\PWCGBoS\User\Config\PlanesOwned.config (The system cannot find the file specified)
    at java.io.FileInputStream.open0(Native Method)
    at java.io.FileInputStream.open(Unknown Source)
    at java.io.FileInputStream.<init>(Unknown Source)
    at java.io.FileReader.<init>(Unknown Source)
    at pwcg.campaign.utils.PlanesOwnedManager.read(PlanesOwnedManager.java:69)
    at pwcg.campaign.utils.PlanesOwnedManager.getInstance(PlanesOwnedManager.java:31)
    at pwcg.gui.maingui.PwcgMainScreen.setButtonsEnabled(PwcgMainScreen.java:155)
    at pwcg.gui.maingui.PwcgMainScreen.makeGUI(PwcgMainScreen.java:145)
    at pwcg.gui.maingui.PwcgMainScreen.makePanels(PwcgMainScreen.java:81)
    at pwcg.gui.maingui.PwcgMain.startPWCG(PwcgMain.java:44)
    at pwcg.gui.maingui.PwcgMain.main(PwcgMain.java:23)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:61)
Running BoS

PWCG Error
Sat May 22 21:32:57 ICT 2021
java.io.FileNotFoundException: C:\Program Files (x86)\Steam\steamapps\common\IL-2 Sturmovik Battle of Stalingrad\data\User\Config\PlanesOwned.config (The system cannot find the file specified)
    at java.io.FileInputStream.open0(Native Method)
    at java.io.FileInputStream.open(Unknown Source)
    at java.io.FileInputStream.<init>(Unknown Source)
    at java.io.FileReader.<init>(Unknown Source)
    at pwcg.campaign.utils.PlanesOwnedManager.read(PlanesOwnedManager.java:69)
    at pwcg.campaign.utils.PlanesOwnedManager.getInstance(PlanesOwnedManager.java:31)
    at pwcg.gui.maingui.PwcgMainScreen.setButtonsEnabled(PwcgMainScreen.java:155)
    at pwcg.gui.maingui.PwcgMainScreen.makeGUI(PwcgMainScreen.java:145)
    at pwcg.gui.maingui.PwcgMainScreen.makePanels(PwcgMainScreen.java:81)
    at pwcg.gui.maingui.PwcgMain.startPWCG(PwcgMain.java:44)
    at pwcg.gui.maingui.PwcgMain.main(PwcgMain.java:23)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:61)


PWCG Error
Sat May 22 21:33:39 ICT 2021
java.lang.NullPointerException
    at java.util.TreeMap.getEntry(Unknown Source)
    at java.util.TreeMap.containsKey(Unknown Source)
    at pwcg.campaign.group.AirfieldManager.getAirfieldNoClone(AirfieldManager.java:96)
    at pwcg.campaign.group.AirfieldManager.getAirfield(AirfieldManager.java:82)
    at pwcg.campaign.context.MapForAirfieldFinder.getMapForAirfield(MapForAirfieldFinder.java:20)
    at pwcg.campaign.context.MapFinderForCampaign.findMapForCampaign(MapFinderForCampaign.java:22)
    at pwcg.campaign.Campaign.getCampaignMap(Campaign.java:410)
    at pwcg.campaign.context.PWCGContextBase.setMapForCampaign(PWCGContextBase.java:84)
    at pwcg.campaign.context.PWCGContextBase.setCampaign(PWCGContextBase.java:77)
    at pwcg.gui.maingui.campaigngenerate.CampaignGeneratorScreen.buildNewCampaign(CampaignGeneratorScreen.java:187)
    at pwcg.gui.maingui.campaigngenerate.CampaignGeneratorScreen.actionPerformed(CampaignGeneratorScreen.java:161)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$500(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
Running BoS

PWCG Error
Sat May 22 21:36:30 ICT 2021
java.lang.NullPointerException
    at java.util.TreeMap.getEntry(Unknown Source)
    at java.util.TreeMap.containsKey(Unknown Source)
    at pwcg.campaign.group.AirfieldManager.getAirfieldNoClone(AirfieldManager.java:96)
    at pwcg.campaign.group.AirfieldManager.getAirfield(AirfieldManager.java:82)
    at pwcg.campaign.context.MapForAirfieldFinder.getMapForAirfield(MapForAirfieldFinder.java:20)
    at pwcg.campaign.context.MapFinderForCampaign.findMapForCampaign(MapFinderForCampaign.java:22)
    at pwcg.campaign.Campaign.getCampaignMap(Campaign.java:410)
    at pwcg.campaign.context.PWCGContextBase.setMapForCampaign(PWCGContextBase.java:84)
    at pwcg.campaign.context.PWCGContextBase.setCampaign(PWCGContextBase.java:77)
    at pwcg.gui.maingui.campaigngenerate.CampaignGeneratorScreen.buildNewCampaign(CampaignGeneratorScreen.java:187)
    at pwcg.gui.maingui.campaigngenerate.CampaignGeneratorScreen.actionPerformed(CampaignGeneratorScreen.java:161)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$500(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
 

Don't know what went wrong. Please advice . Thank you.

PatrickAWlson
Posted

First:

java.io.FileNotFoundException: C:\Program Files (x86)\Steam\steamapps\common\IL-2 Sturmovik Battle of Stalingrad\data\User\Config\PlanesOwned.config (The system cannot find the file specified)

 

Ignore this.  All it means is that you have not specified planes owned. It should not be an error and I just changed it to a debug log so it is not recorded as an error anymore.

 

Now for the real problem:

java.lang.NullPointerException
    at java.util.TreeMap.getEntry(Unknown Source)
    at java.util.TreeMap.containsKey(Unknown Source)
    at pwcg.campaign.group.AirfieldManager.getAirfieldNoClone(AirfieldManager.java:96)
    at pwcg.campaign.group.AirfieldManager.getAirfield(AirfieldManager.java:82)
    at pwcg.campaign.context.MapForAirfieldFinder.getMapForAirfield(MapForAirfieldFinder.java:20)
    at pwcg.campaign.context.MapFinderForCampaign.findMapForCampaign(MapFinderForCampaign.java:22)
    at pwcg.campaign.Campaign.getCampaignMap(Campaign.java:410)
    at pwcg.campaign.context.PWCGContextBase.setMapForCampaign(PWCGContextBase.java:84)
    at pwcg.campaign.context.PWCGContextBase.setCampaign(PWCGContextBase.java:77)
    at pwcg.gui.maingui.campaigngenerate.CampaignGeneratorScreen.buildNewCampaign(CampaignGeneratorScreen.java:187)

 

Based on what I see it looks like the program is starting, because this error indicates that you are in the campaign screen.  However, it is failing to create a campaign.  

Option 1:

Tell me which squadron and which date you are trying to create a campaign for.  It could be a bad airfield assignment since the error says PWCG can't find the airfield.

Try to create a campaign with a different unit.  That would confirm that the issue is limited to squadron/date.

 

Option 2:

If this is happening for every squadron/date combination then something is wrong with the install.  Download the latest PWCG, completely erase your install, and reinstall.

Posted

Thank you for quick answer . 

 

Now I had a few question.

 

I had Java 8 latest version . Should I need Java 11 instead?

 

I own only BOS and BOM is this the reason why program cannot find all airfield or planes? I try select map only Moscow and few plane I knew I own it but still cannot created game . Should I creat new file and name it " PWCGCampaign " and put the game file in to this folder or the program won't recognized it?  Should I install the file in to the " DATA" file? Please give me some more advice .

 

PWCG Error
Sat May 22 23:40:53 ICT 2021
java.lang.NullPointerException
    at java.util.TreeMap.getEntry(Unknown Source)
    at java.util.TreeMap.containsKey(Unknown Source)
    at pwcg.campaign.group.AirfieldManager.getAirfieldNoClone(AirfieldManager.java:96)
    at pwcg.campaign.group.AirfieldManager.getAirfield(AirfieldManager.java:82)
    at pwcg.campaign.context.MapForAirfieldFinder.getMapForAirfield(MapForAirfieldFinder.java:20)
    at pwcg.campaign.context.MapFinderForCampaign.findMapForCampaign(MapFinderForCampaign.java:22)
    at pwcg.campaign.Campaign.getCampaignMap(Campaign.java:410)
    at pwcg.campaign.context.PWCGContextBase.setMapForCampaign(PWCGContextBase.java:84)
    at pwcg.campaign.context.PWCGContextBase.setCampaign(PWCGContextBase.java:77)
    at pwcg.gui.maingui.campaigngenerate.CampaignGeneratorScreen.buildNewCampaign(CampaignGeneratorScreen.java:187)
    at pwcg.gui.maingui.campaigngenerate.CampaignGeneratorScreen.actionPerformed(CampaignGeneratorScreen.java:161)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$500(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)

 

The latest Error Log 
 

PatrickAWlson
Posted

PWCG should work as soon as it is unzipped. Do not try any manipulation of the directories.  

It required 64 bit Java - minimum version 8.  You should be fine since you ado seem to be running the program.

 

Owning a module actually has nothing to do with creating a campaign.  PWCG will create a campaign for a module that you do not own.  The game will not let you fly but that is a different problem (solved by buying the module).

 

I would recommend deleting PWCG and installing again.  To install PWCG unzip it into the game directory.  In your case you should have:

C:\Program Files (x86)\Steam\steamapps\common\IL-2 Sturmovik Battle of Stalingrad\PWCGBoS

 

PWCG must go into the game's main directory.  Please try installing again and then post the install directory.

 

Posted

Hello

Thank you for fast reply.

This is my installation order.

 

C:\Program Files (x86)\Steam\steamapps\common\IL-2 Sturmovik Battle of Stalingrad\PWCGBoS 12.2.2

 

Try delete the old one and install the new one . 

 

Still cannot finish the creating campaign 

 

Error Log as following 

 

Running BoS

PWCG Error
Sun May 23 14:05:22 ICT 2021
java.io.FileNotFoundException: C:\Program Files (x86)\Steam\steamapps\common\IL-2 Sturmovik Battle of Stalingrad\PWCGBoS\User\Config\PlanesOwned.config (The system cannot find the file specified)
    at java.io.FileInputStream.open0(Native Method)
    at java.io.FileInputStream.open(Unknown Source)
    at java.io.FileInputStream.<init>(Unknown Source)
    at java.io.FileReader.<init>(Unknown Source)
    at pwcg.campaign.utils.PlanesOwnedManager.read(PlanesOwnedManager.java:69)
    at pwcg.campaign.utils.PlanesOwnedManager.getInstance(PlanesOwnedManager.java:31)
    at pwcg.gui.maingui.PwcgMainScreen.setButtonsEnabled(PwcgMainScreen.java:155)
    at pwcg.gui.maingui.PwcgMainScreen.makeGUI(PwcgMainScreen.java:145)
    at pwcg.gui.maingui.PwcgMainScreen.makePanels(PwcgMainScreen.java:81)

 

 

What should I do?

 


    at pwcg.gui.maingui.PwcgMain.startPWCG(PwcgMain.java:44)
    at pwcg.gui.maingui.PwcgMain.main(PwcgMain.java:23)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:61)


PWCG Error
Sun May 23 14:05:58 ICT 2021
java.lang.NullPointerException
    at java.util.TreeMap.getEntry(Unknown Source)
    at java.util.TreeMap.containsKey(Unknown Source)
    at pwcg.campaign.group.AirfieldManager.getAirfieldNoClone(AirfieldManager.java:96)
    at pwcg.campaign.group.AirfieldManager.getAirfield(AirfieldManager.java:82)
    at pwcg.campaign.context.MapForAirfieldFinder.getMapForAirfield(MapForAirfieldFinder.java:20)
    at pwcg.campaign.context.MapFinderForCampaign.findMapForCampaign(MapFinderForCampaign.java:22)
    at pwcg.campaign.Campaign.getCampaignMap(Campaign.java:410)
    at pwcg.campaign.context.PWCGContextBase.setMapForCampaign(PWCGContextBase.java:84)
    at pwcg.campaign.context.PWCGContextBase.setCampaign(PWCGContextBase.java:77)
    at pwcg.gui.maingui.campaigngenerate.CampaignGeneratorScreen.buildNewCampaign(CampaignGeneratorScreen.java:187)
    at pwcg.gui.maingui.campaigngenerate.CampaignGeneratorScreen.actionPerformed(CampaignGeneratorScreen.java:161)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$500(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
 

PatrickAWlson
Posted

This might be the problem:

C:\Program Files (x86)\Steam\steamapps\common\IL-2 Sturmovik Battle of Stalingrad\PWCGBoS 12.2.2

and if you go into that directory you will see

C:\Program Files (x86)\Steam\steamapps\common\IL-2 Sturmovik Battle of Stalingrad\PWCGBoS 12.2.2\PWCGBoS

 

Do not let the unzip process make a directory out of the zip file name.  What you should have is:

C:\Program Files (x86)\Steam\steamapps\common\IL-2 Sturmovik Battle of Stalingrad\PWCGBoS

 

You can simply cut the  PWCGBoS from PWCGBoS 12.2.2 and paste it into IL-2 Sturmovik Battle of Stalingrad

At this point PWCGBoS 12.2.2 will be an empty directory.  Delete it.

Posted

Hello All

Hope you are well. I just notice that I might using the Java 32bit version on Window 10 version 64bit . This can be the cause of the problem?

Posted (edited)
3 hours ago, TFSJunyo2 said:

This can be the cause of the problem?

 

Yes...

image.thumb.png.295aa478d1f13926c835b312d91a3319.png

 

See here for finding it:

 

 

Edited by Varibraun

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...