HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

No Player Slots!!! WHaT DA HELL

04-26-2004, 01:54 AM#1
fugly
so i when i try to run my map no player slots pop up when i go to custom game any idea why this is?
04-26-2004, 02:43 AM#2
Shadow_Strike
because its bugged, something went wrong, cuz if you test ur map from world edit itll crash... its something im not sure, try askin some veteran members
04-26-2004, 03:12 AM#3
Narwanza
Hahahaha... Not really. I hate it when my maps get corrupted. I haven't really found any way to fix this other than to copy everything to another map. If someone has troubleshooted this problem b4 and came out with an answer (I haven't), then feel welcome to rebuke my primitiveness.
04-26-2004, 04:11 AM#4
The Gearhead
Try switching slots between computer and player, back and forth... It's possible?
04-26-2004, 06:20 AM#5
AIAndy
If no player slots appear, then that means that there is a syntax error in the script. Either in the map script or in an imported Blizzard.j . You can try to extract war3map.j from the map with WinMPQ and check it with PJass (http://amai.wc3campaigns.com/pjass.zip )
04-27-2004, 10:04 PM#6
fugly
I get a Virtual machine, can;t find main class eor when i try to run that, and i got the version of java that it linked me to, do you have any other checkers?
04-27-2004, 10:20 PM#7
AIAndy
PJass is a native Windows program written in C. Try that one. It does not need Java.
04-28-2004, 12:25 AM#8
fugly
ummm how does it work? lol it just brings up an empty ms-dos command window
04-28-2004, 06:15 AM#9
AIAndy
It is a console program. You use it with
pjass common.j blizzard.j my_script.j

Of course common.j and blizzard.j should be in that directory.