Displaying 20 results from an estimated 800 matches similar to: "encoding PCM chunks?"
2017 Feb 27
2
How to catch EXCEPTION_ACCESS_VIOLATION exceptions on win64
LLVM3.8 version.
https://bugs.llvm.org//show_bug.cgi?id=24233. The example can catch exception. But I use my own code for testing, CustomEHMemoryManager allocated memory address is very large, allocateCodeSection, allocateDataSection assigned address (more than 32 bit address space) is getting smaller and smaller. Cause registerEHFrames to fail.
3.9.1 or 4.0.0 version has been supported on win
2017 Feb 16
2
How to catch EXCEPTION_ACCESS_VIOLATION exceptions on win64
For help:
Llvm generated instruction calls a function (extern), the function will have a SEH exception (EXCEPTION_ACCESS_VIOLATION), But JIT can not capture the exception of the EXCEPTION_ACCESS_VIOLATION. I saw Bug 24233. EXCEPTION_ACCESS_VIOLATION exception cannot be captured after modification.
How to catch EXCEPTION_ACCESS_VIOLATION exceptions on win64 ?
haifeng.qin at wellintech.com
2000 Jun 26
4
New version vorb_enc.dll
Hi all,
I've just posted another version of vorb_enc.dll (w/source code) at
http://xtractor.sourceforge.net/vorbdll-20000626.zip
It will still work as a drop-in replacement for bladeenc.dll (just rename
the files that your ripper creates from MP3 to OGG), but will also accept
info for the ogg comment header in the vorb struct in the format union of
the BE_CONFIG struct. I'll be
2001 Jul 04
1
Ogg Vorbis ripping/encoding on Windows
I think the new web page is wonderful. However, one thing annoyed me.
Some programs on 'Other Software Which Supports Ogg Vorbis' page at
Vorbis.com seems to be bit problematic. As far as I know, at least two
of them have not updated their plug-ins for a while.
1. 'CD-DA X-Tractor' vorbenc-20001018.zip as 'Latest released version
of vorb_enc.dll'
2. 'Media
2008 Jun 13
1
Access violation when calling Front41
Hello! When I tried to call Front41 in R, I met some problem. After I
entered: system ('front41.exe'), an error occured :
"jwe0019i-u The program was terminated abnormally with Exception Code
EXCEPTION_ACCESS_VIOLATION.
error summary (Fortran)
error number error level error count
jwe0019i u 1
total error count = 1
FRONTIER - Version 4.1c
2013 Oct 14
1
Missing audio when converting PCM to Ogg
Hello,
I am using the Ogg Vorbis library to encode PCM data into ogg format. The
conversion seems to work fine with the exception that the first and last
little bit of audio appears cut off in each converted stream. It's about
.25 seconds that are lost.
I am essentially following the example from here:
http://svn.xiph.org/trunk/vorbis/examples/encoder_example.c
When I added a
2015 May 19
0
Writting 16-bit PCM data to Ogg.
sorry for the mess created.
So far I have installed these two library *libogg-1.3.2, libvorbis-1.3.4*
successfully.
When installing this *vorbis-tools-1.4.0 *: I am getting this error.
Making install in man
make[2]: Entering directory
`/home/arunbalaji/Downloads/vorbis-tools-1.4.0/oggenc/man'
make[3]: Entering directory
`/home/arunbalaji/Downloads/vorbis-tools-1.4.0/oggenc/man'
make[3]:
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
2010 Apr 12
2
Problems running a Java program in Wine
Hello everyone, im runing a java program under Wine, but sometimes when i try to get some report in the report viewer which is an smaller DLL app, it Crash giving a message in the console, On Windows XP, the same program and JVM version runs perfectly. Here Is the the message:
#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at
2011 Aug 20
1
Fallen Earth Installer Will Not Complete Update
Running with:
wine version: wine-1.3.26
Gentoo Linux 2.6.39 x86_64 AMD
I followed the instructions on the Fallen Earth AppDB entry (http://appdb.winehq.org/objectManager.php?sClass=version&iId=19897), including installing winhttp.dll through winetricks.
(Fallen Earth Mac/Wine Beta Client FAQ (http://forums.gamersfirst.com/index.php?showtopic=199045) has info on getting the client, trial
2011 Oct 18
0
[Driver San Francisco]Install crash, Java runtime error
Hi,
I try actually to install Driver San Francisco but the crash install in the beginning because there is a fatal error detected by Java.
This is the error message in the console when i launch the installation :
Code:
berillions at Debian64:~$ WINEPREFIX=/home/berillions/Prefix/DSF wine /mnt/iso/setup.exe
berillions at Debian64:~$ cwd: C:\users\berillions\Temp\I1318932439\Windows
cmd:
2011 May 25
0
issues with rJava; cannot run JRI example
Hello,
I am trying to run JRI example from rJava, but I have some issues. I have read many posts and didn't find any solution to my problem.
I have the following code:
Rengine re = new Rengine(null, false, null);
System.out.println("Rengine created, waiting for R");
if (!re.waitForR()) {
System.out.println("Cannot load R");
return;
2012 Mar 16
2
Football Manager 2010 doesn't work
Hello.
I want to install Football Manager 2010, with 10.1 patch. It has a gold rating here: http://appdb.winehq.org/objectManager.php?sClass=version&iId=18296
The installation should work fine, but not. This appears when I execute the setup.exe file:
Code:
[ignacio at myhost iso]$ wine setup.exe
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll
2010 Aug 01
3
Longman iBT 2.0 Toefl
Hello. Can anyone please take a second to help me out with this problem? I try to run Longman iBT 2.0 Toefl with the last version of Wine / Lubuntu / FGLRX (video driver for ATI HD 4330 ) / Java. I have the last version of all these... As you can see, the program runs but some items are not displayed or wrong displayed. Moving the pointer or moving the window can make the image better or worse.
2004 May 17
1
Problem with package SJava
Hello all,
I'm trying to run SJava package (0.65 modified downloaded from :
http://stats.math.uni-augsburg.de/iPlots/alpha/) on windows NT 2000 and R
1.8.01. I have also downloaded the PDF Calling R from Java and when I want
to execute the following code:
import org.omegahat.R.Java.*;
import java.io.*;
public class Essai{
public static void main (String [] args) {
REvaluator e = new
2009 Feb 17
5
Sun JRE 1.6.0_12 installer hangs then crashes
Hi there,
I upgraded to Wine 1.1.5 from Gentoo sources today, and tried to install Sun JRE 1.6.0_12 into a clean Wine prefix.
Half-way through the installation, it hangs on "installing class data sharing" for a few minutes, then crashes. Java itself does seem to work though.
Any ideas?
Terminal output:
Code:
fixme:advapi:LookupAccountNameW (null) L"michael" (nil) 0x33f77c
2009 May 02
0
installing maple 8 - Java error
I am trying to install my copy of maple 8 for windows, using wine in mandriva 2008.1. Apparently there is a difficulty with handling the java code for the installantion front-end. Below I report the log file showing the error.
One curious thing is that I get very close to make wine run the maple 8 version I have already installed in a windows XP partition. The maple window correctly pops up, but
2010 Mar 24
1
R and/or REngine kills Java
Hi all,
I am using R and JRI under Windows XP Pro. I am posting this question
here since the reason might be R related (since I am running an R
script) but there is also a very good chance that it is JRI only
(since I am using the JRI interface to activate the script) -- in
which case I want to apologize for misplacing this message.
I have a method that instantiates an REngine object every time
2003 Nov 08
2
Encoding in Delphi - Help
Hi!
I've made a vorbis encoder in delphi, but it's very verey slow!
It takes 5 minutes to encode a pcm file.
And i don't know why. Could anyone help me???
----------------------------------------------------------------------------------
result := ogg_stream_flush(os, og);
while result <> 0 do
begin
OutFile.Write(Pointer(og.header)^, og.header_len);
2009 Jun 01
3
Problem EXCEPTION_ACCESS_VIOLATION (0xc0000005)
Hi, When i want load eclipse with wine 1.1.22 I obtained this error :
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7ec06ec4, pid=27, tid=28
#
# JRE version: 6.0_14-b08
# Java VM: Java HotSpot(TM) Client VM (14.0-b16 mixed mode windows-x86 )
# Problematic frame:
# C [comctl32.dll+0x86ec4]
#
# If you would like