Existing users, log in.  New users, create a free account.  Lost password?

10 comments

HELP! - Sighmansea

I set the Java prefs in J2SE to open applets with J2SE 5 instead of 1.4.2. Your applet now launches. My PSP browser displays a 404; "The requested resource (/) is not available."

Another delve into console produces;

java(651,0xa000ed68) malloc: *** error for object 0x35f840: double free
java(651,0xa000ed68) malloc: *** set a breakpoint in szone_error to debug
java(651,0xa000ed68) malloc: *** error for object 0x3606e0: double free
java(651,0xa000ed68) malloc: *** set a breakpoint in szone_error to debug
java(651,0xa000ed68) malloc: *** error for object 0x33d9b0: double free
java(651,0xa000ed68) malloc: *** set a breakpoint in szone_error to debug
java(651,0xa000ed68) malloc: *** error for object 0x360ab0: double free
java(651,0xa000ed68) malloc: *** set a breakpoint in szone_error to debug
2006-04-04 23:41:14.810 java[651] CFLog (21): Error loading /Users/simon/Library/QuickTime/DivX 5.component/Contents/MacOS/DivX 5: error code 4, error number 0 (Library not loaded: /Library/Application Support/DivXNetworks/liblame3.92.dylib
Referenced from: /Users/simon/Library/QuickTime/DivX 5.component/Contents/MacOS/DivX 5
Reason: image not found)
2006-04-04 23:41:14.814 java[651] CFLog (21): Error loading /Users/simon/Library/QuickTime/DivX 5.component/Contents/MacOS/DivX 5: error code 4, error number 0 (Library not loaded: /Library/Application Support/DivXNetworks/liblame3.92.dylib
Referenced from: /Users/simon/Library/QuickTime/DivX 5.component/Contents/MacOS/DivX 5
Reason: image not found)
2006-04-04 23:41:14.824 java[651] CFLog (21): Error loading /Users/simon/Library/QuickTime/DivX 5.component/Contents/MacOS/DivX 5: error code 4, error number 0 (Library not loaded: /Library/Application Support/DivXNetworks/liblame3.92.dylib
Referenced from: /Users/simon/Library/QuickTime/DivX 5.component/Contents/MacOS/DivX 5
Reason: image not found)
2006-04-04 23:41:14.834 java[651] CFLog (21): Error loading /Users/simon/Library/QuickTime/DivX 5.component/Contents/MacOS/DivX 5: error code 4, error number 0 (Library not loaded: /Library/Application Support/DivXNetworks/liblame3.92.dylib
Referenced from: /Users/simon/Library/QuickTime/DivX 5.component/Contents/MacOS/DivX 5
Reason: image not found)

Something going on with DivX there.

Reply to This

Tuesday, April 04 2006 @ 03:46 PM PDT


HELP! - notfamous_dotmac

Exact same problem here. Methinks this is a non-Mac app at the moment as the Mac JDK is @ 1.4.2...

Reply to This

Tuesday, April 04 2006 @ 10:56 PM PDT


HELP! - mdescher

The problem is that you try running the application with JDK 1.4 as you already figures out. You can download JDK 1.5 from Apple at http://www.apple.com/support/downloads/java2se50release3.html

Unfortunately Apple did not make JDK 1.5 the default in release 3 (they do in the latest developer preview of relase 4 which I hope they release soon). There should be instructions on how to make JDK 1.5 the default JDK but you can also explicitly use JDK 1.5 when starting MyTunesRSS on the command line: /System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home/bin/java -jar MyTunesRSS.jar

Hope this helps!

Best regards, Michael

Reply to This

Wednesday, April 05 2006 @ 12:06 AM PDT


HELP! - MacMinister

go to creators website to contact them with your questions, comments and concerns for a faster response.

Reply to This

Wednesday, April 05 2006 @ 11:14 PM PDT