Forums

Application works when installing only...

Auteur Réponses
wolas Dimanche 25 Novembre 2012 à 16:31
wolasAnonymous

I have application which was installed in windows (i m sharing same drive). When instaling it with playonlinux .pol I choose same installed exe, application works! then I click finish and then bam same exe isint working...

I tried to kill instalation when game is working to prevent messing drive more but this isnt helping "run exe in this prefix" application(NOT WINE) gives some weird error about missing file which is not missing at all.

So question is: how just to run it as it was in installation?

        cd "$HOME"
        POL_SetupWindow_browse "$LNG_CHOOSE_DDV" "$TITLE"
        SETUP_EXE="$APP_ANSWER"
        POL_SetupWindow_wait_next_signal "$LNG_INSTALL_ON" "$TITLE"
        wine start /unix "$SETUP_EXE"
        wineserver -w
        POL_SetupWindow_detect_exit

is here some hidden perks which I should take in account?

wolas Dimanche 25 Novembre 2012 à 16:37
wolasAnonymous

ok i m feeling stupid, it was wrong cd "dir" before wine start