[Gambas-user] Issue 415 in gambas: Cannot run child process (native code)
gambas at ...2524...
gambas at ...2524...
Fri Mar 29 10:08:29 CET 2013
Comment #17 on issue 415 by r... at ...1740...: Cannot run child process
(native code)
http://code.google.com/p/gambas/issues/detail?id=415
Testing with the code.
The native error is gone.
But strange things happen.
I get:
2013/03/29 10:01:59 ERROR: Parsing Ping Result: File or directory does not
exist at Main.NotifySend.6349
The Error.Text and Error.Where are correct, but the line displaying the
error is somewhere in a different part of the project.
The '2013/03/29 10:01:59 ERROR: Parsing Ping Result:' Is a ping module
which works ok.
Ping.Module:
Catch
Main.WriteDebugLog(("ERROR: Parsing Ping Result: ") & Error.Text & " at "
& Error.Where)
As if the error management is mixed up.
There is no Catch in the Main.NotifySend routine yet, but does it then
propagate to a completely different part of the project??
Is this another bug? I hope not, I finally want to switch to Gambas3, but I
can't.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list