kappa
|
 |
«
Posted
2009-11-21 01:54:29 » |
|
As so happens someone somewhere wrote an n64 emulator known as Project64, then dooglamoo ported it to java. I thought it'd be an interesting experiment to see if it could be run in a browser. So i've spent some time porting it to LWJGL and making it work as an applet. Which gives you Super Mario 64 in your browser, complete with ingame saving so you can come back to it later and continue where you left off. Pretty impressive huh?  You can play [size=16pt] here[/size] note - its still pretty experimental and sound is borked, also reports of flickering on ATI cards (crappy drivers?). p.s. sorry for the title it was a reference to the Holy shit! They made the flash version of DOOM!! post 
|
|
|
|
|
xinaesthetic
|
 |
«
Reply #1 - Posted
2009-11-21 02:05:03 » |
|
note - its still pretty experimental and sound is borked, also reports of flickering on ATI cards (crappy drivers?).
You can add to that a report from me of flickering on an nVidia 8600M GT in Vista, driver 190.89
|
|
|
|
|
i30817
|
 |
«
Reply #2 - Posted
2009-11-21 03:03:06 » |
|
How do they do the dynarec that the original does? (whatever - to - 86x assembly)
|
|
|
|
|
Games published by our own members! Check 'em out!
|
|
CommanderKeith
|
 |
«
Reply #3 - Posted
2009-11-21 03:23:33 » |
|
That is amazing! Great work with the port to LWJGL.
I saw some pretty serious flicker as well, it seemed like there were 2 versions of the game running - one that ran fine and another that would display white frames or old previousluy shown frames. As soon as you see it happening you'll probably know what the reason is straight away.
|
|
|
|
ewjordan
|
 |
«
Reply #4 - Posted
2009-11-21 03:26:32 » |
|
Crashing Safari and Firefox on OS X: 1 2 3 4 5
| 11/20/09 9:22:49 PM Safari[3812] *** Assertion failure in -[NSMenu removeItem:], /SourceCache/AppKit/AppKit-949.54/Menus.subproj/NSMenu.m:702 11/20/09 9:22:49 PM Safari[3812] *** CPerformer: ignoring exception 'Invalid parameter not satisfying: item != nil' raised during perform of selector 'sharedDelegate' on target 'ApplicationDelegate' with args '(null)' 11/20/09 9:22:49 PM Safari[3812] *** Assertion failure in -[NSMenu removeItem:], /SourceCache/AppKit/AppKit-949.54/Menus.subproj/NSMenu.m:702 11/20/09 9:22:53 PM [0x0-0x17b17b].com.apple.Safari[3812] Invalid memory access of location 0x1 eip=0x2b50a12e 11/20/09 9:22:59 PM com.apple.launchd[164] ([0x0-0x17b17b].com.apple.Safari[3812]) Exited abnormally: Bus error |
|
|
|
|
|
kappa
|
 |
«
Reply #5 - Posted
2009-11-21 03:28:47 » |
|
That is amazing! Great work with the port to LWJGL.
I saw some pretty serious flicker as well, it seemed like there were 2 versions of the game running - one that ran fine and another that would display white frames or old previousluy shown frames. As soon as you see it happening you'll probably know what the reason is straight away.
ah could explain the flickering will have a look at that, thx for the observation.
|
|
|
|
|
kappa
|
 |
«
Reply #6 - Posted
2009-11-21 03:41:10 » |
|
@CommanderKeith I've added a small fix, it might fix the flickering, could you try again? thanks Crashing Safari and Firefox on OS X:
eww that looks like a nasty error.
|
|
|
|
|
CommanderKeith
|
 |
«
Reply #7 - Posted
2009-11-21 03:48:02 » |
|
Nice, that did the trick! Graphics are 100% smooth. Wish I had those secret magic codes to fix my bugs so quickly 
|
|
|
|
JL235
|
 |
«
Reply #8 - Posted
2009-11-21 04:19:07 » |
|
Graphics don't flicker for me, it all runs fine. However the sound is a complete mess. That's where the flickering occures for me.
|
|
|
|
TheAnalogKid
|
 |
«
Reply #9 - Posted
2009-11-21 04:22:07 » |
|
Graphics don't flicker for me, it all runs fine. However the sound is a complete mess. That's where the flickering occures for me.
Same thing here. Great job kapta! That's so cool!
|
|
|
|
Games published by our own members! Check 'em out!
|
|
i30817
|
 |
«
Reply #10 - Posted
2009-11-21 06:23:48 » |
|
That fixed the flickering for me too.  So it was actually two apps? And you might want to tell him you've ported his software to use LWJGL if he doesn't already know.
|
|
|
|
|
Eli Delventhal
|
 |
«
Reply #11 - Posted
2009-11-21 07:12:13 » |
|
Very very cool. Well done.  Works better than the best Mac OS X N64 emulator.
|
|
|
|
lhkbob
|
 |
«
Reply #12 - Posted
2009-11-21 07:15:09 » |
|
Worked without nasty exceptions on Mac OS X on Safari for me. Way to go!
|
|
|
|
xinaesthetic
|
 |
«
Reply #13 - Posted
2009-11-21 11:29:19 » |
|
Well done, the flickering seems to be fixed now, but I'm still having problems with the sound as well (didn't mention that before).
|
|
|
|
|
h3ckboy
|
 |
«
Reply #14 - Posted
2009-11-21 12:50:55 » |
|
NICE!
that is amazing.
did yuo port the emulator or the game?
by that I mean, how much effort would it take you to change it to another game?
|
|
|
|
|
xinaesthetic
|
 |
«
Reply #15 - Posted
2009-11-21 13:32:18 » |
|
I presume the emulator was ported.
Incidentally, I tried dooglamoo; it didn't seem to load Mario by default so I loaded a Zelda rom I had lying around, and it had similar problems with audio.
|
|
|
|
|
gouessej
|
 |
«
Reply #16 - Posted
2009-11-21 13:36:49 » |
|
It works fine, it is a bit slow on my machine but quite playable. I get this when I leave the game: java.lang.InterruptedException at java.lang.Object.wait(Native Method) at java.lang.Thread.join(Thread.java:1143) at java.lang.Thread.join(Thread.java:1196) at jario64.AppletMain.stopLWJGL(Unknown Source) at jario64.AppletMain.access$0(Unknown Source) at jario64.AppletMain$2.removeNotify(Unknown Source) at java.awt.Container.removeNotify(Container.java:2591) at java.awt.Container.removeNotify(Container.java:2591) at java.awt.Container.removeNotify(Container.java:2591) at java.awt.Container.removeAll(Container.java:1197) at sun.plugin.viewer.frame.XNetscapeEmbeddedFrame.windowClosing(XNetscapeEmbeddedFrame.java:31) at java.awt.Window.processWindowEvent(Window.java:1845) at java.awt.Window.processEvent(Window.java:1803) at java.awt.Component.dispatchEventImpl(Component.java:4501) at java.awt.Container.dispatchEventImpl(Container.java:2081) at java.awt.Window.dispatchEventImpl(Window.java:2458) at java.awt.Component.dispatchEvent(Component.java:4331) at java.awt.EventQueue.dispatchEvent(EventQueue.java:599) 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) Clear up org.lwjgl.LWJGLException: X Error - disp: 0x811cbe8 serial: 18460 error: BadValue (integer parameter out of range for operation) request_code: 145 minor_code: 9 at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:284) at org.lwjgl.opengl.GL11.nglClear(Native Method) at org.lwjgl.opengl.GL11.glClear(GL11.java:584) at lwjglgfx.OpenGlGdp.OGL_ClearDepthBuffer(Unknown Source) at lwjglgfx.rdp.Gdp.gDPFillRectangle(Unknown Source) at lwjglgfx.opcodes.Rdpfuncs2$12.exec(Unknown Source) at lwjglgfx.rsp.Gsp.RSP_ProcessDList(Unknown Source) at lwjglgfx.OpenGl.display(Unknown Source) at lwjglgfx.GLN64jPlugin.processDList(Unknown Source) at jario64.Rsp.runRsp(Unknown Source) at jario64.Memory.swNonMemory(Unknown Source) at jario64.Memory.storeWord(Unknown Source) at jario64.Cpu$45.run(Unknown Source) at jario64.Cpu.executeInstruction(Unknown Source) at jario64.Cpu.access$16(Unknown Source) at jario64.Cpu$64.run(Unknown Source) at jario64.Cpu$3.run(Unknown Source) at jario64.Cpu.startInterpreterCPU(Unknown Source) at jario64.Cpu.startEmulation(Unknown Source) at jario64.Main.startRom(Unknown Source) at jario64.Main.initApplet(Unknown Source) at jario64.AppletMain$1.run(Unknown Source) Exception in thread "pool-1-thread-1" java.lang.IllegalMonitorStateException at java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(ReentrantLock.java:127) at java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1175) at java.util.concurrent.locks.ReentrantLock.unlock(ReentrantLock.java:431) at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:369) at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) at java.lang.Thread.run(Thread.java:619)
|
|
|
|
kappa
|
 |
«
Reply #17 - Posted
2009-11-21 14:11:07 » |
|
Graphics don't flicker for me, it all runs fine. However the sound is a complete mess. That's where the flickering occures for me.
Unfortunately can't do much about the sound, It uses the original JavaSound Implementation which is a pretty poorly implemented. It'd probably run alot smoother using OpenAL but currently the sound code is a mess and i don't have the time or experience with OpenAL to port that part. However do note its only dooglamoo's first attempt at the sound plugin so may improve in the future. I presume the emulator was ported.
you presume correctly. how much effort would it take you to change it to another game?
very little effort. I get this when I leave the game:
Ah, doesn't look too serious, but thats one long exception paste 
|
|
|
|
|
TheAnalogKid
|
 |
«
Reply #18 - Posted
2009-11-21 14:22:40 » |
|
Yes, it seems to be a bit slow or the frame rate a bit low. Can I display the fps? Doesn't seem to be a CPU issue since mine was used between 50% and 60%.
Othen then that, I hope Nintendo nevers learns about that, especially with the virtual console on wii.
|
|
|
|
zammbi
|
 |
«
Reply #19 - Posted
2009-11-21 14:29:59 » |
|
Works fine here. I also have the sounds problem.
Not sure if its the game itself, or that the game isn't made for a keyboard but I found its controls annoying to play heh.
|
|
|
|
Eli Delventhal
|
 |
«
Reply #20 - Posted
2009-11-21 22:01:31 » |
|
Yes, it seems to be a bit slow or the frame rate a bit low. Can I display the fps? Doesn't seem to be a CPU issue since mine was used between 50% and 60%.
Othen then that, I hope Nintendo nevers learns about that, especially with the virtual console on wii.
Well, he can always provide access to the emulator with no legal issues, the only problem is if he continues to keep a direct link to Mario 64. Otherwise people can go download the ROM from one of a bagillion sites and then just load it in manually.
|
|
|
|
DzzD
|
 |
«
Reply #21 - Posted
2009-11-22 21:50:49 » |
|
wow work very well ( seems a little slow ) but not that much very playable with a nice experience ( CPU : 80% on one and 40% on the other ). I got a sound issue : like if I was underwater but wow  really impressive for an emulator
|
|
|
|
JL235
|
 |
«
Reply #22 - Posted
2009-11-23 22:21:45 » |
|
I forgot to say before, I was very impressed by this. It really goes to show what is possible with Java.
|
|
|
|
DoubleBarrel
Senior Newbie 
|
 |
«
Reply #23 - Posted
2009-11-23 23:23:21 » |
|
Wow I love this  Is this only a demo of the game? I can t progress to anywhere in the game in terms of storyline ...  With regards to technicalities I have to repeat what have been already said ... cool gameplay (most of) but poor sound. Thanks for your work man 
|
And Java Goes On
|
|
|
steveyO
|
 |
«
Reply #24 - Posted
2009-11-24 00:01:49 » |
|
Holy f'in Shit.. Thats impressive to say the least!! No flicker,, just sound probs as mentioned by others..
|
|
|
|
|
|
ewjordan
|
 |
«
Reply #26 - Posted
2009-11-24 17:42:02 » |
|
Worked without nasty exceptions on Mac OS X on Safari for me. Way to go!
Might be a Java version thing or a graphics card issue, then, I'll look into it a little later today.
|
|
|
|
|
ChrisM
|
 |
«
Reply #27 - Posted
2009-11-24 18:39:08 » |
|
Very impressive, posted about it on my blog. I wish the guys who did the PS1 emulator back in JavaOne 2006 would release their code as their emulator was smoking hot. I believe they were running 3 PS1 games at 30FPS at the same time on their laptop. Crazy!
|
|
|
|
TheAnalogKid
|
 |
«
Reply #28 - Posted
2009-11-24 19:01:48 » |
|
Too bad the sound is crappy. But what's so great is that it seems to run better than with Project64, apart the sound. If I remember correctly there was flickering issues on Project64.
|
|
|
|
i30817
|
 |
«
Reply #29 - Posted
2009-11-26 20:14:20 » |
|
Its probably a good idea to ditch the game loading/download now and just popup a filechooser for people to play their (legally dumped of course) games.
Would make startup faster even right?
|
|
|
|
|
|