Wiki

Changes between Version 10 and Version 11 of Troubleshooting

Show
Ignore:
Timestamp:
02/09/11 09:49:52 (13 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Troubleshooting

    v10 v11  
    116116 
    117117 
     118=== Install Error: Unexpected debug information initialization error ... === 
     119 
     120On Ubuntu (10.10), during installation, you get: 
     121{{{ 
     122Compiling installation program... 
     123error: Unexpected debug information initialization error "The assembly for default symbol writer cannot be loaded" 
     124Compilation failed - 1 error, 0 warnings 
     125Not running due to errors above. 
     126}}} 
     127The solution is to issue: 
     128{{{ 
     129sudo apt-get build-dep monodevelop 
     130sudo apt-get install mono-xbuild 
     131}}} 
     132 
    118133=== Other Problems === 
    119134