Opened 11 years ago

Closed 11 years ago

#2057 closed defect (fixed)

CSoundManager::IdleTask error: path separator mismatch, Win XP

Reported by: historic_bruno Owned by:
Priority: Should Have Milestone: Alpha 14
Component: Core engine Keywords:
Cc: stwf Patch:

Description

Error occurred while I was in game setup, after clicking a dropdown, that may or may not be relevant. Unfortunately the offending path wasn't given and I'm not able to reproduce the error yet

Function call failed: return value was -100303 (path contains both slash and backslash separators)
Location: path.h:245 (Path::DetectSeparator)

Call stack:

 	pyrogenesis.exe!Path::DetectSeparator()  Line 245 + 0x28 bytes	C++
 	pyrogenesis.exe!Path::operator=(const Path & rhs={...})  Line 115	C++
>	pyrogenesis.exe!CSoundManager::IdleTask()  Line 589	C++
 	pyrogenesis.exe!Render()  Line 201	C++
 	pyrogenesis.exe!Frame()  Line 395	C++
 	pyrogenesis.exe!RunGameOrAtlas(int argc=1, const char * * argv=0x00e46728)  Line 508 + 0x5 bytes	C++
 	pyrogenesis.exe!main(int argc=1, char * * argv=0x00e46728)  Line 551 + 0xf bytes	C++
 	pyrogenesis.exe!wmain(int argc=1, wchar_t * * argv=0x00e450d8)  Line 380 + 0xb bytes	C++
 	pyrogenesis.exe!__tmainCRTStartup()  Line 583 + 0x17 bytes	C
 	pyrogenesis.exe!CallStartupWithinTryBlock()  Line 397	C++
 	kernel32.dll!_BaseProcessStart@4()  + 0x23 bytes	

Change History (2)

comment:1 by historic_bruno, 11 years ago

May be the same as #2066.

comment:2 by historic_bruno, 11 years ago

Milestone: BacklogAlpha 14
Resolution: fixed
Status: newclosed

Resolving as fixed by r13784, will reopen if it's reported or noticed again

Note: See TracTickets for help on using tickets.