DonkieScape
Would you like to react to this message? Create an account in a few clicks or log in to continue.

DonkieScape

DonkieScape Headquarters
 
HomeLatest imagesSearchRegisterLog inDownloadVoteVentriloDonate

 

 [TUT] Fixing client crashes for 64-bit systems/Windows 7

Go down 
+10
chargers
newb1
i barrage i
Hailey <3
supa boom
hulkman68
Brooks
kapot
Die Bitch
Batosi
14 posters
AuthorMessage
Batosi
Administrator
Administrator
Batosi


Posts : 10
Points : 85
Join date : 2008-11-12
Age : 30

[TUT] Fixing client crashes for 64-bit systems/Windows 7 Empty
PostSubject: [TUT] Fixing client crashes for 64-bit systems/Windows 7   [TUT] Fixing client crashes for 64-bit systems/Windows 7 Icon_minitimeSat Jul 24, 2010 10:16 pm

This is the standard code for your Click Here To Play!.bat file, which normally allows you to run the client:

Code:
@echo off
start javaw -Xmx500m -cp .;Theme.jar Gui
exit

This code "only" works on 32-Bit machines. While it should work on some 64-Bit machines, it may not on others (and didn't for me!). This problem has been specifically encountered when a person has a Program Files (x86) in their C:\ drive (which is common for 64-bit systems or computers running Windows 7)

So if you experience annoying client crashes every 2 clicks, and you are running a 64-Bit system (determined right clicking Computer > Properties > looking at System Type) or Windows 7 (it's common in this operating system), then you must edit the Click Here to Play!.bat file with Notepad, delete everything in that file, and replace it with the below:

Code:
@echo off
cls
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xmx500m -cp .;Theme.jar Gui
exit
pause

Once you finish, make sure to save (no need to save as), and then try to run the Click here To Play!.bat again. Once you've logged into the server, try clicking multiple times to walk around, and if you can, you have fixed your client closing glitch problem.
Back to top Go down
http://www.donkiescape.org/
Die Bitch
Initiate
Initiate
Die Bitch


Posts : 130
Points : 228
Join date : 2008-12-02
Age : 30
Location : 36th Chamber

[TUT] Fixing client crashes for 64-bit systems/Windows 7 Empty
PostSubject: Re: [TUT] Fixing client crashes for 64-bit systems/Windows 7   [TUT] Fixing client crashes for 64-bit systems/Windows 7 Icon_minitimeSun Jul 25, 2010 2:05 am

I didnt have any trouble with this, but im sure others will have issues, good job in simplifying what you were saying, makes it easier to figure out.
Back to top Go down
kapot
Noob
Noob
kapot


Posts : 20
Points : 111
Join date : 2008-11-29
Age : 28
Location : Netherland

[TUT] Fixing client crashes for 64-bit systems/Windows 7 Empty
PostSubject: Re: [TUT] Fixing client crashes for 64-bit systems/Windows 7   [TUT] Fixing client crashes for 64-bit systems/Windows 7 Icon_minitimeSun Jul 25, 2010 9:47 pm

Nice tut Very Happy Hope people know now how to fix the problem on 64-bit system..

Its also vista?
Back to top Go down
Brooks
Owner
Owner
Brooks


Posts : 94
Points : 140
Join date : 2008-11-12
Age : 31
Location : USA

[TUT] Fixing client crashes for 64-bit systems/Windows 7 Empty
PostSubject: Re: [TUT] Fixing client crashes for 64-bit systems/Windows 7   [TUT] Fixing client crashes for 64-bit systems/Windows 7 Icon_minitimeSun Jul 25, 2010 9:59 pm

Yeah for any 64-Bit system, this includes XP, Vista, and Windows 7. Nice Tut Wink
Back to top Go down
http://Www.donkiescape.org
hulkman68
Noob
Noob
hulkman68


Posts : 36
Points : 66
Join date : 2009-03-02
Location : in the oven

[TUT] Fixing client crashes for 64-bit systems/Windows 7 Empty
PostSubject: Re: [TUT] Fixing client crashes for 64-bit systems/Windows 7   [TUT] Fixing client crashes for 64-bit systems/Windows 7 Icon_minitimeSun Jul 25, 2010 10:32 pm

Great tut, Really helped me to be able to play on my other pc... Smile Thanks Razz
Back to top Go down
kapot
Noob
Noob
kapot


Posts : 20
Points : 111
Join date : 2008-11-29
Age : 28
Location : Netherland

[TUT] Fixing client crashes for 64-bit systems/Windows 7 Empty
PostSubject: Re: [TUT] Fixing client crashes for 64-bit systems/Windows 7   [TUT] Fixing client crashes for 64-bit systems/Windows 7 Icon_minitimeMon Jul 26, 2010 6:11 pm

Worked on Viste cheers cheers cheers
Back to top Go down
supa boom
Noob
Noob
supa boom


Posts : 41
Points : 62
Join date : 2008-11-23
Age : 33
Location : england

[TUT] Fixing client crashes for 64-bit systems/Windows 7 Empty
PostSubject: Re: [TUT] Fixing client crashes for 64-bit systems/Windows 7   [TUT] Fixing client crashes for 64-bit systems/Windows 7 Icon_minitimeTue Jul 27, 2010 1:49 am

Thanks that's really helped me Very Happy !
Back to top Go down
Hailey <3
Initiate
Initiate
Hailey <3


Posts : 92
Points : 125
Join date : 2010-07-23
Age : 27
Location : Canada

[TUT] Fixing client crashes for 64-bit systems/Windows 7 Empty
PostSubject: Re: [TUT] Fixing client crashes for 64-bit systems/Windows 7   [TUT] Fixing client crashes for 64-bit systems/Windows 7 Icon_minitimeTue Jul 27, 2010 1:57 am

great tutorial for people having trouble with there client
Back to top Go down
i barrage i
Noob
Noob



Posts : 24
Points : 32
Join date : 2010-07-25

[TUT] Fixing client crashes for 64-bit systems/Windows 7 Empty
PostSubject: Re: [TUT] Fixing client crashes for 64-bit systems/Windows 7   [TUT] Fixing client crashes for 64-bit systems/Windows 7 Icon_minitimeTue Jul 27, 2010 7:48 am

thanks this worked Smile
Back to top Go down
newb1
Noob
Noob
newb1


Posts : 20
Points : 54
Join date : 2008-11-23
Age : 28
Location : California, US

[TUT] Fixing client crashes for 64-bit systems/Windows 7 Empty
PostSubject: Re: [TUT] Fixing client crashes for 64-bit systems/Windows 7   [TUT] Fixing client crashes for 64-bit systems/Windows 7 Icon_minitimeFri Jul 30, 2010 4:28 pm

NICE tutorial!
Back to top Go down
chargers
Initiate
Initiate
chargers


Posts : 157
Points : 690
Join date : 2009-02-19
Age : 28
Location : Canada

[TUT] Fixing client crashes for 64-bit systems/Windows 7 Empty
PostSubject: Re: [TUT] Fixing client crashes for 64-bit systems/Windows 7   [TUT] Fixing client crashes for 64-bit systems/Windows 7 Icon_minitimeSat Jul 31, 2010 7:08 am

You beat me to this, Batosi, seeing as I have 64-Bit, I could have posted it.

Amyway, I posted a Mac/linux solution too.
Back to top Go down
http://zip-gaming.net
[WhatThePig]Exodias
Forum Moderator
Forum Moderator



Posts : 102
Points : 718
Join date : 2008-11-16
Age : 31
Location : I'm In The Farm... Eating Teh Cows And Nurturing The Piggiez

[TUT] Fixing client crashes for 64-bit systems/Windows 7 Empty
PostSubject: Re: [TUT] Fixing client crashes for 64-bit systems/Windows 7   [TUT] Fixing client crashes for 64-bit systems/Windows 7 Icon_minitimeWed Aug 04, 2010 10:54 am

Worked on my laptop. Thanks Batty.
Back to top Go down
http://www.whatthepig.tk
Limbo Velo
Initiate
Initiate
Limbo Velo


Posts : 85
Points : 139
Join date : 2008-11-14
Age : 33

[TUT] Fixing client crashes for 64-bit systems/Windows 7 Empty
PostSubject: Re: [TUT] Fixing client crashes for 64-bit systems/Windows 7   [TUT] Fixing client crashes for 64-bit systems/Windows 7 Icon_minitimeFri Aug 06, 2010 4:44 am

Batosi is The Bomb.
Back to top Go down
gagobath
Noob
Noob



Posts : 2
Points : 2
Join date : 2010-08-26

[TUT] Fixing client crashes for 64-bit systems/Windows 7 Empty
PostSubject: Re: [TUT] Fixing client crashes for 64-bit systems/Windows 7   [TUT] Fixing client crashes for 64-bit systems/Windows 7 Icon_minitimeThu Aug 26, 2010 1:06 am

when i tried this all the client did was go to white screen nothing else how to fix!?!
Back to top Go down
lamp post
Noob
Noob



Posts : 12
Points : 16
Join date : 2010-09-24

[TUT] Fixing client crashes for 64-bit systems/Windows 7 Empty
PostSubject: Re: [TUT] Fixing client crashes for 64-bit systems/Windows 7   [TUT] Fixing client crashes for 64-bit systems/Windows 7 Icon_minitimeFri Sep 24, 2010 7:33 am

didnt work for me :p
Back to top Go down
Sponsored content





[TUT] Fixing client crashes for 64-bit systems/Windows 7 Empty
PostSubject: Re: [TUT] Fixing client crashes for 64-bit systems/Windows 7   [TUT] Fixing client crashes for 64-bit systems/Windows 7 Icon_minitime

Back to top Go down
 
[TUT] Fixing client crashes for 64-bit systems/Windows 7
Back to top 
Page 1 of 1
 Similar topics
-
» [TUT] Mac Client
» Fixing Compiling problems!

Permissions in this forum:You cannot reply to topics in this forum
DonkieScape :: General :: Tutorials-
Jump to: