Oh misery! I messed up with my serenity CMS. So I lost the post... now I'm fed up with it and will come back in a few days when I have it running again...
Stefan
--
You received this message because you are subscribed to the Google Groups "singularity" group.
To unsubscribe from this group and stop receiving emails from it, send an email to singularity+unsubscribe@lbl.gov.
--
To unsubscribe from this group and stop receiving emails from it, send an email to singularity...@lbl.gov.
To unsubscribe from this group and stop receiving emails from it, send an email to singularity+unsubscribe@lbl.gov.
To unsubscribe from this group and stop receiving emails from it, send an email to singularity...@lbl.gov.
wine /APPS/bs25/bsengine.exe
Broken Sword 2.5 Engine - Build: Aug 30 2008 - 00:43:30 - VersionID: cd8a3ce31688fb99f90eea857689185
-----------------------------------------------------------------------------------------------------
KERNEL: created.
KERNEL: CPU detected (vendor name: "GenuineIntel", CPU name: "Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz").
KERNEL: CPU features: MMX SSE SSE2.
KERNEL: Window created.
KERNEL: Service 'lua' created from superclass 'script'.
LUA: Lua initialized.
KERNEL: Script bindings registered.
PACKAGEMANAGER: Script bindings registered.
KERNEL: Service 'physfs' created from superclass 'package'.
MAIN: ERROR - Unable to execute package definition file.
To unsubscribe from this group and stop receiving emails from it, send an email to singularity+unsubscribe@lbl.gov.
To unsubscribe from this group and stop receiving emails from it, send an email to singularity...@lbl.gov.
--
To unsubscribe from this group and stop receiving emails from it, send an email to singularity...@lbl.gov.
--
To unsubscribe from this group and stop receiving emails from it, send an email to singularity+unsubscribe@lbl.gov.
To unsubscribe from this group and stop receiving emails from it, send an email to singularity+unsubscribe@lbl.gov.
To unsubscribe from this group and stop receiving emails from it, send an email to singularity+unsubscribe@lbl.gov.
Thanks Stefan, the recipe was very useful for what I needed to do and probably saved me days of trying to learn Wine and experimenting with Singularity container recipe.
Wine seems to have gone a long way since the years I messed with it last, the few Windows programs I tried worked flawlessly.
I created a container to run an IDL application using IDL runtime under Windows. Our original hope was to use the Linux version of IDL runtime, but, there is a bug in IDL that caused it to segfault when running this application. IDL support was helpful but essentially said to reprogram the application to use different widget style (a particular widget type was causing the crash), which was something I was not keen on spending time on (no real interest to learn IDL).
So, few weeks later, your Wine recipe came, and after some massaging I got this to run under Ubuntu/Wine on our CentOS cluster. The recipe is here in case someone's interested:
https://github.com/CHPC-UofU/Singularity-ubuntu-wine-peakselector
It is still localized because of the particular application, but, may be a good demonstration of a research code using your approach.
I am hopeful we'll use this instead of doing specialized Windows VM in the future.
Thanks to everyone for all your work on all of this.
MC