DIR Return Create A Forum - Home
---------------------------------------------------------
Wutang
HTML https://wutang.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Wutang Guides
*****************************************************
#Post#: 62--------------------------------------------------
'Play Wutang.bat' issue fixes. [Possible fix.]
By: Brick Date: December 25, 2013, 3:12 pm
---------------------------------------------------------
Assuming that I'm not the only one who had this issue, which I'm
likely not..Here's a quick and easy/basic fix to said issue.
[*]Right click the batch file and then click enter, which should
give you an option to open said file in multiple programs. Open
it using any program that allows you to see the batch language,
preferably Notepad.
[URL=
HTML http://s1224.photobucket.com/user/heatrn11/media/wutangstepone_zps51fe7de4.png.html][img<br
/>width=800
height=600]
HTML http://i1224.photobucket.com/albums/ee376/heatrn11/wutangstepone_zps51fe7de4.png[/img][/URL]
[*] Right after the former steps you should see something like
the image below.
[URL=
HTML http://s1224.photobucket.com/user/heatrn11/media/wutangsteptwo_zpsf04416d7.png.html][IMG]http://i1224.photobucket.com/albums/ee376/heatrn11/wutangsteptwo_zpsf04416d7.png[/img][/URL]
[*]Remove start javaw, this is where your jre directory is going
to be place. Most people have their Jre located in Program
files/Program Files (x86), but it could be in a different
location..But those are the defaults.
[*]Next place your current Jre directory where start javaw was
prior, be sure to put a space between the -cp. If you use the
defult directory then it would look like the snippet that
follows: "C:\Program Files\Java\[Your Jre]\bin\javaw.exe" or
"C:\Program Files\Java\[Your Jre](x86)\bin\javaw.exe"
[center][/center][font=arial black]Here is an example:[/font]
[URL=
HTML http://s1224.photobucket.com/user/heatrn11/media/Wutangstepthree_zps0315d638.png.html][IMG]http://i1224.photobucket.com/albums/ee376/heatrn11/Wutangstepthree_zps0315d638.png[/img][/URL]
[*]This picture shows the most up to date java version, which is
Jre7, and uses a non-x86 path. If you have yet to upgrade to
Jre7 and have the prior one then you'd simply just switch Jre7
to Jre6.
[center]Final results:[/center]
[URL=
HTML http://s1224.photobucket.com/user/heatrn11/media/Wutangstepfour_zps864b1013.png.html][IMG]http://i1224.photobucket.com/albums/ee376/heatrn11/Wutangstepfour_zps864b1013.png[/img][/URL]
================================================================
===
[*]Simply remove this tutorial if it's not needed, or unwanted
Wutang.[/B]
[*][B]Any questions, which would only be my fault because these
steps are just so so basic :D, please state in a response below.
==========
Well yup, there you go, hope this was of some help to anyone
with an issue with the 'Play Wutang.bat' file.
#Post#: 63--------------------------------------------------
Re: Play 'Wutang.bat' issue fixes. [Possible fix.]
By: Wutang Date: December 25, 2013, 4:48 pm
---------------------------------------------------------
Thanks for the guide Brick! Another possible easy fix is to
create a new txt file in the map Wutang #317 and put this in it:
[CODE]@echo off
Title Wutang #317
GOTO RUN
:RUN
:: You can set a custom JRE or JDK path....
:: SET javapath=C:\Program Files (x86)\Java\jre6\bin\java.exe
SET javapath=
IF NOT "%javapath%" == "" (
GOTO PATHDEFINED
) ELSE (
IF EXIST "C:\Program Files (x86)" (
ECHO Launching Wutang #317 on 64-Bit.
IF EXIST "C:\Program Files (x86)\Java" (
GOTO 64
) ELSE (
CLS
ECHO Java Run-time Enviroment could not be detected on your
computer!
ECHO.
ECHO Please download JRE and JDK at Java's website:
HTML http://www.java.com/
ECHO.
ECHO NOTE :: Since you are running a 64-bit operating system
you must download
ECHO the 32-bit Java Rune-time Enviroment in order to run the
Client!
ECHO.
GOTO END
)
) ELSE IF EXIST "C:\Program Files" (
ECHO Launching Wutang #317 on 32-Bit.
IF EXIST "C:\Program Files\Java" (
GOTO 32
) ELSE (
CLS
ECHO Java Run-time Enviroment could not be detected on your
machine!
ECHO.
ECHO Please download JRE and JDK at Java's website:
HTML http://www.java.com/
ECHO.
GOTO END
)
) ELSE (
ECHO Unable to launch Wutang #317 on your computer!
ECHO.
ECHO Please report or check for a fix on the forums.
ECHO.
ECHO www.wutang317.tk
ECHO.
GOTO END
)
)
:PATHDEFINED
ECHO Defined path detected!
ECHO Path: "%javapath%"
"%javapath%" -Xmx1024m Client
GOTO END
:64
cd wutang
"C:\Program Files (x86)\Java\jre7\bin\java.exe" -cp . -Xmx300m
client 10 0 highmem members 32
GOTO END
:32
cd wutang
"C:\Program Files\Java\jre7\bin\java.exe" -cp . -Xmx300m client
10 0 highmem members 32
GOTO END
:END
ECHO Press any key to exit....
PAUSE >nul
EXIT[/CODE]
Save as run.bat. You will be prompted that the file extension is
changing, approve that and double click the run batchfile.
#Post#: 66--------------------------------------------------
Re: 'Play Wutang.bat' issue fixes. [Possible fix.]
By: Brick Date: December 25, 2013, 5:04 pm
---------------------------------------------------------
No problem :P
#Post#: 490--------------------------------------------------
Re: 'Play Wutang.bat' issue fixes. [Possible fix.]
By: Wutang Date: August 15, 2014, 9:13 am
---------------------------------------------------------
If your problem remains unsolved please visit this
HTML http://wutang.createaforum.com/help-section/client-related-problems/<br
/>thread.
*****************************************************