sanyaade-g2g-repos / kwaak3

Automatically exported from code.google.com/p/kwaak3
0 stars 0 forks source link

Does not start #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am on a Moto Droid running Sholes Rom 2.0.5. (running at 600Mhz-1.2Ghz) 
Everything is loaded into the appropriate folders and it seems to be 
reading that just fine. I have killed all background apps and live 
wallpaper. I get to the screen that shows "start" and "visit website". Hit 
Start and the screen looks like it will boot up (i.e. goes to black) and 
then pops back to the "Start"/"Visit Website" screen.

Any thoughts?

Original issue reported on code.google.com by JaxFian...@gmail.com on 25 Feb 2010 at 5:08

GoogleCodeExporter commented 9 years ago
The game has crashed for some reason. I can't easily say why. You should be 
able to
get a log from somewhere. Normally when you have Android development stuff 
installed
you can connect to the phone using 'adb' and obtain a log using the 'logcat' 
command.
There might be other ways but I not sure.

Original comment by thunderb...@gmail.com on 25 Feb 2010 at 7:47

GoogleCodeExporter commented 9 years ago
On mine I get HW3D_REVOKE_GPU failed (Operation not permitted). 

Mind you this is on a HTC Vogue, with android ported to it. It has an Qualcomm 
7500
which is ARMv6 and it has an ATI imgeion I think. 

Original comment by mark.ars...@gmail.com on 25 Feb 2010 at 8:17

GoogleCodeExporter commented 9 years ago
In case of the Vogue I have no idea if you have any OpenGL drivers around or 
not.
Those drivers aren't open source and for that reason I don't think you have 
OpenGL.

I have uploaded a new test build, perhaps it is more stable on your custom 
Sholes Rom.

Original comment by thunderb...@gmail.com on 25 Feb 2010 at 11:34

GoogleCodeExporter commented 9 years ago
I have the same problem as JaxFiancee.  Here is the log file.

ioq3 1.36 linux-arm Feb 22 2010
----- FS_Startup -----
Current search path:
/sdcard/quake3/baseq3/pak8.pk3 (9 files)
/sdcard/quake3/baseq3/pak7.pk3 (4 files)
/sdcard/quake3/baseq3/pak6.pk3 (64 files)
/sdcard/quake3/baseq3/pak5.pk3 (7 files)
/sdcard/quake3/baseq3/pak4.pk3 (272 files)
/sdcard/quake3/baseq3/pak3.pk3 (4 files)
/sdcard/quake3/baseq3/pak2.pk3 (148 files)
/sdcard/quake3/baseq3/pak1.pk3 (26 files)
/sdcard/quake3/baseq3/pak0.pk3 (3264 files)
/sdcard/quake3/baseq3

----------------------
3798 files in pk3 files
Couldn't load default.cfg

Original comment by aarondar...@gmail.com on 26 Feb 2010 at 1:29

GoogleCodeExporter commented 9 years ago
I have checked the code and typically it has something to do with not being 
able to 
open the files which I would find strange. Just a guess, what are the 
permissions on 
the baseq3 directory? The game tries to write files to it (or to quake3, don't 
remember by head). Also make sure that when you run it the sdcard isn't mounted 
on a 
PC or so.

Original comment by thunderb...@gmail.com on 26 Feb 2010 at 11:44

GoogleCodeExporter commented 9 years ago
It could also indicate something is wrong with your pak0.pk3, where did you get 
it?

Original comment by thunderb...@gmail.com on 26 Feb 2010 at 11:46

GoogleCodeExporter commented 9 years ago
I loaded the files via FTP to my Droid (2.0) and am getting the exact same 
thing.
Checked the folder permissions and baseq3 has 777.

I got my pak0.pk3 from my original Q3 Team Arena CD.

What else can I try to get this to run?

Original comment by reed.cha...@gmail.com on 26 Feb 2010 at 2:46

GoogleCodeExporter commented 9 years ago
I also used the pak0 file from the original disk.

Original comment by aarondar...@gmail.com on 26 Feb 2010 at 6:37

GoogleCodeExporter commented 9 years ago
I fixed the issues with mine. The original files I had said "pak0.pk3" but they 
were 
staying in a folder format. So I switched the computer I was working on and was 
able 
to actually able to pull them off as PK3 format. All of it works fine. Helps to 
kill 
a few background apps and Live Wallpaper if you have it and then Enter The 
Quake 
Arena!! :)

Original comment by JaxFian...@gmail.com on 26 Feb 2010 at 6:42

GoogleCodeExporter commented 9 years ago
To reed, you need the pak0.pk3 from Quake3, not the expansion. (The expansion 
should
also work but it also depends on original quake3 for some parts e.g. pak0.pk3)

Original comment by thunderb...@gmail.com on 26 Feb 2010 at 10:36

GoogleCodeExporter commented 9 years ago
Thunder that fixed my issue as well.  I forgot there was an expansion and I was 
using the Q3 Team Arena expansion CD instead of the Q3 Arena CD.  Thanks for 
you 
help and it looks great!!

Original comment by aarondar...@gmail.com on 27 Feb 2010 at 12:41

GoogleCodeExporter commented 9 years ago
Good, marking this as fixed then.

Original comment by thunderb...@gmail.com on 27 Feb 2010 at 4:06

GoogleCodeExporter commented 9 years ago
Yep. That did the trick.  Thanks!

Original comment by reed.cha...@gmail.com on 27 Feb 2010 at 4:51