Ubuntu :: Java Audio Crash In Native Code
Oct 25, 2010
java: /build/buildd/openjdk-6-6b20-1.9/build/../pulseaudio/src/native/org_classpath_icedtea_pulseaudio_Stream.c:680: Java_org_classpath_icedtea_pulseaudio_Stream_nativ e_1pa_1stream_1cork: Assertion `stream' failed.
I keep getting this error about 1-10% of the time when a Java application tries to play audio. When this happens, the whole JVM quits, which means the crash is in native code. I find it difficult to test my Java games, for obvious reasons, since I am a Java developer primarily. I use Eclipse 3.6 SR1 to develop my Java apps, and I'm a recent convert to Ubuntu from Mac OS X. EDIT: Whoops, forgot to mention that I'm running Ubuntu 10.10 "Maverick Meerkat" x86_64 version.
View 9 Replies
ADVERTISEMENT
Jul 2, 2010
I'm trying to build a GUI for my java app and compile with gcj (to native code). I started googling and found 3 possibilities: Java-Gnome, Gnome-GCJ and libswt. Unfortunately, Java-Gnome is not compatible with gcj and Gnome-GCJ is, but is no longer maintained. The third option, libswt, I could not find any clear information what is it and how it works. Can you enlighten me a bit more about the subject?
View 8 Replies
View Related
Mar 30, 2011
I need to rewrite the selenium java code into its equivalent php code.
View 5 Replies
View Related
Feb 16, 2010
there is notebook Asus M51T Series, Ubuntu 9.10 Karmic OS (regular upgrades), USB MIDI-keyboard Korg Nanokey, external USB sound card Native Instruments Audio 2 Dj and USB-MIDI-controller Numark Omni Control. With Nanokey there are no problems. Audio 2 Dj does not work normally, Omni Control at all has no driver in Ubuntu, if I have correctly understood.
For example, any application (for example a player) starts an audiostream. The sound is only the first some seconds. After that it turns to short series of clicks. Clicks chaotically appear and for lack of any prospective audiostreams. Thus built in sound card works normally.
View 2 Replies
View Related
Aug 28, 2010
I think I put this in the wrong place
View 1 Replies
View Related
Jun 8, 2010
If you uninstall openJDK then download and install Sun jre-6u20-linux-i586, the n install plugin with
Code:
ln /opt/java/jre1.6.0_20/lib/i386/libnpjp2.so .
Restart Firefox and try to open java applet, firefox crashes.
The reason I'm not using openJDK because it is not working with Webex and thats critical for my work
View 7 Replies
View Related
Aug 1, 2010
Since when I upgraded OpenSuse from 10.2 to 11.3 (big jump, I know!), I can no longer use OpenOffice. When Java is Active, the OO applications crash after a few operations. Most of times they don't even start.
When run in a terminal, OO answers with errors like this:
Code:
Exception in thread "Thread-1" java.lang.OutOfMemoryError: requested 24 bytes for CHeapObj-new. Out of swap space?
#
[Code]....
View 9 Replies
View Related
Apr 26, 2011
how to compile java code on ubuntu linux? also is it possible to incorporate C code in Java GUI?
View 1 Replies
View Related
Oct 5, 2010
I followed the instructions on [URL] /PluginsFor64BitFirefox but it still crashes as soon as I visit a website with java
[xxxxx@xxxxx01 tmp]$ firefox
Exception in thread "main" java.lang.NoClassDefFoundError: sun/plugin2/main/server/MozillaPlugin
Caused by: java.lang.ClassNotFoundException: sun.plugin2.main.server.MozillaPlugin
at java.net.URLClassLoader$1.run(Unknown Source)
[Code]....
View 2 Replies
View Related
Aug 31, 2010
I need to code a media streamer in java but I found out that I would need the java media framework to simplify the task. I downloaded the bin and need to export it into the files where my jdk packages are at by default. I'd rather not set my path variables because I'm not so good at interfacing with BASH. I just want to start nautilus in sudo and drag and drop like I did with my python packages. I am just having trouble locating the jdk lib.I'm not using openjdk but sun-jdk 1.6.18. My OS is Lucid. The package is JMF2.1.1e. I'm pretty sure I just need the just the lib files from it and none of the executable.
View 1 Replies
View Related
Apr 27, 2011
Does anyone know an application that can draw UML graphs automatically from Java code for linux platform. I've tried startuml, but in doesn't work very well.
View 1 Replies
View Related
Aug 6, 2010
As a part of my project I have to write the code from scratch in c/c++ but I already have a full blown Java code available with me. Is there any tool that can do the same.
View 10 Replies
View Related
Jan 4, 2010
i am trying to generate a linux executable data (bin data) from my java source code.
View 4 Replies
View Related
Jan 24, 2010
Today, I started having a problem with the "System Settings" audio option. Basically, when I go to Personal Settings -->Multimedia I get a crash.This also means that I am not getting sound correctly.
View 8 Replies
View Related
May 16, 2010
Right so I managed to fix this once, by installing the wine.i686 instead of the x86_64, but now it's back. So I removed the 686 package and installed the x86_64 package again, no go. I get a fairly sizey list of memory dumps. The audio is working on everything else. But winecfg keeps crashing when I click the audio tab.This is on a Packard bell with ATI chipset, an ATI tech Azalia (Intel HDA) soundcard, an AMD Turion 64x2.I'm running FC12 on the 2.6.32.11-99.fc12.x86_64 kernel, the version of wine is 1.1.38.x86_64 (right now) on kde 4.4.2
Code:
fixme:seh:execute_cfa_instructions 7fd8c47a209d: DW_CFA_remember_state not implemented
fixme:seh:execute_cfa_instructions 7fd8c47a20a0: DW_CFA_restore_state not implemented
[code]....
View 3 Replies
View Related
Jan 18, 2011
I just installed Ubuntu 10.10 last evening and all has been going well. Lucid didn't work out for me, so I used other distros. 10.10 fixed all issues except one thing. This is a need for me; e-courses I take require that I use Elluminate Live, a Java-based conference software. It runs flawlessly on every distro except Ubuntu. I had to use another PC running a different distro in order to get to a class. I really don't want to do that all the time. I thought it may be OpenJDK, but I found that Sun Java was installed and in use (I installed the extras while installing). I tried OpenJDK (worth a shot eh?) and the exact issue persists. All other programs have perfect audio.
View 2 Replies
View Related
Jan 28, 2010
For some reason Java Applications running through Firefox have no audio, Java applications running through the java -jre command do run with working audio though. I don't know what else I need to post, but this is what I've been getting. Audio does seem to work with most of my other applications and games.
View 1 Replies
View Related
Feb 24, 2010
This is the code i used, there is no error in execution but no file is bein saved in the working directory. I'm new in java,so just started learning.
public class Hel
{
public static void main(String args[])
throws IOException
[code]....
View 5 Replies
View Related
Aug 9, 2011
After messing up with grub, I reformatted my hdd and installed opensuse 11.4 (gnome+kde) from the dvd and also included the java sdk while installing, now the problem is that whenever i compile a java program, I get this error Code: /usr/src/packages/BUILD/glibc-2.11.3/csu/../sysdeps/x86_64/elf/start.S:109: undefined reference to `main'
View 3 Replies
View Related
Jul 26, 2010
I've just installed java (jre-6u21-linux-i586.bin) on Red Hat 4.4 AS and issued this command to check the java version: java -versionand got :bash :java: command not found
View 4 Replies
View Related
Feb 18, 2011
If you are interested, Java SE 6 Update 24 is available. The Check Java Version link in my signature will tell you if you are up to date or not. The Update Java Version link in my signature will tell you how to obtain and install the latest version. The 32 bit version install directions are on the left side of that page and the 64 bit instructions are on the right side.
Just remember to remove the current version before installing the new one as it says in the instructions. The remove instructions are below the install instructions. Also, in Step 9 - "Now you'll want to tell the system, that there's a new Java version available." See the note below it that says if you get an error upon entering the command once, enter it a second time. I have to do that and sometimes forget. Just thought I would mention that. These instructions are already setup for version 6 update 24, but they can be modified for any update and they will work. I have been using these instructions for a couple of years and they work.
View 9 Replies
View Related
Jan 28, 2011
How to install java and firefox java plugin on Ubuntu 10.10?
View 2 Replies
View Related
Jun 13, 2011
I try to install the java plugin but the java test pages show not installed. I have tried the openjdk-6-jdk package and the Oracle/Sun 1.6.0_26 version to no avail.
Is there some good instructions page someplace? I have yet to find a set of instructions that provides something clear that works.
View 5 Replies
View Related
May 29, 2011
Code: ~ $ /usr/java/jre1.6.0_25/bin/java -showversion Error occurred during initialization of VMjava/lang/NoClassDefFoundError: java/lang/Object
That's the error I get. When trying to run a java app with the firefox plugin, the browser simply crashes if it's the 64bit java or tells me it's not installed if it's the 32bit version.
I'm at a loss as to what to do. I think it has something to do with leftover gunk from a previous version I misinstalled(Is that even a word?) Anyway, the only thing that google could come up with was a solution for windows which laid blame on Bill Gates for having a bunch of pf (java prefetch) files stuffed into c:windows for no apparent reason. The solution was to delete them, but I can't seem to find the java prefetch folder in linux. The method I used is downloading the rpm from java.com the rpm2tgz then installpkg then cp libnpjp2.so to firefox plugins folder.
View 8 Replies
View Related
Feb 18, 2011
This is my first post and I'm pretty new on Debian. I had used Ubunu for a while now and I've decided to move on Debian Squeeze.But I've one problem: I've a Java programm to install and the installer is GUI Java based. When I run the script, I've the next message:
Preparing to install. Extracting the JRE from the installer archive.Unpacking the JRE.Extracting the installation resources from the installer archive.Configuring the installer for this system's environment.Launching installer Graphical installers are not supported by the VM. The console mode will be used instead. Preparing CONSOLE Mode Installation. But this program is not able to run the installation in console mode.
I've tried to install sun-java6-jre but without success.Has anyone an idea to help me install this programm? My Configuration: Debian Squeeze 6.0 amd64.
View 13 Replies
View Related
Jan 19, 2010
Java is installed in linux machine and when I enter the command java -version it shows java is not found.At the same time when i run from the folder where its installed with ./java -version it works.
first of all why its not working from any other place? also why do I need to give ./ from the folder?
View 3 Replies
View Related
Jan 29, 2010
Do Windows XP, Vista, Windows 7 and all Linux distributions have Java JRE installed so end-users don't have to install it to run Java applications?
View 4 Replies
View Related
Jun 14, 2011
I'm running Fedora 15 with current updates and kernel. I do not have anything special or non-standard about my configuration or setup. I use grsync to sync my home folder files to a remote rsync server on my network. I've checked my hard drives and my memory and everything else I can think. Here is the problem:
grsync will run for some time and once it nears completion it will crash. This, however, is no standard crash. It literally shuts my computer "OFF". I have shared the remote rsync folder through CIFS as well and I can copy those exact same files through nautilus with drag and drop without issue. I have had a few occasions where the rsync process will complete without issue, but this is a rare occasion. Since it powers my computer completely off I do not enjoy the luxury of having any log files or messages to attempt to diagnose from.
View 9 Replies
View Related
Oct 12, 2010
I'm struggling to get the native Spotify on Ubuntu 10.10 working. I haven't tried it on any other version so I'm not sure if it's exclusive to 10.10.
Basically, the application loads fine, until I hover over to the left-hand side bar (playlists etc), at which point it crashes and *poof* instantly closes down.
Additional Notes: Output from terminal:
View 6 Replies
View Related
Nov 15, 2010
I have a Dell U2311H monitor which has a native resolution of 1920 x 1080. My graphics card is an ATI 6870.
Last night I installed Ubuntu 10.10 alongside my Windows installation, and when booting into Ubuntu, the maximum resolution I can select is 1280 x 1024.
How can I resolve this to get Ubuntu to display at the native resolution?
View 9 Replies
View Related