Git Product home page Git Product logo

Comments (12)

rubenwardy avatar rubenwardy commented on September 1, 2024

What's the last 20 lines of the logs? Those two errors are fairly normal

If you press f5 twice to see the graphs, are you receiving packets from the server regularly?

from exile.

rubenwardy avatar rubenwardy commented on September 1, 2024

Actually, the second warning is normal but I've not seen the first before

from exile.

theFox6 avatar theFox6 commented on September 1, 2024

I haven't seen either until playing exile

from exile.

theFox6 avatar theFox6 commented on September 1, 2024
-------------
  Separator
-------------

2020-03-24 08:56:25: WARNING[Main]: Node 'light_source' value exceeds maximum, limiting to maximum: illumination:light_full
2020-03-24 08:56:25: ACTION[Main]: World at [minetest/bin/../worlds/extest]
2020-03-24 08:56:25: ACTION[Main]: Server for gameid="Exile" listening on 0.0.0.0:63982.
2020-03-24 08:56:27: WARNING[Main]: Irrlicht: PNG warning: iCCP: profile 'ICC PROFILE': 9019A303h: exceeds application limits
2020-03-24 08:56:27: WARNING[Main]: Irrlicht: PNG warning: iCCP: CRC error
2020-03-24 08:56:27: ACTION[Server]: singleplayer [127.0.0.1] joins game. 
2020-03-24 08:56:27: ACTION[Server]: singleplayer joins game. List of players: singleplayer
2020-03-24 08:59:51: ACTION[Main]: Server: Shutting down
2020-03-24 09:00:02: WARNING[Main]: Node 'light_source' value exceeds maximum, limiting to maximum: illumination:light_full
2020-03-24 09:00:02: ACTION[Main]: World at [minetest/bin/../worlds/ex2test]
2020-03-24 09:00:02: ACTION[Main]: Server for gameid="Exile" listening on 0.0.0.0:53285.
2020-03-24 09:00:03: WARNING[Main]: Irrlicht: PNG warning: iCCP: profile 'ICC PROFILE': 9019A303h: exceeds application limits
2020-03-24 09:00:03: WARNING[Main]: Irrlicht: PNG warning: iCCP: CRC error
2020-03-24 09:00:03: ACTION[Server]: singleplayer [127.0.0.1] joins game. 
2020-03-24 09:00:03: ACTION[Server]: singleplayer joins game. List of players: singleplayer
2020-03-24 09:00:22: ACTION[Server]: singleplayer granted (fly) privileges to singleplayer
2020-03-24 09:00:45: ACTION[Server]: singleplayer granted (fast) privileges to singleplayer
2020-03-24 09:00:58: ACTION[Main]: Server: Shutting down
2020-03-24 09:01:06: WARNING[Main]: Node 'light_source' value exceeds maximum, limiting to maximum: illumination:light_full
2020-03-24 09:01:06: ACTION[Main]: World at [minetest/bin/../worlds/extest]
2020-03-24 09:01:06: ACTION[Main]: Server for gameid="Exile" listening on 0.0.0.0:64588.
2020-03-24 09:01:06: WARNING[Main]: Irrlicht: PNG warning: iCCP: profile 'ICC PROFILE': 9019A303h: exceeds application limits
2020-03-24 09:01:06: WARNING[Main]: Irrlicht: PNG warning: iCCP: CRC error
2020-03-24 09:01:07: ACTION[Server]: singleplayer [127.0.0.1] joins game. 
2020-03-24 09:01:07: ACTION[Server]: singleplayer joins game. List of players: singleplayer
2020-03-24 09:01:26: ACTION[Main]: Server: Shutting down

from exile.

theFox6 avatar theFox6 commented on September 1, 2024

ExileDead

from exile.

LoneWolfHT avatar LoneWolfHT commented on September 1, 2024

That looks like pretty old OpenGL. Would it be possible for you to update your drivers?

from exile.

theFox6 avatar theFox6 commented on September 1, 2024

That's Debian GNU/Linux 9 (stretch)'s OpenGL

from exile.

theFox6 avatar theFox6 commented on September 1, 2024

However this looks more like a libpng fault

from exile.

Kimapr avatar Kimapr commented on September 1, 2024

I confirm this. Playing on Minetest 5.3.0-dev-e79bc40c. Other games (NodeCore and Minetest Game) run fine. Also played on a server running Exile without such problems. When playing locally though i get all black terrain and a probably unrelated crash after a few seconds.

2020-05-28 22:53:43: ERROR[Main]: ServerError: AsyncErr: Lua: finishGenRuntime error from mod 'megamorph' in callback environment_OnGenerated(): Unknown node: default:stone
2020-05-28 22:53:43: ERROR[Main]: stack traceback:
2020-05-28 22:53:43: ERROR[Main]: 	[C]: in function 'get_content_id'
2020-05-28 22:53:43: ERROR[Main]: 	/home/kimapr/.minetest/games/Exile/mods/megamorph/init.lua:31: in function '__index'
2020-05-28 22:53:43: ERROR[Main]: 	...kimapr/.minetest/games/Exile/mods/megamorph/geomorph.lua:719: in function 'write_stair'
2020-05-28 22:53:43: ERROR[Main]: 	...kimapr/.minetest/games/Exile/mods/megamorph/geomorph.lua:303: in function 'write_shape'
2020-05-28 22:53:43: ERROR[Main]: 	...kimapr/.minetest/games/Exile/mods/megamorph/geomorph.lua:283: in function 'write_to_map'
2020-05-28 22:53:43: ERROR[Main]: 	...e/kimapr/.minetest/games/Exile/mods/megamorph/mapgen.lua:199: in function <...e/kimapr/.minetest/games/Exile/mods/megamorph/mapgen.lua:94>
2020-05-28 22:53:43: ERROR[Main]: 	...048d50b41b4a2ff/share/minetest/builtin/game/register.lua:429: in function <...048d50b41b4a2ff/share/minetest/builtin/game/register.lua:413>

from exile.

DokimiCU avatar DokimiCU commented on September 1, 2024

I'm now getting this issue (or something like it) in the latest version of Minetest (running my unreleased dev version of Exile).

The textures are fine. Go in creative mode and get a light. The mapgen has screwed up. No biomes exist, and no lighting exists (hence black). It reverts to using mapgen aliases to create an empty stone world.

Everything else seems fine (e.g. sky, tech, dungeons etc)

~~

2020-07-31 13:07:36: WARNING[Main]: Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
2020-07-31 13:07:36: WARNING[Main]: Irrlicht: PNG warning: iCCP: profile 'ICC PROFILE': 9019A303h: invalid length
2020-07-31 13:07:36: WARNING[Main]: Irrlicht: PNG warning: iCCP: CRC error

I get these errors, don't know what it means.

"...looks more like a libpng fault"

What does this mean?
~~
Kimpar - crash is likely unrelated. Both current and dev version have unrelated bugs (dev version is probably better though).
No idea why this would work on a server only!

from exile.

MisterE123 avatar MisterE123 commented on September 1, 2024

Would this help?
https://stackoverflow.com/questions/22745076/libpng-warning-iccp-known-incorrect-srgb-profile

from exile.

DokimiCU avatar DokimiCU commented on September 1, 2024

I think I've fixed this.

Was a mapgen issue, something to do with Minetest defaulting to bad settings (nolight etc).

Adding minetest.set_mapgen_setting("mg_flags", "caves, nodungeons, light, decorations, biomes", true) seems to have solved it.

PNG warnings probably unrelated

from exile.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.