Lowser in luaplayerwindows?

Discuss using and improving Lua and the Lua Player specific to the PSP.

Moderators: Shine, Insert_witty_name

Post Reply
DiabloTerrorGF
Posts: 64
Joined: Fri Jul 15, 2005 11:44 pm

Lowser in luaplayerwindows?

Post by DiabloTerrorGF »

How do you set it up?

I can get almost everything working but I get a

Code: Select all

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrator>cd desktop

C:\Documents and Settings\Administrator\Desktop>cd lua...
The system cannot find the path specified.

C:\Documents and Settings\Administrator\Desktop>cd lua!
The system cannot find the path specified.

C:\Documents and Settings\Administrator\Desktop>cd lua~
The system cannot find the path specified.

C:\Documents and Settings\Administrator\Desktop>cd luaplayerwindows

C:\Documents and Settings\Administrator\Desktop\luaplayerwindows>test

C:\Documents and Settings\Administrator\Desktop\luaplayerwindows>luaplayer Appli
cations\Lowser\index.lua
error: Applications\Lowser\index.lua:13: Image.load: Error loading image.

C:\Documents and Settings\Administrator\Desktop\luaplayerwindows>
RanDom_ErrOr
Posts: 13
Joined: Sat Apr 15, 2006 11:19 am

Post by RanDom_ErrOr »

check to make sure that the image file on line 13 of code actually exists, and if so, check to see if it is a relative path or an absolute path... also, modify it so that if the path is relavent than make sure it points to the right place...(use luaplayer.exe as the starting point)
DiabloTerrorGF
Posts: 64
Joined: Fri Jul 15, 2005 11:44 pm

Post by DiabloTerrorGF »

C:\Documents and Settings\Administrator\Desktop\luaplayerwindows>test

C:\Documents and Settings\Administrator\Desktop\luaplayerwindows>luaplayer Appli
cations\Lowser\index.lua
error: Applications\Lowser\index.lua:117: bad argument #1 to `currentDirectory'
(string expected, got nil)

C:\Documents and Settings\Administrator\Desktop\luaplayerwindows>
Shine
Posts: 728
Joined: Fri Dec 03, 2004 12:10 pm
Location: Germany

Post by Shine »

I've never managed to start Lowser in the Windows Lua Player :-) there are some problems with the file system mapping functions in Windows.
DiabloTerrorGF
Posts: 64
Joined: Fri Jul 15, 2005 11:44 pm

Post by DiabloTerrorGF »

jfjngbnjnggfj, ok. *stops baning head on keyboard* so it's not me.
User avatar
TeamOverload
Posts: 41
Joined: Thu Apr 20, 2006 10:31 pm
Location: CT

Post by TeamOverload »

Same here, unfortunately Ive had no luck either :/
Post Reply