WITP editor x

Please post here for questions and discussion about scenario design and the game editor for WITP.

Moderators: wdolson, Don Bowen, mogami

User avatar
BigJ62
Posts: 1132
Joined: Sat Dec 28, 2002 9:53 am
Location: Alpharetta, Georgia
Contact:

RE: WITP editor x

Post by BigJ62 »

ORIGINAL: Monter_Trismegistos

Would it be possible that program had an option to check every location, ship and airgroup and cound how many each leader is used? It would be a nice tool to find free leaders. Also now when somebody mentioned, it would be a good idea to put results to txt file.


I've already got this in my lastest version, not uploaded as yet. The list will be generated from the "Leaders" view under Tools->Validate Leaders. It list all excluded, unassigned and multi assigned leaders by nationality, id, name and type. The report will be saved in the editors directory under the name
"LeaderErrors_[scenario id].txt" or "LeaderEmptySlots_[scenario id].txt".

My error it's already in v0.9.6.5 on my web site. This routine takes a long time to complete.
Witp-AE
AeAi…AeAi …AeAi…Long live AeAi.
User avatar
VSWG
Posts: 3217
Joined: Wed May 31, 2006 5:04 pm
Location: Germany

RE: WITP editor x

Post by VSWG »

I hope you're getting payed for this...

[;)]
Image
User avatar
BigJ62
Posts: 1132
Joined: Sat Dec 28, 2002 9:53 am
Location: Alpharetta, Georgia
Contact:

RE: WITP editor x

Post by BigJ62 »

ORIGINAL: VSWG

I hope you're getting payed for this...

[;)]


I wished. [:)]
Witp-AE
AeAi…AeAi …AeAi…Long live AeAi.
User avatar
Bliztk
Posts: 777
Joined: Wed Apr 24, 2002 10:37 am
Location: Electronic City

RE: WITP editor x

Post by Bliztk »

Found a bug. If I change/add a sinking date for a ship, it automatically set the delay to that sinking date, thus invaliding the data....

Thanks for your awesome tool, BTW [&o][&o]
Image
User avatar
BigJ62
Posts: 1132
Joined: Sat Dec 28, 2002 9:53 am
Location: Alpharetta, Georgia
Contact:

RE: WITP editor x

Post by BigJ62 »

Yep, guess what function the sunk edit field is calling?

Thanks
Witp-AE
AeAi…AeAi …AeAi…Long live AeAi.
User avatar
BigJ62
Posts: 1132
Joined: Sat Dec 28, 2002 9:53 am
Location: Alpharetta, Georgia
Contact:

RE: WITP editor x

Post by BigJ62 »

ORIGINAL: Bliztk

Found a bug. If I change/add a sinking date for a ship, it automatically set the delay to that sinking date, thus invaliding the data....

Thanks for your awesome tool, BTW [&o][&o]

Ok, fixed and uploaded plus a couple more fixes.

Later
Witp-AE
AeAi…AeAi …AeAi…Long live AeAi.
User avatar
Reg
Posts: 2790
Joined: Fri May 26, 2000 8:00 am
Location: NSW, Australia

WITP editor x and Win98

Post by Reg »

From: http://bellsouthpwp.net/j/a/jamesa62/witp_editor.html
  • Untested on Windows 98 or Windows ME, should work though.

Not good news on this front I'm afraid.

The program loads fine but when loading a scenario, I get 4 or 5 "Failed to open empty document" errors. The initial data window (View Devices) does open but the display area (with scroll bars which work) don't line up with the window borders. The Windows Start button menus are sometimes also blanked and Windows explorer is a bit flaky when this program is running. I looks like the Windows system functions are affected.

The following tabs work properly (within displayed area):
View Devices, View ship Classes, View Ships, View Aircraft, View Pilots. The bitmap pictures display OK.

Selecting the following tabs causes program to crash with Illegal Operation error:
View Air groups, View Scenario, View Groups (mostly), View Locations, View Leaders, View Pwhex.

I tried using another gdiplus.dll file from my .NET V1.1 directory but this made no difference. Stock and CHS scenarios were tried.

The same program (0.9.6.8) ran just fine under XP so I don't think the problem in your programming but in the operating system interface dll. Looks like this might be XP/2000 application only.


Image
Attachments
EditorX_Win98.gif
EditorX_Win98.gif (35.75 KiB) Viewed 457 times
Cheers,
Reg.

(One day I will learn to spell - or check before posting....)
Uh oh, Firefox has a spell checker!! What excuse can I use now!!!
User avatar
BigJ62
Posts: 1132
Joined: Sat Dec 28, 2002 9:53 am
Location: Alpharetta, Georgia
Contact:

RE: WITP editor x and Win98

Post by BigJ62 »

ORIGINAL: Reg
From: http://bellsouthpwp.net/j/a/jamesa62/witp_editor.html
  • Untested on Windows 98 or Windows ME, should work though.

Not good news on this front I'm afraid.

The program loads fine but when loading a scenario, I get 4 or 5 "Failed to open empty document" errors. The initial data window (View Devices) does open but the display area (with scroll bars which work) don't line up with the window borders. The Windows Start button menus are sometimes also blanked and Windows explorer is a bit flaky when this program is running. I looks like the Windows system functions are affected.

The following tabs work properly (within displayed area):
View Devices, View ship Classes, View Ships, View Aircraft, View Pilots. The bitmap pictures display OK.

Selecting the following tabs causes program to crash with Illegal Operation error:
View Air groups, View Scenario, View Groups (mostly), View Locations, View Leaders, View Pwhex.

I tried using another gdiplus.dll file from my .NET V1.1 directory but this made no difference. Stock and CHS scenarios were tried.

The same program (0.9.6.8) ran just fine under XP so I don't think the problem in your programming but in the operating system interface dll. Looks like this might be XP/2000 application only.

Ok, I just finished testing under Windows ME using Virtual PC 2004 sp1 and the program ran fine-no errors, except for the list view control in airgroups view(I'm testing a new way of updating the control). One major downside to Virtual PC is that it emulates really crappy hardware.

Under which OS did you test Editor X? How did you install said OS(single, multi boot or virtual)? Have you installed all the critical updates for this OS?

For what it's worth I'm not calling any OS functions specific to either XP or ME, the majority of my code is generic C++ using the C++ Standard Library.

Thanks,
Witp-AE
AeAi…AeAi …AeAi…Long live AeAi.
User avatar
Reg
Posts: 2790
Joined: Fri May 26, 2000 8:00 am
Location: NSW, Australia

RE: WITP editor x and Win98

Post by Reg »

ORIGINAL: BigJ62

Ok, I just finished testing under Windows ME using Virtual PC 2004 sp1 and the program ran fine-no errors, except for the list view control in airgroups view(I'm testing a new way of updating the control). One major downside to Virtual PC is that it emulates really crappy hardware.

Under which OS did you test Editor X? How did you install said OS(single, multi boot or virtual)? Have you installed all the critical updates for this OS?

For what it's worth I'm not calling any OS functions specific to either XP or ME, the majority of my code is generic C++ using the C++ Standard Library.

Thanks,

Tested on Win98 SE (sorry, I should have said that), all updates installed before they stopped supporting it. I have a Red Hat Linux installation with a Grub boot manager but I don't think that is the issue.

I am sticking with Win98 as I don't think my hardware is up to XP. Unfortunately I have found that though everyone says their software is backwards compatible with older OS, they are getting further and further away and they really don't care much as this isn't exactly a growing market (I'm talking about system libraries/drivers here and a certain company that writes them). If your C++ package is an XP package (which Visual Studio .NET 2003 is) then I feel this may be a genuine possibility. If you are using an emulator to test older OS, you can't guarantee you are not using an underlying XP library routine somewhere.

I had a similar problem with nividia drivers for my video card. The latest drivers (which everyone tells you to upgrade to) supports the latest hardware very well but introduces subtle problems for the older cards. If you look in the support forums for UV from a couple of years ago, you will see issues with game icons not being displayed correctly. Fixed for me by reverting drivers which must have been interferring with DirectX.

If you can get Editor X to run properly on ME, that would be great as the post above wasn't meant as a complaint but some test data for your information. Personally I can use the kid's XP machine across a network connection but I'm sure someone out there will appreciate you efforts.

Thankyou for you efforts in making this a top program.

Cheers,
Reg.

(One day I will learn to spell - or check before posting....)
Uh oh, Firefox has a spell checker!! What excuse can I use now!!!
User avatar
Sardaukar
Posts: 12326
Joined: Wed Nov 28, 2001 10:00 am
Location: Finland/Israel

RE: WITP editor x and Win98

Post by Sardaukar »

Hmm...runnin also on Win98SE and having no problems....[8D]  
"To meaningless French Idealism, Liberty, Fraternity and Equality...we answer with German Realism, Infantry, Cavalry and Artillery" -Prince von Bülov, 1870-

Image
User avatar
Reg
Posts: 2790
Joined: Fri May 26, 2000 8:00 am
Location: NSW, Australia

RE: WITP editor x and Win98

Post by Reg »

Hmm...runnin also on Win98SE and having no problems....

Bugger. I was hoping someone wasn't going to say that.......

(but good news to other users!!)
Cheers,
Reg.

(One day I will learn to spell - or check before posting....)
Uh oh, Firefox has a spell checker!! What excuse can I use now!!!
jcjordan
Posts: 1900
Joined: Wed Jun 27, 2001 8:00 am

RE: WITP editor x

Post by jcjordan »

Downloaded this program & have been using it exclusively for editing over the Matrix versions & find it's format much easier to show all the data as well as find any errors using the validate feature or whether the wrong art is being used, pwhex errors etc. Excellent job in designing it [:D]
User avatar
BigJ62
Posts: 1132
Joined: Sat Dec 28, 2002 9:53 am
Location: Alpharetta, Georgia
Contact:

RE: WITP editor x

Post by BigJ62 »

ORIGINAL: jcjordan

Downloaded this program & have been using it exclusively for editing over the Matrix versions & find it's format much easier to show all the data as well as find any errors using the validate feature or whether the wrong art is being used, pwhex errors etc. Excellent job in designing it [:D]

Thanks, can't take credit for all the features some were user requested. Right now I'm working on a much improved version so, stay tuned.
Witp-AE
AeAi…AeAi …AeAi…Long live AeAi.
User avatar
Mifune
Posts: 794
Joined: Thu Apr 28, 2005 7:41 am
Location: Florida

RE: WITP editor x

Post by Mifune »

I just tried to update to 0.9.6.9 and I had an error (program wont open). I went back to 0.9.6.8 with no issue.
Perennial Remedial Student of the Mike Solli School of Economics. One day I might graduate.
User avatar
BigJ62
Posts: 1132
Joined: Sat Dec 28, 2002 9:53 am
Location: Alpharetta, Georgia
Contact:

RE: WITP editor x

Post by BigJ62 »

ORIGINAL: Mifune

I just tried to update to 0.9.6.9 and I had an error (program wont open). I went back to 0.9.6.8 with no issue.

Did you try re-downloading?

What is the exact error message, not sure I have ever seen (program wont open)?

What OS are you using?

Thanks...
Witp-AE
AeAi…AeAi …AeAi…Long live AeAi.
User avatar
R8J
Posts: 238
Joined: Thu Oct 12, 2006 12:29 pm
Location: Shelby County, Tennessee

RE: WITP editor x

Post by R8J »

I have a problem with the new version. I do not recall what the eror was (I'm at work).
Speak softly and carry a big stick; you will go far.

Who Dares Wins.

You smell like dead bunnies.
User avatar
BigJ62
Posts: 1132
Joined: Sat Dec 28, 2002 9:53 am
Location: Alpharetta, Georgia
Contact:

RE: WITP editor x

Post by BigJ62 »

ORIGINAL: R8J

I have a problem with the new version. I do not recall what the eror was (I'm at work).

What OS are you using?
Witp-AE
AeAi…AeAi …AeAi…Long live AeAi.
User avatar
BigJ62
Posts: 1132
Joined: Sat Dec 28, 2002 9:53 am
Location: Alpharetta, Georgia
Contact:

RE: WITP editor x

Post by BigJ62 »

Ok, I put up a new version for those who are having problems, hopefully it will give more information as to what the problem is.

Thanks...
Witp-AE
AeAi…AeAi …AeAi…Long live AeAi.
User avatar
VSWG
Posts: 3217
Joined: Wed May 31, 2006 5:04 pm
Location: Germany

RE: WITP editor x

Post by VSWG »

ORIGINAL: R8J

I have a problem with the new version. I do not recall what the eror was (I'm at work).
No offense, R8J, but that is probably the worst bug report in the history of software programming. [;)]
Image
User avatar
Mifune
Posts: 794
Joined: Thu Apr 28, 2005 7:41 am
Location: Florida

RE: WITP editor x

Post by Mifune »

I run XP and this is the first time I had an error report generated by EditorX. I did retry and downloaded 0.9.6.9a, but I still have an issue. I have no problem with 0.9.6.8. I PM'd you the error report that XP generated.
Perennial Remedial Student of the Mike Solli School of Economics. One day I might graduate.
Post Reply

Return to “Scenario Design”