#1 2014-08-05 16:39:38

IamAwesome
Member

Could not fing core

when i try to start up the engine it shows could not find core. is it because im running 32bit? please help i want to try this engine badly

Offline

#2 2014-08-20 05:50:00

Pezza
Member

Re: Could not fing core

Are you running it from the .bat files that are provided?

Offline

#3 2014-08-20 10:10:25

Pritchard
Member

Re: Could not fing core

You can't run the game from the executables in the bin directory.

Offline

#4 2014-09-16 17:49:52

ManoocH
Member

Re: Could not fing core

hello,
I got the same proleme, a messagebox appear and say me "coud not find core texture".
for more explaination
-i start the game by ?*?.exe in bin repertorie (for X86) and when i try by the ?*?.bat it only open by notepade++ ??.

i open the ?*?.bat:

@ECHO OFF
set TESS_BIN=bin
IF EXIST bin64\tesseract.exe (
    IF /I "%PROCESSOR_ARCHITECTURE%" == "amd64" (
        set TESS_BIN=bin64    )
    IF /I "%PROCESSOR_ARCHITEW6432%" == "amd64" (
        set TESS_BIN=bin64    )
)
start %TESS_BIN%\tesseract.exe "-u$HOME\My Games\Tesseract" -glog.txt %*

that path
"-u$HOME\My Games\Tesseract" -glog.txt %*
i dont find him
what can i do for test that game?
im french... salut Calinou ;)

oups i forgot to say...
Me processeur is a 64 bit but me system is 32 bit...

Last edited by ManoocH (2014-09-17 16:51:41)

Offline

#5 2014-09-17 08:58:40

RaZgRiZ
Moderator

Re: Could not fing core

You're not supposed to run the .exe people..

Offline

#6 2014-09-17 16:47:26

ManoocH
Member

Re: Could not fing core

hi,
I know that but, i dont have a response for that probleme.
So i find a way to play:
clic right on "tesseract.bat" and ask -open with. -go to browse and look after the repertori "windows"in C:
go in System32 and start the game with "cmd.exe"...
normaly the game start.
Its working for me.
can help some body else.

Last edited by ManoocH (2014-09-17 16:53:19)

Offline

#7 2016-05-03 20:53:21

Rvach
Member

Re: Could not fing core

Hello,
I've run into the same issue when trying to debug tesseract in Visual Studio and find out that working directory should be set to root of tesseract folder, this means that it should be run like that:

bin64/tesseract.exe
bin/tesseract.exe

PS I'm aware of last post date but may be my observations would be helpful to someone

Offline

#8 2016-05-05 08:44:17

RaZgRiZ
Moderator

Re: Could not fing core

Rvach wrote:

Hello,
I've run into the same issue when trying to debug tesseract in Visual Studio and find out that working directory should be set to root of tesseract folder, this means that it should be run like that:

bin64/tesseract.exe
bin/tesseract.exe

PS I'm aware of last post date but may be my observations would be helpful to someone

It's set the way it is so either the x64 or the x86 binary will be run depending on your operating system. It's THAT simple, why debug what isn't broken?

Offline

#9 2016-05-06 17:48:17

Rvach
Member

Re: Could not fing core

RaZgRiZ wrote:

It's set the way it is so either the x64 or the x86 binary will be run depending on your operating system. It's THAT simple, why debug what isn't broken?

Debugging is for numerous reasons:
- study sourse code (in particular,  to make decision on switching to tesseract from ID Tech 4);
- find out how it works and try to add more ingame stuff like weapons;
- and ofc find out how we can contribute.
=)

Btw, since Tesseract moved to SVN I don't know how people (can)  contribute to the project coz I have little experience with SVN.  I looked through repository log and found out that only one man committed to the project.
Can you, please, enlighten me on the matter?  :)

Last edited by Rvach (2016-05-07 05:11:20)

Offline

Board footer