Displaying 2 results from an estimated 2 matches for "matterhorn".
2008 Jan 03
3
unimplemented function gdiplus.dll.GdipGetGenericFontFamilySansSerif
I'm trying to install My Siruis Studio (to access a Sirius satellite
radio) with Wine 0.9.52 on in Intel iMac running OS X 10.5.1. This
application requires MS .NET Framework 1.1, so I tried installing Mono
1.26 instead. This allowed the My Siruis Studio installation to
complete, but an attempt to run My Siruis Studio fails immediately with:
Call from 0x7b830330 to unimplemented
2012 Oct 18
3
Issues upgrading RSpec
...drigo/.rvm/gems/ruby-1.9.3-p286 at rails/gems/sequel-3.35.0/lib/sequel/database/connecting.rb:229:in
`synchronize''
#
/home/rodrigo/.rvm/gems/ruby-1.9.3-p286 at rails/gems/sequel-3.35.0/lib/sequel/database/query.rb:253:in
`transaction''
#
/home/rodrigo/ecore/src/ruby/matterhorn/spec/spec_helper.rb:51:in `block
(3 levels) in <top (required)>''
...
See this spec_helper extract:
config.around(:each) do |example|
51: DB.transaction(savepoint: true, rollback: :always) do
example.run
end
end
Any idea of what has been changed si...