Emuforums.com

Go Back   Emuforums.com > Miscellaneous Emulation > SDLEmu Official Discussion
About Us Register FAQ Members List Calendar Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old March 20th, 2004   #21 (permalink)
_Em
Registered User
 
Join Date: Feb 2004
Posts: 23
Lightbulb

Quote:
Originally Posted by ZildjianKX
Umm... how exactly do you setup all the files to be inside the application bundle? I've been messing with it, but didn't see any documentation on it... thanks!
Well, it's a cute little trick; you have to know how dropscript works in order to figure it out

When dropscript bundles up the executable, it actually sticks it in the Resources subfolder, and calls it script. The Dropvj file in the MacOS subfolder is really a shell app that calls the real vj. So, all you have to do is move the rest of the stuff that is normally in the same folder as the vj app into the Resources folder. Everything then runs smoothly (from a MacOS standpoint -- the emulation is still dog slow).
_Em is offline   Reply With Quote
Old March 20th, 2004   #22 (permalink)
_Em
Registered User
 
Join Date: Feb 2004
Posts: 23
Exclamation

Quote:
Originally Posted by _Em
Well, it's a cute little trick; you have to know how dropscript works in order to figure it out

When dropscript bundles up the executable, it actually sticks it in the Resources subfolder, and calls it script. The Dropvj file in the MacOS subfolder is really a shell app that calls the real vj. So, all you have to do is move the rest of the stuff that is normally in the same folder as the vj app into the Resources folder. Everything then runs smoothly (from a MacOS standpoint -- the emulation is still dog slow).
OK, I take all that back with this latest compile
I had to stick my vj.cfg file in ~/vj.cfg and my roms in the same dir as vj in order to get anything to work.
_Em is offline   Reply With Quote
Old March 20th, 2004   #23 (permalink)
Registered User
 
Join Date: Mar 2004
Posts: 7
Lightbulb Solution ?

[quote=awarlock@eaglec]I'll try this in the AM.

The U-Man: You say (Copy your folder "virtualjaguar-macosx"). Where do I place the "virtualjaguar-macosx" Folder? On the desktop or where? I have (2) hard drives. The first is named "Macintosh HD" and the other hard drive is named "Macintosh HD 2".

Sorry , you must place the "virtualjaguar-macosx" Folder in your User Folder on the same Hard Drive of your start-up system (!):

For example if Macintosh HD is your boot Hard drive then :

Macintosh HD/User/UserFolder/vj.cfg (with the modifications in my last post !)
Macintosh HD/User/UserFolder/virtualjaguar-macosx
Macintosh HD/User/UserFolder/virtualjaguar-macosx/vj
Macintosh HD/User/UserFolder/virtualjaguar-macosx/bios
Macintosh HD/User/UserFolder/virtualjaguar-macosx/bios/jagboot.rom
Macintosh HD/User/UserFolder/virtualjaguar-macosx/ROMs
Macintosh HD/User/UserFolder/virtualjaguar-macosx/ROMs/Alien vs Predator (1994).j64

is it clear this time ?
The U-Man is offline   Reply With Quote
Old March 20th, 2004   #24 (permalink)
awarlock
 
Join Date: Mar 2004
Posts: 7
OK!!! :bounce: I'm in!!

Thanks to The U-Man!! That worked!!

I can quit bothering everybody now!! vj is up and running!!

Messed around with avp and one or two others. The frame rate was a little low so that's probably what is screwing up the sound on avp as well.

Thanks to everyone for the suggestions!

Dual 2GHz G5 w/512 Ram OSX 10.3.3
awarlock@eaglec is offline   Reply With Quote
Old March 20th, 2004   #25 (permalink)
Emu author
 
Shamus's Avatar
 
Join Date: Jul 2003
Posts: 130
Yeah, there's a small(!) problem in VJ with respect to locating the vj.cfg file--at the moment it simply has to be somewhere in your path (ugh). A fix should be in CVS shortly. Also: can someone with MacOSX run the following in a terminal window and post the results here:
Code:
echo $OSTYPE
Shamus is offline   Reply With Quote
Old March 20th, 2004   #26 (permalink)
Emu author
 
Shamus's Avatar
 
Join Date: Jul 2003
Posts: 130
Adam: CVS has been updated with the new unified Makefile and the OSX changes you added. I need to you check it out and make sure that it works for you.

I've also fixed the config file locating code. Now it will look in the CWD, then the $HOME directory, then in the $HOME/.vj directory, then anywhere in the path. If it doesn't find it, it uses defaults (BIOS, EEPROMs, ROMs under the CWD).
Shamus is offline   Reply With Quote
Old March 20th, 2004   #27 (permalink)
Registered User
 
Join Date: Mar 2004
Posts: 7
Talking

Quote:
Originally Posted by Shamus
Also: can someone with MacOSX run the following in a terminal window and post the results here:
Code:
echo $OSTYPE
Here is my result (I am on Mac OS 10.3.3) :
darwin7.0

what I win ?

awarlock: I am happy to help you !
The U-Man is offline   Reply With Quote
Old March 21st, 2004   #28 (permalink)
Registered User
 
Join Date: Mar 2004
Posts: 1
Quote:
Originally Posted by The U-Man
Here is my result (I am on Mac OS 10.3.3) :
darwin7.0
Strange, it gives me just "darwin" (10.3.3)
syndicman is offline   Reply With Quote
Old March 23rd, 2004   #29 (permalink)
_Em
Registered User
 
Join Date: Feb 2004
Posts: 23
Quote:
Originally Posted by Shamus
Yeah, there's a small(!) problem in VJ with respect to locating the vj.cfg file--at the moment it simply has to be somewhere in your path (ugh). A fix should be in CVS shortly. Also: can someone with MacOSX run the following in a terminal window and post the results here:
Code:
echo $OSTYPE
% echo $OSTYPE
darwin


_Em is offline   Reply With Quote
Old March 23rd, 2004   #30 (permalink)
_Em
Registered User
 
Join Date: Feb 2004
Posts: 23
Whoops... that's under 10.3.3 workstation.

10.3.2 server appears to return the following:

$ echo $OSTYPE
darwin7.0
_Em is offline   Reply With Quote
Old March 23rd, 2004   #31 (permalink)
_Em
Registered User
 
Join Date: Feb 2004
Posts: 23
Also:
echo $MACHTYPE
powerpc
(under 10.3 workstation)
echo $MACHTYPE
powerpc-apple-darwin7.0
(under 10.3 server)
--just in case you were curious
_Em is offline   Reply With Quote
Old March 23rd, 2004   #32 (permalink)
_Em
Registered User
 
Join Date: Feb 2004
Posts: 23
Oh well... might as well do this:
OS X 10.3 Workstation:
HOSTTYPE=powermac
VENDOR=apple
OSTYPE=darwin
MACHTYPE=powerpc

OS X 10.3 Server:
HOSTTYPE=powermac
VENDOR=apple
OSTYPE=darwin7.0
MACHTYPE=powerpc-apple-darwin7.0

and for comparison:

Debian 3:
HOSTTYPE=i386
VENDOR=pc
OSTYPE=linux-gnu
MACHTYPE=i386-pc-linux-gnu
_Em is offline   Reply With Quote
Old March 23rd, 2004   #33 (permalink)
_Em
Registered User
 
Join Date: Feb 2004
Posts: 23
Under OS X 10.2 Workstation:
MACHTYPE: powerpc
OSTYPE: darwin
HOSTTYPE: macintosh
VENDOR: apple
_Em is offline   Reply With Quote
Old March 24th, 2004   #34 (permalink)
Registered User
 
Join Date: Mar 2004
Posts: 7
Unhappy

Very strange !!!!

On my PowerMAC G5 Bi-2GHz with Mac OS X 10.3.3 (standard not server !)
It gave me this :

echo $OSTYPE
darwin7.0

echo $MACHTYPE
powerpc-apple-darwin7.0

echo $HOSTTYPE
powerpc

echo $VENDOR
(nothing)

:-(
The U-Man is offline   Reply With Quote
Old March 27th, 2004   #35 (permalink)
Registered User
 
Join Date: Jun 2003
Posts: 20
A fix for the inversed coordinates was just committed to SDL CVS (it was a bug after all), so you can pull out the fix and the ifdefs are no longer needed. The makefile I put up is fine for inclusion (just take out -DMACOSX or whatever define I used, I can't be bothered to check ).
Adam Green is offline   Reply With Quote
Old March 27th, 2004   #36 (permalink)
Registered User
 
Join Date: Mar 2004
Posts: 7
Talking

Happy to see I was right !

Can we expect a new binarie for Mac OS X to be release soon ?
The U-Man is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 07:23.

© 2006 - 2008 Emu Forums | About Emu Forums | Legal | A member of the Crowdgather Forum Community


Powered by vBulletin® Version 3.7.0 Release Candidate 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5