Yep, I am back with another goofy question. I have installed freebasic and window 9 on several comuters with no problem. I just installed it on another computer with the same fedora 32 and am getting the following error.
/tmp/geany_run_script_LHVAN0.sh: line 7: 4195 Segmentation fault (core dumped) "./button_gadget"
It doesn't matter which window9 command that is run. It can be a message box or button gadget. It compiles ok, but when it is run I get a segmentation fault. Do you have any idea why that might be or how to fix it and move forward? I have exhausted my ideas... I would appreciate any of your ideas..
thanks,
John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Neither of those works. I am guessing there is something with the Fedora installation, not window9. It works on my other computers. Anyway, thanks for your help,
John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yep, I am back with another goofy question. I have installed freebasic and window 9 on several comuters with no problem. I just installed it on another computer with the same fedora 32 and am getting the following error.
/tmp/geany_run_script_LHVAN0.sh: line 7: 4195 Segmentation fault (core dumped) "./button_gadget"
It doesn't matter which window9 command that is run. It can be a message box or button gadget. It compiles ok, but when it is run I get a segmentation fault. Do you have any idea why that might be or how to fix it and move forward? I have exhausted my ideas... I would appreciate any of your ideas..
thanks,
John
Run the compiled program directly from the terminal , what is the result ?
In any case , you can try to recompile the library window9 from source and then put the compiled library in the right folder.
Neither of those works. I am guessing there is something with the Fedora installation, not window9. It works on my other computers. Anyway, thanks for your help,
John