Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Issue (emulator immidiatelly closes) #55

Open
devBoi76 opened this issue Jul 17, 2022 · 5 comments
Open

Build Issue (emulator immidiatelly closes) #55

devBoi76 opened this issue Jul 17, 2022 · 5 comments

Comments

@devBoi76
Copy link

devBoi76 commented Jul 17, 2022

Hi, I was trying to build this app on my own and I ran into the following error when running debug mode:

image

after stepping a few times:

image

and some more...

image

finally:

image

When I click "Run" the app builds correctly, the emulator flashes briefly but immediately closes leaving this error

image

I followed the build instructions step-by-step on a fresh Windows 7 iso in VirtualBox (I'm on linux)

Could anyone help? Am I doing something wrong?

@artem78
Copy link
Owner

artem78 commented Jul 18, 2022

Hi!

Could you please show full stack trace?

@devBoi76
Copy link
Author

Hi!

Could you please show full stack trace?

Hi, I'm completely new to Carbide IDE, could you please tell me where to get the entire stack trace?

@artem78
Copy link
Owner

artem78 commented Jul 19, 2022

Hi, I'm completely new to Carbide IDE, could you please tell me where to get the entire stack trace?

I hope you not a newbie in coding?

I mean show all lines, not only the first one.

You can copy it to cllipboard:

Also open C:\Symbian\9.2\S60_3rd_FP1\Epoc32\Data\epoc.ini file. Add (or modify) this line:

JustInTime query

In IDE press Debug (not Run) and you should get error code and debugger will stop on line with error.

@devBoi76
Copy link
Author

Thanks, here it is:

Thread [Thread id: 2572] (Suspended: Signal 'Halt' received. Description: User halted thread.)	
	43 0x252C977( ekern.exe )()  0x0252c977	
	42 0x252CC98( ekern.exe )()  0x0252cc98	
	41 0x2546880( ekern.exe )()  0x02546880	
	40 0x2564B2B( ekern.exe )()  0x02564b2b	
	39 0x2564887( ekern.exe )()  0x02564887	
	38 0x25228EA( ekern.exe )()  0x025228ea	
	37 0x2521DA9( ekern.exe )()  0x02521da9	
	36 0x25211C1( ekern.exe )()  0x025211c1	
	35 0x25232C9( ekern.exe )()  0x025232c9	
	34 0x2564E9E( ekern.exe )()  0x02564e9e	
	33 0x2557775( ekern.exe )()  0x02557775	
	32 0x255770B( ekern.exe )()  0x0255770b	
	31 0x252BCF4( ekern.exe )()  0x0252bcf4	
	30 0x252942E( ekern.exe )()  0x0252942e	
	29 0x25294ED( ekern.exe )()  0x025294ed	
	28 0x74352C74( eiksrvui.dll )()  0x74352c74	
	27 0x74357C9C( eiksrvui.dll )()  0x74357c9c	
	26 0x74357B6F( eiksrvui.dll )()  0x74357b6f	
	25 0x11222FA8( aknNotifierWrapper.dll )()  0x11222fa8	
	24 0x11224273( aknNotifierWrapper.dll )()  0x11224273	
	23 0x11224A9C( aknNotifierWrapper.dll )()  0x11224a9c	
	22 0x11222CA2( aknNotifierWrapper.dll )()  0x11222ca2	
	21 0x40C0A615( EIKSRV.DLL )()  0x40c0a615	
	20 0x40C0AAA4( EIKSRV.DLL )()  0x40c0aaa4	
	19 0x40C11FE0( EIKSRV.DLL )()  0x40c11fe0	
	18 0x40C0AC6D( EIKSRV.DLL )()  0x40c0ac6d	
	17 0x40C07C82( EIKSRV.DLL )()  0x40c07c82	
	16 0x40C07BEF( EIKSRV.DLL )()  0x40c07bef	
	15 0x40C11EFF( EIKSRV.DLL )()  0x40c11eff	
	14 0x74353A50( eiksrvui.dll )()  0x74353a50	
	13 0x74354FDE( eiksrvui.dll )()  0x74354fde	
	12 0x7435769C( eiksrvui.dll )()  0x7435769c	
	11 0x4060F086( CONE.DLL )()  0x4060f086	
	10 0x40B43BDF( eikcore.dll )()  0x40b43bdf	
	9 0x40C03600( EIKSRV.DLL )()  0x40c03600	
	8 0x1895129E( EIKSRVS.EXE )()  0x1895129e	
	7 0x189513EC( EIKSRVS.EXE )()  0x189513ec	
	6 0x18951CD0( EIKSRVS.EXE )()  0x18951cd0	
	5 0x252B6E8( ekern.exe )()  0x0252b6e8	
	4 0x2528FDF( ekern.exe )()  0x02528fdf	
	3 0x76A03C45( KERNEL32.dll )()  0x76a03c45	
	2 0x770037F5( ntdll.dll )()  0x770037f5	
	1 0x770037C8( ntdll.dll )()  0x770037c8	

I assume that this is an issue with the way the emulator is set up by default, not the app itself, as building for a phone and running it on a phone works fine

@artem78
Copy link
Owner

artem78 commented Jul 21, 2022

Hmm... Seems this is not S60Maps error. But I'm not sure...

Could you please show screenshot of full screen when error happens?

Also show your c:\Symbian\9.2\S60_3rd_FP1\Epoc32\winscw\c\Data\S60Maps\s60maps_log.txt contents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants