Tiny Core Base > CorePlus
Please help with X
curaga:
That means your cpu is too old to run them. Sometimes the package requires a higher processor, sometimes it's just a flag adjustment when compiling.
Rich:
Hi t18
--- Quote from: t18 on June 05, 2024, 07:35:37 AM --- ... I get some "trap invalid opcode" errors ...
--- End quote ---
That's like saying:
Some warning light lit on my dashboard. Why doesn't my car work?
The purpose of an error message is to help pinpoint the source of
the error. By generalizing instead of reporting the exact error
message you defeat its purpose.
"invalid opcode" means your CPU encountered an instruction it
does not support. The rest of the error message includes where
the instruction originated from. It could be from vlc or one of its
dependencies. It's probably from qt-5, but without the complete
message we can't be sure.
You can try capturing the complete message into a file like this:
--- Code: ---vlc > vlc.txt 2>&1
--- End code ---
Then copy the file to another machine so you can copy/paste
the contents to your next post.
Also, be aware your machine might not have the horsepower or
enough RAM to run some of those programs.
You can also try running the ncurses or command line versions
of vlc:
--- Code: ---nvlc
--- End code ---
or
--- Code: ---cvlc
--- End code ---
t18:
--- Quote from: curaga on June 05, 2024, 09:15:37 AM ---That means your cpu is too old to run them. Sometimes the package requires a higher processor, sometimes it's just a flag adjustment when compiling.
--- End quote ---
I think is a bit old, definitely. I wonder if rebuilding from scratch may be a solution.
--- Quote from: Rich on June 05, 2024, 09:21:46 AM ---Hi t18
--- Quote from: t18 on June 05, 2024, 07:35:37 AM --- ... I get some "trap invalid opcode" errors ...
--- End quote ---
That's like saying:
Some warning light lit on my dashboard. Why doesn't my car work?
The purpose of an error message is to help pinpoint the source of
the error. By generalizing instead of reporting the exact error
message you defeat its purpose.
"invalid opcode" means your CPU encountered an instruction it
does not support. The rest of the error message includes where
the instruction originated from. It could be from vlc or one of its
dependencies. It's probably from qt-5, but without the complete
message we can't be sure.
You can try capturing the complete message into a file like this:
--- Code: ---vlc > vlc.txt 2>&1
--- End code ---
Then copy the file to another machine so you can copy/paste
the contents to your next post.
Also, be aware your machine might not have the horsepower or
enough RAM to run some of those programs.
You can also try running the ncurses or command line versions
of vlc:
--- Code: ---nvlc
--- End code ---
or
--- Code: ---cvlc
--- End code ---
--- End quote ---
The "2>&1" command only gives "Illegal option".
The dmesg output is below:
traps: cmus[3149] trap invalid opcode ip:806cae7 sp:bf91d110 error:0 in cmus[8052000+23000]
traps: gimp[7793] trap invalid opcode ip:b75c43fd sp:bfbb5f50 error:0 in libbabl-0.1.so.0.181.1[b75b1000+21000]
ACPI Warning: SystemIO range 0x0000000000002180-0x0000000000002188 conflicts with OpRegion 0x0000000000002186-0x0000000000002186 (\SM06) (20230628/utaddress-204)
ACPI Warning: SystemIO range 0x0000000000002180-0x0000000000002188 conflicts with OpRegion 0x0000000000002185-0x0000000000002185 (\SM05) (20230628/utaddress-204)
ACPI Warning: SystemIO range 0x0000000000002180-0x0000000000002188 conflicts with OpRegion 0x0000000000002184-0x0000000000002184 (\SM04) (20230628/utaddress-204)
ACPI Warning: SystemIO range 0x0000000000002180-0x0000000000002188 conflicts with OpRegion 0x0000000000002183-0x0000000000002183 (\SM03) (20230628/utaddress-204)
ACPI Warning: SystemIO range 0x0000000000002180-0x0000000000002188 conflicts with OpRegion 0x0000000000002182-0x0000000000002182 (\SM02) (20230628/utaddress-204)
ACPI Warning: SystemIO range 0x0000000000002180-0x0000000000002188 conflicts with OpRegion 0x0000000000002180-0x0000000000002180 (\SM00) (20230628/utaddress-204)
ACPI: OSL: Resource conflict; ACPI support missing from driver?
traps: vlc-cache-gen[10625] trap invalid opcode ip:b2fbcdc3 sp:bf9ff900 error:0 in libQt5Core.so.5.15.10[b2f87000+1d2000]
Juanito:
--- Quote from: t18 on June 05, 2024, 11:33:48 AM ---I think is a bit old, definitely. I wonder if rebuilding from scratch may be a solution.
--- End quote ---
Babl, gimp and qt-5.x were all built with march=i486.
gadget42:
this thread reminded of a recent read of an ancient install:
http://www.infekt.com/ilsa/onesandzeros/amity.html
also it would be nice to know OP machine specs(make/model/version/etc) and any aftermarket modifications/parts/etc.
keywords:
libretto
neomagic
20240605-1426pm-cdt-usa-modified: added some keywords
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version