VOGONS

Common searches


Search results

Display options

Re: Ykhwong's Daum Build and OSX

When you write "OSXDOSBoxWrapper", you're talking about this one? A DOSBox Wrapper for OS X It's called DOSBoxWrapper and creates a folder "DOSBoxDisk" as drive C: setting in your username folder. IIGS_User, Yes, but it is easy to relink dosbox.conf file to outside folder in applescript, if you …

Re: Ykhwong's Daum Build and OSX

For what purposes? I put .conf file inside .app because I can wrap a game inside .app and set in .conf file setting to run exactly this game. Then I easily share this game, copy to another computer with OS X and run without .conf files in the system folders. And you need to do nothing to run this . …

Re: Ykhwong's Daum Build and OSX

Soon I can upload that version when I'll define the best method to run and when I'll choose place for .conf file and DriveC I think something like "/users/username/Application Support/Daum Cafe" would be best location, but the package I've downloaded lately comes with an empty "SAVE" folder, which …

Re: Ykhwong's Daum Build and OSX

I guess at some point I should do a built ofTaewoongs stuff :) I've solved the glide problems. I set environment variables on run, but I have to be on the *.app/Contents/MacOS folder with executable to set export LIBS='@executable_path/../Resources/LIBS/libtbb.dylib' I've added cd to MacOS folder …

Re: Ykhwong's Daum Build and OSX

I have that thought too :) I've sent him a letter. Maybe he is relinking libraries now and it takes a lot of time. I even have utility and checker for that purpose :) http://www.sendspace.com/file/mjbix0 you can use that. process_libs is not perfect. Use "logger" to determine the problems and is not …

Re: Ykhwong's Daum Build and OSX

Here is the file with Wrapper: http://www.sendspace.com/file/l5koij In fact it's not enough good release. /*There is no glide (and perhaps other features) maybe because there are still some links inside dosbox to the /opt/local/lib ...*/ --SOLVED C: mounted to ./Contents/Resources/DriveC/ There are …

Re: Ykhwong's Daum Build and OSX

People, I got to work Ykhwong's DosBox with libraries mapped inside .app bundle. There is a one thing to do: I have to find the best way to run it. Jarvik7. I finally remembered when I got bus error 10. I used applescript to run DosBox with command: do shell script (path_to_dosbox as text) & "dosbox …

Re: Ykhwong's Daum Build and OSX

Yeah! I did this goddamn regular expression. MacBook-Pro-Egor:LIBS Red$ otool -L libSDL_sound-1.0.1.dylib | grep -w "$(echo $(ls -l | grep ^- | awk '{print $9}') | sed -e "s/ /$(echo "\\\|")/g")" | grep -v 'libSDL_sound-1.0.1.dylib:' | cut -d' ' -f 1 | cut -c 2- | sed "s/.*/& #&/" | rev | sed …

Re: Ykhwong's Daum Build and OSX

Hmm, I'm stucked with terminal dynamic generating of scripts cd to your lib folder and type: Red$ otool -L libSDL_sound-1.0.1.dylib | grep -w "$(echo $(ls -l | grep ^- | awk '{print $9}') | sed -e "s/ /$(echo "\\\|")/g")" | grep -v 'libSDL_sound-1.0.1.dylib:' | cut -d' ' -f 1 | cut -c 2- | sed …

Re: Ykhwong's Daum Build and OSX

export DYLD_LIBRARY_PATH="./LIBS/" ? I'm not a developer, but Google says that it links to built-in libraries in binary. I believe that I have to make application where you can choose directory with libraries and process paths to the libraries to another paths. I've some experience with applescript.

Re: Ykhwong's Daum Build and OSX

See http://qt-project.org/doc/qt-4.8/deployment-mac.html for an example further down: Install_name_tool -change .... The part with @executeable_path/../ I'm only at my phone right now that's why I'm a bit cryptic but with this you could be set... Yeah, I read it before. It surely have to work for …

Re: Ykhwong's Daum Build and OSX

Dominus, thank you for otools advice. Now I'm working on new .app repack of Ykhwong's dosbox which will be relinking its libraries paths on each start (if application is moved from one folder to another folder or renamed it has to relink its libraries paths to itself). I'll report when I'll get …

Re: Ykhwong's Daum Build and OSX

First of all it's already a big no no to put any files in /opt/local. It can wreak havoc with Macports. Second backing up a folder with hundreds of MB of files and doing other stuff with it - all with admin rights... - not a good idea. You can use otool WITHOUT having to compile dosbox. Best way is …

Re: Ykhwong's Daum Build and OSX

Don't do it this way. People might have LOADS of files in /opt/local/lib when they are using MacPorts. Rather edit the dosbox binary to point at a different folder. Use otool or so for that. I understand that, but I'm not programmer to compile, build from sources and I prefer to wait developer's " …

Re: Ykhwong's Daum Build and OSX

Guys, I have a good news about Ykhwong Build for OS X. I made a application using AppleScript. It makes backup of /opt/local/lib on startup then creates symlink, then starts Ykhwong DOSBox with environment variables! :blush: On DOSBox startup or quit or crash it unlinks /opt/local/lib and returns …

Re: Ykhwong's Daum Build and OSX

Thanks to all of you guys. Finally it works. Short manual: 1) Unarchive opt archive from ykhwong site to /opt/local/lib 2) In terminal sudo rm /opt/local/lib/libphysfs.1.dylib sudo cp /opt/local/lib/libphysfs.2.0.2.dylib /opt/local/lib/libphysfs.1.dylib cd /Users/Red/Desktop/20131117_Intel_i386/ /* …

Re: Ykhwong's Daum Build and OSX

Where to get x86 version? I have libphysfs.1.dylib as a symlink to 2.0.3 version. Tried to google and I've found only this: sudo port clean physfs sudo port install physfs +universal sudo port -f activate physfs cd /Users/Red/Desktop/20131117_Intel_i386/ export LIBS='/opt/local/lib/libtbb.dylib' …

Re: Ykhwong's Daum Build and OSX

Jarvik7, thanks. I'll try and write here about your advice. I totally agree with you that this DosBox version requires to be packed. It's not "Apple way" to put libs and frameworks outside the application. I also tried Wineskin and win32 version and it works very cool and there is no need to make …

Page 1 of 2