similar to: OpenGL32 stuff

Displaying 16 results from an estimated 16 matches similar to: "OpenGL32 stuff"

2009 Jan 31
7
Darwine stopped working
I downloaded and installed Darwin 1.1.5 to run Sturmovik IL2 1946. It worked fine yesterday but today, it will not load the application. Everything seems to start normally, but I get the following message in the Wine Log: err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for
2010 Jun 24
1
Wine on Windows (via opengl32.dll)
Hello! I'm trying to replace "default" Direct3D7 implementation with gorgeous Wine software (ddraw.dll/wined3d.dll). However initialization brings surprises. wined3d.dll tries to load opengl32.dll (it's correct I suppose). opengl32.dll calls GetSystemMetrics from user32.dll (it's probably correct) user32.dll tries to use ddraw.dll to calculate some parameters. Maybe
2010 May 20
1
"opengl32.dll" failed to initialize, aborting -> need help
Hello, I have recently installed wine 1.1.44 and now I'm trying to make World of Warcraft work. Firstly, I installed the graphic card drivers, here is my output for Code: glxinfo | grep -v 0x Code: name of display: :0.0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: ATI server glx version string: 1.4 server glx extensions: GLX_ARB_multisample,
2001 Oct 01
2
failed to load .so lib for builtin opengl32.dll
Hello there ! I have a little problem I hope one of you can help me with. OpenGL won't work with wine, but it works fine under native linux. Here's some output from wine when I tried to run Quake3 Arena: [root@linux q3]# wine quake3.exe Loading required GL library /usr/X11R6/lib/libGL.so.1.2 err:mmsys:MMDRV_InitHardcoded You didn't setup properly the config file for the Wine
2011 Apr 26
3
noob:Can't get IL-2/1946 to run!
I'm fairly new to Linux and Wine. I bought IL-2/1946 because it was rated as "platinum", but it won't run. I got it to load, and made sure all the .exe files were marked as executable. It won't run. I go to the main exe file (il2fb.exe) and click on it with Nautilus open as administrator (or normal), and I've tried launching from the menu and wine icons on my desktop. All
2008 Mar 21
3
opengl32.dll problem running WoW.exe after new graphics card
Running Ubuntu 7.10 64bit, had World of Warcraft running fine under Wine with OpenGL, then my graphics card ate itself (Nvidia 7900GTX). Bought a new one (Nvidia 8800GT), but I had to monkey with the system in order to get the 8800GT to work. I'm pretty sure I messed something up trying to get the 8800GT to work as I had to remove the restricted drivers module. Now when I try to run WoW.exe
2006 Jan 28
2
Trying to understand the difference between similariterators
No I have tried that. It gives me just this output # -----Original Message----- From: rails-bounces@lists.rubyonrails.org [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Pat Maddox Sent: Friday, January 27, 2006 2:48 PM To: rails@lists.rubyonrails.org Subject: Re: [Rails] Trying to understand the difference between similariterators Well first of all, when you''re iterating
2007 Jan 20
0
[PLUGIN] instance_validations
Get info at http://evang.eli.st/blog/2007/1/20/instance-validations-plugin (until I set up an open svn repository). Download link is at the bottom of that page InstanceValidations =================== ActiveRecord lets you define validations at the class level. This plugin lets you define validations for ActiveRecord instances. Take the following ActiveRecord class: class Chicken <
2009 Mar 15
0
rspec 1.2.0 Released
rspec version 1.2.0 has been released! Behaviour Driven Development for Ruby. Changes: ### Version 1.2.0 WARNINGS: * If you use the ruby command to run specs instead of the spec command, you''ll need to require ''spec/autorun'' or they won''t run. This won''t affect you if you use the spec command or the Spec::Rake::SpecTask that ships with
2010 Oct 03
2
rspec-1.3.1.rc and rspec-rails-1.3.3.rc are released!
rspec-1.3.1.rc and rspec-rails-1.3.3.rc are released! These are release candidate gems for updates 1.x series, including some bug fixes and deprecation warnings for functionality that will be removed in rspec-2. Barring unexpected complications, I''ll release final versions of these gems within the next week. Cheers, David
2008 Jan 21
3
Story runner "macros"
I''ve gotten quite a bit out of Pat Maddox''s screencast http://evang.eli.st/blog/2007/10/8/story-runner-top-to-bottom-screencast One thing I''m not sure of is the feature where he writes things like: When "I POST to", "/articles", :post => {:title => "Title", :body => "Body") do | path, params| post_via_redirect
2006 Jun 22
2
[PLUGIN] url_for_with_prefix - allowing you to modify/remove prefixes easily
Here''s the readme. I think it''s okay to post this kind of thing to the mailing list. Anyway, hopefully someone else finds this useful. UrlForWithPrefix ================ By Pat Maddox Very simple plugin, adds the :prefix option to url_for. Say in your environment.rb file you''ve got ActionController::AbstractRequest.relative_url_root = "/super" Any time
2007 Sep 19
1
Strange error in StoryRunner (was: Mocks in StoryRunner)
Hi, I''m posting this stack trace again because it keeps popping up, seemingly as the ''default error'' when something is wrong with my story code; for instance, I got it when I referenced a variable in my ''Given'' that I had forgotten to pass into the block. Now I''m getting it when I attempt to post to a login action: And ''user is
2007 Oct 21
18
plain text stories
Thanks to discussions on this list, suggestions from many of you and a patch from Pat Maddox, we now have Plain Text User Stories in Story Runner. Read more: http://blog.davidchelimsky.net/articles/2007/10/21/story-runner-in-plain-english Cheers, David
2006 Nov 03
10
[PLUGIN] rspec_resource_generator - RESTful scaffold generator with RSpec specifications
rspec_resource_generator ======================== By Pat Maddox Use this generator to generate RESTful scaffolding with RSpec specifications. Syntax is exactly the same as the scaffold_resource generator: ./script/generate rspec_resource ModelName [field:type field:type] When you run this generator, it will create a migration, model, and model spec file. In addition, it gives you a RESTful
2007 Oct 14
40
Step matchers
I think we all know that the readability of steps isn''t great right now, and in fact there''s a very recent thread that discusses just that. It was that recent thread that prompted me to explore this a bit. The basic idea is that you define step matchers, which have a regex, and then you match step names against that regex. Kind of tough for me to explain so I''ll just