Jump to content

Function call failed: return value was -1


plumo
 Share

Recommended Posts

WINDOWS 7 64bit

Function call failed: return value was -1 (Unknown error (-1, 0xFFFFFFFFFFFFFFFF))

Location: wsysdep.cpp:357 (sys_StatusDescription)

Call stack:

sys_StatusDescription (wsysdep.cpp:357)

user_err = 0 (0x00000000)

buf = 0x007EE7DC -> [8] { 63 ('?'), 0, 0, 0, 0, 0, 0, 0 }

max_chars = 100 (0x00000064)

message = "Windows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software "

debug_BuildErrorMessage (debug.cpp:278)

description = 0x007EF188 -> "Function call failed: return value was -100010 (Unknown error (-100010, 0xFFFFFFFFFFFE7956))"

filename = 0x0050BC54 -> "mahaf.cpp"

line = 300 (0x0000012C)

func = 0x0050BD98 -> "StartDriver"

context = 0x007EE980

lastFuncToSkip = 0x004FC070 -> "debug_OnError"

emm = 0x007EE8EC -> { pa_mem = 0x0050BC10 }

os_error = [100]

63 ('?')

0

0

0

0

0

0

0

0

0

0

0 ...

description_buf = "Unknown error (0, 0x0)"

writer =

m_pos = 0xBAADF00D -> (unavailable - internal error)

m_charsLeft = 3131961357 (0xBAADF00D)

error_buf = [100]

61453

47789

61453

47789

61453

47789

61453

47789

61453

47789

61453

47789 ...

debug_DisplayError (debug.cpp:466)

description = 0x007EF188 (see above)

flags = 4 (0x00000004)

context = 0x007EE980 (see above)

lastFuncToSkip = 0x004FC070 (see above)

pathname = 0x0050BC10 (see above)

line = 300 (0x0000012C)

func = 0x0050BD98 (see above)

suppress = 0x00549928 -> 0 (0x00000000)

emm = { pa_mem = 0x0050BC10 (see above) }

debug_OnError (debug.cpp:547)

err = (unavailable)

suppress = (unavailable)

file = (unavailable)

line = (unavailable)

func = (unavailable)

context = [2048]

0 (0x00)

0 (0x00)

0 (0x00)

0 (0x00)

0 (0x00)

0 (0x00)

0 (0x00)

0 (0x00)

0 (0x00)

0 (0x00)

0 (0x00)

0 (0x00)

0 (0x00)

0 (0x00)

0 (0x00)

0 (0x00) ...

buf = "tion call failed: return value was -100010 (Unknown error (-100010, 0xFFFFFFFFFFFE7956))"

err_buf = "own error (-100010, 0xFFFFFFFFFFFE7956)"

StartDriver (mahaf.cpp:300)

driverPathname = (unavailable)

Init (mahaf.cpp:346)

s =

m_lastError = 0 (0x00000000)

driverPathname =

path = (unsupported basic_string<wchar_t,char_traits<wchar_t> >)

separator = 92 ('\')

ModuleInit (module_init.cpp:47)

initState = 0x00549924 -> 4294867266 (0xFFFE7942)

init = 0x00495E40 -> (Init)

mahaf_Init (mahaf.cpp:378)

CounterHPET::MapRegisters (hpet.cpp:140)

registers = 0x00549774 -> 0x00000000

CounterHPET::Activate (hpet.cpp:61)

this = (unavailable)

GetNextBestSafeCounter (whrt.cpp:77)

counter = 0x00549770 -> (ICounter)

nextCounterId = 1 (0x00000001)

buf = [100]

43263

0

63492

126 ('~')

0

179

0

0

14488

179

63320

126 ('~') ...

InitCounter (whrt.cpp:108)

whrt_Init (whrt.cpp:303)

winit_CallInitFunctions (winit.cpp:89)

wstartup_InitAndRegisterShutdown (wstartup.cpp:109)

initterm_e (:0)

CallStartupWithinTryBlock (wseh.cpp:397)

ret = 0 (0x00000000)

RtlInitializeExceptionChain (:0)

RtlInitializeExceptionChain (:0)

errno = 0 (Unknown error (0, 0x0))

OS error = 122 (The data area passed to a system call is too small.)

SECOND ONE

Function call failed: return value was -100010 (Unknown error (-100010, 0xFFFFFFFFFFFE7956))

Location: mahaf.cpp:300 (StartDriver)

Call stack:

StartDriver (mahaf.cpp:300)

driverPathname = (unavailable)

Init (mahaf.cpp:346)

s =

m_lastError = 0 (0x00000000)

driverPathname =

path = (unsupported basic_string<wchar_t,char_traits<wchar_t> >)

separator = 92 ('\')

ModuleInit (module_init.cpp:47)

initState = 0x00549924 -> 4294867266 (0xFFFE7942)

init = 0x00495E40 -> (Init)

mahaf_Init (mahaf.cpp:378)

CounterHPET::MapRegisters (hpet.cpp:140)

registers = 0x00549774 -> 0x00000000

CounterHPET::Activate (hpet.cpp:61)

this = (unavailable)

GetNextBestSafeCounter (whrt.cpp:77)

counter = 0x00549770 -> (ICounter)

nextCounterId = 1 (0x00000001)

buf = [100]

43263

0

63492

126 ('~')

0

179

0

0

14488

179

63320

126 ('~') ...

InitCounter (whrt.cpp:108)

whrt_Init (whrt.cpp:303)

winit_CallInitFunctions (winit.cpp:89)

wstartup_InitAndRegisterShutdown (wstartup.cpp:109)

initterm_e (:0)

CallStartupWithinTryBlock (wseh.cpp:397)

ret = 0 (0x00000000)

RtlInitializeExceptionChain (:0)

RtlInitializeExceptionChain (:0)

errno = 42 (Unknown error (0, 0x0))

OS error = ?

Edited by plumo
Link to comment
Share on other sites

Yes, it is reproducible :(.

I just tried to build the latest revision (r10828) in Microsoft visual C++ 2010 Express (Administrator)

I have windows 7 64 bit. The errors happen both in release and debug mode.

This happens:

1. This project is out of date: engine - Release Win32

Would you like to build it? I click YES

2. 2 errors - I posted in Original post. When I suppress both I can start the game though. Starting a game appears to give no problems, Although in debug mode Oasis is painfully slow ( even with my top rig)... Simupdate 750ms in profiler :P in beginning.

Is that enough information?

Edited by plumo
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...