Games Talk/Review Games for Dell's Axim
|
|
03-19-06, 01:40 PM
|
#16 (permalink)
|
|
Aximsite Minor League
Join Date: Dec 2005
Location: n,england
Posts: 155
Thanked 0 Times in 0 Posts
|
could you link me to the page i need to be at
its just confusing me=p cant find it
|
|
|
|
03-19-06, 01:55 PM
|
#17 (permalink)
|
|
Contributing Reviewer
Join Date: Jan 2005
Posts: 4,572
Thanked 1 Time in 1 Post
|
|
Originally Posted by coffo
|
could you link me to the page i need to be at
its just confusing me=p cant find it
|
You mean on the Mysaifu page, or the Wyvern page?
The former is http://sourceforge.jp/projects/mysai...id=19344#19344 (click the uppermost jvm.ARM.zip there, just under the yellow "0.2.3" title and over the Google ad); the latter is just a download link, http://www.cabochon.com/downloads/Wyvern_3.1.cab (just click it)
__________________
MS MVP- Mobile Devices.
|
|
|
|
03-19-06, 01:56 PM
|
#18 (permalink)
|
|
Contributing Reviewer
Join Date: Jan 2005
Posts: 4,572
Thanked 1 Time in 1 Post
|
Feel free to post your questions if you have problems (NOT private mails) so that the others can also benefit from the explanations/additional tutorials!
__________________
MS MVP- Mobile Devices.
|
|
|
|
03-19-06, 02:17 PM
|
#19 (permalink)
|
|
Aximsite Minor League
Join Date: Dec 2005
Location: n,england
Posts: 155
Thanked 0 Times in 0 Posts
|
well i downloaded it and installed(game)
how do i get it running i dont see a shortcut
|
|
|
|
03-19-06, 02:21 PM
|
#20 (permalink)
|
|
Contributing Reviewer
Join Date: Jan 2005
Posts: 4,572
Thanked 1 Time in 1 Post
|
|
Originally Posted by coffo
|
well i downloaded it and installed(game)
how do i get it running i dont see a shortcut
|
1. Where is the JAR file located?
2. Where did you install Mysaifu to? Main memory/ storage card?
__________________
MS MVP- Mobile Devices.
|
|
|
|
03-19-06, 02:24 PM
|
#21 (permalink)
|
|
Aximsite Minor League
Join Date: Dec 2005
Location: n,england
Posts: 155
Thanked 0 Times in 0 Posts
|
i installed it to my main memory
ill reinstall if needed
|
|
|
|
03-19-06, 02:28 PM
|
#22 (permalink)
|
|
Contributing Reviewer
Join Date: Jan 2005
Posts: 4,572
Thanked 1 Time in 1 Post
|
|
Originally Posted by coffo
|
i installed it to my main memory
ill reinstall if needed
|
Where is the JAR file (the Wyvern game itself)? Have you copied it to the PPC too?
__________________
MS MVP- Mobile Devices.
|
|
|
|
03-19-06, 02:30 PM
|
#23 (permalink)
|
|
Aximsite Minor League
Join Date: Dec 2005
Location: n,england
Posts: 155
Thanked 0 Times in 0 Posts
|
ok i reinstalled on a card and found out where it installed and there are only 2 files
and neither seem to be the one i want
ive now put all the files from the game in there too and deleted all the other files(install cabs ect) and the program cant find the jars
Last edited by coffo; 03-19-06 at 02:38 PM.
|
|
|
|
03-19-06, 02:39 PM
|
#24 (permalink)
|
|
Aximsite Minor League
Member
Join Date: Oct 2003
Location: nashville
Posts: 241
Thanked 0 Times in 0 Posts
|
I am also having problems getting the client installed. I have put both items on the storage card, and modified the wyvern.lnk file as follows:
255#"\SD CARD\java\jre\bin\jvm.exe" -Xmx5M -cp "\SD Card\wyvern\wyvern.jar" wyvern.client.palm.PalmClient
The error I get is as follows:
java.lang.ClassNotFoundException: wyvern.client.palm.PalmClient
not found in java.lang.ClassLoader$1{urls=[ file:/SD Card/wyvern/wyvern.jar], parent=null}
at java.net.URLClassLoader.findClass (URLClassLoader.java:902)
at java.lang.ClassLoader.loadClass (ClassLoader.java:342)
at java.lang.ClassLoader$1.loadClass (ClassLoader.java:1110)
at java.lang.ClassLoader.loadClass (ClassLoader.java:294)
at java.lang.VMMainThread$1.run (VMMainThread.java)
at java.lang.VMThread.run (VMThread.java:120)
JVM exit.
I assume this is do to the fact that I do not see the wyvern.client.palm.PalmClient file, but I thought maybe it is embedded in the .jar.
Thanks!
|
|
|
|
03-19-06, 02:40 PM
|
#25 (permalink)
|
|
Contributing Reviewer
Join Date: Jan 2005
Posts: 4,572
Thanked 1 Time in 1 Post
|
|
Originally Posted by coffo
|
ok i reinstalled on a card and found out where it installed and there are only 2 files
and neither seem to be the one i want
|
You'll also need to download the Wyvern CAB file, copy it to the PPC and click it.
It'll create a \Program Files\Games\Wyvern\wyvern.jar . Let me know if you want to relocate it into a storage card. If yes, I explain it. If not, let me also know.
Aso, in what directory did you install Mysaifu to on your storage card?
__________________
MS MVP- Mobile Devices.
|
|
|
|
03-19-06, 02:47 PM
|
#26 (permalink)
|
|
Aximsite Minor League
Join Date: Dec 2005
Location: n,england
Posts: 155
Thanked 0 Times in 0 Posts
|
i did all you said but for some amazing reasion the jvm program cant find that file :(
and thanks for replying so quickly and helping
|
|
|
|
03-19-06, 02:47 PM
|
#27 (permalink)
|
|
Contributing Reviewer
Join Date: Jan 2005
Posts: 4,572
Thanked 1 Time in 1 Post
|
|
Originally Posted by volwrath
|
I am also having problems getting the client installed. I have put both items on the storage card, and modified the wyvern.lnk file as follows:
255#"\SD CARD\java\jre\bin\jvm.exe" -Xmx5M -cp "\SD Card\wyvern\wyvern.jar" wyvern.client.palm.PalmClient
The error I get is as follows:
java.lang.ClassNotFoundException: wyvern.client.palm.PalmClient
not found in java.lang.ClassLoader$1{urls=[ file:/SD Card/wyvern/wyvern.jar], parent=null}
at java.net.URLClassLoader.findClass (URLClassLoader.java:902)
at java.lang.ClassLoader.loadClass (ClassLoader.java:342)
at java.lang.ClassLoader$1.loadClass (ClassLoader.java:1110)
at java.lang.ClassLoader.loadClass (ClassLoader.java:294)
at java.lang.VMMainThread$1.run (VMMainThread.java)
at java.lang.VMThread.run (VMThread.java:120)
JVM exit.
I assume this is do to the fact that I do not see the wyvern.client.palm.PalmClient file, but I thought maybe it is embedded in the .jar.
Thanks!
|
It's in the JAR file. Are you sure the JAR file is not corrupted and the capitalization is OK in the lnk file?
I've also uploaded a sample, with me, working .lnk file to http://www.winmobiletech.com/sekalaiset/saifuWYV.lnk
It works on all my OS'es (wm2003...WM5)
__________________
MS MVP- Mobile Devices.
|
|
|
|
03-19-06, 02:48 PM
|
#28 (permalink)
|
|
Contributing Reviewer
Join Date: Jan 2005
Posts: 4,572
Thanked 1 Time in 1 Post
|
|
Originally Posted by coffo
|
|
i did all you said but for some amazing reasion the jvm program cant find that file :(
|
What does it say? Select the text on the JVM console (with, say, Pocket Controller to make your life easy) and paste it here.
__________________
MS MVP- Mobile Devices.
|
|
|
|
03-19-06, 02:59 PM
|
#29 (permalink)
|
|
Aximsite Minor League
Join Date: Dec 2005
Location: n,england
Posts: 155
Thanked 0 Times in 0 Posts
|
java.util.zip.ZipException: Failed to open the file
at java.util.zip.ZipFile.openNative (Native Method)
at java.util.zip.ZipFile.<init> (ZipFile.java:135)
at java.util.zip.ZipFile.<init> (ZipFile.java:110)
at java.util.zip.ZipFile.<init> (ZipFile.java:99)
at java.util.jar.JarFile.<init> (JarFile.java:182)
at java.util.jar.JarFile.<init> (JarFile.java:164)
at java.lang.VMMainThread$1.run (VMMainThread.java)
at java.lang.VMThread.run (VMThread.java:120)
JVM exit.
|
|
|
|
03-19-06, 03:03 PM
|
#30 (permalink)
|
|
Contributing Reviewer
Join Date: Jan 2005
Posts: 4,572
Thanked 1 Time in 1 Post
|
|
Originally Posted by coffo
|
java.util.zip.ZipException: Failed to open the file
at java.util.zip.ZipFile.openNative (Native Method)
at java.util.zip.ZipFile.<init> (ZipFile.java:135)
at java.util.zip.ZipFile.<init> (ZipFile.java:110)
at java.util.zip.ZipFile.<init> (ZipFile.java:99)
at java.util.jar.JarFile.<init> (JarFile.java:182)
at java.util.jar.JarFile.<init> (JarFile.java:164)
at java.lang.VMMainThread$1.run (VMMainThread.java)
at java.lang.VMThread.run (VMThread.java:120)
JVM exit.
|
Is wyvern.jar file installed?
__________________
MS MVP- Mobile Devices.
|
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:40 AM.
Powered by vBulletin® Version 3.8.2 Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2003-09 LeckMedia, LLC
|
| |