search for: 8f82

Displaying 2 results from an estimated 2 matches for "8f82".

Did you mean: 882
2008 May 03
9
Supreme Commander Forged Alliance
I am running the latest version of wine on Ubuntu 8.04 - I have allowed my restricted video card to work and definitely meet system requirements. When I run the .exe in terminal this is the error: nick at Compy386:/hive/games/scfa/bin$ wine ForgedAlliance.exe preloader: Warning: failed to reserve range 00000000-00010000 err:module:import_dll Library WINSTA.dll (which is needed by
2007 Feb 28
2
Fixture name not available as class variable in spec
Hi there, I can''t seem to access the fixture name as a class variable from my specs. I have to set the variable in the spec setup. ... [fixtures] my_fixture: id: 1 ... [rpsec] @my_fixture.id.should == 1 ... [error] You have a nil object when you didn''t expect it! The error occurred while evaluating nil.id ... [my setup] RSpec-0.7.5.1 (r1395) - BDD for Ruby Rails