[Flightgear-devel] alutLoadWAVFile

2009-03-05 Thread cullam Bruce-Lockhart
So I might have done something foolish. I've been doing a bunch of 
modifications to Flightgear 1.0.0 for research purposes. I decided I should 
check out Flightgear 1.9.1 to get a feel for it, and see if there was good 
reason to port my modifications over to that system, so I just downloaded the 
pre-compiled version to try it out. 

Now 1.0.0 doesn't work anymore. When fgfs.exe is run, the following error 
immediately pops up in windows: The procedure entry point alutLoadWAVFile 
could not be located in the dynamic link library openal32.dll. 

I've re-compiled both simgear and flightgear, no avail. I've made sure that 
openal32.dll is the same version that was there when I first got everything 
running, and is in the right place; that didn't help either. Any other 
suggestions? 
-cullam




  --
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] alutLoadWAVFile

2009-03-05 Thread Csaba Halász
On Thu, Mar 5, 2009 at 2:30 PM, cullam Bruce-Lockhart
culla...@yahoo.com wrote:

 Now 1.0.0 doesn't work anymore. When fgfs.exe is run, the following error
 immediately pops up in windows: The procedure entry point alutLoadWAVFile
 could not be located in the dynamic link library openal32.dll.

 I've re-compiled both simgear and flightgear, no avail. I've made sure that
 openal32.dll is the same version that was there when I first got everything
 running, and is in the right place; that didn't help either. Any other
 suggestions?

Yeah.
1) check if you have multiple copies of openal32.dll
2) run in debugger and verify where openal32.dll gets loaded from
(alternatively use process monitor from the sysinternals toolset)
3) run dumpbin (?) on it to check if it really has the alutLoadWAVFile

-- 
Csaba/Jester

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel