WITP Staff (Full Version)

All Forums >> [New Releases from Matrix Games] >> War in the Pacific: Admiral's Edition



Message


P.Hausser -> WITP Staff (9/4/2009 6:19:05 PM)

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 ?





Icedawg -> RE: WITP Staff (9/4/2009 6:58:42 PM)

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.




P.Hausser -> RE: WITP Staff (9/4/2009 7:11:54 PM)

http://www.matrixgames.com/forums/tm.asp?m=2182987&mpage=5




Woos -> RE: WITP Staff (9/4/2009 8:34:33 PM)

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.




CEDeaton -> RE: WITP Staff (9/4/2009 9:36:58 PM)

Testy!




herwin -> RE: WITP Staff (9/4/2009 9:40:23 PM)


quote:

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.




herwin -> RE: WITP Staff (9/4/2009 9:43:48 PM)


quote:

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...):

quote:


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?




P.Hausser -> RE: WITP Staff (9/4/2009 9:46:38 PM)

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 -> RE: WITP Staff (9/4/2009 11:08:29 PM)

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




P.Hausser -> RE: WITP Staff (9/4/2009 11:35:12 PM)

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




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
1.671005