Re: [Factor-talk] Could not initialize OpenAL

2016-09-14 Thread Björn Lindqvist
2016-09-12 8:32 GMT+02:00 Alexander Ilin : > Win 8x64, Factor 32-bit. > > I'm trying to run some demos, and they say I need alut.dll and openal32.dll, > both of which I've downloaded and placed in the Factor.exe folder. It actually is the OpenAL32.dll with the special casing you

Re: [Factor-talk] Could not initialize OpenAL

2016-09-14 Thread Alexander Ilin
Hello! 14.09.2016, 17:04, "Björn Lindqvist" : f f alutInit drop alutGetError alutGetErrorStringAnd see what error message you get. "There was an error opening the ALC device" I'm not on Win10, but rather Win8 Pro 64-bit. ---=---Александр 

Re: [Factor-talk] Could not initialize OpenAL

2016-09-14 Thread John Benediktsson
Maybe you could find a different source for an OpenAL32.dll that works and then we could figure out what's different. On Wed, Sep 14, 2016 at 9:32 AM, Alexander Ilin wrote: > Hello! > > 14.09.2016, 17:04, "Björn Lindqvist" : > > > > f f alutInit drop

[Factor-talk] Reload Failure

2016-09-14 Thread Alexander Ilin
Hello! Being on the top of the master branch, when I try to reload all vocabs (F2) I get the following long error: ```resource:basis/compiler/cfg/cfg.factor 3: USING: accessors compiler.cfg.stack-frame kernel layouts math   

Re: [Factor-talk] Could not initialize OpenAL

2016-09-14 Thread Björn Lindqvist
2016-09-14 18:32 GMT+02:00 Alexander Ilin : > Hello! > > 14.09.2016, 17:04, "Björn Lindqvist" : > > f f alutInit drop alutGetError alutGetErrorString > > And see what error message you get. > > > "There was an error opening the ALC device" > > I'm not on Win10,

[Factor-talk] Test (Disregard)

2016-09-14 Thread Dave Carlton
-- ___ Factor-talk mailing list Factor-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/factor-talk

Re: [Factor-talk] Could not initialize OpenAL

2016-09-14 Thread Alexander Ilin
Hello! 15.09.2016, 00:16, "Björn Lindqvist" : But you can download soft_oal.dll from the OpenAL soft package:http://kcat.strangesoft.net/openal-binaries/ Rename that file toOpenAL32.dll and put it in the same directory as factor.exe and thealut.dll file. Then it works for me. I

Re: [Factor-talk] Could not initialize OpenAL

2016-09-14 Thread Björn Lindqvist
2016-09-14 23:53 GMT+02:00 Alexander Ilin : > Hello! > > 15.09.2016, 00:16, "Björn Lindqvist" : > > > > But you can download soft_oal.dll from the OpenAL soft package: > http://kcat.strangesoft.net/openal-binaries/ Rename that file to > OpenAL32.dll and put it