Switch to full style
Topic locked

error and crash report

Wed May 26, 2010 2:39 pm

I'm using Chinese 2din (400 x234 winCE4.2 64mb) trying hard to run the iGo8 from SDcard but without success.I kept on having this error='program application database cannot be found ' message and I've try all the method in this forum editing sys.txt, try version 8, version 8.34 and also compress version but ended up with the same above error.The system will generate a crash file as state below and hope someone can help.Thanks

------------------ Crash Log Begin -------------------


Current System time: "2052-05-25 14:09:11"
Build: 8.0.0.109831 Built @ Aug 29 2009 - 10:48:25

Memory Stats:

FreeMemory: 29 MB, 928 KB, 0 B
TotalUseableMemory: 34 MB, 572 KB, 0 B
MaxMemory: 68 MB, 0 KB, 0 B
ReservedMemory: 4 MB, 0 KB, 0 B
ActualCacheSize: 0 MB, 226 KB, 640 B
GarbageSize: 0 MB, 226 KB, 640 B



--------------------------------------------------------------------------
Process Name PID BaseAddr ParentPID PrioBase
--------------------------------------------------------------------------
iGO8.exe 0x2fc1ece6 0x0c000000 0x00000000 0x00000003
--------------------------------------------------------------------------
--------------------------------------------------
Modules Name BaseAddr BaseSize
--------------------------------------------------
oleaut32.dll 0x03a00000 0x00030000
aygshell.dll 0x03780000 0x0000f000
commctrl.dll 0x03e80000 0x00066000
ole32.dll 0x03a30000 0x00030000
toolhelp.dll 0x03f00000 0x00005000
coredll.dll 0x03f70000 0x00088000
--------------------------------------------------

--------------------------------------------------------------
Threads TID BasePrio DeltaPrio
--------------------------------------------------------------
0x0f969a42 251 0
0x2fa15f3a 251 0
--------------------------------------------------------------


Exception: 0xc0000005
At address: 0x03fc246c
Access violation writing address: 0x0c76e000
0x03fc246c (A)


WinCE CallStack snapshot (function names unknown - map file \StorageCard\iGO8.map not found):

0x0c509a7c (A)
0x0c509998 (A)
0x0c508b6c (A)
0x0c508f0c (A)
0x0c017940 (A)
0x0c019ac0 (A)
0x03fa7b8c (A)
0x03fb0288 (A)
0x8c2056f8 (A)
0x8c22ef78 (A)
0x8c2097dc (A)
0x8c205610 (A)
0x03fc246c (A)
0x0c04bd10 (A)
0x0c015138 (A)
0x0c015b84 (A)
0x0c40c574 (A)
0x0c40e0fc (A)
0x0c4162c0 (A)
0x0c4151ec (A)
0x0c019064 (A)
0x0c019e7c (A)
0x0c019a68 (A)
0x03f805f0 (A)
0x03f80ba8 (A)
0x0c01ad9c (A)
0x0c01747c (A)
0x0c0178b4 (A)
0x0c540368 (A)
0x03f88ff0 (A)


Global status:

bInFocus: 1
bMouseDown: 0
bInLogic: 0
bInRender: 0
bInIdle: 0
bIn3DRender: 0
bIn3DRoadRender: 0
bIn3DShapeRender: 0
bIn3DLabelRender: 0
bIn3DPOIRender: 0
bIn3DDistRender: 0
n3DCam: (0, 0)
CurrentState[128] =
pos= (x=00000000, y=00000000, z=0, e=0)


------------------- Crash Log End --------------------
------------------------------------------------------
------------------------------------------------------

Wed May 26, 2010 2:44 pm

Sorry....forgot to add that I've try the POLNAV 6 (SDcard)and it runs perfect but they don't have updated map for SMT. Also MAPKING OBU(SDcard) can run smoothly in my 2din but resolution can't match (520x234 vs 400x234) so iGO8 is my only option left....but all that errors...

Wed May 26, 2010 3:05 pm

mattchan2000 wrote:I'm using Chinese 2din (400 x234 winCE4.2 64mb) trying hard to run the iGo8 from SDcard but without success.I kept on having this error='program application database cannot be found ' message and I've try all the method in this forum editing sys.txt, try version 8, version 8.34 and also compress version but ended up with the same above error.The system will generate a crash file as state below and hope someone can help.Thanks


Look here:
http://www.navitotal.com/forums/showthread.php?914-How-to-solve-error-messages

Post your sys.txt

Wed May 26, 2010 8:57 pm

Like i can see from crash log file, error is "WinCE CallStack snapshot (function names unknown - map file \SDMMC\iGO8\iGO8.map not found"

Try this to solve that problem: delete all items in "save" folder and try again to run igo8.exe

Another situation when this error can happen is if you have wrong location for igo8 folder in your sys.txt , check this, how is called your SD CARD on your device, like Storage Card, SDMMC, etc.

And change this line in your sys.txt - bolded, if your devices is called Stroage card, put Storage Card after first "

[folders]
app="Storage Card/iGO8" or what's called your SD CARD, maybe SDMMC

app="SDMMC/iGO8"

for some devices is

app="%SDCARD%/iGO8"

try both proposed solutions to resolve this error, and post here result...

Wed May 26, 2010 10:07 pm

Like i can see from crash log file, error is "WinCE CallStack snapshot (function names unknown - map file \SDMMC\iGO8\iGO8.map not found"

The iGO8.map has nothing to do with the maps (.fbl).
iGO8.map is a file with the long function names, used by the Navngo Qulity Test Department.
This file is not included in the relaise Version and so you have this line. This is not a error.
You can make a emty file with the name iGO8.map and copy this to the main directoy, then you have this
WinCE CallStack snapshot (function names unknown - map file \SDMMC\iGO8\iGO8.map

Function names also unknow then the file is emty.

NB

Thu May 27, 2010 1:20 am

Well, I've try a few setting recommend in this forum example: w/wo % and also change SDCARD to StorageCard which what is in my system. I also run the software inside and outside the iGO8 folder but I alway get the same crash log. I've replace zip data and zip brand with the matching resolution type so I only change the original sdcard to storagecard.


chas521 wrote:Look here:
http://www.navitotal.com/forums/showthread.php?914-How-to-solve-error-messages

Post your sys.txt

Thu May 27, 2010 1:24 am

I've not try the 'BOLD' method yet and will give it a try. BTW my system is StorageCard, Residentflash for the HDD. It call out the GPS by a button or icon in the GUI. I notice I've a file name Navipath in the Residentflash.Thanks

Thu May 27, 2010 1:34 am

Ok, I'll make empty file rename to iGO8.map and keep it in folder and see what happen. BTW using notepad is ok right?


NorbertBL wrote:The iGO8.map has nothing to do with the maps (.fbl).
iGO8.map is a file with the long function names, used by the Navngo Qulity Test Department.
This file is not included in the relaise Version and so you have this line. This is not a error.
You can make a emty file with the name iGO8.map and copy this to the main directoy, then you have this

Function names also unknow then the file is emty.

NB

Thu May 27, 2010 6:46 am

Notepad is okay.
May I ask what build you use and if a PDA build, if installed in memory's device? Because in that case, you have to change sys.txt in memory AND on sd !! (or copy it) The 2 sys.txt files must be exactly the same!
Topic locked