similar to: Wine doesn't load an application-provided DLL

Displaying 20 results from an estimated 100 matches similar to: "Wine doesn't load an application-provided DLL"

2004 Sep 10
2
Compressing sound fonts with FLAC
I've been doing some more tests with compressing sound fonts with FLAC. It compares quite well with sfArk which is a common compression used on the internet for sound fonts, unfortunately its not open. For the most part, in my tests, sfArk beats FLAC in compression, but thats not surprising as I am compressing entire sound fonts which include non-audio data as well. The average compression
2004 Sep 10
2
FlacPak
On Mon, 2003-11-17 at 11:04, Josh Coalson wrote: > could you clarify your plan... are you thinking about > 1) encoding to a FLAC container and using metadata blocks > for everything that is not data? > 2) writing your own container? > > 1) seems kind of impractical to do in a general way. > I'm starting to also think that 2) is the best route. I was originally
2004 Sep 10
5
Bug with FLAC raw encoding
I found a bug with FLAC v0.6 raw encoding. It appears that the file pointer in the source file is not reset after seeking to the end for checking the size. I've attached a patch. I'm excited about FLAC!! I've been looking for a good GPL lossless RAW audio compressor for use with sound fonts. Sound font files contain 16 bit samples that are word aligned, so just treating it as raw
2004 Sep 10
4
Compressing sound fonts with FLAC
Josh Coalson wrote: > yeah, flac doesn't have a 'gzip' fallback method > so any non-audio data will probably get stored > verbatim. I'm kind of reluctant to add a generic > compressor. If you wan't, you could come up with a > FLAC metadata block to store a gzip'ed chunk and I > could add that to the format. > I had the same thought when I was
2009 Jan 22
2
wine for linux and Mac the same or different? (problem)
Hello preface: sorry for my english, but that is not my native language... I want to have a nice photo editor running named FiXfoto. (a Shareware-Download can be found is here: german shareware = http://www.j-k-s.com/stats/getfile.php?id=41 ) There is a english shareware version too, but i didnt tried it. Normally i use Mac Osx and want to use it there. I can install this application
2006 Sep 20
1
kernel32.VirtualAlloc() limitation? - "Insufficient memory to perform operation"
Hello, capserve.exe is part of Adobe Acrobat 5's PaperCapture plugin. Runnning "wine capserve.exe" I get an error saying "Insufficient memory to perform operation" (although all runs fine under Windows). It seems that several calls to kernel32.VirtualAlloc(), ntdll.NtAllocateVirtualMemory() and related functions are executed right before the error message is issued. See
2004 Sep 10
0
More FlacPak stuff
For those who are interested in checking out my initial specification for the FlacPak format, I updated the web pages at: http://swami.sourceforge.net/flacpak.php The direct link to the specification notes: http://swami.sourceforge.net/flacpak_format.php For those who weren't reading the previous threads, FlacPak is a format being designed to handle compression of files containing binary and
2006 May 08
3
Songbird with wine
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello guys, I'm new into this list. I searched into the list looking for something about Songbird, also the website, and I didn't find information about my problem with wine. Let me tell, I want to run Songbird, the last release into my Slackware machine, so I got the exe and tried to install it. The installation works perfectly, also it
2010 Dec 07
2
Cannot install dcom98
here is the steps to reproduce, I have wine 1.3.8: Code: $ export WINEPREFIX=`readlink -f .`/wine $ export XDG_DATA_HOME="$WINEPREFIX"/env $ export WINEDLLOVERRIDES="mshtml=" $ export WINEARCH="win32" $ winetricks dcom98 in the log this part seems the most interesting: Code: Executing wine /home/paolo/.cache/winetricks/DCOM98.EXE err:virtual:NtMapViewOfSection
2004 Sep 10
0
Compressing sound fonts with FLAC
> > the best thing would be to try and set the > blocksize > > to match the length of the individual 'sample'. > if > > each sample is much shorter than the blocksize > then > > the encoder may not be able to generate an > efficient > > model of the signal. if the samples within the > > soundfont vary greatly in length that also makes >
2008 Oct 26
20
Big test coming up: fallout 3
ok as everyone knows, (and to be frank i didnt think it would in my lifetime ;P) fallout 3 gets released in 3 days or 6 for those who live in europe. now for those who where playing games since the 3rd grade the fallout universe has a special place in their hearts since literally i grew with it! so in mho fallout 3 fells in the category of games that someone must simply have, and thats why im
2011 Dec 18
2
I cant create a wine dll (so)
Hi First of all im not sure what info you might need in order to be able to help so please bear with me and ask for any info needed.. I'm trying to run BF3 in wine but when i try to start the game it gives me the below error: Code: err:module:import_dll Loading library d3d11.dll (which is needed by L"C:\\Games\\Battlefield3\\bf3.exe") failed (error c000007b).
2011 Feb 19
2
bthprops.cpl Missing + Wrong Architecture Error...
Hello. I'm trying to use Dolphin Emulator (32bit, revision 7120) with Wine so I could use it's Direct3D capabilities (hence why I don't use the Linux port). I have two problems doing so: 1. I'm using Ubuntu 64bit, with Wine 1.3.13. Even though Dolphin is 32bit, I'm getting the error: Code: "Trying to load PE image for unsupported architecture (AMD-64)" 2. I get 2
2006 May 11
1
DLL Problems Installig Picasa2
Hi. I'm trying to install Picasa 2 on my Linux workstation. Here's my info: * OS: Ubuntu Breezy Badger * Windows Version: Windows isn't installed on the machine, and I'm emulating Windows 2000 (since Picasa works on Windows 2000 and XP). * Wine Version: 0.9.12 I installed Wine via apt-get (using the winehq-suggested repositories) and am able to run programs like winver.exe
2008 Jul 16
2
close to running framemaker 8
Hello felllow wine users, Using some of the dll packages from my vista machine, I managed to complete the installation of framemaker 8. When the application is run for the first time, it asks for the EULA to be accepted. The first time this happened, wine asked to install 'Gecko' for html to display (im assuming the EULA is a form based in html). The buttons to accept, reject and cancel
2004 Sep 10
2
FlacPak
I posted to this list a couple years back and then again sometime a year ago about using Flac to compress SoundFont instrument files. I never got around to finalizing the specification for that project, and I have since realized that a more generic approach would be better. I registered the "SFFL" Sound Font FLAC application meta data ID. I would like to remove that, since it was never
2004 Sep 10
0
Bug with FLAC raw encoding
--- Josh Green <jgreen@users.sourceforge.net> wrote: > I found a bug with FLAC v0.6 raw encoding. It > appears that the file > pointer in the source file is not reset after > seeking to the end for > checking the size. I've attached a patch. > thanks, I patched it into CVS > I'm excited about FLAC!! I've been looking for a > good GPL lossless RAW >
2004 Sep 10
0
Bug with FLAC raw encoding
On Fri, 2 Feb 2001, Josh Green wrote: > I found a bug with FLAC v0.6 raw encoding. It appears that the file > pointer in the source file is not reset after seeking to the end for > checking the size. I've attached a patch. What's the impact? Do I have bad .flac files? > I'm excited about FLAC!! I've been looking for a good GPL lossless RAW > audio compressor for
2005 May 15
0
Heroes of Might & Magic 2 troubles with wing32.dll
Hello, All! I've got HOMM II, and Wine (20050515-CVS). Let's try to start: $ wine HEROES2W.EXE err:module:import_dll Loading library WING32.dll (which is needed by L"Z:\\mnt\\games\\HOMM II\\HEROES2W.EXE") failed (error c000007b). err:module:LdrInitializeThunk Main exe initialization for L"Z:\\mnt\\games\\HOMM II\\HEROES2W.EXE" failed, status c0000135 $ Let's
2004 Mar 11
1
lotus notes 6
hi, i have downloaded newest wine version (20040309) and installed lotus notes on it. i use debian woody/stable. i have followed the german mini-howto, installed the dll's and so on, noticed on this site, but when i try to start it, i get many information, til it stops. here the last lines: rr:module:import_dll No implementation for COMCTL32.dll.FlatSB_SetScrollRange imported from