1. wxEuphoria
- Posted by ChrisB (moderator) Dec 14, 2009
- 1234 views
Hi (Matt)
Switching from SuSE to Xubuntu (currently 8.10), playing with wxEuphoria again. Running any wxEu demo, get the following error
crylex@S1-x810:/eueui all_demos.exw
/home/crylex/euphoria/wxEuphoria_0_12_2/include/wxeud.e:3755 in function callProc() A machine-level exception occurred during execution of this statement
^ call-back from external source
... called from all_demos.exw:430
here's the offending function in wxeud.e
function callProc( atom rid ) call_proc( rid, get_the_object() ) return 0 end function constant callProcCB = call_back('+' & routine_id("callProc"))
have ensured got the latest wx 2.8 libs, anything else?
Chris
2. Re: wxEuphoria
- Posted by ghaberek (admin) Dec 15, 2009
- 1010 views
Can you check the ex.err file for the valud of rid?
-Greg
3. Re: wxEuphoria
- Posted by ChrisB (moderator) Dec 15, 2009
- 1078 views
Can you check the ex.err file for the valud of rid?
-Greg
Hi
/home/crylex/euphoria/wxEuphoria_0_12_2/include/wxeud.e:3755 in function callProc() A machine-level exception occurred during execution of this statement rid = 7
^ call-back from external source
... called from all_demos.exw:430
It seems to be fairly universally line 3755, whichever demo is being tested. Also, it only seems to be callbacks, as about.exw displays al the buttons, until you go to click one.
Chris
4. Re: wxEuphoria
- Posted by mattlewis (admin) Dec 15, 2009
- 1045 views
Switching from SuSE to Xubuntu (currently 8.10), playing with wxEuphoria again. Running any wxEu demo, get the following error
crylex@S1-x810:/eueui all_demos.exw
/home/crylex/euphoria/wxEuphoria_0_12_2/include/wxeud.e:3755 in function callProc()
What version of euphoria are you using? If you're using some flavor of 4.0, you'll need the v0.13.1.
Matt
5. Re: wxEuphoria
- Posted by ChrisB (moderator) Dec 16, 2009
- 994 views
Hi
Yes, that sorted it. Thanks.
Chris