Gamestudio Links
Zorro Links
Newest Posts
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (AndrewAMD, Akow, degenerate_762), 1,430 guests, and 9 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19055 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Error E1115 for no reason (solved, due to A7 noob problem) #264890
05/08/09 16:31
05/08/09 16:31
Joined: Oct 2007
Posts: 116
S
sydan Offline OP
Member
sydan  Offline OP
Member
S

Joined: Oct 2007
Posts: 116
I have error E1115: on a map called physics.wmp. The Error reads:

Bad format (24 & 32 bit RLE only)

Strangly I am using no textures. The code read like this:

// physics test


function main()
{
freeze_mode = 1;
level_load ("physics.wmp"); //load the room
wait(3); // give the game time to start
freeze_mode = 0;
}

Any clues? I have no idea how to solve this.

EDIT: I know it should be wmb but this shows an error saying 'cannot find map'. I have built the map.

SOLVED: Sorry, I am knew to A7. The A7 map buld is different and I was only constructing the BSP tree which would have been incorrect. Thanks for your help darkinferno and delinkx.


Last edited by sydan; 05/08/09 16:47.

For some reason, my ambition always seems to beat my ability.
Re: Error E1115 for no reason [Re: sydan] #264893
05/08/09 16:42
05/08/09 16:42
Joined: Jul 2008
Posts: 553
Singapore
delinkx Offline
User
delinkx  Offline
User

Joined: Jul 2008
Posts: 553
Singapore
u can load the "wmp" plain file directly by the engine. u need to convert to "wmb" format first. u can do this in WED by building that map.


A7 commercial Team / VC++ 2008 Pro
homepage | twitter | facebook
Re: Error E1115 for no reason [Re: delinkx] #264896
05/08/09 16:44
05/08/09 16:44
Joined: Oct 2007
Posts: 116
S
sydan Offline OP
Member
sydan  Offline OP
Member
S

Joined: Oct 2007
Posts: 116
I have build the map and it still proceeds to say this. If I run the wmb instead it comes up with an error stating it cant find the map.


For some reason, my ambition always seems to beat my ability.
Re: Error E1115 for no reason [Re: sydan] #264897
05/08/09 16:47
05/08/09 16:47
Joined: May 2009
Posts: 1,816
at my pc (duh)
darkinferno Offline
Serious User
darkinferno  Offline
Serious User

Joined: May 2009
Posts: 1,816
at my pc (duh)
well i remember getting this problem, am not sure how its solved tho... did u include acknex,h and default.c ? because ur main function seems ok

Re: Error E1115 for no reason [Re: darkinferno] #264898
05/08/09 16:48
05/08/09 16:48
Joined: Oct 2007
Posts: 116
S
sydan Offline OP
Member
sydan  Offline OP
Member
S

Joined: Oct 2007
Posts: 116
Solved. I was not building the map simply making BSP tree.


For some reason, my ambition always seems to beat my ability.

Moderated by  HeelX, rvL_eXile 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1