B4R Question b4r reports "error map is not correct"

MbedAndroid

Active Member
Licensed User
Longtime User
trying to setup esp wemos, b4r compiles, uploads, and at the end i got something mixed in 2 languages "Error, the map is not correct" Pop Up screen
dont see any log of a working program.
What could be wrong?
Arduino settings are ok, could compile/load directly some testprograms
 

MbedAndroid

Active Member
Licensed User
Longtime User
funny, even when i set the language to English, it remains partly Dutch....
But it says "mapname is not valid"
 
Upvote 0

MbedAndroid

Active Member
Licensed User
Longtime User

It does with any program, no matter what
B4X:
Private Sub AppStart
    Serial1.Initialize(115200)
    Log("AppStart")
    bmp180.Initialize
  
   If wifi.Connect("dlink") = False Then
       Log("Error connecting to network")
       Return
   Else
       Log("Connected to network")
   End If
   usocket.Initialize(51042, "usocket_PacketArrived")
   Timer1.Initialize("Timer1_Tick", 500)
    Timer1.Enabled = True
End Sub
 
Upvote 0

MbedAndroid

Active Member
Licensed User
Longtime User
still same error with log setted to "IDE" and uploadspeed to 115200 baud.
The upload is anyway ok, the program works, and i can monitor it via Teraterm.
It's something with the logging. Also when i click the ConnectButton the same error shows up.
Could it be a setting in Arduino?
 
Upvote 0

MbedAndroid

Active Member
Licensed User
Longtime User
Result is cross jumping b4r to b4j
Error message in B4R is gone anyway
 
Upvote 0

MbedAndroid

Active Member
Licensed User
Longtime User
old thread, but in case someone has this error "map is not valid" just change your project to a another location and the error is gone.!
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…