Reputation: 519
Installed wxmaxima from the ubuntu 18.04 repository after a fresh install of ubuntu. However I get the following error:
An assertion failed:
../src/common/intl.cpp(1071): assert "lang == wxLANGUAGE_DEFAULT" failed
in IsAvailable(): No info for a valid language?
The backtrace is as follows:
wxLocale::IsAvailable(int)
MyApp::OnInit()
wxEntry(int&, wchar_t**)
main
__libc_start_main
_start
Unticking Show this dialog next time
doesn't help. The warning shows up next time again. If I click Continue
wxmaxima works normally. Help required so that this warning doesn't show up every time I open wxmaxima.
Upvotes: 1
Views: 349
Reputation: 519
The following solved my problem on another machine.
Edit > Configure > Worksheet > Untick "Use centered dot character for multiplication".
Upvotes: 1