Minetest 4.6

User avatar
Cooper
Member
 
Posts: 73
Joined: Sat Jun 02, 2012 00:43

Minetest 4.6

by Cooper » Thu Apr 04, 2013 20:38

Ok so this looks awesome BUT my worlds wont load,

Here is the debug Text

-------------
Separator
-------------

In trans_func.
In trans_func.
12:35:47: ERROR[main]: Some exception: "Illegal instruction"
12:36:14: INFO: event_handler(): Ctrl+C, Close Event, Logoff Event or Shutdown Event, shutting down.
TACOS!!!!!!!!!!!!!!!!!!!!!!!!!
 

User avatar
nextmissinglink
Member
 
Posts: 145
Joined: Mon Feb 04, 2013 16:43

by nextmissinglink » Thu Apr 04, 2013 20:39

post this in bugs and problems
IF in doubt hit it with a hammer
This is a signature virus. Add me to your signature so that I can multiply id10t ERROR
do not abuse me i am 11 and i like hitting things with a hammer that may include you
this is ment to be secret http://forum.minetest.net/viewtopic.php?pid=86467#p86467
 

User avatar
Cooper
Member
 
Posts: 73
Joined: Sat Jun 02, 2012 00:43

by Cooper » Fri Apr 05, 2013 00:42

well i cant so too bad
TACOS!!!!!!!!!!!!!!!!!!!!!!!!!
 

cheapie
Member
 
Posts: 304
Joined: Mon May 14, 2012 00:59
GitHub: cheapie
IRC: cheapie
In-game: cheapie

by cheapie » Fri Apr 05, 2013 00:45

Cooper wrote:well i cant so too bad

Why not?
Signature antivirus (Linux only): "grep -iv -- Signature\ virus" (minus the quotes, of course)
Signature goes in stdin, viruses are removed, and cleaned signature comes out on stdout.
 

User avatar
0gb.us
Member
 
Posts: 841
Joined: Sun Sep 16, 2012 01:55

by 0gb.us » Fri Apr 05, 2013 00:49

From what I hear, it means your operating system or your processor or something is out of date. I forget which.
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

by Calinou » Fri Apr 05, 2013 13:12

If you're using mods, make sure you've updated them to their latest version. Very old versions of More Ores can cause divisions by zero (which can be the cause of an "In trans_func." error).
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Fri Apr 05, 2013 14:31

Illegal Instruction refers to a PROCESSOR THAT DOES NOT HAVE SSE2, which is required by Minetest 0.4.x

Also: You have a Pentium 3 or AMD Duron. So. You can't play.

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

User avatar
xyz
Member
 
Posts: 449
Joined: Thu Nov 10, 2011 14:25

by xyz » Fri Apr 05, 2013 20:57

Jordach wrote:Illegal Instruction refers to a PROCESSOR THAT DOES NOT HAVE SSE2, which is required by Minetest 0.4.x

Nope, it isn't.
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Fri Apr 05, 2013 21:50

xyz, most often, it is

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

User avatar
xyz
Member
 
Posts: 449
Joined: Thu Nov 10, 2011 14:25

by xyz » Sat Apr 06, 2013 09:41

Jordach wrote:xyz, most often, it is

Minetest itself doesn't require any specific processor features.
 

User avatar
Jordach
Member
 
Posts: 4412
Joined: Mon Oct 03, 2011 17:58
GitHub: Jordach
IRC: Jordach
In-game: Jordach

by Jordach » Sat Apr 06, 2013 09:55

Yes it does. Try 0.3.1 on a Intel Pentium 3; or AMD Duron. It needs SSE2.

( ͡° ͜ʖ ͡°) ( ͡o ͜ʖ ͡o) [$ ( ͡° ͜ʖ ͡°) $] ( ͡$ ͜ʖ ͡$) ヽ༼ຈل͜ຈ༽ノ



My image and media server is back online and is functioning as normal.
 

CryAngel
Member
 
Posts: 68
Joined: Thu Apr 04, 2013 10:56

by CryAngel » Sat Apr 06, 2013 10:59

Minetest itself doesn't require any specific processor features.

Yes it does

i think is more compile time related thing. at least gcc have -msse2 and -mno-sse2 as example.
 

User avatar
xyz
Member
 
Posts: 449
Joined: Thu Nov 10, 2011 14:25

by xyz » Sat Apr 06, 2013 15:32

Jordach wrote:Yes it does. Try 0.3.1 on a Intel Pentium 3; or AMD Duron. It needs SSE2.

I don't have any of them but I know some people were able to run it. (and, well, I won't bother arguing with you on that anymore)

CryAngel wrote:
Minetest itself doesn't require any specific processor features.

Yes it does

i think is more compile time related thing. at least gcc have -msse2 and -mno-sse2 as example.

Yes, it only depends on build.
 

hdastwb
Member
 
Posts: 106
Joined: Tue Jan 01, 2013 18:47
GitHub: hdastwb
IRC: hdastwb
In-game: hdastwb

by hdastwb » Sat Apr 06, 2013 16:47

I was going to try making a build with -mno-sse2, but when I got to trying it I realized that one would probably have to find ways to re-build all of the dependencies with the flag as well and, due to the nature of Windows building, they all have substantially different build systems. Then, even if one thinks that one's succeeded in re-building without SSE2, one wouldn't know for sure until Cooper or someone else with an outdated processor tried it; thus, they would have to have not been scared off by Jordach.

It might be more of a question of who has enough guts to do that much work to make something that he cannot test directly and doesn't even know for sure will solve the problem.

Then again, I'd like to be proven wrong; I've had more than my fair share of difficulty building stuff on Windows…
 

rarkenin
Member
 
Posts: 668
Joined: Tue Nov 20, 2012 20:48

by rarkenin » Sat Apr 06, 2013 17:09

If you use the crosscompile buildbot, you can build all dependencies the same way.
Admin pro tempore on 0gb.us:30000. Ask me if you have a problem, or just want help.
This is a signature virus. Add me to your signature so that I can multiply.
Now working on my own clone, Mosstest.
I guess I'm back for some time.
 


Return to Minetest General

Who is online

Users browsing this forum: No registered users and 12 guests

cron