Hello together,
since I updated to v12.80 from v12.20, I'm unable to run a project which uses parts of this Barcode-Reader Example
	
	
		
			
			
				
					
						
							
						
					
					www.b4x.com
				
			
		
	
I receive following Error:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
in this Line:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
Maybe someone has an Idea what happened here....
I have one Machine back, on which I use 12.20 - there everything works as expected
Also the example-project works without trouble on the 12.80 - System - but not my own project from 12.20
hopefully I have been able to explain what drives me crazy actually.
best regards
Herbert
			
			since I updated to v12.80 from v12.20, I'm unable to run a project which uses parts of this Barcode-Reader Example
[B4X] [B4XPages] Barcode Reader
B4A + B4i barcode reader.  Don't miss:  - #PlistExtra in B4i. - Manifest code + #AdditionalJar in B4A  Depends on BCToast: https://www.b4x.com/android/forum/threads/b4x-bctoast-cross-platform-custom-toast-message.111046/#content (BCToast will be an internal library in the near future)  While the...
				I receive following Error:
			
				Error:
			
		
		
		Error occurred on line: 787 (B4XMainPage)
java.lang.reflect.InvocationTargetException
    at java.lang.reflect.Method.invoke(Native Method)
    at anywheresoftware.b4a.keywords.Common.CallSubDebug2(Common.java:1087)
    at b4a.Sachwerte.b4xpagesmanager._createpageifneeded(b4xpagesmanager.java:1071)
    at b4a.Sachwerte.b4xpagesmanager._showpage(b4xpagesmanager.java:503)
    at b4a.Sachwerte.b4xpagesmanager._addpage(b4xpagesmanager.java:323)
    at b4a.Sachwerte.b4xpagesmanager._addpageandcreate(b4xpagesmanager.java:337)
    at b4a.Sachwerte.b4xpagesmanager._initialize(b4xpagesmanager.java:168)
    at b4a.Sachwerte.main._activity_create(main.java:512)
    at java.lang.reflect.Method.invoke(Native Method)
    at anywheresoftware.b4a.shell.Shell.runMethod(Shell.java:732)
    at anywheresoftware.b4a.shell.Shell.raiseEventImpl(Shell.java:351)
    at anywheresoftware.b4a.shell.Shell.raiseEvent(Shell.java:255)
    at java.lang.reflect.Method.invoke(Native Method)
    at anywheresoftware.b4a.ShellBA.raiseEvent2(ShellBA.java:157)
    at b4a.Sachwerte.main.afterFirstLayout(main.java:105)
    at b4a.Sachwerte.main.access$000(main.java:17)
    at b4a.Sachwerte.main$WaitForLayout.run(main.java:83)
    at android.os.Handler.handleCallback(Handler.java:942)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at android.os.Looper.loopOnce(Looper.java:240)
    at android.os.Looper.loop(Looper.java:351)
    at android.app.ActivityThread.main(ActivityThread.java:8423)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:584)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013)
Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
    at anywheresoftware.b4a.debug.Debug.CallSub4(Debug.java:336)
	in this Line:
			
				B4X:
			
		
		
		    detector = builder.RunMethod("build", Null)
	Maybe someone has an Idea what happened here....
I have one Machine back, on which I use 12.20 - there everything works as expected
Also the example-project works without trouble on the 12.80 - System - but not my own project from 12.20
hopefully I have been able to explain what drives me crazy actually.
best regards
Herbert