VOGONS

Common searches


Search results

Display options

Re: Segmentation fault under Ubuntu 9.10

Yeah, tell me about it. Makes NO damn sense at all. I'm just gonna go back to Mandriva. This whole thing makes me cry a little on the inside. Now I have to figure out why I get thousands of "buffer underrun" errors with Munt in Mandriva, though. Makes mt32d unusable. Everything works perfectly under …

Re: Segmentation fault under Ubuntu 9.10

Even MORE strange things: I configured and installed dosbox from source to /usr/bin/dosbox. If I execute "dosbox" from a console, it runs. If I execute /usr/bin/dosbox it crashes. If I use "gdb dosbox" and then "run" from a console, it crashes. What wierd crap. bkeener@ubuntu:/$ which dosbox /usr/ …

Re: Segmentation fault under Ubuntu 9.10

OK, maybe this is useful. bkeener@ubuntu:~/Downloads/dosbox-0.73/src$ gdb dosbox GNU gdb (GDB) 7.0-ubuntu Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the …

Re: Segmentation fault under Ubuntu 9.10

I'll get to the optimization a little later, but for now something strange: If I install the Ubuntu dosbox package, I can execute it just fine. BUT, if I copy the Ubuntu-supplied dosbox executable anywhere else on the system, I get a segmentation fault. Same executable, different location. Just …

Re: Segmentation fault under Ubuntu 9.10

brikeener@ubuntu:~/Downloads/dosbox-0.73/src$ gdb dosbox GNU gdb (GDB) 7.0-ubuntu Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. …

Re: Segmentation fault under Ubuntu 9.10

Program received signal SIGSEGV, Segmentation fault. PAGING (sec=0x9f749a8) at paging.cpp:878 878 PAGING_InitTLB(); (gdb) step PAGING_InitTLB (sec=0x9f749a8) at paging.cpp:650 650 paging.tlb.read[i]=0; (gdb) step [Thread 0xb3dc2b70 (LWP 18801) exited] Program terminated with signal SIGSEGV, …

Re: Segmentation fault under Ubuntu 9.10

I re-configured with "./configure --disable-unaligned-memory" and it runs now. It does complain that: "opengl" is not a valid value for variable: output. It might now be reset it to default value: surface But I'm not losing too much sleep over that currently. I don't really know what disable- …

Re: Segmentation fault under Ubuntu 9.10

brikeener@ubuntu:~/Downloads/dosbox-0.73/src$ gdb dosbox rGNU gdb (GDB) 7.0-ubuntu Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. …

Segmentation fault under Ubuntu 9.10

I have attempted to compile Dosbox from the source available from the "Download" link at www.dosbox.com. http://prdownloads.sourceforge.net/dosbox/dosbox-0.73.tar.gz?download I'm running 32-bit Ubuntu 9.10. I've unzipped the package, ran autogen.sh, ran configure, make, and make install, no apparant …

Re: DBGL Java error on Mandriva Spring 2008

OK, two strange observations: That listing was from a new dbgl install. When I checked the dbgl script, it looked like this: #!/bin/sh cmdline=$0 symlink=`find "$cmdline" -printf "%l"` if [ $symlink ]; then cmdline=$symlink fi cd `dirname $cmdline` if [ $JAVA_HOME ]; then $JAVA_HOME/bin/java -Djava. …

Re: DBGL Java error on Mandriva Spring 2008

[@localhost lib]$ ls -la total 1992 drwxr-xr-x 2 keenerb keenerb 4096 2007-08-27 15:59 ./ drwxr-xr-x 9 keenerb keenerb 4096 2008-04-15 21:31 ../ -rw-r--r-- 1 keenerb keenerb 643806 2006-09-27 14:50 hsqldb.jar -rw-r--r-- 1 keenerb keenerb 91967 2007-06-13 10:15 J7Zip.jar -rw-r--r-- 1 keenerb keenerb …

Re: DBGL Java error on Mandriva Spring 2008

Yes. More info: [k@localhost Videos]$ java -version java version "1.6.0_05" Java(TM) SE Runtime Environment (build 1.6.0_05-b13) Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing) It's the SUN-supplied java RPM. Command line is: [k@localhost /] cd ~/dbgl [k@localhost dbgl]$ sh dbgl …

DBGL Java error on Mandriva Spring 2008

Exception in thread "main" java.lang.NoClassDefFoundError: SevenZip/Archive/IInArchive at com.db.Database. (Database.java:88) at com.gui.MainWindow.open(MainWindow.java:94) at com.gui.MainWindow.main(MainWindow.java:86) Caused by: java.lang.ClassNotFoundException: SevenZip.Archive.IInArchive at java …

Page 5 of 5