New 2.0 Alpha Posted

View: New views
9 Messages — Rating Filter:   Alert me  

New 2.0 Alpha Posted

by Steven Yi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All,

I've posted a new 2.0 alpha at:

http://kunstmusik.com/blue.zip

I spent tonight trying to get a blue.app generated for OSX but without
luck (the generated build from Netbeans simply didn't work).  I
generated it on Linux and tried on OSX; I will look at building on OSX
when I have a chance to see if that will change anything.  Otherwise,
using the blue.zip does work when selecting the blue command in the
bin folder.

This should fix up a number of issues that Menno reported.  I still
need to do work on PortAudio detection and mostly cosmetic issues at
this point.

Any help on testing greatly appreciated!
steven

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Bluemusic-users mailing list
Bluemusic-users@...
https://lists.sourceforge.net/lists/listinfo/bluemusic-users

Re: New 2.0 Alpha Posted

by algodon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've  just installed this new new version. I really like the new design, very good work.

Here's what i came across :

+ cannot set work directory

+ no sound object

+ cannot convert audiofile to generic score

java.lang.NullPointerException
        at blue.ui.core.score.SoundObjectPopup.convertToGenericScore(SoundObjectPopup.java:608)
        at blue.ui.core.score.SoundObjectPopup.access$300(SoundObjectPopup.java:86)
        at blue.ui.core.score.SoundObjectPopup$5.actionPerformed(SoundObjectPopup.java:189)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
        at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
        at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1225)
        at javax.swing.plaf.basic.BasicPopupMenuUI$Actions.doReturn(BasicPopupMenuUI.java:439)
        at javax.swing.plaf.basic.BasicPopupMenuUI$Actions.actionPerformed(BasicPopupMenuUI.java:413)
        at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1636)
        at javax.swing.JComponent.processKeyBinding(JComponent.java:2849)
        at javax.swing.KeyboardManager.fireBinding(KeyboardManager.java:267)
        at javax.swing.KeyboardManager.fireKeyboardAction(KeyboardManager.java:216)
        at javax.swing.JComponent.processKeyBindingsForAllComponents(JComponent.java:2926)
        at javax.swing.JComponent.processKeyBindings(JComponent.java:2918)
        at javax.swing.JComponent.processKeyEvent(JComponent.java:2812)
        at java.awt.Component.processEvent(Component.java:5993)
        at java.awt.Container.processEvent(Container.java:2041)
        at java.awt.Component.dispatchEventImpl(Component.java:4583)
        at java.awt.Container.dispatchEventImpl(Container.java:2099)
        at java.awt.Component.dispatchEvent(Component.java:4413)
        at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1848)
        at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:704)
        at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:969)
        at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:841)
        at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:668)
        at java.awt.Component.dispatchEventImpl(Component.java:4455)
        at java.awt.Container.dispatchEventImpl(Container.java:2099)
        at java.awt.Window.dispatchEventImpl(Window.java:2475)
        at java.awt.Component.dispatchEvent(Component.java:4413)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)










Re: New 2.0 Alpha Posted

by Steven Yi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Algodon,

Thanks for the report!  I will try to fix these tonight and put a new build up.

Thanks!
steven

On Wed, Oct 21, 2009 at 7:08 AM, algodon <algodonciego@...> wrote:

>
> I've  just installed this new new version. I really like the new design, very
> good work.
>
> Here's what i came across :
>
> + cannot set work directory
>
> + no sound object
>
> + cannot convert audiofile to generic score
>
> java.lang.NullPointerException
>        at
> blue.ui.core.score.SoundObjectPopup.convertToGenericScore(SoundObjectPopup.java:608)
>        at blue.ui.core.score.SoundObjectPopup.access$300(SoundObjectPopup.java:86)
>        at
> blue.ui.core.score.SoundObjectPopup$5.actionPerformed(SoundObjectPopup.java:189)
>        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
>        at
> javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
>        at
> javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
>        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
>        at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
>        at
> javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1225)
>        at
> javax.swing.plaf.basic.BasicPopupMenuUI$Actions.doReturn(BasicPopupMenuUI.java:439)
>        at
> javax.swing.plaf.basic.BasicPopupMenuUI$Actions.actionPerformed(BasicPopupMenuUI.java:413)
>        at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1636)
>        at javax.swing.JComponent.processKeyBinding(JComponent.java:2849)
>        at javax.swing.KeyboardManager.fireBinding(KeyboardManager.java:267)
>        at javax.swing.KeyboardManager.fireKeyboardAction(KeyboardManager.java:216)
>        at
> javax.swing.JComponent.processKeyBindingsForAllComponents(JComponent.java:2926)
>        at javax.swing.JComponent.processKeyBindings(JComponent.java:2918)
>        at javax.swing.JComponent.processKeyEvent(JComponent.java:2812)
>        at java.awt.Component.processEvent(Component.java:5993)
>        at java.awt.Container.processEvent(Container.java:2041)
>        at java.awt.Component.dispatchEventImpl(Component.java:4583)
>        at java.awt.Container.dispatchEventImpl(Container.java:2099)
>        at java.awt.Component.dispatchEvent(Component.java:4413)
>        at
> java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1848)
>        at
> java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:704)
>        at
> java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:969)
>        at
> java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:841)
>        at
> java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:668)
>        at java.awt.Component.dispatchEventImpl(Component.java:4455)
>        at java.awt.Container.dispatchEventImpl(Container.java:2099)
>        at java.awt.Window.dispatchEventImpl(Window.java:2475)
>        at java.awt.Component.dispatchEvent(Component.java:4413)
> [catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
>        at
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
>        at
> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
>        at
> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
>        at
> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
>        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
>        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
>        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
>
>
>
>
>
>
>
>
>
>
>
> -----
> http://www.myspace.com/algodonciego
> --
> View this message in context: http://www.nabble.com/New-2.0-Alpha-Posted-tp25985922p25990490.html
> Sent from the Csound - Blue - User mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Bluemusic-users mailing list
> Bluemusic-users@...
> https://lists.sourceforge.net/lists/listinfo/bluemusic-users
>

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Bluemusic-users mailing list
Bluemusic-users@...
https://lists.sourceforge.net/lists/listinfo/bluemusic-users

Re: New 2.0 Alpha Posted

by menno :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Steven,

the Output-Csound was visible the first time i rendered something (realtime) but after that it prints out the text in black again.

Menno
XP for now

Steven Yi wrote:
Hi All,

I've posted a new 2.0 alpha at:

http://kunstmusik.com/blue.zip

I spent tonight trying to get a blue.app generated for OSX but without
luck (the generated build from Netbeans simply didn't work).  I
generated it on Linux and tried on OSX; I will look at building on OSX
when I have a chance to see if that will change anything.  Otherwise,
using the blue.zip does work when selecting the blue command in the
bin folder.

This should fix up a number of issues that Menno reported.  I still
need to do work on PortAudio detection and mostly cosmetic issues at
this point.

Any help on testing greatly appreciated!
steven

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Bluemusic-users mailing list
Bluemusic-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluemusic-users

Re: New 2.0 Alpha Posted

by Steven Yi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks Menno,

I will try to knock this one out tonight too.

steven

On Thu, Oct 22, 2009 at 2:34 PM, menno <nabob_cd@...> wrote:

>
> Hi Steven,
>
> the Output-Csound was visible the first time i rendered something (realtime)
> but after that it prints out the text in black again.
>
> Menno
> XP for now
>
>
> Steven Yi wrote:
>>
>> Hi All,
>>
>> I've posted a new 2.0 alpha at:
>>
>> http://kunstmusik.com/blue.zip
>>
>> I spent tonight trying to get a blue.app generated for OSX but without
>> luck (the generated build from Netbeans simply didn't work).  I
>> generated it on Linux and tried on OSX; I will look at building on OSX
>> when I have a chance to see if that will change anything.  Otherwise,
>> using the blue.zip does work when selecting the blue command in the
>> bin folder.
>>
>> This should fix up a number of issues that Menno reported.  I still
>> need to do work on PortAudio detection and mostly cosmetic issues at
>> this point.
>>
>> Any help on testing greatly appreciated!
>> steven
>>
>> ------------------------------------------------------------------------------
>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
>> is the only developer event you need to attend this year. Jumpstart your
>> developing skills, take BlackBerry mobile applications to market and stay
>> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
>> http://p.sf.net/sfu/devconference
>> _______________________________________________
>> Bluemusic-users mailing list
>> Bluemusic-users@...
>> https://lists.sourceforge.net/lists/listinfo/bluemusic-users
>>
>>
>
> --
> View this message in context: http://www.nabble.com/New-2.0-Alpha-Posted-tp25985922p26015054.html
> Sent from the Csound - Blue - User mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Bluemusic-users mailing list
> Bluemusic-users@...
> https://lists.sourceforge.net/lists/listinfo/bluemusic-users
>

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Bluemusic-users mailing list
Bluemusic-users@...
https://lists.sourceforge.net/lists/listinfo/bluemusic-users

Re: New 2.0 Alpha Posted

by menno :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Steven,

i notice that Blue2 crashes too easily. The first example of a crash in "hs_err_pid1280.log". I tried to load pv-analysed in a lpread-based instrument. Of course this is not very bright but it causes Blue2 to crash.

#
# An unexpected error has been detected by Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6f221603, pid=1280, tid=2992
#
# Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode windows-x86)
# Problematic frame:
# C  [csound64.dll.5.2+0x61603]
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x0ac99400):  JavaThread "Thread-11" [_thread_in_native, id=2992, stack(0x12e40000,0x13040000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0e826000

Registers:
EAX=0xfffff5b4, EBX=0x0e8208e0, ECX=0x0e820d9c, EDX=0x00005260
ESP=0x1303f4c0, EBP=0x00000014, ESI=0x0e820d9c, EDI=0x00000000
EIP=0x6f221603, EFLAGS=0x00010286

Top of Stack: (sp=0x1303f4c0)
0x1303f4c0:   0e820890 0e820d9c 0e81c4c8 0e81c568
0x1303f4d0:   00000000 0e8208e0 00000014 00000000
0x1303f4e0:   00000000 003e2ea8 1303f490 6f25c69c
0x1303f4f0:   00000000 00000000 00000000 00000000
0x1303f500:   00000000 0000e5f0 1303f464 1303f73c
0x1303f510:   1303f588 77c35c94 77c127b8 00000002
0x1303f520:   77c3412a 77c3220a 00000000 00000002
0x1303f530:   00000000 1303f551 ffffffff 6f23c17c

Instructions: (pc=0x6f221603)
0x6f2215f3:   89 14 24 8b 5c 24 14 8b 54 24 08 dd 04 3a 31 d2
0x6f221603:   dd 04 11 dc 0c 13 de c1 83 c2 08 83 e8 01 75 f0


Stack: [0x12e40000,0x13040000],  sp=0x1303f4c0,  free space=2045k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [csound64.dll.5.2+0x61603]

[error occurred during error reporting (printing native stack), id 0xc0000005]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J  csnd.csndJNI.Csound_PerformKsmps(JLcsnd/Csound;)I
J  csnd.Csound.PerformKsmps()I
j  blue.ui.core.render.APIRunner$APIRunnerThread.run()V+329
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
=>0x0ac99400 JavaThread "Thread-11" [_thread_in_native, id=2992, stack(0x12e40000,0x13040000)]
  0x0ecda400 JavaThread "Inactive RequestProcessor thread [Was:StdErr Flush/org.netbeans.core.startup.TopLogging$LgStream]" daemon [_thread_blocked, id=3596, stack(0x11eb0000,0x120b0000)]
  0x0ee50800 JavaThread "Inactive RequestProcessor thread [Was:Folder recognizer/org.openide.loaders.FolderList$ListTask]" daemon [_thread_blocked, id=3264, stack(0x11cb0000,0x11eb0000)]
  0x1159d400 JavaThread "Inactive RequestProcessor thread [Was:Timeout waitFinished compatibility processor/org.openide.util.Task$1Run]" daemon [_thread_blocked, id=3136, stack(0x11180000,0x11380000)]
  0x0ec6d800 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=3580, stack(0x10f80000,0x11180000)]
  0x0eb76400 JavaThread "Inactive RequestProcessor thread [Was:Default RequestProcessor/org.netbeans.core.WarmUpSupport]" daemon [_thread_blocked, id=3588, stack(0x10040000,0x10240000)]
  0x0eb62800 JavaThread "AWT-EventQueue-1" [_thread_blocked, id=3556, stack(0x0fce0000,0x0fee0000)]
  0x0eb61400 JavaThread "TimerQueue" daemon [_thread_blocked, id=2892, stack(0x0e0c0000,0x0e2c0000)]
  0x0eb64800 JavaThread "Thread-6" daemon [_thread_blocked, id=3400, stack(0x0fae0000,0x0fce0000)]
  0x0eb5d400 JavaThread "Thread-5" daemon [_thread_blocked, id=3316, stack(0x0f8e0000,0x0fae0000)]
  0x0be8dc00 JavaThread "Swing-Shell" daemon [_thread_blocked, id=3332, stack(0x0ef50000,0x0f150000)]
  0x0bde0400 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=3488, stack(0x0e370000,0x0e570000)]
  0x0bd7c400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3492, stack(0x0dcd0000,0x0ded0000)]
  0x0bd7bc00 JavaThread "AWT-Shutdown" [_thread_blocked, id=3404, stack(0x0dad0000,0x0dcd0000)]
  0x0bd51400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3504, stack(0x0d8d0000,0x0dad0000)]
  0x0bd10800 JavaThread "Active Reference Queue Daemon" daemon [_thread_blocked, id=3496, stack(0x0d6d0000,0x0d8d0000)]
  0x0bcbc800 JavaThread "Inactive RequestProcessor thread [Was:Folder recognizer/org.openide.loaders.FolderList$ListTask]" daemon [_thread_blocked, id=3512, stack(0x0d2d0000,0x0d4d0000)]
  0x0bcd3800 JavaThread "Timer-0" daemon [_thread_blocked, id=3516, stack(0x0d0d0000,0x0d2d0000)]
  0x0bcd3400 JavaThread "CLI Requests Server" daemon [_thread_in_native, id=3520, stack(0x0ced0000,0x0d0d0000)]
  0x0ac34400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1672, stack(0x0b8a0000,0x0baa0000)]
  0x0ac2e800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3248, stack(0x0b6a0000,0x0b8a0000)]
  0x0ac2d000 JavaThread "Attach Listener" daemon [_thread_blocked, id=3440, stack(0x0b4a0000,0x0b6a0000)]
  0x0ac2bc00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3476, stack(0x0b2a0000,0x0b4a0000)]
  0x0ac1c400 JavaThread "Finalizer" daemon [_thread_blocked, id=3444, stack(0x0b0a0000,0x0b2a0000)]
  0x0ac17800 JavaThread "Reference Handler" daemon [_thread_blocked, id=3480, stack(0x0aea0000,0x0b0a0000)]
  0x00a36800 JavaThread "main" [_thread_blocked, id=1268, stack(0x00030000,0x00230000)]

Other Threads:
  0x0ac12800 VMThread [stack: 0x0aca0000,0x0aea0000] [id=3468]
  0x0ac36c00 WatcherThread [stack: 0x0baa0000,0x0bca0000] [id=3508]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 2240K, used 2026K [0x02b00000, 0x02d60000, 0x02fe0000)
  eden space 2048K,  89% used [0x02b00000, 0x02cca848, 0x02d00000)
  from space 192K, 100% used [0x02d30000, 0x02d60000, 0x02d60000)
  to   space 192K,   0% used [0x02d00000, 0x02d00000, 0x02d30000)
 tenured generation   total 28276K, used 18202K [0x02fe0000, 0x04b7d000, 0x06b00000)
   the space 28276K,  64% used [0x02fe0000, 0x041a6920, 0x041a6a00, 0x04b7d000)
 compacting perm gen  total 34816K, used 34641K [0x06b00000, 0x08d00000, 0x0ab00000)
   the space 34816K,  99% used [0x06b00000, 0x08cd4400, 0x08cd4400, 0x08d00000)
No shared spaces configured.

Dynamic libraries:
0x00400000 - 0x00427000 C:\blue\bin\blue.exe
0x7c900000 - 0x7c9b2000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8f6000 C:\WINDOWS\system32\kernel32.dll
0x77c10000 - 0x77c68000 C:\WINDOWS\system32\msvcrt.dll
0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.DLL
0x77e70000 - 0x77f02000 C:\WINDOWS\system32\RPCRT4.dll
0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
0x7e410000 - 0x7e4a1000 C:\WINDOWS\system32\USER32.dll
0x77f10000 - 0x77f59000 C:\WINDOWS\system32\GDI32.dll
0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
0x629c0000 - 0x629c9000 C:\WINDOWS\system32\LPK.DLL
0x74d90000 - 0x74dfb000 C:\WINDOWS\system32\USP10.dll
0x10000000 - 0x1003a000 C:\blue\platform10\lib\nbexec.dll
0x6d800000 - 0x6da56000 C:\Program Files\Java\jre6\bin\client\jvm.dll
0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
0x7c340000 - 0x7c396000 C:\Program Files\Java\jre6\bin\MSVCR71.dll
0x6d290000 - 0x6d298000 C:\Program Files\Java\jre6\bin\hpi.dll
0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
0x6d7b0000 - 0x6d7bc000 C:\Program Files\Java\jre6\bin\verify.dll
0x6d330000 - 0x6d34f000 C:\Program Files\Java\jre6\bin\java.dll
0x6d7f0000 - 0x6d7ff000 C:\Program Files\Java\jre6\bin\zip.dll
0x6d610000 - 0x6d623000 C:\Program Files\Java\jre6\bin\net.dll
0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
0x6d630000 - 0x6d639000 C:\Program Files\Java\jre6\bin\nio.dll
0x76d60000 - 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll
0x76d40000 - 0x76d58000 C:\WINDOWS\system32\MPRAPI.dll
0x77cc0000 - 0x77cf2000 C:\WINDOWS\system32\ACTIVEDS.dll
0x76e10000 - 0x76e35000 C:\WINDOWS\system32\adsldpc.dll
0x5b860000 - 0x5b8b6000 C:\WINDOWS\system32\NETAPI32.dll
0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
0x76b20000 - 0x76b31000 C:\WINDOWS\system32\ATL.DLL
0x774e0000 - 0x7761e000 C:\WINDOWS\system32\ole32.dll
0x77120000 - 0x771ab000 C:\WINDOWS\system32\OLEAUT32.dll
0x76e80000 - 0x76e8e000 C:\WINDOWS\system32\rtutils.dll
0x71bf0000 - 0x71c03000 C:\WINDOWS\system32\SAMLIB.dll
0x77920000 - 0x77a13000 C:\WINDOWS\system32\SETUPAPI.dll
0x71a50000 - 0x71a8f000 C:\WINDOWS\system32\mswsock.dll
0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
0x68000000 - 0x68036000 C:\WINDOWS\system32\rsaenh.dll
0x769c0000 - 0x76a74000 C:\WINDOWS\system32\USERENV.dll
0x6d000000 - 0x6d14a000 C:\Program Files\Java\jre6\bin\awt.dll
0x73000000 - 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
0x5d090000 - 0x5d12a000 C:\WINDOWS\system32\comctl32.dll
0x5ad70000 - 0x5ada8000 C:\WINDOWS\system32\uxtheme.dll
0x6d230000 - 0x6d284000 C:\Program Files\Java\jre6\bin\fontmanager.dll
0x0ded0000 - 0x0e04a000 C:\WINDOWS\system32\nview.dll
0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
0x7c9c0000 - 0x7d1d7000 C:\WINDOWS\system32\SHELL32.dll
0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll
0x773d0000 - 0x774d3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5705_x-ww_36cfed49\comctl32.dll
0x77690000 - 0x776b1000 C:\WINDOWS\system32\NTMARTA.DLL
0x74720000 - 0x7476c000 C:\WINDOWS\system32\MSCTF.dll
0x0c080000 - 0x0c084000 C:\Program Files\Unlocker\UnlockerHook.dll
0x755c0000 - 0x755ee000 C:\WINDOWS\system32\msctfime.ime
0x4fdd0000 - 0x4ff76000 C:\WINDOWS\system32\d3d9.dll
0x0c090000 - 0x0c096000 C:\WINDOWS\system32\d3d8thk.dll
0x0f150000 - 0x0f415000 C:\WINDOWS\system32\xpsp2res.dll
0x71b20000 - 0x71b32000 C:\WINDOWS\system32\MPR.dll
0x75f60000 - 0x75f67000 C:\WINDOWS\System32\drprov.dll
0x71c10000 - 0x71c1e000 C:\WINDOWS\System32\ntlanman.dll
0x71cd0000 - 0x71ce7000 C:\WINDOWS\System32\NETUI0.dll
0x71c90000 - 0x71cd0000 C:\WINDOWS\System32\NETUI1.dll
0x71c80000 - 0x71c87000 C:\WINDOWS\System32\NETRAP.dll
0x75f70000 - 0x75f7a000 C:\WINDOWS\System32\davclnt.dll
0x77b40000 - 0x77b62000 C:\WINDOWS\system32\appHelp.dll
0x76fd0000 - 0x7704f000 C:\WINDOWS\system32\CLBCATQ.DLL
0x77050000 - 0x77115000 C:\WINDOWS\system32\COMRes.dll
0x16210000 - 0x1648e000 C:\WINDOWS\system32\wpdshext.dll
0x4ec50000 - 0x4edf6000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.2600.5660_x-ww_e0385ec6\gdiplus.dll
0x10930000 - 0x10979000 C:\WINDOWS\system32\PortableDeviceApi.dll
0x76c30000 - 0x76c5e000 C:\WINDOWS\system32\WINTRUST.dll
0x77a80000 - 0x77b15000 C:\WINDOWS\system32\CRYPT32.dll
0x77b20000 - 0x77b32000 C:\WINDOWS\system32\MSASN1.dll
0x76c90000 - 0x76cb8000 C:\WINDOWS\system32\IMAGEHLP.dll
0x0f840000 - 0x0f886000 C:\WINDOWS\system32\Audiodev.dll
0x15110000 - 0x1536c000 C:\WINDOWS\system32\WMVCore.DLL
0x11c70000 - 0x11caa000 C:\WINDOWS\system32\WMASF.DLL
0x76980000 - 0x76988000 C:\WINDOWS\system32\LINKINFO.dll
0x76990000 - 0x769b5000 C:\WINDOWS\system32\ntshrui.dll
0x6d520000 - 0x6d544000 C:\Program Files\Java\jre6\bin\jsound.dll
0x6d550000 - 0x6d558000 C:\Program Files\Java\jre6\bin\jsoundds.dll
0x73f10000 - 0x73f6c000 C:\WINDOWS\system32\DSOUND.dll
0x72d20000 - 0x72d29000 C:\WINDOWS\system32\wdmaud.drv
0x72d10000 - 0x72d18000 C:\WINDOWS\system32\msacm32.drv
0x77be0000 - 0x77bf5000 C:\WINDOWS\system32\MSACM32.dll
0x77bd0000 - 0x77bd7000 C:\WINDOWS\system32\midimap.dll
0x0d630000 - 0x0d645000 C:\WINDOWS\system32\nvwddi.dll
0x108c0000 - 0x10912000 C:\Documents and Settings\Owner\Local Settings\Temp\jna3768379899499083149.tmp
0x6d560000 - 0x6d569000 C:\Program Files\Java\jre6\bin\management.dll
0x6d1a0000 - 0x6d1c3000 C:\Program Files\Java\jre6\bin\dcpr.dll
0x711c0000 - 0x71278000 C:\Program Files\Csound\bin\_jcsound.dll
0x65440000 - 0x654e8000 C:\Program Files\Csound\bin\csnd.dll
0x6f1c0000 - 0x6f583000 C:\Program Files\Csound\bin\csound64.dll.5.2
0x70440000 - 0x705f3000 C:\Program Files\Csound\bin\libsndfile-1.dll
0x61180000 - 0x6118e000 C:\WINDOWS\system32\pthreadGC2.dll
0x71ad0000 - 0x71ad9000 C:\WINDOWS\system32\WSOCK32.DLL
0x120b0000 - 0x12a31000 C:\Program Files\Csound\bin\libmusicxml2.dll
0x73ee0000 - 0x73ee4000 C:\WINDOWS\system32\KsUser.dll
0x0d6a0000 - 0x0d6a8000 C:\WINDOWS\system32\deltaIIasio.dll
0x6b500000 - 0x6b508000 C:\Program Files\Csound\plugins64\ambicode1.dll
0x69980000 - 0x69987000 C:\Program Files\Csound\plugins64\ampmidid.dll
0x6c600000 - 0x6c609000 C:\Program Files\Csound\plugins64\babo.dll
0x6a380000 - 0x6a388000 C:\Program Files\Csound\plugins64\barmodel.dll
0x692c0000 - 0x69342000 C:\Program Files\Csound\plugins64\chua.dll
0x6fe40000 - 0x6fe47000 C:\Program Files\Csound\plugins64\compress.dll
0x6b0c0000 - 0x6b0c7000 C:\Program Files\Csound\plugins64\cs_date.dll
0x6b680000 - 0x6b687000 C:\Program Files\Csound\plugins64\cs_pan2.dll
0x70b00000 - 0x70b12000 C:\Program Files\Csound\plugins64\cs_pvs_ops.dll
0x62080000 - 0x62101000 C:\Program Files\Csound\plugins64\doppler.dll
0x65040000 - 0x65047000 C:\Program Files\Csound\plugins64\eqfil.dll
0x6c540000 - 0x6c55d000 C:\Program Files\Csound\plugins64\fluidOpcodes.dll
0x0e8d0000 - 0x0e97c000 C:\Program Files\Csound\bin\libfluidsynth-1.dll
0x6aac0000 - 0x6aac7000 C:\Program Files\Csound\plugins64\ftest.dll
0x63880000 - 0x63894000 C:\Program Files\Csound\plugins64\gabnew.dll
0x6b840000 - 0x6b848000 C:\Program Files\Csound\plugins64\grain4.dll
0x66e40000 - 0x66e48000 C:\Program Files\Csound\plugins64\harmon.dll
0x6de00000 - 0x6de08000 C:\Program Files\Csound\plugins64\hrtferX.dll
0x70980000 - 0x7098c000 C:\Program Files\Csound\plugins64\hrtfnew.dll
0x707c0000 - 0x707c8000 C:\Program Files\Csound\plugins64\image.dll
0x6bc80000 - 0x6bcef000 C:\Program Files\Csound\bin\libpng-3.dll
0x6a000000 - 0x6a0ab000 C:\Program Files\Csound\plugins64\linear_algebra.dll
0x61380000 - 0x61388000 C:\Program Files\Csound\plugins64\loscilx.dll
0x674c0000 - 0x674c7000 C:\Program Files\Csound\plugins64\minmax.dll

VM Arguments:
jvm_args: -Xms24m -Xmx64m -Djdk.home=C:\Program Files\Java\jre6 -Dnetbeans.home=C:\blue\platform10 -Dnetbeans.dirs=C:\blue\blue -Dnetbeans.user=C:\Documents and Settings\Owner\Application Data\.blue\dev -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=C:\Documents and Settings\Owner\Application Data\.blue\dev\var\log\heapdump.hprof -Dnetbeans.system_http_proxy=DIRECT -Dsun.awt.keepWorkingSetOnMinimize=true
java_command: <unknown>
Launcher Type: generic

Environment Variables:
PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;bin;C:\Program Files\Csound\bin
USERNAME=Owner
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 6, GenuineIntel



---------------  S Y S T E M  ---------------

OS: Windows XP Build 2600 Service Pack 3

CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 7 stepping 6, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3

Memory: 4k page, physical 2096172k(1335484k free), swap 4034536k(3426768k free)

vm_info: Java HotSpot(TM) Client VM (11.3-b02) for windows-x86 JRE (1.6.0_13-b03), built on Mar  9 2009 01:15:24 by "java_re" with MS VC++ 7.1

time: Sat Oct 24 14:15:09 2009
elapsed time: 44 seconds




Then a second example of crashing-when-it-should-not is the following: i inserted an USB stick and Blue2 crashes.
hs_err_pid3076.log:

#
# An unexpected error has been detected by Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0d3e1364, pid=3076, tid=3720
#
# Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode windows-x86)
# Problematic frame:
# C  0x0d3e1364
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x0eb8a800):  JavaThread "AWT-EventQueue-1" [_thread_in_native, id=3720, stack(0x0fd00000,0x0ff00000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0d3e1364

Registers:
EAX=0x7ffa2000, EBX=0x00000000, ECX=0x00000000, EDX=0x00000043
ESP=0x0feff590, EBP=0x0feff5b8, ESI=0x0d3e1364, EDI=0x0feff5f4
EIP=0x0d3e1364, EFLAGS=0x00210202

Top of Stack: (sp=0x0feff590)
0x0feff590:   7e418734 00060554 00000219 00008000
0x0feff5a0:   0feff710 0d3e1364 dcbaabcd 00000000
0x0feff5b0:   0feff5f4 0d3e1364 0feff620 7e418816
0x0feff5c0:   0d3e1364 00060554 00000219 00008000
0x0feff5d0:   0feff710 00000000 00060554 0feff710
0x0feff5e0:   00000014 00000001 00000000 00000000
0x0feff5f0:   00000010 00000000 0feff664 00000001
0x0feff600:   00000000 00000000 0feff5d4 0feff1b4

Instructions: (pc=0x0d3e1364)
0x0d3e1354:  
[error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xc0000005]

Stack: [0x0fd00000,0x0ff00000],  sp=0x0feff590,  free space=2045k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  0x0d3e1364
C  [USER32.dll+0x8816]
C  [USER32.dll+0x18ea0]
C  [USER32.dll+0xe716]
C  [ntdll.dll+0xe473]
C  [USER32.dll+0x192e3]
C  [awt.dll+0x77d51]
J  sun.awt.windows.WGlobalCursorManager.findHeavyweightUnderCursor(Z)Ljava/awt/Component;
J  sun.awt.GlobalCursorManager._updateCursor(Z)V
J  sun.awt.GlobalCursorManager$NativeUpdater.run()V
J  java.awt.event.InvocationEvent.dispatch()V
J  java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V
J  org.netbeans.core.TimableEventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V
J  java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z
j  java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30
j  java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j  java.awt.EventDispatchThread.run()V+9
v  ~StubRoutines::call_stub

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J  sun.awt.windows.WGlobalCursorManager.findHeavyweightUnderCursor(Z)Ljava/awt/Component;
J  sun.awt.GlobalCursorManager._updateCursor(Z)V
J  sun.awt.GlobalCursorManager$NativeUpdater.run()V
J  java.awt.event.InvocationEvent.dispatch()V
J  java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V
J  org.netbeans.core.TimableEventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V
J  java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z
j  java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30
j  java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j  java.awt.EventDispatchThread.run()V+9
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x0ee56400 JavaThread "Inactive RequestProcessor thread [Was:TimedSoftReference/org.openide.util.TimedSoftReference]" daemon [_thread_blocked, id=3104, stack(0x11890000,0x11a90000)]
  0x0ec89000 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=3824, stack(0x11180000,0x11380000)]
=>0x0eb8a800 JavaThread "AWT-EventQueue-1" [_thread_in_native, id=3720, stack(0x0fd00000,0x0ff00000)]
  0x0bdf2c00 JavaThread "TimerQueue" daemon [_thread_blocked, id=3796, stack(0x0e0d0000,0x0e2d0000)]
  0x0eb8b400 JavaThread "Thread-6" daemon [_thread_blocked, id=436, stack(0x0fb00000,0x0fd00000)]
  0x0eb80000 JavaThread "Thread-5" daemon [_thread_blocked, id=2448, stack(0x0f900000,0x0fb00000)]
  0x0be8bc00 JavaThread "Swing-Shell" daemon [_thread_blocked, id=3784, stack(0x0ef70000,0x0f170000)]
  0x0bdfe800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=3764, stack(0x0e2f0000,0x0e4f0000)]
  0x0bd76800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=576, stack(0x0dce0000,0x0dee0000)]
  0x0bd76000 JavaThread "AWT-Shutdown" [_thread_blocked, id=3700, stack(0x0dae0000,0x0dce0000)]
  0x0bd3dc00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3740, stack(0x0d8e0000,0x0dae0000)]
  0x0bce8800 JavaThread "Active Reference Queue Daemon" daemon [_thread_blocked, id=3744, stack(0x0d6e0000,0x0d8e0000)]
  0x0bcbc800 JavaThread "Timer-0" daemon [_thread_blocked, id=976, stack(0x0d0e0000,0x0d2e0000)]
  0x0bcd7800 JavaThread "CLI Requests Server" daemon [_thread_in_native, id=3752, stack(0x0cee0000,0x0d0e0000)]
  0x0ac34400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3732, stack(0x0b8a0000,0x0baa0000)]
  0x0ac2e800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3684, stack(0x0b6a0000,0x0b8a0000)]
  0x0ac2d000 JavaThread "Attach Listener" daemon [_thread_blocked, id=3088, stack(0x0b4a0000,0x0b6a0000)]
  0x0ac2bc00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3156, stack(0x0b2a0000,0x0b4a0000)]
  0x0ac1c400 JavaThread "Finalizer" daemon [_thread_blocked, id=2684, stack(0x0b0a0000,0x0b2a0000)]
  0x0ac17800 JavaThread "Reference Handler" daemon [_thread_blocked, id=3120, stack(0x0aea0000,0x0b0a0000)]
  0x00a36800 JavaThread "main" [_thread_blocked, id=3080, stack(0x00030000,0x00230000)]

Other Threads:
  0x0ac12800 VMThread [stack: 0x0aca0000,0x0aea0000] [id=1872]
  0x0ac36c00 WatcherThread [stack: 0x0baa0000,0x0bca0000] [id=3664]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 2240K, used 1410K [0x02b00000, 0x02d60000, 0x02fe0000)
  eden space 2048K,  64% used [0x02b00000, 0x02c481d0, 0x02d00000)
  from space 192K,  51% used [0x02d30000, 0x02d48938, 0x02d60000)
  to   space 192K,   0% used [0x02d00000, 0x02d00000, 0x02d30000)
 tenured generation   total 28276K, used 19583K [0x02fe0000, 0x04b7d000, 0x06b00000)
   the space 28276K,  69% used [0x02fe0000, 0x042ffd68, 0x042ffe00, 0x04b7d000)
 compacting perm gen  total 35072K, used 34967K [0x06b00000, 0x08d40000, 0x0ab00000)
   the space 35072K,  99% used [0x06b00000, 0x08d25fa8, 0x08d26000, 0x08d40000)
No shared spaces configured.

Dynamic libraries:
0x00400000 - 0x00427000 C:\blue\bin\blue.exe
0x7c900000 - 0x7c9b2000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c8f6000 C:\WINDOWS\system32\kernel32.dll
0x77c10000 - 0x77c68000 C:\WINDOWS\system32\msvcrt.dll
0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.DLL
0x77e70000 - 0x77f02000 C:\WINDOWS\system32\RPCRT4.dll
0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
0x7e410000 - 0x7e4a1000 C:\WINDOWS\system32\USER32.dll
0x77f10000 - 0x77f59000 C:\WINDOWS\system32\GDI32.dll
0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
0x629c0000 - 0x629c9000 C:\WINDOWS\system32\LPK.DLL
0x74d90000 - 0x74dfb000 C:\WINDOWS\system32\USP10.dll
0x10000000 - 0x1003a000 C:\blue\platform10\lib\nbexec.dll
0x6d800000 - 0x6da56000 C:\Program Files\Java\jre6\bin\client\jvm.dll
0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
0x7c340000 - 0x7c396000 C:\Program Files\Java\jre6\bin\MSVCR71.dll
0x6d290000 - 0x6d298000 C:\Program Files\Java\jre6\bin\hpi.dll
0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
0x6d7b0000 - 0x6d7bc000 C:\Program Files\Java\jre6\bin\verify.dll
0x6d330000 - 0x6d34f000 C:\Program Files\Java\jre6\bin\java.dll
0x6d7f0000 - 0x6d7ff000 C:\Program Files\Java\jre6\bin\zip.dll
0x6d610000 - 0x6d623000 C:\Program Files\Java\jre6\bin\net.dll
0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
0x6d630000 - 0x6d639000 C:\Program Files\Java\jre6\bin\nio.dll
0x76d60000 - 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll
0x76d40000 - 0x76d58000 C:\WINDOWS\system32\MPRAPI.dll
0x77cc0000 - 0x77cf2000 C:\WINDOWS\system32\ACTIVEDS.dll
0x76e10000 - 0x76e35000 C:\WINDOWS\system32\adsldpc.dll
0x5b860000 - 0x5b8b6000 C:\WINDOWS\system32\NETAPI32.dll
0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
0x76b20000 - 0x76b31000 C:\WINDOWS\system32\ATL.DLL
0x774e0000 - 0x7761e000 C:\WINDOWS\system32\ole32.dll
0x77120000 - 0x771ab000 C:\WINDOWS\system32\OLEAUT32.dll
0x76e80000 - 0x76e8e000 C:\WINDOWS\system32\rtutils.dll
0x71bf0000 - 0x71c03000 C:\WINDOWS\system32\SAMLIB.dll
0x77920000 - 0x77a13000 C:\WINDOWS\system32\SETUPAPI.dll
0x71a50000 - 0x71a8f000 C:\WINDOWS\system32\mswsock.dll
0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
0x68000000 - 0x68036000 C:\WINDOWS\system32\rsaenh.dll
0x769c0000 - 0x76a74000 C:\WINDOWS\system32\USERENV.dll
0x6d000000 - 0x6d14a000 C:\Program Files\Java\jre6\bin\awt.dll
0x73000000 - 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
0x5d090000 - 0x5d12a000 C:\WINDOWS\system32\comctl32.dll
0x5ad70000 - 0x5ada8000 C:\WINDOWS\system32\uxtheme.dll
0x6d230000 - 0x6d284000 C:\Program Files\Java\jre6\bin\fontmanager.dll
0x0dee0000 - 0x0e05a000 C:\WINDOWS\system32\nview.dll
0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
0x7c9c0000 - 0x7d1d7000 C:\WINDOWS\system32\SHELL32.dll
0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll
0x773d0000 - 0x774d3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5705_x-ww_36cfed49\comctl32.dll
0x77690000 - 0x776b1000 C:\WINDOWS\system32\NTMARTA.DLL
0x74720000 - 0x7476c000 C:\WINDOWS\system32\MSCTF.dll
0x0c080000 - 0x0c084000 C:\Program Files\Unlocker\UnlockerHook.dll
0x755c0000 - 0x755ee000 C:\WINDOWS\system32\msctfime.ime
0x4fdd0000 - 0x4ff76000 C:\WINDOWS\system32\d3d9.dll
0x0c090000 - 0x0c096000 C:\WINDOWS\system32\d3d8thk.dll
0x0f170000 - 0x0f435000 C:\WINDOWS\system32\xpsp2res.dll
0x71b20000 - 0x71b32000 C:\WINDOWS\system32\MPR.dll
0x75f60000 - 0x75f67000 C:\WINDOWS\System32\drprov.dll
0x71c10000 - 0x71c1e000 C:\WINDOWS\System32\ntlanman.dll
0x71cd0000 - 0x71ce7000 C:\WINDOWS\System32\NETUI0.dll
0x71c90000 - 0x71cd0000 C:\WINDOWS\System32\NETUI1.dll
0x71c80000 - 0x71c87000 C:\WINDOWS\System32\NETRAP.dll
0x75f70000 - 0x75f7a000 C:\WINDOWS\System32\davclnt.dll
0x77b40000 - 0x77b62000 C:\WINDOWS\system32\appHelp.dll
0x76fd0000 - 0x7704f000 C:\WINDOWS\system32\CLBCATQ.DLL
0x77050000 - 0x77115000 C:\WINDOWS\system32\COMRes.dll
0x16210000 - 0x1648e000 C:\WINDOWS\system32\wpdshext.dll
0x4ec50000 - 0x4edf6000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.2600.5660_x-ww_e0385ec6\gdiplus.dll
0x10930000 - 0x10979000 C:\WINDOWS\system32\PortableDeviceApi.dll
0x76c30000 - 0x76c5e000 C:\WINDOWS\system32\WINTRUST.dll
0x77a80000 - 0x77b15000 C:\WINDOWS\system32\CRYPT32.dll
0x77b20000 - 0x77b32000 C:\WINDOWS\system32\MSASN1.dll
0x76c90000 - 0x76cb8000 C:\WINDOWS\system32\IMAGEHLP.dll
0x0f860000 - 0x0f8a6000 C:\WINDOWS\system32\Audiodev.dll
0x15110000 - 0x1536c000 C:\WINDOWS\system32\WMVCore.DLL
0x11c70000 - 0x11caa000 C:\WINDOWS\system32\WMASF.DLL
0x76980000 - 0x76988000 C:\WINDOWS\system32\LINKINFO.dll
0x76990000 - 0x769b5000 C:\WINDOWS\system32\ntshrui.dll
0x6d520000 - 0x6d544000 C:\Program Files\Java\jre6\bin\jsound.dll
0x6d550000 - 0x6d558000 C:\Program Files\Java\jre6\bin\jsoundds.dll
0x73f10000 - 0x73f6c000 C:\WINDOWS\system32\DSOUND.dll
0x72d20000 - 0x72d29000 C:\WINDOWS\system32\wdmaud.drv
0x72d10000 - 0x72d18000 C:\WINDOWS\system32\msacm32.drv
0x77be0000 - 0x77bf5000 C:\WINDOWS\system32\MSACM32.dll
0x77bd0000 - 0x77bd7000 C:\WINDOWS\system32\midimap.dll
0x0d640000 - 0x0d655000 C:\WINDOWS\system32\nvwddi.dll
0x0ff80000 - 0x0ffd2000 C:\Documents and Settings\Owner\Local Settings\Temp\jna277173739095432813.tmp
0x6d560000 - 0x6d569000 C:\Program Files\Java\jre6\bin\management.dll
0x6d1a0000 - 0x6d1c3000 C:\Program Files\Java\jre6\bin\dcpr.dll
0x711c0000 - 0x71278000 C:\Program Files\Csound\bin\_jcsound.dll
0x65440000 - 0x654e8000 C:\Program Files\Csound\bin\csnd.dll
0x6f1c0000 - 0x6f583000 C:\Program Files\Csound\bin\csound64.dll.5.2
0x70440000 - 0x705f3000 C:\Program Files\Csound\bin\libsndfile-1.dll
0x61180000 - 0x6118e000 C:\WINDOWS\system32\pthreadGC2.dll
0x71ad0000 - 0x71ad9000 C:\WINDOWS\system32\WSOCK32.DLL
0x124b0000 - 0x12e31000 C:\Program Files\Csound\bin\libmusicxml2.dll
0x73ee0000 - 0x73ee4000 C:\WINDOWS\system32\KsUser.dll
0x0d490000 - 0x0d498000 C:\WINDOWS\system32\deltaIIasio.dll

VM Arguments:
jvm_args: -Xms24m -Xmx64m -Djdk.home=C:\Program Files\Java\jre6 -Dnetbeans.home=C:\blue\platform10 -Dnetbeans.dirs=C:\blue\blue -Dnetbeans.user=C:\Documents and Settings\Owner\Application Data\.blue\dev -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=C:\Documents and Settings\Owner\Application Data\.blue\dev\var\log\heapdump.hprof -Dnetbeans.system_http_proxy=DIRECT -Dsun.awt.keepWorkingSetOnMinimize=true
java_command: <unknown>
Launcher Type: generic

Environment Variables:
PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;bin;C:\Program Files\Csound\bin
USERNAME=Owner
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 6, GenuineIntel



---------------  S Y S T E M  ---------------

OS: Windows XP Build 2600 Service Pack 3

CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 7 stepping 6, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3

Memory: 4k page, physical 2096172k(1481212k free), swap 4034536k(3571312k free)

vm_info: Java HotSpot(TM) Client VM (11.3-b02) for windows-x86 JRE (1.6.0_13-b03), built on Mar  9 2009 01:15:24 by "java_re" with MS VC++ 7.1

time: Sat Oct 24 14:20:03 2009
elapsed time: 289 seconds




I have noticed Blue1 crashing also from time to time, especially when tweaking Automation Lines in real-time, but not because of the plugging in a USB stick.
Maybe this is useful information.

greetings
Menno

Re: New 2.0 Alpha Posted

by Mark Van Peteghem-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Steven,

I finally downloaded and installed Blue2, and I enjoy working with it.
But I don't find a way to import csd files or sco+orc files. Did I
overlook something or has this feature disappeared?

Mark

Steven Yi wrote:

> Hi All,
>
> I've posted a new 2.0 alpha at:
>
> http://kunstmusik.com/blue.zip
>
> I spent tonight trying to get a blue.app generated for OSX but without
> luck (the generated build from Netbeans simply didn't work).  I
> generated it on Linux and tried on OSX; I will look at building on OSX
> when I have a chance to see if that will change anything.  Otherwise,
> using the blue.zip does work when selecting the blue command in the
> bin folder.
>
> This should fix up a number of issues that Menno reported.  I still
> need to do work on PortAudio detection and mostly cosmetic issues at
> this point.
>
> Any help on testing greatly appreciated!
> steven
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Bluemusic-users mailing list
> Bluemusic-users@...
> https://lists.sourceforge.net/lists/listinfo/bluemusic-users
>
>
>  

--
  Mark
  _________________________________________
  When you get lemons, you make lemonade.
  When you get hardware, you make software.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Bluemusic-users mailing list
Bluemusic-users@...
https://lists.sourceforge.net/lists/listinfo/bluemusic-users

Re: New 2.0 Alpha Posted

by Steven Yi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Menno,

I think this is a danger to using the API for any program, Java or
not.  If csound crashes and creates a segfault like this then it will
take down the host program and there's nothing to be done as far as I
can see.  Situations like this happen when Csound's code does not
properly handle errors.  I tend to not use the API myself for general
usage and then turn on when I need to do something in realtime, so I
guess I don't have this issue so much as if it segfaults while I'm
doing initial work then it will do so when not using API which will
not crash blue.

steven

On Sat, Oct 24, 2009 at 8:42 AM, menno <nabob_cd@...> wrote:

>
> Hi Steven,
>
> i notice that Blue2 crashes too easily. The first example of a crash in
> "hs_err_pid1280.log". I tried to load pv-analysed in a lpread-based
> instrument. Of course this is not very bright but it causes Blue2 to crash.
>
> #
> # An unexpected error has been detected by Java Runtime Environment:
> #
> #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6f221603, pid=1280,
> tid=2992
> #
> # Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode windows-x86)
> # Problematic frame:
> # C  [csound64.dll.5.2+0x61603]
> #
> # If you would like to submit a bug report, please visit:
> #   http://java.sun.com/webapps/bugreport/crash.jsp
> # The crash happened outside the Java Virtual Machine in native code.
> # See problematic frame for where to report the bug.
> #
>
> ---------------  T H R E A D  ---------------
>
> Current thread (0x0ac99400):  JavaThread "Thread-11" [_thread_in_native,
> id=2992, stack(0x12e40000,0x13040000)]
>
> siginfo: ExceptionCode=0xc0000005, reading address 0x0e826000
>
> Registers:
> EAX=0xfffff5b4, EBX=0x0e8208e0, ECX=0x0e820d9c, EDX=0x00005260
> ESP=0x1303f4c0, EBP=0x00000014, ESI=0x0e820d9c, EDI=0x00000000
> EIP=0x6f221603, EFLAGS=0x00010286
>
> Top of Stack: (sp=0x1303f4c0)
> 0x1303f4c0:   0e820890 0e820d9c 0e81c4c8 0e81c568
> 0x1303f4d0:   00000000 0e8208e0 00000014 00000000
> 0x1303f4e0:   00000000 003e2ea8 1303f490 6f25c69c
> 0x1303f4f0:   00000000 00000000 00000000 00000000
> 0x1303f500:   00000000 0000e5f0 1303f464 1303f73c
> 0x1303f510:   1303f588 77c35c94 77c127b8 00000002
> 0x1303f520:   77c3412a 77c3220a 00000000 00000002
> 0x1303f530:   00000000 1303f551 ffffffff 6f23c17c
>
> Instructions: (pc=0x6f221603)
> 0x6f2215f3:   89 14 24 8b 5c 24 14 8b 54 24 08 dd 04 3a 31 d2
> 0x6f221603:   dd 04 11 dc 0c 13 de c1 83 c2 08 83 e8 01 75 f0
>
>
> Stack: [0x12e40000,0x13040000],  sp=0x1303f4c0,  free space=2045k
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native
> code)
> C  [csound64.dll.5.2+0x61603]
>
> [error occurred during error reporting (printing native stack), id
> 0xc0000005]
>
> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
> J  csnd.csndJNI.Csound_PerformKsmps(JLcsnd/Csound;)I
> J  csnd.Csound.PerformKsmps()I
> j  blue.ui.core.render.APIRunner$APIRunnerThread.run()V+329
> j  java.lang.Thread.run()V+11
> v  ~StubRoutines::call_stub
>
> ---------------  P R O C E S S  ---------------
>
> Java Threads: ( => current thread )
> =>0x0ac99400 JavaThread "Thread-11" [_thread_in_native, id=2992,
> stack(0x12e40000,0x13040000)]
>  0x0ecda400 JavaThread "Inactive RequestProcessor thread [Was:StdErr
> Flush/org.netbeans.core.startup.TopLogging$LgStream]" daemon
> [_thread_blocked, id=3596, stack(0x11eb0000,0x120b0000)]
>  0x0ee50800 JavaThread "Inactive RequestProcessor thread [Was:Folder
> recognizer/org.openide.loaders.FolderList$ListTask]" daemon
> [_thread_blocked, id=3264, stack(0x11cb0000,0x11eb0000)]
>  0x1159d400 JavaThread "Inactive RequestProcessor thread [Was:Timeout
> waitFinished compatibility processor/org.openide.util.Task$1Run]" daemon
> [_thread_blocked, id=3136, stack(0x11180000,0x11380000)]
>  0x0ec6d800 JavaThread "Java Sound Event Dispatcher" daemon
> [_thread_blocked, id=3580, stack(0x10f80000,0x11180000)]
>  0x0eb76400 JavaThread "Inactive RequestProcessor thread [Was:Default
> RequestProcessor/org.netbeans.core.WarmUpSupport]" daemon [_thread_blocked,
> id=3588, stack(0x10040000,0x10240000)]
>  0x0eb62800 JavaThread "AWT-EventQueue-1" [_thread_blocked, id=3556,
> stack(0x0fce0000,0x0fee0000)]
>  0x0eb61400 JavaThread "TimerQueue" daemon [_thread_blocked, id=2892,
> stack(0x0e0c0000,0x0e2c0000)]
>  0x0eb64800 JavaThread "Thread-6" daemon [_thread_blocked, id=3400,
> stack(0x0fae0000,0x0fce0000)]
>  0x0eb5d400 JavaThread "Thread-5" daemon [_thread_blocked, id=3316,
> stack(0x0f8e0000,0x0fae0000)]
>  0x0be8dc00 JavaThread "Swing-Shell" daemon [_thread_blocked, id=3332,
> stack(0x0ef50000,0x0f150000)]
>  0x0bde0400 JavaThread "D3D Screen Updater" daemon [_thread_blocked,
> id=3488, stack(0x0e370000,0x0e570000)]
>  0x0bd7c400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3492,
> stack(0x0dcd0000,0x0ded0000)]
>  0x0bd7bc00 JavaThread "AWT-Shutdown" [_thread_blocked, id=3404,
> stack(0x0dad0000,0x0dcd0000)]
>  0x0bd51400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3504,
> stack(0x0d8d0000,0x0dad0000)]
>  0x0bd10800 JavaThread "Active Reference Queue Daemon" daemon
> [_thread_blocked, id=3496, stack(0x0d6d0000,0x0d8d0000)]
>  0x0bcbc800 JavaThread "Inactive RequestProcessor thread [Was:Folder
> recognizer/org.openide.loaders.FolderList$ListTask]" daemon
> [_thread_blocked, id=3512, stack(0x0d2d0000,0x0d4d0000)]
>  0x0bcd3800 JavaThread "Timer-0" daemon [_thread_blocked, id=3516,
> stack(0x0d0d0000,0x0d2d0000)]
>  0x0bcd3400 JavaThread "CLI Requests Server" daemon [_thread_in_native,
> id=3520, stack(0x0ced0000,0x0d0d0000)]
>  0x0ac34400 JavaThread "Low Memory Detector" daemon [_thread_blocked,
> id=1672, stack(0x0b8a0000,0x0baa0000)]
>  0x0ac2e800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3248,
> stack(0x0b6a0000,0x0b8a0000)]
>  0x0ac2d000 JavaThread "Attach Listener" daemon [_thread_blocked, id=3440,
> stack(0x0b4a0000,0x0b6a0000)]
>  0x0ac2bc00 JavaThread "Signal Dispatcher" daemon [_thread_blocked,
> id=3476, stack(0x0b2a0000,0x0b4a0000)]
>  0x0ac1c400 JavaThread "Finalizer" daemon [_thread_blocked, id=3444,
> stack(0x0b0a0000,0x0b2a0000)]
>  0x0ac17800 JavaThread "Reference Handler" daemon [_thread_blocked,
> id=3480, stack(0x0aea0000,0x0b0a0000)]
>  0x00a36800 JavaThread "main" [_thread_blocked, id=1268,
> stack(0x00030000,0x00230000)]
>
> Other Threads:
>  0x0ac12800 VMThread [stack: 0x0aca0000,0x0aea0000] [id=3468]
>  0x0ac36c00 WatcherThread [stack: 0x0baa0000,0x0bca0000] [id=3508]
>
> VM state:not at safepoint (normal execution)
>
> VM Mutex/Monitor currently owned by a thread: None
>
> Heap
>  def new generation   total 2240K, used 2026K [0x02b00000, 0x02d60000,
> 0x02fe0000)
>  eden space 2048K,  89% used [0x02b00000, 0x02cca848, 0x02d00000)
>  from space 192K, 100% used [0x02d30000, 0x02d60000, 0x02d60000)
>  to   space 192K,   0% used [0x02d00000, 0x02d00000, 0x02d30000)
>  tenured generation   total 28276K, used 18202K [0x02fe0000, 0x04b7d000,
> 0x06b00000)
>   the space 28276K,  64% used [0x02fe0000, 0x041a6920, 0x041a6a00,
> 0x04b7d000)
>  compacting perm gen  total 34816K, used 34641K [0x06b00000, 0x08d00000,
> 0x0ab00000)
>   the space 34816K,  99% used [0x06b00000, 0x08cd4400, 0x08cd4400,
> 0x08d00000)
> No shared spaces configured.
>
> Dynamic libraries:
> 0x00400000 - 0x00427000         C:\blue\bin\blue.exe
> 0x7c900000 - 0x7c9b2000         C:\WINDOWS\system32\ntdll.dll
> 0x7c800000 - 0x7c8f6000         C:\WINDOWS\system32\kernel32.dll
> 0x77c10000 - 0x77c68000         C:\WINDOWS\system32\msvcrt.dll
> 0x77dd0000 - 0x77e6b000         C:\WINDOWS\system32\ADVAPI32.DLL
> 0x77e70000 - 0x77f02000         C:\WINDOWS\system32\RPCRT4.dll
> 0x77fe0000 - 0x77ff1000         C:\WINDOWS\system32\Secur32.dll
> 0x7e410000 - 0x7e4a1000         C:\WINDOWS\system32\USER32.dll
> 0x77f10000 - 0x77f59000         C:\WINDOWS\system32\GDI32.dll
> 0x76390000 - 0x763ad000         C:\WINDOWS\system32\IMM32.DLL
> 0x629c0000 - 0x629c9000         C:\WINDOWS\system32\LPK.DLL
> 0x74d90000 - 0x74dfb000         C:\WINDOWS\system32\USP10.dll
> 0x10000000 - 0x1003a000         C:\blue\platform10\lib\nbexec.dll
> 0x6d800000 - 0x6da56000         C:\Program Files\Java\jre6\bin\client\jvm.dll
> 0x76b40000 - 0x76b6d000         C:\WINDOWS\system32\WINMM.dll
> 0x7c340000 - 0x7c396000         C:\Program Files\Java\jre6\bin\MSVCR71.dll
> 0x6d290000 - 0x6d298000         C:\Program Files\Java\jre6\bin\hpi.dll
> 0x76bf0000 - 0x76bfb000         C:\WINDOWS\system32\PSAPI.DLL
> 0x6d7b0000 - 0x6d7bc000         C:\Program Files\Java\jre6\bin\verify.dll
> 0x6d330000 - 0x6d34f000         C:\Program Files\Java\jre6\bin\java.dll
> 0x6d7f0000 - 0x6d7ff000         C:\Program Files\Java\jre6\bin\zip.dll
> 0x6d610000 - 0x6d623000         C:\Program Files\Java\jre6\bin\net.dll
> 0x71ab0000 - 0x71ac7000         C:\WINDOWS\system32\WS2_32.dll
> 0x71aa0000 - 0x71aa8000         C:\WINDOWS\system32\WS2HELP.dll
> 0x6d630000 - 0x6d639000         C:\Program Files\Java\jre6\bin\nio.dll
> 0x76d60000 - 0x76d79000         C:\WINDOWS\system32\iphlpapi.dll
> 0x76d40000 - 0x76d58000         C:\WINDOWS\system32\MPRAPI.dll
> 0x77cc0000 - 0x77cf2000         C:\WINDOWS\system32\ACTIVEDS.dll
> 0x76e10000 - 0x76e35000         C:\WINDOWS\system32\adsldpc.dll
> 0x5b860000 - 0x5b8b6000         C:\WINDOWS\system32\NETAPI32.dll
> 0x76f60000 - 0x76f8c000         C:\WINDOWS\system32\WLDAP32.dll
> 0x76b20000 - 0x76b31000         C:\WINDOWS\system32\ATL.DLL
> 0x774e0000 - 0x7761e000         C:\WINDOWS\system32\ole32.dll
> 0x77120000 - 0x771ab000         C:\WINDOWS\system32\OLEAUT32.dll
> 0x76e80000 - 0x76e8e000         C:\WINDOWS\system32\rtutils.dll
> 0x71bf0000 - 0x71c03000         C:\WINDOWS\system32\SAMLIB.dll
> 0x77920000 - 0x77a13000         C:\WINDOWS\system32\SETUPAPI.dll
> 0x71a50000 - 0x71a8f000         C:\WINDOWS\system32\mswsock.dll
> 0x662b0000 - 0x66308000         C:\WINDOWS\system32\hnetcfg.dll
> 0x71a90000 - 0x71a98000         C:\WINDOWS\System32\wshtcpip.dll
> 0x76f20000 - 0x76f47000         C:\WINDOWS\system32\DNSAPI.dll
> 0x76fb0000 - 0x76fb8000         C:\WINDOWS\System32\winrnr.dll
> 0x76fc0000 - 0x76fc6000         C:\WINDOWS\system32\rasadhlp.dll
> 0x68000000 - 0x68036000         C:\WINDOWS\system32\rsaenh.dll
> 0x769c0000 - 0x76a74000         C:\WINDOWS\system32\USERENV.dll
> 0x6d000000 - 0x6d14a000         C:\Program Files\Java\jre6\bin\awt.dll
> 0x73000000 - 0x73026000         C:\WINDOWS\system32\WINSPOOL.DRV
> 0x5d090000 - 0x5d12a000         C:\WINDOWS\system32\comctl32.dll
> 0x5ad70000 - 0x5ada8000         C:\WINDOWS\system32\uxtheme.dll
> 0x6d230000 - 0x6d284000         C:\Program Files\Java\jre6\bin\fontmanager.dll
> 0x0ded0000 - 0x0e04a000         C:\WINDOWS\system32\nview.dll
> 0x77f60000 - 0x77fd6000         C:\WINDOWS\system32\SHLWAPI.dll
> 0x7c9c0000 - 0x7d1d7000         C:\WINDOWS\system32\SHELL32.dll
> 0x77c00000 - 0x77c08000         C:\WINDOWS\system32\VERSION.dll
> 0x773d0000 - 0x774d3000
> C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5705_x-ww_36cfed49\comctl32.dll
> 0x77690000 - 0x776b1000         C:\WINDOWS\system32\NTMARTA.DLL
> 0x74720000 - 0x7476c000         C:\WINDOWS\system32\MSCTF.dll
> 0x0c080000 - 0x0c084000         C:\Program Files\Unlocker\UnlockerHook.dll
> 0x755c0000 - 0x755ee000         C:\WINDOWS\system32\msctfime.ime
> 0x4fdd0000 - 0x4ff76000         C:\WINDOWS\system32\d3d9.dll
> 0x0c090000 - 0x0c096000         C:\WINDOWS\system32\d3d8thk.dll
> 0x0f150000 - 0x0f415000         C:\WINDOWS\system32\xpsp2res.dll
> 0x71b20000 - 0x71b32000         C:\WINDOWS\system32\MPR.dll
> 0x75f60000 - 0x75f67000         C:\WINDOWS\System32\drprov.dll
> 0x71c10000 - 0x71c1e000         C:\WINDOWS\System32\ntlanman.dll
> 0x71cd0000 - 0x71ce7000         C:\WINDOWS\System32\NETUI0.dll
> 0x71c90000 - 0x71cd0000         C:\WINDOWS\System32\NETUI1.dll
> 0x71c80000 - 0x71c87000         C:\WINDOWS\System32\NETRAP.dll
> 0x75f70000 - 0x75f7a000         C:\WINDOWS\System32\davclnt.dll
> 0x77b40000 - 0x77b62000         C:\WINDOWS\system32\appHelp.dll
> 0x76fd0000 - 0x7704f000         C:\WINDOWS\system32\CLBCATQ.DLL
> 0x77050000 - 0x77115000         C:\WINDOWS\system32\COMRes.dll
> 0x16210000 - 0x1648e000         C:\WINDOWS\system32\wpdshext.dll
> 0x4ec50000 - 0x4edf6000
> C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.2600.5660_x-ww_e0385ec6\gdiplus.dll
> 0x10930000 - 0x10979000         C:\WINDOWS\system32\PortableDeviceApi.dll
> 0x76c30000 - 0x76c5e000         C:\WINDOWS\system32\WINTRUST.dll
> 0x77a80000 - 0x77b15000         C:\WINDOWS\system32\CRYPT32.dll
> 0x77b20000 - 0x77b32000         C:\WINDOWS\system32\MSASN1.dll
> 0x76c90000 - 0x76cb8000         C:\WINDOWS\system32\IMAGEHLP.dll
> 0x0f840000 - 0x0f886000         C:\WINDOWS\system32\Audiodev.dll
> 0x15110000 - 0x1536c000         C:\WINDOWS\system32\WMVCore.DLL
> 0x11c70000 - 0x11caa000         C:\WINDOWS\system32\WMASF.DLL
> 0x76980000 - 0x76988000         C:\WINDOWS\system32\LINKINFO.dll
> 0x76990000 - 0x769b5000         C:\WINDOWS\system32\ntshrui.dll
> 0x6d520000 - 0x6d544000         C:\Program Files\Java\jre6\bin\jsound.dll
> 0x6d550000 - 0x6d558000         C:\Program Files\Java\jre6\bin\jsoundds.dll
> 0x73f10000 - 0x73f6c000         C:\WINDOWS\system32\DSOUND.dll
> 0x72d20000 - 0x72d29000         C:\WINDOWS\system32\wdmaud.drv
> 0x72d10000 - 0x72d18000         C:\WINDOWS\system32\msacm32.drv
> 0x77be0000 - 0x77bf5000         C:\WINDOWS\system32\MSACM32.dll
> 0x77bd0000 - 0x77bd7000         C:\WINDOWS\system32\midimap.dll
> 0x0d630000 - 0x0d645000         C:\WINDOWS\system32\nvwddi.dll
> 0x108c0000 - 0x10912000         C:\Documents and Settings\Owner\Local
> Settings\Temp\jna3768379899499083149.tmp
> 0x6d560000 - 0x6d569000         C:\Program Files\Java\jre6\bin\management.dll
> 0x6d1a0000 - 0x6d1c3000         C:\Program Files\Java\jre6\bin\dcpr.dll
> 0x711c0000 - 0x71278000         C:\Program Files\Csound\bin\_jcsound.dll
> 0x65440000 - 0x654e8000         C:\Program Files\Csound\bin\csnd.dll
> 0x6f1c0000 - 0x6f583000         C:\Program Files\Csound\bin\csound64.dll.5.2
> 0x70440000 - 0x705f3000         C:\Program Files\Csound\bin\libsndfile-1.dll
> 0x61180000 - 0x6118e000         C:\WINDOWS\system32\pthreadGC2.dll
> 0x71ad0000 - 0x71ad9000         C:\WINDOWS\system32\WSOCK32.DLL
> 0x120b0000 - 0x12a31000         C:\Program Files\Csound\bin\libmusicxml2.dll
> 0x73ee0000 - 0x73ee4000         C:\WINDOWS\system32\KsUser.dll
> 0x0d6a0000 - 0x0d6a8000         C:\WINDOWS\system32\deltaIIasio.dll
> 0x6b500000 - 0x6b508000         C:\Program Files\Csound\plugins64\ambicode1.dll
> 0x69980000 - 0x69987000         C:\Program Files\Csound\plugins64\ampmidid.dll
> 0x6c600000 - 0x6c609000         C:\Program Files\Csound\plugins64\babo.dll
> 0x6a380000 - 0x6a388000         C:\Program Files\Csound\plugins64\barmodel.dll
> 0x692c0000 - 0x69342000         C:\Program Files\Csound\plugins64\chua.dll
> 0x6fe40000 - 0x6fe47000         C:\Program Files\Csound\plugins64\compress.dll
> 0x6b0c0000 - 0x6b0c7000         C:\Program Files\Csound\plugins64\cs_date.dll
> 0x6b680000 - 0x6b687000         C:\Program Files\Csound\plugins64\cs_pan2.dll
> 0x70b00000 - 0x70b12000         C:\Program Files\Csound\plugins64\cs_pvs_ops.dll
> 0x62080000 - 0x62101000         C:\Program Files\Csound\plugins64\doppler.dll
> 0x65040000 - 0x65047000         C:\Program Files\Csound\plugins64\eqfil.dll
> 0x6c540000 - 0x6c55d000         C:\Program Files\Csound\plugins64\fluidOpcodes.dll
> 0x0e8d0000 - 0x0e97c000         C:\Program Files\Csound\bin\libfluidsynth-1.dll
> 0x6aac0000 - 0x6aac7000         C:\Program Files\Csound\plugins64\ftest.dll
> 0x63880000 - 0x63894000         C:\Program Files\Csound\plugins64\gabnew.dll
> 0x6b840000 - 0x6b848000         C:\Program Files\Csound\plugins64\grain4.dll
> 0x66e40000 - 0x66e48000         C:\Program Files\Csound\plugins64\harmon.dll
> 0x6de00000 - 0x6de08000         C:\Program Files\Csound\plugins64\hrtferX.dll
> 0x70980000 - 0x7098c000         C:\Program Files\Csound\plugins64\hrtfnew.dll
> 0x707c0000 - 0x707c8000         C:\Program Files\Csound\plugins64\image.dll
> 0x6bc80000 - 0x6bcef000         C:\Program Files\Csound\bin\libpng-3.dll
> 0x6a000000 - 0x6a0ab000         C:\Program
> Files\Csound\plugins64\linear_algebra.dll
> 0x61380000 - 0x61388000         C:\Program Files\Csound\plugins64\loscilx.dll
> 0x674c0000 - 0x674c7000         C:\Program Files\Csound\plugins64\minmax.dll
>
> VM Arguments:
> jvm_args: -Xms24m -Xmx64m -Djdk.home=C:\Program Files\Java\jre6
> -Dnetbeans.home=C:\blue\platform10 -Dnetbeans.dirs=C:\blue\blue
> -Dnetbeans.user=C:\Documents and Settings\Owner\Application Data\.blue\dev
> -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=C:\Documents and
> Settings\Owner\Application Data\.blue\dev\var\log\heapdump.hprof
> -Dnetbeans.system_http_proxy=DIRECT -Dsun.awt.keepWorkingSetOnMinimize=true
> java_command: <unknown>
> Launcher Type: generic
>
> Environment Variables:
> PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;bin;C:\Program
> Files\Csound\bin
> USERNAME=Owner
> OS=Windows_NT
> PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 6, GenuineIntel
>
>
>
> ---------------  S Y S T E M  ---------------
>
> OS: Windows XP Build 2600 Service Pack 3
>
> CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 7 stepping
> 6, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
>
> Memory: 4k page, physical 2096172k(1335484k free), swap 4034536k(3426768k
> free)
>
> vm_info: Java HotSpot(TM) Client VM (11.3-b02) for windows-x86 JRE
> (1.6.0_13-b03), built on Mar  9 2009 01:15:24 by "java_re" with MS VC++ 7.1
>
> time: Sat Oct 24 14:15:09 2009
> elapsed time: 44 seconds
>
>
>
>
> Then a second example of crashing-when-it-should-not is the following: i
> inserted an USB stick and Blue2 crashes.
> hs_err_pid3076.log:
>
> #
> # An unexpected error has been detected by Java Runtime Environment:
> #
> #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0d3e1364, pid=3076,
> tid=3720
> #
> # Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode windows-x86)
> # Problematic frame:
> # C  0x0d3e1364
> #
> # If you would like to submit a bug report, please visit:
> #   http://java.sun.com/webapps/bugreport/crash.jsp
> # The crash happened outside the Java Virtual Machine in native code.
> # See problematic frame for where to report the bug.
> #
>
> ---------------  T H R E A D  ---------------
>
> Current thread (0x0eb8a800):  JavaThread "AWT-EventQueue-1"
> [_thread_in_native, id=3720, stack(0x0fd00000,0x0ff00000)]
>
> siginfo: ExceptionCode=0xc0000005, reading address 0x0d3e1364
>
> Registers:
> EAX=0x7ffa2000, EBX=0x00000000, ECX=0x00000000, EDX=0x00000043
> ESP=0x0feff590, EBP=0x0feff5b8, ESI=0x0d3e1364, EDI=0x0feff5f4
> EIP=0x0d3e1364, EFLAGS=0x00210202
>
> Top of Stack: (sp=0x0feff590)
> 0x0feff590:   7e418734 00060554 00000219 00008000
> 0x0feff5a0:   0feff710 0d3e1364 dcbaabcd 00000000
> 0x0feff5b0:   0feff5f4 0d3e1364 0feff620 7e418816
> 0x0feff5c0:   0d3e1364 00060554 00000219 00008000
> 0x0feff5d0:   0feff710 00000000 00060554 0feff710
> 0x0feff5e0:   00000014 00000001 00000000 00000000
> 0x0feff5f0:   00000010 00000000 0feff664 00000001
> 0x0feff600:   00000000 00000000 0feff5d4 0feff1b4
>
> Instructions: (pc=0x0d3e1364)
> 0x0d3e1354:
> [error occurred during error reporting (printing registers, top of stack,
> instructions near pc), id 0xc0000005]
>
> Stack: [0x0fd00000,0x0ff00000],  sp=0x0feff590,  free space=2045k
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native
> code)
> C  0x0d3e1364
> C  [USER32.dll+0x8816]
> C  [USER32.dll+0x18ea0]
> C  [USER32.dll+0xe716]
> C  [ntdll.dll+0xe473]
> C  [USER32.dll+0x192e3]
> C  [awt.dll+0x77d51]
> J
> sun.awt.windows.WGlobalCursorManager.findHeavyweightUnderCursor(Z)Ljava/awt/Component;
> J  sun.awt.GlobalCursorManager._updateCursor(Z)V
> J  sun.awt.GlobalCursorManager$NativeUpdater.run()V
> J  java.awt.event.InvocationEvent.dispatch()V
> J  java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V
> J  org.netbeans.core.TimableEventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V
> J  java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z
> j
> java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30
> j
> java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
> j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
> j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
> j  java.awt.EventDispatchThread.run()V+9
> v  ~StubRoutines::call_stub
>
> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
> J
> sun.awt.windows.WGlobalCursorManager.findHeavyweightUnderCursor(Z)Ljava/awt/Component;
> J  sun.awt.GlobalCursorManager._updateCursor(Z)V
> J  sun.awt.GlobalCursorManager$NativeUpdater.run()V
> J  java.awt.event.InvocationEvent.dispatch()V
> J  java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V
> J  org.netbeans.core.TimableEventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V
> J  java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z
> j
> java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30
> j
> java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
> j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
> j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
> j  java.awt.EventDispatchThread.run()V+9
> v  ~StubRoutines::call_stub
>
> ---------------  P R O C E S S  ---------------
>
> Java Threads: ( => current thread )
>  0x0ee56400 JavaThread "Inactive RequestProcessor thread
> [Was:TimedSoftReference/org.openide.util.TimedSoftReference]" daemon
> [_thread_blocked, id=3104, stack(0x11890000,0x11a90000)]
>  0x0ec89000 JavaThread "Java Sound Event Dispatcher" daemon
> [_thread_blocked, id=3824, stack(0x11180000,0x11380000)]
> =>0x0eb8a800 JavaThread "AWT-EventQueue-1" [_thread_in_native, id=3720,
> stack(0x0fd00000,0x0ff00000)]
>  0x0bdf2c00 JavaThread "TimerQueue" daemon [_thread_blocked, id=3796,
> stack(0x0e0d0000,0x0e2d0000)]
>  0x0eb8b400 JavaThread "Thread-6" daemon [_thread_blocked, id=436,
> stack(0x0fb00000,0x0fd00000)]
>  0x0eb80000 JavaThread "Thread-5" daemon [_thread_blocked, id=2448,
> stack(0x0f900000,0x0fb00000)]
>  0x0be8bc00 JavaThread "Swing-Shell" daemon [_thread_blocked, id=3784,
> stack(0x0ef70000,0x0f170000)]
>  0x0bdfe800 JavaThread "D3D Screen Updater" daemon [_thread_blocked,
> id=3764, stack(0x0e2f0000,0x0e4f0000)]
>  0x0bd76800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=576,
> stack(0x0dce0000,0x0dee0000)]
>  0x0bd76000 JavaThread "AWT-Shutdown" [_thread_blocked, id=3700,
> stack(0x0dae0000,0x0dce0000)]
>  0x0bd3dc00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3740,
> stack(0x0d8e0000,0x0dae0000)]
>  0x0bce8800 JavaThread "Active Reference Queue Daemon" daemon
> [_thread_blocked, id=3744, stack(0x0d6e0000,0x0d8e0000)]
>  0x0bcbc800 JavaThread "Timer-0" daemon [_thread_blocked, id=976,
> stack(0x0d0e0000,0x0d2e0000)]
>  0x0bcd7800 JavaThread "CLI Requests Server" daemon [_thread_in_native,
> id=3752, stack(0x0cee0000,0x0d0e0000)]
>  0x0ac34400 JavaThread "Low Memory Detector" daemon [_thread_blocked,
> id=3732, stack(0x0b8a0000,0x0baa0000)]
>  0x0ac2e800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3684,
> stack(0x0b6a0000,0x0b8a0000)]
>  0x0ac2d000 JavaThread "Attach Listener" daemon [_thread_blocked, id=3088,
> stack(0x0b4a0000,0x0b6a0000)]
>  0x0ac2bc00 JavaThread "Signal Dispatcher" daemon [_thread_blocked,
> id=3156, stack(0x0b2a0000,0x0b4a0000)]
>  0x0ac1c400 JavaThread "Finalizer" daemon [_thread_blocked, id=2684,
> stack(0x0b0a0000,0x0b2a0000)]
>  0x0ac17800 JavaThread "Reference Handler" daemon [_thread_blocked,
> id=3120, stack(0x0aea0000,0x0b0a0000)]
>  0x00a36800 JavaThread "main" [_thread_blocked, id=3080,
> stack(0x00030000,0x00230000)]
>
> Other Threads:
>  0x0ac12800 VMThread [stack: 0x0aca0000,0x0aea0000] [id=1872]
>  0x0ac36c00 WatcherThread [stack: 0x0baa0000,0x0bca0000] [id=3664]
>
> VM state:not at safepoint (normal execution)
>
> VM Mutex/Monitor currently owned by a thread: None
>
> Heap
>  def new generation   total 2240K, used 1410K [0x02b00000, 0x02d60000,
> 0x02fe0000)
>  eden space 2048K,  64% used [0x02b00000, 0x02c481d0, 0x02d00000)
>  from space 192K,  51% used [0x02d30000, 0x02d48938, 0x02d60000)
>  to   space 192K,   0% used [0x02d00000, 0x02d00000, 0x02d30000)
>  tenured generation   total 28276K, used 19583K [0x02fe0000, 0x04b7d000,
> 0x06b00000)
>   the space 28276K,  69% used [0x02fe0000, 0x042ffd68, 0x042ffe00,
> 0x04b7d000)
>  compacting perm gen  total 35072K, used 34967K [0x06b00000, 0x08d40000,
> 0x0ab00000)
>   the space 35072K,  99% used [0x06b00000, 0x08d25fa8, 0x08d26000,
> 0x08d40000)
> No shared spaces configured.
>
> Dynamic libraries:
> 0x00400000 - 0x00427000         C:\blue\bin\blue.exe
> 0x7c900000 - 0x7c9b2000         C:\WINDOWS\system32\ntdll.dll
> 0x7c800000 - 0x7c8f6000         C:\WINDOWS\system32\kernel32.dll
> 0x77c10000 - 0x77c68000         C:\WINDOWS\system32\msvcrt.dll
> 0x77dd0000 - 0x77e6b000         C:\WINDOWS\system32\ADVAPI32.DLL
> 0x77e70000 - 0x77f02000         C:\WINDOWS\system32\RPCRT4.dll
> 0x77fe0000 - 0x77ff1000         C:\WINDOWS\system32\Secur32.dll
> 0x7e410000 - 0x7e4a1000         C:\WINDOWS\system32\USER32.dll
> 0x77f10000 - 0x77f59000         C:\WINDOWS\system32\GDI32.dll
> 0x76390000 - 0x763ad000         C:\WINDOWS\system32\IMM32.DLL
> 0x629c0000 - 0x629c9000         C:\WINDOWS\system32\LPK.DLL
> 0x74d90000 - 0x74dfb000         C:\WINDOWS\system32\USP10.dll
> 0x10000000 - 0x1003a000         C:\blue\platform10\lib\nbexec.dll
> 0x6d800000 - 0x6da56000         C:\Program Files\Java\jre6\bin\client\jvm.dll
> 0x76b40000 - 0x76b6d000         C:\WINDOWS\system32\WINMM.dll
> 0x7c340000 - 0x7c396000         C:\Program Files\Java\jre6\bin\MSVCR71.dll
> 0x6d290000 - 0x6d298000         C:\Program Files\Java\jre6\bin\hpi.dll
> 0x76bf0000 - 0x76bfb000         C:\WINDOWS\system32\PSAPI.DLL
> 0x6d7b0000 - 0x6d7bc000         C:\Program Files\Java\jre6\bin\verify.dll
> 0x6d330000 - 0x6d34f000         C:\Program Files\Java\jre6\bin\java.dll
> 0x6d7f0000 - 0x6d7ff000         C:\Program Files\Java\jre6\bin\zip.dll
> 0x6d610000 - 0x6d623000         C:\Program Files\Java\jre6\bin\net.dll
> 0x71ab0000 - 0x71ac7000         C:\WINDOWS\system32\WS2_32.dll
> 0x71aa0000 - 0x71aa8000         C:\WINDOWS\system32\WS2HELP.dll
> 0x6d630000 - 0x6d639000         C:\Program Files\Java\jre6\bin\nio.dll
> 0x76d60000 - 0x76d79000         C:\WINDOWS\system32\iphlpapi.dll
> 0x76d40000 - 0x76d58000         C:\WINDOWS\system32\MPRAPI.dll
> 0x77cc0000 - 0x77cf2000         C:\WINDOWS\system32\ACTIVEDS.dll
> 0x76e10000 - 0x76e35000         C:\WINDOWS\system32\adsldpc.dll
> 0x5b860000 - 0x5b8b6000         C:\WINDOWS\system32\NETAPI32.dll
> 0x76f60000 - 0x76f8c000         C:\WINDOWS\system32\WLDAP32.dll
> 0x76b20000 - 0x76b31000         C:\WINDOWS\system32\ATL.DLL
> 0x774e0000 - 0x7761e000         C:\WINDOWS\system32\ole32.dll
> 0x77120000 - 0x771ab000         C:\WINDOWS\system32\OLEAUT32.dll
> 0x76e80000 - 0x76e8e000         C:\WINDOWS\system32\rtutils.dll
> 0x71bf0000 - 0x71c03000         C:\WINDOWS\system32\SAMLIB.dll
> 0x77920000 - 0x77a13000         C:\WINDOWS\system32\SETUPAPI.dll
> 0x71a50000 - 0x71a8f000         C:\WINDOWS\system32\mswsock.dll
> 0x662b0000 - 0x66308000         C:\WINDOWS\system32\hnetcfg.dll
> 0x71a90000 - 0x71a98000         C:\WINDOWS\System32\wshtcpip.dll
> 0x76f20000 - 0x76f47000         C:\WINDOWS\system32\DNSAPI.dll
> 0x76fb0000 - 0x76fb8000         C:\WINDOWS\System32\winrnr.dll
> 0x76fc0000 - 0x76fc6000         C:\WINDOWS\system32\rasadhlp.dll
> 0x68000000 - 0x68036000         C:\WINDOWS\system32\rsaenh.dll
> 0x769c0000 - 0x76a74000         C:\WINDOWS\system32\USERENV.dll
> 0x6d000000 - 0x6d14a000         C:\Program Files\Java\jre6\bin\awt.dll
> 0x73000000 - 0x73026000         C:\WINDOWS\system32\WINSPOOL.DRV
> 0x5d090000 - 0x5d12a000         C:\WINDOWS\system32\comctl32.dll
> 0x5ad70000 - 0x5ada8000         C:\WINDOWS\system32\uxtheme.dll
> 0x6d230000 - 0x6d284000         C:\Program Files\Java\jre6\bin\fontmanager.dll
> 0x0dee0000 - 0x0e05a000         C:\WINDOWS\system32\nview.dll
> 0x77f60000 - 0x77fd6000         C:\WINDOWS\system32\SHLWAPI.dll
> 0x7c9c0000 - 0x7d1d7000         C:\WINDOWS\system32\SHELL32.dll
> 0x77c00000 - 0x77c08000         C:\WINDOWS\system32\VERSION.dll
> 0x773d0000 - 0x774d3000
> C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5705_x-ww_36cfed49\comctl32.dll
> 0x77690000 - 0x776b1000         C:\WINDOWS\system32\NTMARTA.DLL
> 0x74720000 - 0x7476c000         C:\WINDOWS\system32\MSCTF.dll
> 0x0c080000 - 0x0c084000         C:\Program Files\Unlocker\UnlockerHook.dll
> 0x755c0000 - 0x755ee000         C:\WINDOWS\system32\msctfime.ime
> 0x4fdd0000 - 0x4ff76000         C:\WINDOWS\system32\d3d9.dll
> 0x0c090000 - 0x0c096000         C:\WINDOWS\system32\d3d8thk.dll
> 0x0f170000 - 0x0f435000         C:\WINDOWS\system32\xpsp2res.dll
> 0x71b20000 - 0x71b32000         C:\WINDOWS\system32\MPR.dll
> 0x75f60000 - 0x75f67000         C:\WINDOWS\System32\drprov.dll
> 0x71c10000 - 0x71c1e000         C:\WINDOWS\System32\ntlanman.dll
> 0x71cd0000 - 0x71ce7000         C:\WINDOWS\System32\NETUI0.dll
> 0x71c90000 - 0x71cd0000         C:\WINDOWS\System32\NETUI1.dll
> 0x71c80000 - 0x71c87000         C:\WINDOWS\System32\NETRAP.dll
> 0x75f70000 - 0x75f7a000         C:\WINDOWS\System32\davclnt.dll
> 0x77b40000 - 0x77b62000         C:\WINDOWS\system32\appHelp.dll
> 0x76fd0000 - 0x7704f000         C:\WINDOWS\system32\CLBCATQ.DLL
> 0x77050000 - 0x77115000         C:\WINDOWS\system32\COMRes.dll
> 0x16210000 - 0x1648e000         C:\WINDOWS\system32\wpdshext.dll
> 0x4ec50000 - 0x4edf6000
> C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.2600.5660_x-ww_e0385ec6\gdiplus.dll
> 0x10930000 - 0x10979000         C:\WINDOWS\system32\PortableDeviceApi.dll
> 0x76c30000 - 0x76c5e000         C:\WINDOWS\system32\WINTRUST.dll
> 0x77a80000 - 0x77b15000         C:\WINDOWS\system32\CRYPT32.dll
> 0x77b20000 - 0x77b32000         C:\WINDOWS\system32\MSASN1.dll
> 0x76c90000 - 0x76cb8000         C:\WINDOWS\system32\IMAGEHLP.dll
> 0x0f860000 - 0x0f8a6000         C:\WINDOWS\system32\Audiodev.dll
> 0x15110000 - 0x1536c000         C:\WINDOWS\system32\WMVCore.DLL
> 0x11c70000 - 0x11caa000         C:\WINDOWS\system32\WMASF.DLL
> 0x76980000 - 0x76988000         C:\WINDOWS\system32\LINKINFO.dll
> 0x76990000 - 0x769b5000         C:\WINDOWS\system32\ntshrui.dll
> 0x6d520000 - 0x6d544000         C:\Program Files\Java\jre6\bin\jsound.dll
> 0x6d550000 - 0x6d558000         C:\Program Files\Java\jre6\bin\jsoundds.dll
> 0x73f10000 - 0x73f6c000         C:\WINDOWS\system32\DSOUND.dll
> 0x72d20000 - 0x72d29000         C:\WINDOWS\system32\wdmaud.drv
> 0x72d10000 - 0x72d18000         C:\WINDOWS\system32\msacm32.drv
> 0x77be0000 - 0x77bf5000         C:\WINDOWS\system32\MSACM32.dll
> 0x77bd0000 - 0x77bd7000         C:\WINDOWS\system32\midimap.dll
> 0x0d640000 - 0x0d655000         C:\WINDOWS\system32\nvwddi.dll
> 0x0ff80000 - 0x0ffd2000         C:\Documents and Settings\Owner\Local
> Settings\Temp\jna277173739095432813.tmp
> 0x6d560000 - 0x6d569000         C:\Program Files\Java\jre6\bin\management.dll
> 0x6d1a0000 - 0x6d1c3000         C:\Program Files\Java\jre6\bin\dcpr.dll
> 0x711c0000 - 0x71278000         C:\Program Files\Csound\bin\_jcsound.dll
> 0x65440000 - 0x654e8000         C:\Program Files\Csound\bin\csnd.dll
> 0x6f1c0000 - 0x6f583000         C:\Program Files\Csound\bin\csound64.dll.5.2
> 0x70440000 - 0x705f3000         C:\Program Files\Csound\bin\libsndfile-1.dll
> 0x61180000 - 0x6118e000         C:\WINDOWS\system32\pthreadGC2.dll
> 0x71ad0000 - 0x71ad9000         C:\WINDOWS\system32\WSOCK32.DLL
> 0x124b0000 - 0x12e31000         C:\Program Files\Csound\bin\libmusicxml2.dll
> 0x73ee0000 - 0x73ee4000         C:\WINDOWS\system32\KsUser.dll
> 0x0d490000 - 0x0d498000         C:\WINDOWS\system32\deltaIIasio.dll
>
> VM Arguments:
> jvm_args: -Xms24m -Xmx64m -Djdk.home=C:\Program Files\Java\jre6
> -Dnetbeans.home=C:\blue\platform10 -Dnetbeans.dirs=C:\blue\blue
> -Dnetbeans.user=C:\Documents and Settings\Owner\Application Data\.blue\dev
> -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=C:\Documents and
> Settings\Owner\Application Data\.blue\dev\var\log\heapdump.hprof
> -Dnetbeans.system_http_proxy=DIRECT -Dsun.awt.keepWorkingSetOnMinimize=true
> java_command: <unknown>
> Launcher Type: generic
>
> Environment Variables:
> PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;bin;C:\Program
> Files\Csound\bin
> USERNAME=Owner
> OS=Windows_NT
> PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 6, GenuineIntel
>
>
>
> ---------------  S Y S T E M  ---------------
>
> OS: Windows XP Build 2600 Service Pack 3
>
> CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 7 stepping
> 6, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
>
> Memory: 4k page, physical 2096172k(1481212k free), swap 4034536k(3571312k
> free)
>
> vm_info: Java HotSpot(TM) Client VM (11.3-b02) for windows-x86 JRE
> (1.6.0_13-b03), built on Mar  9 2009 01:15:24 by "java_re" with MS VC++ 7.1
>
> time: Sat Oct 24 14:20:03 2009
> elapsed time: 289 seconds
>
>
>
>
> I have noticed Blue1 crashing also from time to time, especially when
> tweaking Automation Lines in real-time, but not because of the plugging in a
> USB stick.
> Maybe this is useful information.
>
> greetings
> Menno
> --
> View this message in context: http://www.nabble.com/New-2.0-Alpha-Posted-tp25985922p26038677.html
> Sent from the Csound - Blue - User mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Bluemusic-users mailing list
> Bluemusic-users@...
> https://lists.sourceforge.net/lists/listinfo/bluemusic-users
>

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Bluemusic-users mailing list
Bluemusic-users@...
https://lists.sourceforge.net/lists/listinfo/bluemusic-users

Re: New 2.0 Alpha Posted

by Steven Yi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Mark,

Thanks for pointing this feature out!  It looks like I left it out!
I'm working on blue now and have most of the issues reported by Menno
and Algodon fixed (have to see what's going on with converting
Audiofile) and will look at adding importing back in after this.

Thanks!
steven

On Sat, Oct 24, 2009 at 3:35 PM, Mark Van Peteghem
<Mark.Van.Peteghem@...> wrote:

> Hi Steven,
>
> I finally downloaded and installed Blue2, and I enjoy working with it.
> But I don't find a way to import csd files or sco+orc files. Did I
> overlook something or has this feature disappeared?
>
> Mark
>
> Steven Yi wrote:
>> Hi All,
>>
>> I've posted a new 2.0 alpha at:
>>
>> http://kunstmusik.com/blue.zip
>>
>> I spent tonight trying to get a blue.app generated for OSX but without
>> luck (the generated build from Netbeans simply didn't work).  I
>> generated it on Linux and tried on OSX; I will look at building on OSX
>> when I have a chance to see if that will change anything.  Otherwise,
>> using the blue.zip does work when selecting the blue command in the
>> bin folder.
>>
>> This should fix up a number of issues that Menno reported.  I still
>> need to do work on PortAudio detection and mostly cosmetic issues at
>> this point.
>>
>> Any help on testing greatly appreciated!
>> steven
>>
>> ------------------------------------------------------------------------------
>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
>> is the only developer event you need to attend this year. Jumpstart your
>> developing skills, take BlackBerry mobile applications to market and stay
>> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
>> http://p.sf.net/sfu/devconference
>> _______________________________________________
>> Bluemusic-users mailing list
>> Bluemusic-users@...
>> https://lists.sourceforge.net/lists/listinfo/bluemusic-users
>>
>>
>>
>
> --
>  Mark
>  _________________________________________
>  When you get lemons, you make lemonade.
>  When you get hardware, you make software.
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Bluemusic-users mailing list
> Bluemusic-users@...
> https://lists.sourceforge.net/lists/listinfo/bluemusic-users
>

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Bluemusic-users mailing list
Bluemusic-users@...
https://lists.sourceforge.net/lists/listinfo/bluemusic-users