WITP Staff

This new stand alone release based on the legendary War in the Pacific from 2 by 3 Games adds significant improvements and changes to enhance game play, improve realism, and increase historical accuracy. With dozens of new features, new art, and engine improvements, War in the Pacific: Admiral's Edition brings you the most realistic and immersive WWII Pacific Theater wargame ever!

Moderators: wdolson, MOD_War-in-the-Pacific-Admirals-Edition

Post Reply
User avatar
P.Hausser
Posts: 416
Joined: Sun Aug 16, 2009 8:24 am

WITP Staff

Post by P.Hausser »

Hello, I posted in WITPSTAFF Thread but has not recived any replays, so that is the reason to why I now try here in this forum..




I Initialize the DB ect correct, then I restarted the program, when I get into program agian I load file 2, but the program then closes itself ??
I have Vista64, and start the progrem from the 'jar.

Anyone who can help ?

User avatar
Icedawg
Posts: 1613
Joined: Fri Jan 27, 2006 8:55 pm
Location: Upstate New York

RE: WITP Staff

Post by Icedawg »

Where is this WITPSTAFF thread you speak of? I was just about to post my own question related to WITPSTAFF, but I saw this and took a read.
User avatar
P.Hausser
Posts: 416
Joined: Sun Aug 16, 2009 8:24 am

RE: WITP Staff

Post by P.Hausser »

Woos
Posts: 277
Joined: Sun Jun 05, 2005 5:12 pm
Location: Germany

RE: WITP Staff

Post by Woos »

P,

I am not sitting at my computer the whole day waiting for bug reports from you to answer. I have a job to do.
Furthermore you seemingly did not read the first post of the WitpStaff thread (less and less people seem to do) as that would have told you that this
> I Initialize the DB ect correct, then I restarted the program,
> when I get into program agian I load file 2, but the program then closes itself ??
is not a useful bug report. I need the final lines of your WitpStaff.log file
Finally if you had read around in the WitpStaff thread a bit, you might have noticed that possibly Chad Harrison has reported a similar problem than you (unclear due to the lacking log file) and two possible solutions for that were proposed.
User avatar
CEDeaton
Posts: 128
Joined: Wed Apr 16, 2003 9:55 am
Location: Plano, TX
Contact:

RE: WITP Staff

Post by CEDeaton »

Testy!
Semper Fi,
Craig

It's always pilot error. Sometimes the idiot just doesn't know how to fly a broken aircraft.
herwin
Posts: 6047
Joined: Thu May 27, 2004 9:20 pm
Location: Sunderland, UK
Contact:

RE: WITP Staff

Post by herwin »

ORIGINAL: P.Hausser

Hello, I posted in WITPSTAFF Thread but has not recived any replays, so that is the reason to why I now try here in this forum..




I Initialize the DB ect correct, then I restarted the program, when I get into program agian I load file 2, but the program then closes itself ??
I have Vista64, and start the progrem from the 'jar.

Anyone who can help ?


Look at the contents of witpstaff.log.
Harry Erwin
"For a number to make sense in the game, someone has to calibrate it and program code. There are too many significant numbers that behave non-linearly to expect that. It's just a game. Enjoy it." herwin@btinternet.com
herwin
Posts: 6047
Joined: Thu May 27, 2004 9:20 pm
Location: Sunderland, UK
Contact:

RE: WITP Staff

Post by herwin »

ORIGINAL: Woos

P,

I am not sitting at my computer the whole day waiting for bug reports from you to answer. I have a job to do.
Furthermore you seemingly did not read the first post of the WitpStaff thread (less and less people seem to do) as that would have told you that this
> I Initialize the DB ect correct, then I restarted the program,
> when I get into program agian I load file 2, but the program then closes itself ??
is not a useful bug report. I need the final lines of your WitpStaff.log file
Finally if you had read around in the WitpStaff thread a bit, you might have noticed that possibly Chad Harrison has reported a similar problem than you (unclear due to the lacking log file) and two possible solutions for that were proposed.

Woos, there are a bunch of us reporting this bug. See the following (ignore the complaints about the database not being closed...):
config.directory is db
You didn't correctly closed the DB last time. LeaderPrefs exists.
You didn't correctly closed the DB last time. ACFactors exists.
Now trying plugin UPGTestPlugin
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Matrix Games\War in the Pacific Admiral's Edition\tools\witpstaff\pwsdll.dll: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at de.retsiemuab.witpDecoder.ioreaders.NativeInputStream.<clinit>(Unknown Source)
at de.retsiemuab.witpDecoder.ioreaders.o.<init>(Unknown Source)
at de.retsiemuab.witpDecoder.c.a(Unknown Source)
at de.retsiemuab.witpDecoder.c.<init>(Unknown Source)
at de.retsiemuab.witpDecoder.gui.aV.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
at de.retsiemuab.witpDecoder.gui.bt.a(Unknown Source)
at de.retsiemuab.witpDecoder.gui.X.widgetSelected(Unknown Source)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at de.retsiemuab.witpDecoder.gui.aR.a(Unknown Source)
at de.retsiemuab.witpDecoder.Main.a(Unknown Source)
at de.retsiemuab.witpDecoder.Main.main(Unknown Source)

Does that help?
Harry Erwin
"For a number to make sense in the game, someone has to calibrate it and program code. There are too many significant numbers that behave non-linearly to expect that. It's just a game. Enjoy it." herwin@btinternet.com
User avatar
P.Hausser
Posts: 416
Joined: Sun Aug 16, 2009 8:24 am

RE: WITP Staff

Post by P.Hausser »

This is what I have :





/*C2*/SET SCHEMA PUBLIC
CONNECT USER SA
SET CHECKPOINT DEFRAG 10
SET AUTOCOMMIT FALSE
SET TABLE "LeaderPrefs" SOURCE "leader-prefs.csv;ignore_first=true"
\u000aSET TABLE "LeaderPrefs" READONLY TRUE
SET TABLE "ACFactors" SOURCE "acfactors.csv;ignore_first=true"
\u000aSET TABLE "ACFactors" READONLY TRUE
SET AUTOCOMMIT TRUE
DISCONNECT




config.directory is db
Now trying plugin UPGTestPlugin
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Matrix Games\War in the Pacific Admiral's Edition\tools\witpstaff\pwsdll.dll: The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at de.retsiemuab.witpDecoder.ioreaders.NativeInputStream.<clinit>(Unknown Source)
at de.retsiemuab.witpDecoder.ioreaders.o.<init>(Unknown Source)
at de.retsiemuab.witpDecoder.c.a(Unknown Source)
at de.retsiemuab.witpDecoder.c.<init>(Unknown Source)
at de.retsiemuab.witpDecoder.gui.aV.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
at de.retsiemuab.witpDecoder.gui.bt.a(Unknown Source)
at de.retsiemuab.witpDecoder.gui.X.widgetSelected(Unknown Source)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at de.retsiemuab.witpDecoder.gui.aR.a(Unknown Source)
at de.retsiemuab.witpDecoder.Main.a(Unknown Source)
at de.retsiemuab.witpDecoder.Main.main(Unknown Source)
floydg
Posts: 2060
Joined: Sat Jun 26, 2004 10:08 pm
Location: Middletown, NJ

RE: WITP Staff

Post by floydg »

That side-by-side error is probably due to the Microsoft Visual C++ SP1 update.
Go here and download what you need (probably vcredist_x86.exe).

Floyd
Delete the trackerdb.* files.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
User avatar
P.Hausser
Posts: 416
Joined: Sun Aug 16, 2009 8:24 am

RE: WITP Staff

Post by P.Hausser »

It's installed, and now also re-installed but did not fix it...
Post Reply

Return to “War in the Pacific: Admiral's Edition”