Welcome, Guest. Please login or register.
March 29, 2024, 08:17:46 am

Pages: [1]
  Print  
Author Topic: Run Firefox = lost savegames  (Read 11701 times)
Galnospoke
little robot
*
Posts: 2


« 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.
Logged
Bio
noble citizen robot
***
Posts: 28


« Reply #1 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?
Logged
divit
black cap brotherhood member
******
Posts: 225



« Reply #2 on: October 24, 2009, 10:03:14 pm »

What's this about?
I've ran Firefox midgame several times, and no problems so far.
Logged
Bio
noble citizen robot
***
Posts: 28


« Reply #3 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.
Logged
purringcat
little rusty robot

Posts: 1


« Reply #4 on: October 25, 2009, 02:38:46 am »

Just played the Demo on FF... no problems Cool
Logged
h4tt3n
noble citizen robot
***
Gender: Male
Posts: 27



« Reply #5 on: October 25, 2009, 08:19:45 am »

I've used Firefox while playing too and have had no problems.
Logged
Galnospoke
little robot
*
Posts: 2


« Reply #6 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.
Logged
Pages: [1]
  Print  
 
Jump to: