Map Database  •  FAQ  •  RSS  •  Login

KaM Remake Economy Demo (ver.090728) buglist

<<

Krom

User avatar

Knights Province Developer

Posts: 3281

Joined: 09 May 2006, 22:00

KaM Skill Level: Fair

Location: Russia

Post 03 Aug 2009, 08:11

Pointer to invalid pointer does the job best :D

We shall release new demo with fewer bugs and see how many of the rest crashes will be cured :)
Knights Province at: http://www.knightsprovince.com
KaM Remake at: http://www.kamremake.com
Original MBWR/WR2/AFC/FVR tools at: http://krom.reveur.de
<<

Siegfried

User avatar

Knight

Posts: 494

Joined: 24 Jul 2009, 22:00

Post 04 Aug 2009, 20:20

I noticed that the graphical problems with the ground comes from the zoom (which I didn't realize until yesterday).

When you zoom in, the ground fits perfectly. But when you zoom out even more than the original KaM zoom level, the tiles get black edges and borders. This is also the thing that causes the water to get the black patches.

And I noticed another graphical glitch: the school gets black in the surrounding of the clock while an unit is trained.

I'd like to get my hands on a more stable version since I wasn't able to finish a single game because of the errors.
<<

Krom

User avatar

Knights Province Developer

Posts: 3281

Joined: 09 May 2006, 22:00

KaM Skill Level: Fair

Location: Russia

Post 04 Aug 2009, 21:43

Half of the problems comes from mipmap levels, which are forbidden in code, still some GPUs generate them.. The rest comes from blending options (houses black tops), once again different GPUs have different default options. I'm looking for a solution...

We plan to release more stable version with a dozen of bugs fixed and some minor improvements in few days :)
Knights Province at: http://www.knightsprovince.com
KaM Remake at: http://www.kamremake.com
Original MBWR/WR2/AFC/FVR tools at: http://krom.reveur.de
<<

harold

Knight

Posts: 562

Joined: 19 Nov 2007, 23:00

Post 04 Aug 2009, 22:32

What if you allow mipmaps (but set them to 1 anyway to avoid wasting mem) and set the mipmap filter to POINT? Then you don't get blur even if they GPU decides to refuse your "no mipmaps" request..
Or, at least, I think :)
Works for me anyway, but DirectX is very different..
<<

Krom

User avatar

Knights Province Developer

Posts: 3281

Joined: 09 May 2006, 22:00

KaM Skill Level: Fair

Location: Russia

Post 05 Aug 2009, 09:23

I've tweaked it as you suggest :)

I can't see the bug on my PC, so we have to hope it will look allright in next Demo :)
Knights Province at: http://www.knightsprovince.com
KaM Remake at: http://www.kamremake.com
Original MBWR/WR2/AFC/FVR tools at: http://krom.reveur.de
<<

Krom

User avatar

Knights Province Developer

Posts: 3281

Joined: 09 May 2006, 22:00

KaM Skill Level: Fair

Location: Russia

Post 06 Aug 2009, 19:27

Black Tops bug is not hopeless as I was afraid it would be.

I've made a test application to render all 182 possible OpenGL blending combinations and it displayed exactly the same on both PCs I've got (one with and one without black tops bug). Which means the bug is actualy fixable via Remake code :)

It must be something to do with state switches and maybe few faulty combinations happening between them..
Knights Province at: http://www.knightsprovince.com
KaM Remake at: http://www.kamremake.com
Original MBWR/WR2/AFC/FVR tools at: http://krom.reveur.de
<<

Krom

User avatar

Knights Province Developer

Posts: 3281

Joined: 09 May 2006, 22:00

KaM Skill Level: Fair

Location: Russia

Post 07 Aug 2009, 15:04

New bugs and their status were added:
  Code:
   Gold/coal miners have too short radius +   Pause panel is not fullscreen for maximized window +   Game crashes when citizen return home and home is demolished    Citizen is invisible when its home is demolished for some few seconds    Vertical winefiel borders have no edges    Woodcutter should drop the task if tree is already taken by other woodcutter    Units get stuck on unwalkable tiles[/quote]
Knights Province at: http://www.knightsprovince.com
KaM Remake at: http://www.kamremake.com
Original MBWR/WR2/AFC/FVR tools at: http://krom.reveur.de
<<

xzaz

Barbarian

Posts: 105

Joined: 28 Jul 2009, 22:00

Post 07 Aug 2009, 17:59

Sorry if you already got it.
- The winemaker should produce 3 wine instead of 1.
<<

Litude

User avatar

King Karolus

Posts: 1233

Joined: 01 May 2006, 22:00

Website: http://www.knightsandmerchants.net

Location: Finland

Post 07 Aug 2009, 18:25

Where did you pull that one from? He certainly shouldn't produce 3 wine barrels but 1.
<<

Krom

User avatar

Knights Province Developer

Posts: 3281

Joined: 09 May 2006, 22:00

KaM Skill Level: Fair

Location: Russia

Post 07 Aug 2009, 20:00

As noted we use SR3 KaM data for that matter and it clearly says farmer produces one barrel per job :)
Knights Province at: http://www.knightsprovince.com
KaM Remake at: http://www.kamremake.com
Original MBWR/WR2/AFC/FVR tools at: http://krom.reveur.de
<<

Krom

User avatar

Knights Province Developer

Posts: 3281

Joined: 09 May 2006, 22:00

KaM Skill Level: Fair

Location: Russia

Post 10 Aug 2009, 14:52

Another bunch of bugs found and some of them are already fixed:
  Code:
+   Coal/gold/iron miners use incorrect radius +   Pause panel is not fullscreen for maximized window +   Field borders should fade correctly in fog of war +   Citizen is invisible when its home is demolished for some few seconds +   Recruits won't go home if barracks is destroyed and then rebuilt in test mission    Viewport scrolling should be smooth    Vertical winefiel borders have no edges    Woodcutter should drop the task if tree is already taken by other woodcutter ?   Wrong render of houses, black tops [/quote]
Knights Province at: http://www.knightsprovince.com
KaM Remake at: http://www.kamremake.com
Original MBWR/WR2/AFC/FVR tools at: http://krom.reveur.de
<<

The Knight

User avatar

Pikeman

Posts: 177

Joined: 28 Jul 2006, 22:00

KaM Skill Level: Average

Post 13 Aug 2009, 17:20

Do we get a reworked test alpha version, which includes these bug fixes? To update the list and finding new bugs?
<<

Litude

User avatar

King Karolus

Posts: 1233

Joined: 01 May 2006, 22:00

Website: http://www.knightsandmerchants.net

Location: Finland

Post 13 Aug 2009, 18:46

@The Knight:
We plan to release more stable version with a dozen of bugs fixed and some minor improvements in few days :)
By the way, check your e-mail.
<<

The Dark Lord

User avatar

King Karolus Servant

Posts: 2154

Joined: 29 Aug 2007, 22:00

KaM Skill Level: Veteran

Location: In his dark thunderstormy castle

Post 15 Aug 2009, 07:30

Very impressive guys!

I found a bug as well: labourers, when idle, don't go to the inn if they are hungry. Giving them a job (like building one piece of road) and then canceling that job solves it.
<<

Krom

User avatar

Knights Province Developer

Posts: 3281

Joined: 09 May 2006, 22:00

KaM Skill Level: Fair

Location: Russia

Post 15 Aug 2009, 11:23

@TheKnight: Yes, we were going to, but as you see the list of known bugs keeps on growing.. So we might take some more time to fix more bugs. Each found'n'fixed bug means improving of internal structure of the code. Everything becomes more reliable.

@TheDarkLord: Thanks :) This bug is fixed now :)
Knights Province at: http://www.knightsprovince.com
KaM Remake at: http://www.kamremake.com
Original MBWR/WR2/AFC/FVR tools at: http://krom.reveur.de

Return to “Bugs”

Who is online

Users browsing this forum: No registered users and 1 guest