Amanita Design forum

Machinarium => General Machinarium topics => Topic started by: Galnospoke on October 24, 2009, 01:31:23 pm



Title: Run Firefox = lost savegames
Post by: Galnospoke on October 24, 2009, 01:31:23 pm
It is unacceptable? No, it is more:
1) BIG JOKE
2) most LAME programming level.

Hire in EA company - good work for Yours programmers quality.


Title: Re: Run Firefox = lost savegames
Post by: Bio on October 24, 2009, 01:58:54 pm
Did you have checked out this? http://machinarium.net/forum/index.php/topic,463.0.html

Try to explain what did you have done exactly: did you just open FF or did you have cleared recent data too? What FF version are you using?


Title: Re: Run Firefox = lost savegames
Post by: divit on October 24, 2009, 10:03:14 pm
What's this about?
I've ran Firefox midgame several times, and no problems so far.


Title: Re: Run Firefox = lost savegames
Post by: Bio on October 24, 2009, 10:09:34 pm
What's this about?
I've ran Firefox midgame several times, and no problems so far.

It's the same for me, i use FF every day without problems.


Title: Re: Run Firefox = lost savegames
Post by: purringcat on October 25, 2009, 02:38:46 am
Just played the Demo on FF... no problems 8)


Title: Re: Run Firefox = lost savegames
Post by: h4tt3n on October 25, 2009, 08:19:45 am
I've used Firefox while playing too and have had no problems.


Title: Re: Run Firefox = lost savegames
Post by: Galnospoke on November 02, 2009, 09:01:23 pm
Code:
@echo off
cls
cd /D "%AppData%\Macromedia\Flash Player\#SharedObjects"
FOR /F "tokens=*" %%a in ('dir /B') do @SET randomword=%%a
if %processor_architecture%==x64 goto 64bit
if %processor_architecture%==AMD64 goto 64bit
FOR /F "tokens=2,*" %%a in ('REG QUERY "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Machinarium" /v UninstallString') DO @SET entry=%%b
goto next
:64bit
FOR /F "tokens=2,*" %%a in ('REG QUERY "HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Machinarium" /v UninstallString') DO @SET entry=%%b
:next
set apppath=%entry:~0,-11%
set "savepath=%AppData%\Macromedia\Flash Player\#SharedObjects\%randomword%\localhost\%entry:~3,-11%\machinarium.exe\Machinarium.sol"
cd /D %apppath%
if not exist Machinarium.sol goto nosol
copy /V /Y Machinarium.sol "%savepath%"
:nosol
machinarium.exe
copy /V /Y "%savepath%" Machinarium.sol
:end

It works. Thank You.