HAVING PROBLEMS WITH THE GAME? CHECK HERE FIRST

Locked
User avatar
Sašo
Stabyourself.net
Posts: 1444
Joined: 06 Jan 2012, 12:07

Post » 04 Mar 2012, 00:26

This thread is no longer updated. You may resolve some basic issues using instructions listed here. (19.09.2022)


MAKE SURE YOUR SYSTEM IS UP TO DATE. NO, WINDOWS XP SP2 IS TOO OLD - UPDATE TO SERVICE PACK 3.


------- ALL SYSTEMS -------
Accessing the save folder:
If you made a mess of the maps or need to reset your configuration, go to options, misc and select reset all mappacks or reset all settings. If you can't access the game, you'll need to manually get to the save directory:
  • Windows XP: C:\Documents and Settings\user\Application Data\Love\ or %appdata%\Love\
  • Windows Vista and 7: C:\Users\user\AppData\Roaming\LOVE or %appdata%\Love\
  • Linux: $XDG_DATA_HOME/love/ or ~/.local/share/love/
  • OSX: /Users/user/Library/Application Support/LOVE/
Error: [string "main.lua"]:13: attempt to call field 'setDefaultImageFilter' (anil value) - You're running outdated Löve. You will need to use Löve 0.8.0 (package name love-unstable, for windows https://love2d.org/builds/ (download lowest - newest))

Pink pig and nothing happens - You modded the game and repackaged or ran it wrong. Try again.

Laggy game / Game worked fine before, now laggy - Make sure you've selected 32bit color depth in your display adapter settings.

------- WINDOWS -------
MSVCR100.dll - Make sure you've downloaded the latest release.

DevIL.dll - You have not extracted all files into a single folder. Make sure you extracted every single file from the archive into a folder and the run the game from that folder.

Mari0 running slow on Vista or 7 - try disabling Aero. This likely won't work if you're not using an integrated GPU. Thanks to jakobs98 - Likely fixed in 1.4

Game screen is black on start - Windows XP - no known definite fix. Installing windows and graphics card driver updates might fix the issue - Fixed for some in 1.2, still occuring - Likely fixed in 1.4


------- LINUX -------
Löve 0.8.0 is now the stable release - no need to install love-unstable.


------- OSX -------
Version 10.5 is the minimum requirement to run Mari0. PPC is not supported and won't be.

audio.lua:27:Could not read Ogg bitsteam - No known fix at the moment - Fixed since 1.2

Stutter while playing - Workaround: turn the sound off in the options/pause menu - This should be fixed

Can only shoot one portal - If you're using a single button mouse (why would you even do that) use Ctrl + click to shoot secondary portal. If you're using a touchpad, 2 finger tap.



------- NONE OF THESE THINGS WORK. WHAT NOW? -------
Before you make a thread in the TECHNICAL SUPPORT FORUM AND NOT HERE, make sure you get
- Any text that the game/anything else outputs
- Operating system, version of operating system
- System specifications




.

AussiePixel
Posts: 4
Joined: 04 Mar 2012, 00:19

Post » 04 Mar 2012, 00:27

Sweet, thanks heaps

Dasket
Posts: 2
Joined: 05 Feb 2012, 11:26

Post » 04 Mar 2012, 00:33

Any way to actually speed up the game? i have all the default settings it came with but its just really slow. almost half speed of normal mario

User avatar
bambo
Posts: 59
Joined: 02 Feb 2012, 21:37
Contact:

Post » 04 Mar 2012, 00:33

download the source and play with it!

Dasket
Posts: 2
Joined: 05 Feb 2012, 11:26

Post » 04 Mar 2012, 00:36

contemplated on doing that. just doubling numbers to make it faster for me. my comp can play crysis in full settings flawlessly but this runs slow >.> fml

Maurice
Stabyourself.net
Posts: 2145
Joined: 01 Feb 2012, 20:19

Post » 04 Mar 2012, 00:39

Dasket wrote:contemplated on doing that. just doubling numbers to make it faster for me. my comp can play crysis in full settings flawlessly but this runs slow >.> fml
You can remove the fps minimum, but the game will behave strangely then.
main.lua line 729

User avatar
trosh
Posts: 1594
Joined: 03 Feb 2012, 08:36

Post » 04 Mar 2012, 00:40

@saso ok I think you can safely add : for linux (at least recent ubuntu users) : run the following commands

Code: Select all

sudo add-apt-repository ppa:bartbes/love-unstable
sudo apt-get update
sudo apt-get install love-unstable
And then run the .love source file WITH LOVE-UNSTABLE

User avatar
bambo
Posts: 59
Joined: 02 Feb 2012, 21:37
Contact:

Post » 04 Mar 2012, 00:40

the speed is pretty close to the original super mario bros game anyway?

Tjk
Posts: 3
Joined: 04 Mar 2012, 00:30

Post » 04 Mar 2012, 00:44

How do I run the .love source with love-unstable? I can't find how to do it. I've done everything else.

Tamikimaru
Posts: 5
Joined: 03 Mar 2012, 23:28

Post » 04 Mar 2012, 00:49

Unreadable Letters On The .lua

User avatar
Sašo
Stabyourself.net
Posts: 1444
Joined: 06 Jan 2012, 12:07

Post » 04 Mar 2012, 00:53

Tamikimaru wrote:Unreadable Letters On The .lua
What? Could you elaborate? What system? Is that an error? Where does it appear?

We can't magically know your configuration

nutta2012
Posts: 20
Joined: 01 Mar 2012, 17:42

Post » 04 Mar 2012, 00:57

im running it on windows 8 no problems

User avatar
trosh
Posts: 1594
Joined: 03 Feb 2012, 08:36

Post » 04 Mar 2012, 00:57

Tjk wrote:How do I run the .love source with love-unstable? I can't find how to do it. I've done everything else.
either right-click->open with and then type in "love-unstable" in the command line or run "$ love-unstable [mario-file-name].love" in the folder you have extracted the love file into.

Chaolin112
Posts: 26
Joined: 04 Mar 2012, 00:27

Post » 04 Mar 2012, 01:08

nutta2012 wrote:im running it on windows 8 no problems
Windows 8 mate? Sure it's not windows 7?

randomdude
Posts: 5
Joined: 04 Mar 2012, 01:06

Post » 04 Mar 2012, 01:10

I'm having a problem with the installation of love-unstable:

user@user-hpPAVdv850:~$ sudo apt-get install love-unstable
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package love-unstable


(On Ubuntu 11.10, in case that's relevant)
Regular love installed just fine, but do I need to somehow uninstall that first? :/
Help would be appreciated.

Also, I already added the repository.

User avatar
HeroKing
Posts: 104
Joined: 10 Feb 2012, 23:57

Post » 04 Mar 2012, 01:19

did you run sudo apt-get update to update your repos? adding the ppa is one step, but you do need to update your repos before it's recognized in your lists

jakobs98
Posts: 12
Joined: 02 Feb 2012, 21:33

Post » 04 Mar 2012, 01:31

Everybody who uses Windows 7: DISABLE AERO THEME! IT MIGHT HELP!
Really though, please add this to the OP, Saso. I spent ~1 hour researching this all alone in the dark in the middle of the night. Don't make others have to suffer the very same issue. This was done when the game was running really slowly. Less than 1 FPS and constant freezes. I beg you, add this. For the sake of others!

Edit 1: Saso! I just added this to catch your attention. Now read the rest of the message ;D
Edit 2: Made huge text not so huge.
Last edited by jakobs98 on 04 Mar 2012, 12:03, edited 2 times in total.

randomdude
Posts: 5
Joined: 04 Mar 2012, 01:06

Post » 04 Mar 2012, 01:38

Alright, the updating worked (Can't believe I didn't think of that), and was able to launch the game via "love-unstable mari0_1.0.love" once I used cd to get into the folder.

Tamikimaru
Posts: 5
Joined: 03 Mar 2012, 23:28

Post » 04 Mar 2012, 02:08

Sašo wrote:
Tamikimaru wrote:Unreadable Letters On The .lua
What? Could you elaborate? What system? Is that an error? Where does it appear?

We can't magically know your configuration
Operative System:Windows XP SP3
Ram Mb:223Mb
Video Mem:32Mb
I Don't Touch Anything Of The .Lua
That's All...!!

Oh Yeah And I Just Play It With The Fonts Readables In Safe Mode... Plz Help Me... (TT=TT)~

User avatar
HeroKing
Posts: 104
Joined: 10 Feb 2012, 23:57

Post » 04 Mar 2012, 02:37

randomdude wrote:Alright, the updating worked (Can't believe I didn't think of that), and was able to launch the game via "love-unstable mari0_1.0.love" once I used cd to get into the folder.
haha yeah. what i did myself was simply add it to my Applications->Games menu, so i got a simple click and start for it. for the Command section of making it i put love-unstable "path-to-mario.love" and it works

User avatar
Sašo
Stabyourself.net
Posts: 1444
Joined: 06 Jan 2012, 12:07

Post » 04 Mar 2012, 03:03

Tamikimaru wrote:
Sašo wrote:
Tamikimaru wrote:Unreadable Letters On The .lua
What? Could you elaborate? What system? Is that an error? Where does it appear?

We can't magically know your configuration
Operative System:Windows XP SP3
Ram Mb:223Mb
Video Mem:32Mb
I Don't Touch Anything Of The .Lua
That's All...!!

Oh Yeah And I Just Play It With The Fonts Readables In Safe Mode... Plz Help Me... (TT=TT)~
Uh I'm still not sure if you're trying to open the source or just run the game

But regardless of that, looking at your system specs, I doubt you'll be able to run it smoothly, if at all.

User avatar
trosh
Posts: 1594
Joined: 03 Feb 2012, 08:36

Post » 04 Mar 2012, 03:10

OMFG AFTER THREE HOURS OF WHINING : http://i.imgur.com/71pZ1.png
it's past 2AM here and I can go back to other normal activities ;O

akeryw
Posts: 4
Joined: 04 Mar 2012, 03:12

Post » 04 Mar 2012, 03:53

DEBIAN (DEBIAN LIKE-DISTRO) USERS
(if you have no add-apt-repo like me)
The latest verion of LOVE in debians repo is 0.7.2 and it is in SID
Mari0 doesn't work on this. Compiling LOVE from source failed too ;)

Code: Select all

wget https://launchpad.net/~bartbes/+archive/love-unstable/+files/love-unstable_0.8.0~r1012-0maverick1_amd64.deb
su root
Password: 123456
dpkg -i love-unstable_0.8.0~r1012-0maverick1_amd64.deb
And it works ;)

I think you can replace this method with the one in the top post ;) This method is for all debian-like distros, not only for ubuntu.

User avatar
trosh
Posts: 1594
Joined: 03 Feb 2012, 08:36

Post » 04 Mar 2012, 04:02

of course this is only for amd64 versions. Check in the https://launchpad.net/~bartbes/+archive/love-unstable/ folders for the appropriate version for you

Dr. Purple
Posts: 1
Joined: 04 Mar 2012, 03:45

Post » 04 Mar 2012, 05:13

OK so:
I downloaded the updated game (the one that fixed the .dll error), extracted the files and started playing.
At first, there were no issues, and I was enjoying myself. After shutting own the game however, things changed.
Upon restarting the game, it was business as usual, and I was taken to the main menu screen. I could move
through the different options, even select the amount of players, but I could not select any of the options.
I cannot start the game, choose mappacks, change my settings or anything. I am currently running a
HP Pavilion Laptop with Windows 7, 1.9GHz dual core processor and 4GB RAM. Any help would be greatly appreciated.

EDIT: So, I tried the modified .love file that replaces all instances of the enter key with backspace, and it works now!
Last edited by Dr. Purple on 04 Mar 2012, 12:07, edited 1 time in total.

Jost1
Posts: 1
Joined: 04 Mar 2012, 05:51

Post » 04 Mar 2012, 06:00

I have the following error:
Image


I have:
Windows XP SP3 Professional
Intel Celeron CPU 2.26GHz
1,93GB RAM

some Solution?

PD:in the notebook of my sister with the same OS is going to perfection the game but I want it for my pc

Karboloid
Posts: 1
Joined: 04 Mar 2012, 05:54

Post » 04 Mar 2012, 06:01

Problems on OS X. (Lion)
I have macbook pro 13'', core i5 2.3, 4 gb ddr3, intel HD Graphics 3000 348 mb.
Everything runs great, but in 5 minutes (or after i go underground) every time when i get a coin, or kill somebody, or use portals, or break a brick (or even jump) the game stops for a second. That's it)
Last edited by Karboloid on 04 Mar 2012, 06:24, edited 1 time in total.

GeT_PrAcTiCe
Posts: 1
Joined: 04 Mar 2012, 06:10

Post » 04 Mar 2012, 06:19

Please help.I keep getting the message that says This application has failed to start because DevIL.dll was not found.I've reinstalled the game many times and it still does not work.I use windows.

User avatar
slime
Shaders guy
Posts: 148
Joined: 02 Feb 2012, 21:37

Post » 04 Mar 2012, 07:23

Karboloid wrote:Problems on OS X. (Lion)
I have macbook pro 13'', core i5 2.3, 4 gb ddr3, intel HD Graphics 3000 348 mb.
Everything runs great, but in 5 minutes (or after i go underground) every time when i get a coin, or kill somebody, or use portals, or break a brick (or even jump) the game stops for a second. That's it)
Disabling sound will fix it (but obviously you won't have sound). Hopefully a more permanent fix will come soon.

User avatar
Winning
Posts: 60
Joined: 05 Feb 2012, 01:48

Post » 04 Mar 2012, 08:02

Every time I try to run the source in Löve:

Image

Help?

Edit: And I'd just like to add that the comments in the source make me lol for real.

User avatar
slime
Shaders guy
Posts: 148
Joined: 02 Feb 2012, 21:37

Post » 04 Mar 2012, 08:17

You're using LÖVE 0.7.2, you need to run it with 0.8.0.

User avatar
Winning
Posts: 60
Joined: 05 Feb 2012, 01:48

Post » 04 Mar 2012, 08:26

Says it isn't released, though =\

User avatar
CommunistPancake
Posts: 65
Joined: 04 Mar 2012, 00:36
Contact:

Post » 04 Mar 2012, 09:02

Winning wrote:Says it isn't released, though =\
http://love2d.org/builds/

AirKite
Posts: 2
Joined: 04 Mar 2012, 08:41

Post » 04 Mar 2012, 09:09

Windows XP SP3, 512MB Ram, Video Radeon 9250, 256mb

Image
Image
Image

Code: Select all

<?xml version="1.0" encoding="UTF-16"?>
<DATABASE>
<EXE NAME="mari0.exe" FILTER="GRABMI_FILTER_PRIVACY">
    <MATCHING_FILE NAME="DevIL.dll" SIZE="732672" CHECKSUM="0xB4330049" MODULE_TYPE="WIN32" PE_CHECKSUM="0xB74E6" LINKER_VERSION="0x0" LINK_DATE="03/03/2012 02:15:05" UPTO_LINK_DATE="03/03/2012 02:15:05" />
    <MATCHING_FILE NAME="mari0.exe" SIZE="6133638" CHECKSUM="0xC10AAE68" BIN_FILE_VERSION="0.8.0.945" BIN_PRODUCT_VERSION="0.8.0.0" PRODUCT_VERSION="0.8.0" FILE_DESCRIPTION="LÖVE 0.8.0" COMPANY_NAME="LÖVE World Domination Inc." PRODUCT_NAME="LÖVE" FILE_VERSION="0.8.0 r945" ORIGINAL_FILENAME="love.exe" INTERNAL_NAME="Rubber Piggy" LEGAL_COPYRIGHT="Copyright © 2006-2012 LÖVE Development Team" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x5DC049" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="0.8.0.945" UPTO_BIN_PRODUCT_VERSION="0.8.0.0" LINK_DATE="03/03/2012 02:17:12" UPTO_LINK_DATE="03/03/2012 02:17:12" VER_LANGUAGE="Английский (США) [0x409]" />
    <MATCHING_FILE NAME="OpenAL32.dll" SIZE="473600" CHECKSUM="0xCEEBC23F" MODULE_TYPE="WIN32" PE_CHECKSUM="0x7CD63" LINKER_VERSION="0x0" LINK_DATE="03/03/2012 02:14:07" UPTO_LINK_DATE="03/03/2012 02:14:07" />
    <MATCHING_FILE NAME="SDL.dll" SIZE="358912" CHECKSUM="0x71836CE8" MODULE_TYPE="WIN32" PE_CHECKSUM="0x58460" LINKER_VERSION="0x0" LINK_DATE="03/03/2012 02:13:46" UPTO_LINK_DATE="03/03/2012 02:13:46" />
</EXE>
<EXE NAME="kernel32.dll" FILTER="GRABMI_FILTER_THISFILEONLY">
    <MATCHING_FILE NAME="kernel32.dll" SIZE="995840" CHECKSUM="0xC3003E57" BIN_FILE_VERSION="5.1.2600.5781" BIN_PRODUCT_VERSION="5.1.2600.5781" PRODUCT_VERSION="5.1.2600.5781" FILE_DESCRIPTION="Библиотека клиента Windows NT BASE API" COMPANY_NAME="Корпорация Майкрософт" PRODUCT_NAME="Операционная система Microsoft® Windows®" FILE_VERSION="5.1.2600.5781 (xpsp_sp3_gdr.090321-1317)" ORIGINAL_FILENAME="kernel32" INTERNAL_NAME="kernel32" LEGAL_COPYRIGHT="© Корпорация Майкрософт. Все права защищены." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xF731E" LINKER_VERSION="0x50001" UPTO_BIN_FILE_VERSION="5.1.2600.5781" UPTO_BIN_PRODUCT_VERSION="5.1.2600.5781" LINK_DATE="03/21/2009 14:09:06" UPTO_LINK_DATE="03/21/2009 14:09:06" VER_LANGUAGE="Русский [0x419]" />
</EXE>
</DATABASE>

User avatar
slime
Shaders guy
Posts: 148
Joined: 02 Feb 2012, 21:37

Post » 04 Mar 2012, 09:14

The next nightly build of LÖVE 0.8.0 will fix that issue. The next update to mari0 will likely include the fix (for those interested, here is the commit which fixed it).

User avatar
Winning
Posts: 60
Joined: 05 Feb 2012, 01:48

Post » 04 Mar 2012, 09:43

CommunistPancake wrote:
Winning wrote:Says it isn't released, though =\
http://love2d.org/builds/
Thank you very much. Works now!

User avatar
RumblezMan
Posts: 153
Joined: 12 Feb 2012, 00:20

Post » 04 Mar 2012, 11:23

Oh so i got it. Your mappacks Wont erase with "appdata" thing, like minecraft.

gdfsgdfg
Posts: 4
Joined: 04 Mar 2012, 11:39

Post » 04 Mar 2012, 11:41

So basically its not supposed to work on sp2 but sp3? Damn why? (have same problem as airkite)

Weird the latest build from https://love2d.org/builds/ here seems to work but it gets me some weird spinning rubber piggy thing.


Argh i wanna play this game!!!!!

Redux
Posts: 19
Joined: 04 Mar 2012, 12:23

Post » 04 Mar 2012, 12:26

Hi! I got a problem.
Image
Using Windows XP SP3.
CPU: Intel Core 2 Duo E6600 @2.4 GHz
GPU: Sapphire Radeon x1650 PRO 256MB DDR3
RAM: 1.5 GB
Please help!

vasko002
Posts: 5
Joined: 04 Mar 2012, 12:28

Post » 04 Mar 2012, 12:30

Running perfectly on Windows 8 Beta

gdfsgdfg
Posts: 4
Joined: 04 Mar 2012, 11:39

Post » 04 Mar 2012, 13:04

Oh nevermind what I've said before i done a trick and the game now works perfectly on win xp sp2

Here how to do it get the latest love build exe x86 if 32 bit or x64 if 64 from https://love2d.org/builds/ mar 4

Then install it in the mari0 folder and move mari0 to love.exe you should be able to play. (basically you start mari0 with the newest love)

Also thanks maurice for releasing this awesome game right on my birthday.

Redux
Posts: 19
Joined: 04 Mar 2012, 12:23

Post » 04 Mar 2012, 14:28

Redux wrote:Hi! I got a problem.
Image
Using Windows XP SP3.
CPU: Intel Core 2 Duo E6600 @2.4 GHz
GPU: Sapphire Radeon x1650 PRO 256MB DDR3
RAM: 1.5 GB
Please help!
Any help? I really want to play this game, but even my younger brothers' notebook with Intel GPU can run this game without problems...

User avatar
trosh
Posts: 1594
Joined: 03 Feb 2012, 08:36

Post » 04 Mar 2012, 14:44

I really don't know. you're not using shaders ? Did you try with the source version (with love2d 0.8.x) ?

User avatar
ChrisEggII
Posts: 1
Joined: 04 Mar 2012, 14:52

Post » 04 Mar 2012, 15:24

Haj, I have a small problem. I can't open a game.
Image
I tried install MSVCR100.dll, delate that folder, reinstall, install Love 0.8.0, and I tried run in second computer (with Windows 7)... and nothing.

My cofiguration:
Windows XP Professional with SP3
AMD Duron 2,06 GHz
1,25 GB RAM

Redux
Posts: 19
Joined: 04 Mar 2012, 12:23

Post » 04 Mar 2012, 15:32

I do not changed ANY settings, so shaders are off.
I have these libraries\runtime environments\something:
- .NET Framework 1.1/2.0/4.0 Extended
- Visual C++ 2005/2008/2010

GPU specs:
- 256MB DDR3
- OpenGL 2.1
- DirectX 9.0

IntentScarab
Posts: 1
Joined: 04 Mar 2012, 15:55

Post » 04 Mar 2012, 16:01

i have installed the unstable version of love (at least it wont let me and when it comes up it takes ages and it says on the history that it is installed) is there any alternative or do i have to wait until it loads and then download it

p.s im on ubuntu 11.10
Last edited by IntentScarab on 04 Mar 2012, 16:07, edited 2 times in total.

User avatar
rokit
Posts: 2095
Joined: 03 Feb 2012, 00:47

Post » 04 Mar 2012, 16:04

Redux wrote:I do not changed ANY settings, so shaders are off.
I have these libraries\runtime environments\something:
- .NET Framework 1.1/2.0/4.0 Extended
- Visual C++ 2005/2008/2010

GPU specs:
- 256MB DDR3
- OpenGL 2.1
- DirectX 9.0
wow I got 3.00 GB Dual-Channel DDR2
I guess my laptop is just crap D:

Redux
Posts: 19
Joined: 04 Mar 2012, 12:23

Post » 04 Mar 2012, 16:10

rokit boy wrote:
Redux wrote:I do not changed ANY settings, so shaders are off.
I have these libraries\runtime environments\something:
- .NET Framework 1.1/2.0/4.0 Extended
- Visual C++ 2005/2008/2010

GPU specs:
- 256MB DDR3
- OpenGL 2.1
- DirectX 9.0
wow I got 3.00 GB Dual-Channel DDR2
I guess my laptop is just crap D:
Offtopic?
I put these details with hope that this will help you and me find and resolve a problem.

spartanrock
Posts: 1
Joined: 04 Mar 2012, 16:55

Post » 04 Mar 2012, 17:01

Hey,

So, Ubuntu 11.04, 8 GB RAM, 1GB ATI Raedon card.

I first tried to run it just with love and the mari0.love file, and got the bluescreen, so I tried it with unstable and got some std::logic errors, and figured out you can unpack the thing.

If I move into ~/.local/shar/love/mari0/ and from there run /usr/bin/love_unstable ~/Documents/Games/mari0/mari0.love, having unpacked the love file there (so all the lua files are visible), all I get is quality setting failed. I'm not sure how to allocate more resources to this, being on linux, but as you can see above, I've got the hardware to run it.

Here's the whole error:
Warning, quality setting failed! (Result: buffers: 1, samples: 8)
terminate called after throwing an instance of 'std::logic_error'
what(): basic_string::_S_construct NULL not valid
[1] 1802 abort love-unstable mari0_1.0.love

Not sure what I'm doing wrong here
Andrew

User avatar
trosh
Posts: 1594
Joined: 03 Feb 2012, 08:36

Post » 04 Mar 2012, 18:00

hey andrew - not sure there, but it looks like you have a bad love-unstable install. See if you can run any .love game with it.
For example try my awesome version of mari0 http://www.mediafire.com/?w2fuhy6b0v0lb12

Locked