Aller au contenu

Photo

"Could not open page file for write" Error


  • Veuillez vous connecter pour répondre
8 réponses à ce sujet

#1
Seival

Seival
  • Members
  • 5 294 messages
I really tried to search but it seems like there is no answer...

Toolset always crashes when im trying to create new Terrain (Landscape) Level. Log shows the following error:

INFO, ".\\LvlEditorWnd.cpp", 5209, ""
ASSERT, "d:\\dasecurombuild\\main\\dev\\tools\\plugins\\editorlvl\\terraincore\\RecordTable.cpp", 545, "Could not open page file for write."



Is there any way to fix it?

#2
Seival

Seival
  • Members
  • 5 294 messages
Still cant find a way to fix this problem. Need help.

#3
TimelordDC

TimelordDC
  • Members
  • 923 messages
It's likely a windows error -> either the drive the page file is on has very little empty space or (more likely) the user used to run the toolset doesn't have the necessary permissions to modify that file.

#4
Seival

Seival
  • Members
  • 5 294 messages
Thasks for answer but I think the issue is a little more complicated.
(1) I have enoough disc space.
(2) Im running toolset under administrator rights.


Room Level works fine for me. When Im trying to create one, log shows the following:
TRACE, "d:\\dasecurombuild\\main\\dev\\tools\\plugins\\editorlvl\\ProbeExt.h", 96, "Recorded Time for [DocumentBinding.LoadLightmaps] is 26.748251 ms"

But when Im trying to create Terrain Level toolset crashes and log shows:
ASSERT, "d:\\dasecurombuild\\main\\dev\\tools\\plugins\\editorlvl\\terraincore\\RecordTable.cpp", 545, "Could not open page file for write."



Look at the paths:
d:\\dasecurombuild\\main\\dev\\tools\\plugins\\editorlvl\\ProbeExt.h    For Room Level
d:\\dasecurombuild\\main\\dev\\tools\\plugins\\editorlvl\\terraincore\\RecordTable.cpp    For Terrain Level

I dont even know what location it is... I have no such directiries on drive "D". But Room Level works fine.

Modifié par Seival, 13 novembre 2010 - 09:59 .


#5
Seival

Seival
  • Members
  • 5 294 messages
Err... forum added additional "\\" to all paths... cant remove them :)

#6
TimelordDC

TimelordDC
  • Members
  • 923 messages
Those paths are the paths on the server where the code was written (within Bioware's office). Also, the ProbeExt call is to check for and bind the light probe to the level when loading lightmaps (going by the rest of the info)



Perhaps you could try a smaller level and see if it works?

#7
Seival

Seival
  • Members
  • 5 294 messages
I just tried 32x32 Terrain Level size instead of 64x64 but toolsed crashed again Image IPB

I even tried to:
(1) Reinstall toolset (using installation tutorial form wiki).
(2) Turn DEP off.
(3) Uninstall anti-virus.
(4) Run toolset without SetPoint active.
(5) Run toolset without messenger active.

Nothing helps. I had the same problem on Vista (and toolset 1.0) one year ago. Now I have Windows 7, toolset 1.01 and the same problem...


But Im sure trhere is some way to fix this issue. Any chance developers can tall me what to do?

Modifié par Seival, 14 novembre 2010 - 04:08 .


#8
Seival

Seival
  • Members
  • 5 294 messages
I have found the way to fix the problem!

It was another regional issue. I have russian version of Windows 7 and russian name of user's folder. Toolset and cmd represent this locolized folder's name like"??????????????" instead of it's real name.

I copied Documents from russian-named folder to new english-named folder. Then I used TuneUp to change system Document's folder path to new one and tryed Level Editor. It stopped crashing :)



I think this should be added to toolset's troubleshooting.

Modifié par Seival, 18 novembre 2010 - 07:31 .


#9
TimelordDC

TimelordDC
  • Members
  • 923 messages
Please add it to the wiki, then :)