Gamestudio Links
Zorro Links
Newest Posts
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
Trading Journey
by howardR. 04/28/24 09:55
Zorro Trader GPT
by TipmyPip. 04/27/24 13:50
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 959 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 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