Mod Archive Forums Mod Archive Forums
Advanced search  

News:

Please note: Your main modarchive.org account will not work here, you must create a forum account to post on the forums.

Pages: 1 [2]   Go Down

Author Topic: NfmM MOD Player  (Read 27487 times)

0 Members and 1 Guest are viewing this topic.

DragShot

  • New User
  • Offline Offline
  • Posts: 22
    • View Profile
Re: NfmM MOD Player
« Reply #10 on: March 05, 2014, 16:03:20 »

I can't seem to run this, am I missing a lib? Running from the command line gives:

Code: [Select]
Exception in thread "main" java.lang.UnsupportedClassVersionError: ds/modplayer/ModPlayer : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:643)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
Could not find the main class: ds.modplayer.ModPlayer. Program will exit.

Linux Mint 13 (Ubuntu based) x86_64 running 3.8.0-26-generic. I have both JRE6 and JRE7 installed (just updated to the latest vers.)

Well, I've heard that in Linux Systems, when you have more than 1 JRE installed, you have to set one of them to be used by default. The "Unsupported major.minor version 51.0" means you're still using Java 6 when you are trying to open a Java 7 app.

You can specify which JRE to use through the console command alternatives --config java. Check the step 2 in this page for instructions: http://tecadmin.net/steps-to-install-java-on-centos-5-6-or-rhel-5-6 (it is for CentOS, but it should work for other Linux distributions too).

PS: "Devouring the Pies" om! nom! nom! nom! xD
« Last Edit: March 05, 2014, 16:21:42 by DragShot »
Logged

DragShot

  • New User
  • Offline Offline
  • Posts: 22
    • View Profile
Re: NfmM MOD Player
« Reply #11 on: May 06, 2014, 23:08:09 »

NfmM MOD Player has been updated!

The version 2.3 is now up and includes the following changes:

- [NEW!] Added a splash screen.
- [NEW!] Song loops enabled when repeat is ON!
- Now the Mod Player checks for updates on background when it starts.
- Fixed a bug in Windows XP where the playlist used to get stuck when the window was minimized.
- Some interface adjustments

To update your player, go to Info > Check for updates and when it shows the details about the new version, accept the download. The new version should be downloaded and installed automatically, restarting the player and opening the new version.

And if you don't have the player yet, go get it here: http://dscore.webcindario.com/software/modplayer.php
Logged

DragShot

  • New User
  • Offline Offline
  • Posts: 22
    • View Profile
NfmM MOD Player - New update!
« Reply #12 on: May 09, 2014, 00:31:58 »

NfmM MOD Player has been updated! (again)

The version 2.35 is now up and includes the following changes:

- Added socket service to run one instance at time. It will use the port 45055 at localhost, I hope no big software maker has spotted this port yet :T (it looked unassigned in the IANA official list so I took it).
- Added support for future file associations.
- Now files from ModArchive are not loaded as zipped files.

You will be notified about the new update the next time you open NfmM MOD Player (you can go to Info > Check for updates to update your player too). When it shows the details about the new version, accept the download. The new version should be downloaded and installed automatically, restarting the player and opening the new version.

And if you don't have the player yet, go get it here: http://dscore.webcindario.com/software/modplayer.php
Logged

DragShot

  • New User
  • Offline Offline
  • Posts: 22
    • View Profile
NfmM MOD Player - New update!
« Reply #13 on: August 28, 2014, 21:03:48 »

NfmM MOD Player has been updated!

The version 2.4 is now up and includes the following changes:

- [NEW!] The in-RAM buffer has been replaced by a local file buffer. Such buffer is virtually unlimited, so the playback rate has been upgraded to 44.1KHz!
- Added support for java.io zipped files. It should be able to open its own zipped files now.
- Added a 'reload' button in the settings area for reloading the track without having to read/download the file again.
- DS Desktop Notify is now used to display the name of the next song being played when the player window is minimized.
- Other minor fixes.

You can now use the params -Xms32m -Xmx64m to keep a low RAM consumption by the player.

Example:
Code: [Select]
java -Xms32m -Xmx64m -jar NfmM_MOD_Player.jar
You will be notified about the new update the next time you open NfmM MOD Player, or you can go to Info > Check for updates to update your player too. When it shows the details about the new version, accept the download. The new version should be downloaded and installed automatically, restarting the player and opening the new version.

And if you don't have the player yet, go get it here: http://dscore.webcindario.com/software/modplayer.php
Logged

DragShot

  • New User
  • Offline Offline
  • Posts: 22
    • View Profile
NfmM MOD Player - New update!
« Reply #14 on: October 28, 2014, 05:46:49 »

NfmM MOD Player has been updated!

The version 2.5 is now up and includes the following changes:

- [NEW!] The ability to normalize the audio gain in tracks! This feature now comes enabled by default.
- Fixed a bug when downloading tracks from ModArchive. For some reason it wasn't doing what it should.
- Minor interface changes.
- Other minor fixes.

You will be notified about the new update the next time you open NfmM MOD Player, or you can go to Info > Check for updates to update your player too. When it shows the details about the new version, accept the download. The new version should be downloaded and installed automatically, restarting the player and opening the new version.

And if you don't have the player yet, go get it here: http://dscore.webcindario.com/software/modplayer.php
« Last Edit: October 28, 2014, 05:53:56 by DragShot »
Logged
Pages: 1 [2]   Go Up