Jump to content

Ekital

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by Ekital

  1. I believe this bug isn't easily solvable, The game requires around 4GB to run correctly due to the engine and several other factors. What the fix that Obsidian has suggested does is it simply moves the kernel and system memory reserved space slightly. If you are running 4GB on a 32-bit machine the system reserves 2GB for it's system and kernel tasks, this command simply changes the kernel to only use 1GB and moving up the usable memory range up to 3GB. While this can work there might be cases where you still crash simply because you won't have enough memory for the game. With this fix you're technically only using 3GB (Assuming you have 4GB). This bug isn't necessarily a bug it just simply is a case of the game using more memory than your system allows.
  2. Go into the start menu and in the search bar type cmd, right click it and click "Run as Administrator".
  3. By XXXXXXX.TTF i meant any font that shows up within the first three lines of the stack call, check your error.log and look for something like this: Stack: 0x0034ed6c: 0000000f 1cb62168 00000000 4c434e55 ....h!......UNCL 0x0034ed7c: 4654542e 1ba2f800 01d5ad70 00000008 .TTF....p....... 0x0034ed8c: 0000000f 01335386 4c434e55 1ba2f800 .....S3.UNCL.... Simply look for anything that includes .ttf and simply delete that font. If nothing shows up in the stack call this might be unrelated.
  4. Pretty sure you do, take a look at the stack. You didn't use the command to remove the system and read-only properties before checking I'm guessing. Show me the Stack info. ------------------------------------------------------------------------------ To all the people still having problems on the loading screen and seeing a UNCL.tff call in the stack try doing this: -Run cmd as administrator -Type: attrib -r -s C:\Windows\Fonts -Type: cd C:\Windows\Fonts -Type: del UNCL.ttf This should delete the font just make sure to reset the font folder back to its original state using: attrib +r +s c:\Windows\Fonts
  5. Different error, That has to due with the RAM restriction on 32 bit systems. Read the FAQ posted in the technical support section:
  6. Post your error.log, if you can't upload it then resave it as a .txt file. Also make sure you used the cmd prompt otherwise you won't see the font.
  7. FIX FOUND: Run your command prompt as administrator (cmd) Type command: attrib -r -s c:/Windows/Fonts Go to the Fonts folder (C:/Windows/Fonts) Delete font called UNCL Have fun guys :D EDIT: It has to do with corrupted fonts, if you still can't play after deleting UNCL please keep posting your error.log file and read the first few lines. It should say XXXXXX.TTF, which is a font file. Delete that font and continue until it works. EDIT #2: After you delete the font it's a good idea to restore the font folder to it's original state, simply type the command: attrib +r +s c:/Windows/Fonts To re-enable read-only.
  8. I believe this has something to do with Unity/PoE not reading the memory correctly.. People have 4GB+ memory but it's giving a reading of 0 in most of the cases:
  9. Posted my specs here as well as the crash report. http://forums.obsidian.net/topic/71917-loading-screen-crash/ Can be merged here. System Information: Processor: Intel i7-3820 @ 3.6 RAM: 8GB GFX Card: Radeon HD 7950 OS: Windows 7 64-bit 2015-03-26_191828.zip output_log.txt error.txt
  10. Info deduced from Output_log: The path the client is using for the Mono (C#) compiler is pointed to the wrong directory (C:\Program Files (x86)\Steam\steamapps\mono\mono\mini\mono.exe) Mono.exe is missing in general, I downloaded and installed mono just in case it would end up searching the default mono directory but that didn't work.
  11. Umm, I'm running 64-bit and crashing on the loading screen.
  12. Crashes on Loading as well after the Kickstarter screen.
  13. I crash after the Kickstarter loading screen before I get to the menu. I'm using the Steam version of PoE System Information: Processor: Intel i7-3820 @ 3.6 RAM: 8GB GFX Card: Radeon HD 7950 OS: Windows 7 64-bit Attempted Solutions: Ran both Steam and PoE as admin. Reinstalled vcredist Disabled Steam Overlay. Disabled Visual Themes Error Log: Output_log: Thanks in advance.
×
×
  • Create New...