ERROR[main]: WARNING: updateListener: invalid value

User avatar
lisacvuk
Member
 
Posts: 165
Joined: Sat Jul 19, 2014 11:52
GitHub: lisacvuk
IRC: lisac
In-game: lisacvuk

Re: ERROR[main]: WARNING: updateListener: invalid value

by lisacvuk » Sat Sep 27, 2014 21:06

Hi, I have the same problem. I'm doing something(digging, placing blocks,teleporting home... even sitting in infurn chair) and i suddendly start to fall under -inf [-etc...etc] and i need to use spawn or home to get out. Im on Kubuntu linux.
400 character limit? Am I writing a book?
I'm a Minetest player, 'learning' C++ and OpenGL, listening to Blind Guardian, Nightwish, Amon Amarth. Administrator on Craig's server. Likes cookies.
I live in Serbia.
 

User avatar
Krock
Member
 
Posts: 3598
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker

Re: ERROR[main]: WARNING: updateListener: invalid value

by Krock » Sat Sep 27, 2014 21:16

lisacvuk wrote:Hi, I have the same problem. I'm doing something(digging, placing blocks,teleporting home... even sitting in infurn chair) and i suddendly start to fall under -inf [-etc...etc] and i need to use spawn or home to get out. Im on Kubuntu linux.

And you're getting this error too?

Also, which minetest version are you using? If < 0.4.10, then update first.
Newest Win32 builds - Find a mod - All my mods
ALL YOUR DONATION ARE BELONG TO PARAMAT (Please support him and Minetest)
New DuckDuckGo !bang: !mtmod <keyword here>
 

User avatar
lisacvuk
Member
 
Posts: 165
Joined: Sat Jul 19, 2014 11:52
GitHub: lisacvuk
IRC: lisac
In-game: lisacvuk

Re: ERROR[main]: WARNING: updateListener: invalid value

by lisacvuk » Sun Sep 28, 2014 12:47

Yes, I do. I'm using latest minetest from https://launchpad.net/ minetestdevs. I'm updating every day.
400 character limit? Am I writing a book?
I'm a Minetest player, 'learning' C++ and OpenGL, listening to Blind Guardian, Nightwish, Amon Amarth. Administrator on Craig's server. Likes cookies.
I live in Serbia.
 

Hermitor
New member
 
Posts: 5
Joined: Mon Oct 13, 2014 01:52
GitHub: Hermitor
In-game: Hermitor

Re: ERROR[main]: WARNING: updateListener: invalid value

by Hermitor » Mon Oct 13, 2014 16:27

Been having this problem too... exactly at described. Suddenly I'm 'nowhere' : inf, [etc, etc], falling...

It respawned me at spawn after a few seconds of that, so I learned to use the inventory home button for my home and '/sethome' to save my position every time I was 'far away'... Problem solved.

BUT... I upgraded my minetest client... and NOW it force closes after the error message, just as I'm respawning... sometimes it locks up the computer and it always notifies me there's not enough memory for an error report (2GB).

I'm pretty sure it ALWAYS starts just as something clips past my field of view... As my face goes through something it triggers it. I can run around open fields 'all day' and it won't do it...

I'm sharing as much info as I can, because MOST people won't report it, they'll simply stop playing. I'm assuming many other people are having this problem and just leaving the game.
Last edited by Hermitor on Tue Oct 21, 2014 21:47, edited 1 time in total.
 

Hermitor
New member
 
Posts: 5
Joined: Mon Oct 13, 2014 01:52
GitHub: Hermitor
In-game: Hermitor

Re: ERROR[main]: WARNING: updateListener: invalid value

by Hermitor » Sun Oct 19, 2014 21:57

I've downgraded to version 0.4.9... I've lost features, but it no longer crashes. (for others searching this topic)
 

User avatar
lisacvuk
Member
 
Posts: 165
Joined: Sat Jul 19, 2014 11:52
GitHub: lisacvuk
IRC: lisac
In-game: lisacvuk

Re: ERROR[main]: WARNING: updateListener: invalid value

by lisacvuk » Mon Oct 20, 2014 07:51

I think i found the solution.
I got several games that use OpenAL. In each of them sound won't work.
So I made a new username and tried there. And, this time, it works!
But, because every solution has but, it won't work if you use Xfce.
400 character limit? Am I writing a book?
I'm a Minetest player, 'learning' C++ and OpenGL, listening to Blind Guardian, Nightwish, Amon Amarth. Administrator on Craig's server. Likes cookies.
I live in Serbia.
 

Hermitor
New member
 
Posts: 5
Joined: Mon Oct 13, 2014 01:52
GitHub: Hermitor
In-game: Hermitor

by Hermitor » Mon Oct 20, 2014 12:50

...
Last edited by Hermitor on Sun Nov 30, 2014 11:10, edited 1 time in total.
 

Hermitor
New member
 
Posts: 5
Joined: Mon Oct 13, 2014 01:52
GitHub: Hermitor
In-game: Hermitor

Re: ERROR[main]: WARNING: updateListener: invalid value

by Hermitor » Sun Nov 30, 2014 10:58

BUMP


This bug has NOTHING to do with sound. I replicate it with sound drivers UNINSTALLED on my system.

EDIT: I was wrong... Here's lines 3244-3250 of game.cpp:

// Update sound listener
v3s16 camera_offset = camera->getOffset();
sound->updateListener(camera->getCameraNode()->getPosition() + intToFloat(camera_offset, BS),
v3f(0, 0, 0), // velocity
camera->getDirection(),
camera->getCameraNode()->getUpVector());
sound->setListenerGain(g_settings->getFloat("sound_volume"));

I'm guessing 'getPosition' is where the bug happens... I found it in environment.cpp
 

Hermitor
New member
 
Posts: 5
Joined: Mon Oct 13, 2014 01:52
GitHub: Hermitor
In-game: Hermitor

Re: ERROR[main]: WARNING: updateListener: invalid value

by Hermitor » Thu Feb 12, 2015 20:31

Upgraded to 4GB of RAM, so I upgraded (L)ubuntu 14.04 to the 64 bit version.
I selected the older version 304 Nvidia driver, instead of version 340 that was installed originally in the 32 bit version.

Not sure why, but THIS ELIMINATED THE PROBLEM.

('Tested' the game for over a month to be sure...)
 

guideahon
Member
 
Posts: 37
Joined: Mon Jan 26, 2015 12:49
In-game: guideahon

Re: ERROR[main]: WARNING: updateListener: invalid value

by guideahon » Tue Mar 03, 2015 12:32

I still get the error, 2GB ram Linux with 4.10, local and on Landrush server too.
 

Hybrid Dog
Member
 
Posts: 2460
Joined: Thu Nov 01, 2012 12:46

Re: ERROR[main]: WARNING: updateListener: invalid value

by Hybrid Dog » Sat May 30, 2015 15:45

 

User avatar
lisacvuk
Member
 
Posts: 165
Joined: Sat Jul 19, 2014 11:52
GitHub: lisacvuk
IRC: lisac
In-game: lisacvuk

Re: ERROR[main]: WARNING: updateListener: invalid value

by lisacvuk » Sat Jun 27, 2015 17:21

Anyone has this problem with 64bit minetest?
400 character limit? Am I writing a book?
I'm a Minetest player, 'learning' C++ and OpenGL, listening to Blind Guardian, Nightwish, Amon Amarth. Administrator on Craig's server. Likes cookies.
I live in Serbia.
 

Previous

Return to Minetest Problems

Who is online

Users browsing this forum: No registered users and 3 guests

cron