|
|||||||
|
|
Thread Tools |
|
|
#26 |
|
Join Date: Aug 2009
Posts: 36
Ohio
|
ok. i have the latest java installed, cache cleared, etc. but when i try to open shoddy, it comes up with java's installer message. it installs something then i get this message:
Windows ® Installer. V 4.5.6002.18005 msiexec /Option <Required Parameter> [Optional Parameter] Install Options </package | /i> <Product.msi> Installs or configures a product /a <Product.msi> Administrative install - Installs a product on the network /j<u|m> <Product.msi> [/t <Transform List>] [/g <Language ID>] Advertises a product - m to all users, u to current user </uninstall | /x> <Product.msi | ProductCode> Uninstalls the product Display Options /quiet Quiet mode, no user interaction /passive Unattended mode - progress bar only /q[n|b|r|f] Sets user interface level n - No UI b - Basic UI r - Reduced UI f - Full UI (default) /help Help information Restart Options /norestart Do not restart after the installation is complete /promptrestart Prompts the user for restart if necessary /forcerestart Always restart the computer after installation Logging Options /l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] <LogFile> i - Status messages w - Nonfatal warnings e - All error messages a - Start up of actions r - Action-specific records u - User requests c - Initial UI parameters m - Out-of-memory or fatal exit information o - Out-of-disk-space messages p - Terminal properties v - Verbose output x - Extra debugging information + - Append to existing log file ! - Flush each line to the log * - Log all information, except for v and x options /log <LogFile> Equivalent of /l* <LogFile> Update Options /update <Update1.msp>[;Update2.msp] Applies update(s) /uninstall <PatchCodeGuid>[;Update2.msp] /package <Product.msi | ProductCode> Remove update(s) for a product Repair Options /f[p|e|c|m|s|o|d|a|u|v] <Product.msi | ProductCode> Repairs a product p - only if file is missing o - if file is missing or an older version is installed (default) e - if file is missing or an equal or older version is installed d - if file is missing or a different version is installed c - if file is missing or checksum does not match the calculated value a - forces all files to be reinstalled u - all required user-specific registry entries (default) m - all required computer-specific registry entries (default) s - all existing shortcuts (default) v - runs from source and recaches local package Setting Public Properties [PROPERTY=PropertyValue] Consult the Windows ® Installer SDK for additional documentation on the command line syntax. Copyright © Microsoft Corporation. All rights reserved. Portions of this software are based in part on the work of the Independent JPEG Group. is something wrong with windows (i use Vista) or java/shoddy? once it also said that the uncompression of shoddy failed... somebody help |
|
|
|
|
#27 |
|
Join Date: Aug 2009
Posts: 41
Protesting to get Seaking for ubers
|
It worked!!
Thank you for the help so much. Sorry i didn't come to this topic in the first place.
__________________
Dwarven Vow 108: Let sleeping dogs lie. |
|
|
|
|
#28 |
|
Join Date: Apr 2009
Posts: 14
In your closet...
|
Shoddy has always worked for me, but recently it been a bit dodgy, but only on the Smogon server.
Not only do my old accounts work some of the time ("password is incorrect", when I'm 100% sure it's right), but when it does log on, it just freezes before the server itself comes up, leaving only the login box. Can someone give me some things to try? thanks
__________________
|
|
|
|
|
#29 |
|
Join Date: Aug 2009
Posts: 1
Newcastle, Aus
|
When I tried to connect to the Smogon server, it always tells me that my password is incorrect, when it is correct. How do I fix this?
|
|
|
|
|
#30 |
|
Join Date: Apr 2009
Posts: 5
PA FORT WASHINGTION
|
ok i have a prob in its been happening for about 2 months now i cant access my shoddy it says 0/500 0/250 for all the rooms. In its just for this computer my dads at his house works fine and others please help i need my shoddy i cant live without it lol but seriously if its a java problem what is it i have it running is there away to restore my settings please help i looked at the advice before and got lost thanks
|
|
|
|
|
#31 |
|
Join Date: Feb 2006
Posts: 730
|
Thanks to this thread I got shoddy to open.
__________________
"One day we will die, and our ashes will fly from the aeroplane over the sea/ but now are young, let us lay in the sun, and count every beautiful thing we can see." d028ad6e Last edited by The Plant; Oct 17th, 2009 at 3:40:02 PM. |
|
|
|
|
#32 |
|
Join Date: Oct 2009
Posts: 8
|
Okay, I can open Shoddy Battle, and servers appear. But they are all empty. When I try to join one, it says: "Connection refused: connection"
I have downloaded the latest version of Java, so what's going on? |
|
|
|
|
#33 |
|
Join Date: Oct 2009
Posts: 8
|
I also cannot create a shorcut (if that has to do w/ anything)
|
|
|
|
|
#34 |
|
Join Date: Oct 2009
Posts: 8
|
|
|
|
|
|
#35 |
|
Join Date: Dec 2007
Posts: 385
what is a poke mon
|
I'm on a mac, changing the Java settings to fix the stretch issue... It didn't work on SE 6, so I switched to 1.4.2 and I got this message when launching Shoddy:
Error:java.lang.NoClassDefFoundError: java/security/CodeSigner Code:
<?xml version="1.0" encoding="utf-8"?>
<jnlp
spec="1.0+"
codebase="http://shoddybattle.com/client/"
href="shoddybattle.jnlp">
<information>
<title>Shoddy Battle</title>
<vendor>Colin Fitzpatrick & Benjamin Gwin</vendor>
<homepage href="http://shoddybattle.com" />
<description kind="short">An extensible Pokemon simulator</description>
<description>A pokemon simulator that is free as in freedom</description>
<shortcut online="true">
<desktop />
<menu />
</shortcut>
<icon href="http://shoddybattle.com/client/icon.gif" width="64" height="64" />
</information>
<resources>
<j2se version="1.4+" />
<j2se version="1.5+" />
<j2se version="1.6+" />
<jar href="ShoddyBattleClient.jar" />
<jar href="ShoddyBattle.jar" />
<jar href="PokemonSprites.jar" />
<jar href="swing-layout-1.0.2.jar" />
</resources>
<resources os="Windows" arch="x86">
<nativelib href="ShoddyHelper.jar" />
</resources>
<security>
<all-permissions />
</security>
<application-desc main-class="shoddybattleclient.WelcomeWindow">
<argument>sprites.PokemonSprite</argument>
<argument>http://shoddybattle.com/client/dpmovesets.db</argument>
</application-desc>
</jnlp>
__________________
4211 6487 4129
I use legal hacks. |
|
|
|
|
#36 |
|
Shoddy Battle dev
![]() ![]()
Join Date: Apr 2009
Posts: 230
Canada
|
Make sure that you have the latest java updates from software update. And what exactly didn't work in 1.6?
|
|
|
|
|
#37 | |
|
Join Date: Jun 2007
Posts: 960
The Nomad
|
alright I'm trying and trying to login to smogon U's server, but for some reason I just can't. I don't get any messages. I haven't been banned as far as I know. It just ignores that I've pressed the login button/pressed enter. Smogon U is the only server giving me this issue! please I would really like to get on to the server!
__________________
My Lil' Bro's Soul Silver FC :: 2407-7375-3482 Quote:
|
|
|
|
|
|
#38 | |
|
Join Date: Dec 2007
Posts: 385
what is a poke mon
|
Quote:
BUT I went to the site and clicked download again and it immediately opened... Then after I closed it wouldn't open from the desktop. I'm not sure what that means...
__________________
4211 6487 4129
I use legal hacks. |
|
|
|
|
|
#39 |
|
Shoddy Battle dev
![]() ![]()
Join Date: Apr 2009
Posts: 230
Canada
|
Java updates usually come through Software Update on os x
|
|
|
|
|
#40 |
|
Join Date: Jun 2007
Posts: 499
DHS Lockerroom; don't drop the soap!!
|
I have the same problem that Felix91 is having, however shoddybattle won't even open for me when I redownload it from the site. Can someone give me some insight?
__________________
Fear the Turtle!! |
|
|
|
|
#41 |
|
Join Date: Nov 2009
Posts: 1
|
|
|
|
|
|
#42 |
|
Join Date: Jul 2009
Posts: 4
|
when I download it it says what file should I open with but I don't know what to open it with
__________________
I'm New |
|
|
|
|
#43 |
|
Join Date: Oct 2009
Posts: 38
|
Escro: have you tried turning your firewall off? I had exactly the same problem as you, until I turned mine off.
My problem is which programs and things should I allow to use Shoddy? I don't really want my firewall off for long periods of time. I'm currently allowing java, and when I do all the servers are empty and I can't connect. Shoddy only works with the firewall off. Any ideas? Also I have the same problem as ekul and m0r0nz-inc about my password being rejected when I'm sure I entered it correctly. Is there a way to get my password changed? Last edited by Radio Reevesy; Nov 3rd, 2009 at 7:02:54 AM. Reason: I didn't feel I needed to make a new post, as I'm already the bottom post of the thread. |
|
|
|
|
#44 | |
|
Join Date: Nov 2009
Posts: 2
|
Quote:
WrongLane, I had the same problem when I transferred my files from my old Mac. For some reason, Shoddy and or Java is pointed back to your old "home" folder from the previous account, which I presume had a different name. Solution: in the Users folder, create a new folder that exactly matches the home folder of your user account on your previous Mac. That should do it. If not, try copying the hidden folder ".shoddybattle" to the newly created folder. Good luck. Last edited by supremecommodore; Nov 8th, 2009 at 8:55:16 PM. Reason: Forgot to add the quote. |
|
|
|
|
|
#45 |
|
Join Date: May 2009
Posts: 24
|
sham
|
|
|
|
|
#46 | |
|
Join Date: Jan 2009
Posts: 3,208
|
Quote:
|
|
|
|
|
|
#47 | |
|
Join Date: Nov 2009
Posts: 1
|
I am having the same exact problem. someone please help
Quote:
|
|
|
|
|
|
#48 |
|
Join Date: Apr 2009
Posts: 66
Perth, Australia
|
I've worked out how to fix the java error that stops shoddy from installing.
Go to Control Panel. Open Java. Open Network Settings. Select 'Direct Connection'. Try running the .jnlp file...it should (hopefully) work!
__________________
Pokemon Diamond: 4468-7194-8665
Pokemon Heart Gold: 1033-3977-4609 |
|
|
|
|
#49 | ||
|
Join Date: Nov 2009
Posts: 156
|
1. Ok, I started off nicely with the normal menu (and I can edit teams in the other tab).
2. Then I noticed: Quote:
Quote:
__________________
BW Name: VCROBAT BW Friend Code: 3911-7666-4492 http://www.smogon.com/forums/showthread.php?t=3468618 |
||
|
|
|
|
#50 |
|
Join Date: Aug 2008
Posts: 359
The Netherlands
|
I have the same thing as the guy above me. How can we fix this? Or is the server down?
__________________
99% of players whine about bad luck like prepubescent school girls. If you're one of the other 1%, who take bad luck in stride, put this in your signature. |
|
|
| Thread Tools | |
|
|