This site requires JavaScript, please enable it in your browser!
Greenfoot back
Farma
Farma wrote ...

2013/3/3

Terminal Window

Farma Farma

2013/3/3

#
Hi guys, I'm new to GF/JAVA and I'm trying to get used to the code-language etc. Now, ones in a while there appears a popup titled 'Terminal Window' with some text in it. What does this mean? Ty
Farma Farma

2013/3/3

#
It says; 'Looping before Zumo is running' 'Drive not mounted file not exists' This keeps repeating. At the bottom it says in red; 'Java.lang.NullPointerException' with some sentences in gray below it.
davmac davmac

2013/3/3

#
'Looping before Zumo is running' 'Drive not mounted file not exists'
Maybe the scenario you are running is generating these?
At the bottom it says in red; 'Java.lang.NullPointerException' with some sentences in gray below it.
There's a problem with the code you're running; it's tried to call a method or access a variable using a null reference. If you pasted the complete text we could tell you where in the code the problem was.
Farma Farma

2013/3/7

#
Sorry for my late reply sir! I'm working on a scenario again and got this popup now: 08:45.37 31 CShellExt::Release() 08:45.37 32 Entering CShellExt::GetOverlayInfo 08:45.37 33 Icon path: C:\Program Files (x86)\Hewlett-Packard\HP CloudDrive\icons\download.ico 08:45.37 34 Exiting CShellExt::GetOverlayInfo successfully. 08:45.37 35 Time to execute: 0ms 08:45.37 36 Entering CShellExt::GetPriority 08:45.37 37 Exiting CShellExt::GetPriority 08:45.37 38 In DllGetClassObject 08:45.37 39 CShellExtClassFactory::CShellExtClassFactory() 08:45.37 40 CShellExtClassFactory::QueryInterface() 08:45.37 41 CShellExtClassFactory::CreateInstance() 08:45.37 42 CShellExt::CShellExt() 08:45.37 43 CShellExt::QueryInterface()==>IID_IShellIconOverlayIdentifier 08:45.37 44 CShellExt::AddRef() 08:45.37 45 CShellExt::AddRef() 08:45.37 46 CShellExt::Release() 08:45.37 47 CShellExt::QueryInterface()==>IID_IShellIconOverlayIdentifier 08:45.37 48 CShellExt::AddRef() 08:45.37 49 CShellExt::Release() 08:45.37 50 Entering CShellExt::GetOverlayInfo 08:45.37 51 Icon path: C:\Program Files (x86)\Hewlett-Packard\HP CloudDrive\icons\share.ico 08:45.37 52 Exiting CShellExt::GetOverlayInfo successfully. 08:45.37 53 Time to execute: 0ms 08:45.37 54 Entering CShellExt::GetPriority 08:45.37 55 Exiting CShellExt::GetPriority 08:45.37 56 In DllGetClassObject 08:45.37 57 CShellExtClassFactory::CShellExtClassFactory() 08:45.37 58 CShellExtClassFactory::QueryInterface() 08:45.37 59 CShellExtClassFactory::CreateInstance() 08:45.37 60 CShellExt::CShellExt() 08:45.37 61 CShellExt::QueryInterface()==>IID_IShellIconOverlayIdentifier 08:45.37 62 CShellExt::AddRef() 08:45.37 63 CShellExt::AddRef() 08:45.37 64 CShellExt::Release() 08:45.37 65 CShellExt::QueryInterface()==>IID_IShellIconOverlayIdentifier 08:45.37 66 CShellExt::AddRef() 08:45.37 67 CShellExt::Release() 08:45.37 68 Entering CShellExt::GetOverlayInfo 08:45.37 69 Icon path: C:\Program Files (x86)\Hewlett-Packard\HP CloudDrive\icons\upload.ico 08:45.37 70 Exiting CShellExt::GetOverlayInfo successfully. 08:45.37 71 Time to execute: 0ms 08:45.37 72 Entering CShellExt::GetPriority 08:45.37 73 Exiting CShellExt::GetPriority 08:45.37 74 In DllGetClassObject 08:45.37 75 CShellExtClassFactory::CShellExtClassFactory() 08:45.37 76 CShellExtClassFactory::QueryInterface() 08:45.37 77 CShellExtClassFactory::CreateInstance() 08:45.37 78 CShellExt::CShell
You need to login to post a reply.