FAQ  •  Register  •  Login

Path Of Exile 1.0.0 crashing

Moderator: MiRai

<<

lax

User avatar

Site Admin

Posts: 7301

Joined: Tue Nov 17, 2009 9:32 pm

Post Sat Oct 26, 2013 9:12 am

Re: Path Of Exile 1.0.0 crashing

If it works the first time and then stops, it sounds like it may be caused by a setting in the game that is changing during your first run. You may be able to reset it without reinstalling, just open up Documents\My Games\Path of Exile and delete the production_Config.ini files. You can back them up first if you want, but there would be the main file and then one per "Character" you made in ISBoxer, like "production_Config-MyCharacter.ini". I'd ask to see the settings in it, but they may contain your POE login e-mail and encrypted password, and for your own protection those details MUST be censored or removed if you share your POE .ini files. Anyway, deleting these should reset it back to the "first run".

In order to reproduce your issues it might help to have "Diagnostics for game crashes" from ISBoxer's Help menu. http://isboxer.com/wiki/Diagnostics -- NOTE TO SERIAL_INFLUX: this goes for you too
And a couple questions that would help to have answered:
1. Do you have multiple monitors? Multiple video cards?
2. What version of Windows?
3. When you launch the game the first time, and it works fine, is the game -- in the in-game options screen -- set to windowed, windowed fullscreen/borderless windowed, or fullscreen?

This is the crash log from Path Of Exile (logs folder, Client.txt file)

It's actually not a crash log and contains no useful information on the issue you're having; yours shows essentially the same thing as mine (noting that whatever I do at the moment I have no issues launching the game), which reads..
Code:
2013/10/26 09:43:31 ***** LOG FILE OPENING *****
2013/10/26 09:43:32 258027057 145 [INFO Client 7812] Send protocol version
2013/10/26 09:43:32 258027120 1b4 [INFO Client 7812] Web root: http://patchcdn.pathofexile.com/1.0.0.2/
2013/10/26 09:43:32 258027120 1b5 [INFO Client 7812] Backup Web root: http://patch306.pathofexile.com:8095/patch/1.0.0.2/
2013/10/26 09:43:32 258027120 1c0 [INFO Client 7812] Requesting root contents 1
2013/10/26 09:43:32 258027166 1e8 [INFO Client 7812] Got file list for "" 0
2013/10/26 09:43:32 258027166 246 [INFO Client 7812] Finished checking files
2013/10/26 09:43:33 258027962 3e [INFO Client 7812] OpenAL device is "Speakers (Realtek High Definition Audio)"


However, the details from Windows about PathOfExile.exe offset 48d740 appear to be pointing to a legitimate crash bug in POE itself. (I looked and can't verify what it's doing at the time, but a POE developer should be able to use that information to prevent it from crashing.) If this only happens with ISBoxer, I would probably suggest resetting your configuration files as described above.
<<

Kornman

Posts: 6

Joined: Wed Mar 13, 2013 5:09 am

Post Sat Oct 26, 2013 11:08 am

Re: Path Of Exile 1.0.0 crashing

lax wrote:If it works the first time and then stops, it sounds like it may be caused by a setting in the game that is changing during your first run. You may be able to reset it without reinstalling, just open up Documents\My Games\Path of Exile and delete the production_Config.ini files. You can back them up first if you want, but there would be the main file and then one per "Character" you made in ISBoxer, like "production_Config-MyCharacter.ini". I'd ask to see the settings in it, but they may contain your POE login e-mail and encrypted password, and for your own protection those details MUST be censored or removed if you share your POE .ini files. Anyway, deleting these should reset it back to the "first run".

In order to reproduce your issues it might help to have "Diagnostics for game crashes" from ISBoxer's Help menu. http://isboxer.com/wiki/Diagnostics -- NOTE TO SERIAL_INFLUX: this goes for you too
And a couple questions that would help to have answered:
1. Do you have multiple monitors? Multiple video cards?
2. What version of Windows?
3. When you launch the game the first time, and it works fine, is the game -- in the in-game options screen -- set to windowed, windowed fullscreen/borderless windowed, or fullscreen?

This is the crash log from Path Of Exile (logs folder, Client.txt file)

It's actually not a crash log and contains no useful information on the issue you're having; yours shows essentially the same thing as mine (noting that whatever I do at the moment I have no issues launching the game), which reads..
Code:
2013/10/26 09:43:31 ***** LOG FILE OPENING *****
2013/10/26 09:43:32 258027057 145 [INFO Client 7812] Send protocol version
2013/10/26 09:43:32 258027120 1b4 [INFO Client 7812] Web root: http://patchcdn.pathofexile.com/1.0.0.2/
2013/10/26 09:43:32 258027120 1b5 [INFO Client 7812] Backup Web root: http://patch306.pathofexile.com:8095/patch/1.0.0.2/
2013/10/26 09:43:32 258027120 1c0 [INFO Client 7812] Requesting root contents 1
2013/10/26 09:43:32 258027166 1e8 [INFO Client 7812] Got file list for "" 0
2013/10/26 09:43:32 258027166 246 [INFO Client 7812] Finished checking files
2013/10/26 09:43:33 258027962 3e [INFO Client 7812] OpenAL device is "Speakers (Realtek High Definition Audio)"


However, the details from Windows about PathOfExile.exe offset 48d740 appear to be pointing to a legitimate crash bug in POE itself. (I looked and can't verify what it's doing at the time, but a POE developer should be able to use that information to prevent it from crashing.) If this only happens with ISBoxer, I would probably suggest resetting your configuration files as described above.


so deleting the ini seemed to work. Thanks
<<

serial_influx

Posts: 7

Joined: Wed Sep 25, 2013 5:55 am

Post Sat Oct 26, 2013 8:35 pm

Re: Path Of Exile 1.0.0 crashing

It seems I've been able to narrow the issue to one or two lines in the configuration file you guys are referring to.

The following lines seem to be causing the trouble:

In the "production_Config.ini" file (or "production_Config-characterName.ini")

Code:
[DISPLAY]
adapter_name=NVIDIA GeForce GTX 580 (#0)
antialias_mode=0
borderless_windowed_fullscreen=false
fullscreen=false
post_processing=false
resolution_height=768      <------
resolution_width=1024     <------
screen_shake=true
shadow_type=hardware_3_samples
texture_filtering=2
texture_quality=0
vsync=false


For some reason, the former lines:
resolution_height=768
resolution_width=1024


were changed to:

resolution_height=0
resolution_width=0


Changing the values back to the corresponding numbers fixed the problem, I also set these files to "Read-Only" to prevent PoE modifying them any further, not sure if will help anyhow but I'm giving it a shot.

Cheers
<<

lax

User avatar

Site Admin

Posts: 7301

Joined: Tue Nov 17, 2009 9:32 pm

Post Sat Oct 26, 2013 9:14 pm

Re: Path Of Exile 1.0.0 crashing

Great information, thank you for providing that. I may be able to use that to track something down
<<

drob3y

Posts: 2

Joined: Mon May 20, 2013 1:47 am

Post Sun Oct 27, 2013 3:48 pm

Re: Path Of Exile 1.0.0 crashing

I am having the 3d problem as well and am on development... so yeah, thanks for the continued work lax

hoping its an easy fix
<<

lax

User avatar

Site Admin

Posts: 7301

Joined: Tue Nov 17, 2009 9:32 pm

Post Sun Oct 27, 2013 3:56 pm

Re: Path Of Exile 1.0.0 crashing

drob3y wrote:I am having the 3d problem as well and am on development... so yeah, thanks for the continued work lax

hoping its an easy fix

Try what the other 2 people with issues in this thread said helped them -- http://isboxer.com/forum/viewtopic.php?p=22323#p22323 -- or provide additional details as also specified in that post
<<

weldorr

Posts: 11

Joined: Thu Aug 15, 2013 3:31 pm

Post Sun Oct 27, 2013 9:58 pm

Re: Path Of Exile 1.0.0 crashing

FWIW: I just tried using innerspace to play for the first time in 3 or 4 days, and I got the pathofexile.exe has stopped working message. I looked in this thread for a solution, and did what lax mentioned; I deleted all my production_config files and the login credential file, and then I was able to open the clients without a problem.

edit: Ok so this worked fine for one session, but today when I tried another session, it crashed again. I assume this is because I had saved more .ini files during my first session.
<<

Nkoni

Posts: 1

Joined: Thu Oct 31, 2013 1:37 am

Post Thu Oct 31, 2013 1:47 am

Re: Path Of Exile 1.0.0 crashing

I tried to launch isboxer for POE after 1.0 release. I have deleted all config.ini files, as mentioned above. Isboxer launches the POE client till moment where I should enter login and password for my POE account, and then crashes
whith such crash report:

Software: Inner Space Kernel 1.12 Build 5931 (Tue Oct 29 14:21:52 2013)
Current time: Thu Oct 31 06:44:55 2013
Crash: 0x004BE7B0: Exception 0xc0000005 reading from address 0x00000004 in module PathOfExile.exe
Additional information: 60264 232 0 0

Registers:
-----------------------------------
eax=00CE9070 ebx=00000000 ecx=0000000B edx=2B753984
edi=00000000 esi=00CE907C ebp=2B64C934 esp=00CE901C

Stack:
-----------------------------------
004BE467 2B64BDC0 00000000 00CEC0C0 2B64BDC0 0009001C 00000000 0000000B
00CEC088 00000001 00000141 00000200 2B64C934 00CEC088 00CEC0B8 00CE9048
00CE9070 00CEC094 00CE9040 00CE9044 00CEC090 00000000 00000000 00000000
0000000B 00000008 00000000 00000000 00000001 00000000 00000000 00000000
00000000 00000001 00000030 000000EB 00000000 00000000 00000000 00000031
00000001 00000000 00000000 00000000 00000000 00000032 00000001 00000000
00000000 00000000 00000000 00000033 00000047 0000013C 00000000 00000000
00000000 0000007A 00000048 0000013E 00000000 00000000 00000000 000000C2
00000045 0000012F 00000000 00000000 00000000 00000107 00000045 0000013E
00000000 00000000 00000000 0000014C 00000044 0000013B 00000000 00000000
00000000 00000190 00000048 0000013F 00000000 00000000 00000000 000001D8
00000045 0000012A 00000000 00000000 00000000 0000021D 00000046 00000139
00000000 00000000 00000000 00000263 00000046 00000132 00000000 00000000
00000000 000002A9 00000045 00000139 00000000 00000000 00000000 000002EE
0000000F 00000041 00000000 00000000 00000000 000002FD 00000001 00000000
00000000 00000000 00000000 000002FE 00000041 0000012B 00000000 00000000
00000000 0000033F 0000003B 00000112 00000000 00000000 00000000 0000037A
00000043 00000135 00000000 00000000 00000000 000003BD 00000047 00000140
00000000 00000000 00000000 00000404 00000047 00000141 00000000 00000000
00000000 0000044B 0000001E 00000089 00000000 00000000 00000000 00000469
00000001 00000000 00000000 00000000 00000000 0000046A 0000004A 0000013F
00000000 00000000 00000000 000004B4 00000046 0000012E 00000000 00000000
00000000 000004FA 00000042 00000120 00000000 00000000 00000000 0000053C
00000049 00000140 00000000 00000000 00000000 00000585 00000045 00000132
00000000 00000000 00000000 000005CA 00000049 00000137 00000000 00000000
00000000 00000613 00000049 00000143 00000000 00000000 00000000 0000065C
00000042 0000012D 00000000 00000000 00000000 0000069E 00000046 0000013B
00000000 00000000 00000000 000006E4 0000004A 0000013E 00000000 00000000
00000000 0000072E 0000001E 00000083 00000000 00000000 00000000 0000074C
00000001 00000000 00000000 00000000 00000000 0000074D 00000045 00000137
00000000 00000000 00000000 00000792 00000041 0000011D 00000000 00000000
00000000 000007D3 00000045 00000134 00000000 00000000 00000000 00000818
00000046 00000135 00000000 00000000 00000000 0000085E 0000003F 00000117
00000000 00000000 00000000 0000089D 0000002B 000000BC 00000000 00000000
00000000 000008C8 00000001 00000000 00000000 00000000 00000000 000008C9
0000004B 00000135 00000000 00000000 00000000 00000914 00000046 0000013B
00000000 00000000 00000000 0000095A 00000045 00000133 00000000 00000000
00000000 0000099F 00000042 00000124 00000000 00000000 00000000 000009E1
00000045 00000135 00000000 00000000 00000000 00000A26 00000044 00000131
00000000 00000000 00000000 00000A6A 00000044 00000137 00000000 00000000
00000000 00000AAE 00000040 0000012E 00000000 00000000 00000000 00000AEE
00000045 00000131 00000000 00000000 00000000 00000B33 00000047 0000013D
00000000 00000000 00000000 00000B7A 0000003F 00000119 00000000 00000000
00000000 00000BB9 0000004A 0000013E 00000000 00000000 00000000 00000C03
00000046 00000137 00000000 00000000 00000000 00000C49 00000048 00000141
00000000 00000000 00000000 00000C91 00000041 00000121 00000000 00000000
00000000 00000CD2 0000003F 0000012D 00000000 00000000 00000000 00000D11
0000004B 00000142 00000000 00000000 00000000 00000D5C 00000042 0000012A
00000000 00000000 00000000 00000D9E 00000043 00000135 00000000 00000000
00000000 00000DE1 0000004A 00000142 00000000 00000000 00000000 00000E2B
00000041 00000129 00000000 00000000 00000000 00000E6C 00000039 000000F6
00000000 00000000 00000000 00000EA5 00000001 00000000 00000000 00000000
00000000 00000EA6 00000045 0000012F 00000000 00000000 00000000 00000EEB
00000029 000000BD 00000000 00000000 00000000 00000F14 0000004C 00000134
00000000 00000000 00000000 00000F60 00000045 00000131 00000000 00000000
00000000 00000FA5 0000002A 000000C2 00000000 00000000 00000000 00000FCF
00000046 0000012D 00000000 00000000 00000000 00001015 00000047 00000136
00000000 00000000 00000000 0000105C 00000039 0000010B 00000000 00000000
00000000 00001095 0000004C 00000142 00000000 00000000 00000000 000010E1
0000002A 000000B6 00000000 00000000 00000000 0000110B 00000045 0000013F
00000000 00000000 00000000 00001150 00000042 00000120 00000000 00000000
00000000 00001192 0000001B 0000007D 00000000 00000000 00000000 000011AD
00000040 0000011F 00000000 00000000 00000000 000011ED 00000020 00000092
00000000 00000000 00000000 0000120D 00000048 00000136 00000000 00000000

Module addresses in stack:
-----------------------------------
PathOfExile.exe+48E467
PathOfExile.exe+6001C

System:
-----------------------------------
Windows Version: Windows 7 Ultimate//7601.win7sp1_gdr.130828-1532
Process Memory Usage: 1283MB
System Physical RAM: 11904/16360MB
Page File: 12001/16359MB
Virtual Memory: 2565/4095MB (Extended: 0MB)
CPU 1: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz @ 3110MHz
CPU 2: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz @ 3110MHz
CPU 3: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz @ 3110MHz
CPU 4: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz @ 3110MHz
CPU Affinity Mask: 0x3
Video 1: //./DISPLAY1/NVIDIA GeForce GTX 550 Ti
Video 2: //./DISPLAY2/NVIDIA GeForce GTX 550 Ti
Video 3: //./DISPLAYV1/RDPDD Chained DD
Video 4: //./DISPLAYV2/RDP Encoder Mirror Driver
Video 5: //./DISPLAYV3/RDP Reflector Display Driver
Sound:
DirectX: 4.09.00.0904
Internet Explorer: 9.10.9200.16721

Loaded Modules:
-----------------------------------
Module 0x00030000-0x00A20000: D:/Games/path of exile/PathOfExile.exe (Wed Oct 30 01:17:29 2013)
Module 0x03300000-0x03389000: D:/Games/äëÿ èãð/PoE/ISBoxer/ISBOXER/isBoxer/InnerSpace.dll (Tue Oct 29 14:21:52 2013)
Module 0x036C0000-0x038E7000: D:/Games/äëÿ èãð/PoE/ISBoxer/ISBOXER/isBoxer/IS-Kernel.dll (Tue Oct 29 14:21:48 2013)
Module 0x039C0000-0x039D0000: D:/Games/path of exile/ogg.dll (Sat Feb 28 02:37:26 2009)
Module 0x05000000-0x050EF000: D:/Games/äëÿ èãð/PoE/ISBoxer/ISBOXER/isBoxer/ISUI.dll (Tue Oct 29 14:08:12 2013)
Module 0x054F0000-0x0550C000: D:/Games/path of exile/vorbisfile.dll (Sat Feb 28 02:41:38 2009)
Module 0x08BD0000-0x09028000: D:/Games/path of exile/wrap_oal.dll (Wed Nov 18 19:18:36 2009)
Module 0x0BB90000-0x0BC9A000: C:/Program Files (x86)/NVIDIA Corporation/3D Vision/nvSCPAPI.dll (Fri Jan 18 13:51:34 2013)
Module 0x0C5B0000-0x0C6E3000: D:/Games/path of exile/vorbis.dll (Sat Feb 28 02:41:33 2009)
Module 0x10000000-0x10019000: D:/Games/path of exile/OpenAL32.dll (Wed Nov 18 19:18:08 2009)
Module 0x50210000-0x503F7000: C:/Windows/system32/D3DCompiler_42.dll (Mon Aug 17 02:52:47 2009)
Module 0x505F0000-0x507D5000: C:/Windows/system32/d3dx9_42.dll (Mon Jul 27 02:40:59 2009)
Module 0x508E0000-0x509C7000: C:/Windows/system32/DDRAW.dll (Tue Jul 14 01:04:56 2009)
Module 0x509D0000-0x5183F000: C:/Windows/system32/nvd3dum.dll (Fri Jan 18 12:57:26 2013)
Module 0x570B0000-0x57178000: C:/Windows/system32/OPENGL32.dll (Tue Jul 14 01:09:47 2009)
Module 0x572B0000-0x572E0000: C:/Windows/system32/wdmaud.drv (Sat Nov 20 12:08:06 2010)
Module 0x57310000-0x5750F000: C:/Windows/system32/d3dx9_43.dll (Sat May 22 01:21:17 2010)
Module 0x57510000-0x57717000: C:/Windows/system32/d3dcompiler_43.dll (Sat May 22 01:24:09 2010)
Module 0x58450000-0x58472000: C:/Windows/system32/GLU32.dll (Tue Jul 14 01:05:35 2009)
Module 0x58480000-0x5859F000: D:/Games/äëÿ èãð/PoE/ISBoxer/ISBOXER/isBoxer/IS-OpenGL.dll (Tue Oct 29 14:13:21 2013)
Module 0x58BD0000-0x58D93000: C:/Windows/system32/d3d9.dll (Sat Nov 20 11:57:39 2010)
Module 0x58DB0000-0x58DE7000: D:/Games/äëÿ èãð/PoE/ISBoxer/ISBOXER/isBoxer/IS-D3D11.dll (Tue Oct 29 14:13:55 2013)
Module 0x58DF0000-0x58EAF000: C:/Windows/system32/MSVCR100.dll (Sat Jun 11 01:00:14 2011)
Module 0x59440000-0x59454000: C:/Windows/system32/asycfilt.dll (Sat Nov 20 11:55:09 2010)
Module 0x59460000-0x594C9000: C:/Windows/system32/MSVCP100.dll (Sat Jun 11 01:00:49 2011)
Module 0x59570000-0x59584000: C:/Windows/system32/MSACM32.dll (Tue Jul 14 01:07:26 2009)
Module 0x597E0000-0x59840000: D:/Games/äëÿ èãð/PoE/ISBoxer/ISBOXER/isBoxer/IS-VirtualInput.dll (Tue Oct 29 14:13:37 2013)
Module 0x59840000-0x5987F000: C:/Windows/system32/d3dx11_43.dll (Sat May 22 01:22:28 2010)
Module 0x598C0000-0x5992C000: D:/Games/äëÿ èãð/PoE/ISBoxer/ISBOXER/isBoxer/IS-D3D8.dll (Tue Oct 29 14:13:25 2013)
Module 0x59930000-0x59965000: D:/Games/äëÿ èãð/PoE/ISBoxer/ISBOXER/isBoxer/IS-D3D9.dll (Tue Oct 29 14:13:57 2013)
Module 0x59B10000-0x59B17000: C:/Windows/system32/midimap.dll (Tue Jul 14 01:08:20 2009)
Module 0x59DA0000-0x59DA8000: C:/Windows/system32/msacm32.drv (Tue Jul 14 01:07:27 2009)
Module 0x5F1D0000-0x5F1D9000: C:/Windows/system32/hid.dll (Tue Jul 14 01:05:48 2009)
Module 0x5F4B0000-0x5F4D7000: D:/Games/äëÿ èãð/PoE/ISBoxer/ISBOXER/isBoxer/Lavish.DLL (Wed Oct 23 18:12:16 2013)
Module 0x5F4E0000-0x5F4E9000: C:/Windows/system32/xinput9_1_0.dll (Tue Jul 14 00:05:14 2009)
Module 0x5F4F0000-0x5F4F6000: C:/Windows/system32/d3d8thk.dll (Tue Jul 14 01:04:40 2009)
Module 0x5F710000-0x5F714000: C:/Windows/system32/ksuser.dll (Tue Jul 14 01:09:07 2009)
Module 0x5FA80000-0x5FA87000: C:/Windows/system32/AVRT.dll (Tue Jul 14 01:04:24 2009)
Module 0x5FBA0000-0x5FBD0000: C:/Windows/system32/DINPUT8.dll (Tue Jul 14 01:05:05 2009)
Module 0x5FBD0000-0x5FBF5000: C:/Windows/system32/POWRPROF.dll (Tue Jul 14 01:10:36 2009)
Module 0x5FC00000-0x5FC72000: C:/Windows/system32/dsound.dll (Tue Jul 14 01:06:05 2009)
Module 0x610A0000-0x61323000: C:/Windows/system32/nvapi.dll (Fri Jan 18 13:02:23 2013)
Module 0x613C0000-0x613F6000: C:/Windows/system32/AUDIOSES.DLL (Sat Nov 20 11:55:17 2010)
Module 0x61400000-0x61439000: C:/Windows/system32/MMDevAPI.DLL (Sat Nov 20 12:01:22 2010)
Module 0x623A0000-0x62515000: C:/Windows/system32/d3d11.dll (Wed Mar 27 22:48:45 2013)
Module 0x625A0000-0x625EC000: C:/Windows/system32/dxgi.dll (Sun Jan 13 20:20:31 2013)
Module 0x67810000-0x67905000: C:/Windows/system32/PROPSYS.dll (Sat Nov 20 12:05:23 2010)
Module 0x6AF90000-0x6AFC8000: C:/Windows/System32/fwpuclnt.dll (Sat Nov 20 11:59:46 2010)
Module 0x6BA30000-0x6BA3D000: C:/Windows/system32/wshbth.dll (Sat Nov 20 10:00:16 2010)
Module 0x6BA40000-0x6BA48000: C:/Windows/System32/winrnr.dll (Tue Jul 14 01:11:32 2009)
Module 0x6BA60000-0x6BA72000: C:/Windows/system32/pnrpnsp.dll (Tue Jul 14 01:10:14 2009)
Module 0x70D10000-0x70D15000: C:/Windows/System32/wshtcpip.dll (Tue Jul 14 01:11:54 2009)
Module 0x71AA0000-0x71AA7000: C:/Windows/system32/WINNSI.DLL (Tue Jul 14 01:11:31 2009)
Module 0x71AD0000-0x71AEC000: C:/Windows/system32/IPHLPAPI.DLL (Sat Nov 20 12:00:25 2010)
Module 0x71B00000-0x71B13000: C:/Windows/system32/dwmapi.dll (Tue Jul 14 01:06:15 2009)
Module 0x71CB0000-0x71D30000: C:/Windows/system32/uxtheme.dll (Tue Jul 14 01:11:24 2009)
Module 0x71D70000-0x71F0E000: C:/Windows/WinSxS/x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2/COMCTL32.dll (Sat Nov 20 11:55:08 2010)
Module 0x71F10000-0x71F42000: C:/Windows/system32/WINMM.dll (Sat Nov 20 12:08:34 2010)
Module 0x72770000-0x727AB000: C:/Windows/system32/rsaenh.dll (Tue Jul 14 01:09:52 2009)
Module 0x727B0000-0x727C6000: C:/Windows/system32/CRYPTSP.DLL (Tue Jul 14 01:07:09 2009)
Module 0x727E0000-0x728CB000: C:/Windows/system32/dbghelp.dll (Sat Nov 20 11:57:48 2010)
Module 0x728F0000-0x7292C000: C:/Windows/system32/mswsock.dll (Sun Sep 08 02:04:46 2013)
Module 0x72A10000-0x72A20000: C:/Windows/system32/NLAapi.dll (Fri Jan 13 07:01:46 2012)
Module 0x72AA0000-0x72AB0000: C:/Windows/system32/napinsp.dll (Tue Jul 14 01:07:57 2009)
Module 0x72CC0000-0x72CC6000: C:/Windows/system32/rasadhlp.dll (Tue Jul 14 01:09:42 2009)
Module 0x72D00000-0x72D76000: C:/Windows/system32/Riched20.dll (Sat Nov 20 12:06:24 2010)
Module 0x72E00000-0x72E21000: C:/Program Files (x86)/Bonjour/mdnsNSP.dll (Wed Aug 31 05:44:44 2011)
Module 0x73130000-0x73136000: C:/Windows/System32/wship6.dll (Tue Jul 14 01:11:50 2009)
Module 0x73150000-0x73156000: C:/Windows/system32/DCIMAN32.dll (Thu Jun 06 04:51:13 2013)
Module 0x73160000-0x7316B000: C:/Windows/system32/pcwum.DLL (Mon Jul 13 23:11:08 2009)
Module 0x73BD0000-0x73C14000: C:/Windows/system32/DNSAPI.dll (Sat Nov 20 11:58:30 2010)
Module 0x74D20000-0x74D29000: C:/Windows/system32/VERSION.dll (Tue Jul 14 01:11:07 2009)
Module 0x74DF0000-0x74DFC000: C:/Windows/syswow64/CRYPTBASE.dll (Mon Jul 13 23:12:01 2009)
Module 0x74E00000-0x74E60000: C:/Windows/syswow64/SspiCli.dll (Sat Jun 02 04:34:09 2012)
Module 0x74E60000-0x74EE3000: C:/Windows/syswow64/CLBCatQ.DLL (Tue Jul 14 01:04:49 2009)
Module 0x74F20000-0x750BD000: C:/Windows/syswow64/SETUPAPI.dll (Sat Nov 20 12:06:49 2010)
Module 0x752C0000-0x75305000: C:/Windows/syswow64/WLDAP32.dll (Sat Nov 20 12:09:06 2010)
Module 0x75320000-0x75410000: C:/Windows/syswow64/RPCRT4.dll (Tue Jul 09 04:52:32 2013)
Module 0x75410000-0x75520000: C:/Windows/syswow64/kernel32.dll (Fri Aug 02 01:53:25 2013)
Module 0x75520000-0x7552A000: C:/Windows/syswow64/LPK.dll (Thu Jun 06 04:57:01 2013)
Module 0x75530000-0x7553C000: C:/Windows/syswow64/MSASN1.dll (Sat Nov 20 12:02:17 2010)
Module 0x75540000-0x75575000: C:/Windows/syswow64/WS2_32.dll (Sat Nov 20 12:09:12 2010)
Module 0x75610000-0x756A0000: C:/Windows/syswow64/GDI32.dll (Sat Nov 20 12:08:51 2010)
Module 0x756B0000-0x757B0000: C:/Windows/syswow64/USER32.dll (Sat Nov 20 12:08:57 2010)
Module 0x75840000-0x758A0000: C:/Windows/system32/IMM32.DLL (Sat Nov 20 12:08:51 2010)
Module 0x758A0000-0x758C7000: C:/Windows/syswow64/CFGMGR32.dll (Tue May 24 10:28:33 2011)
Module 0x758D0000-0x758E9000: C:/Windows/SysWOW64/sechost.dll (Tue Jul 14 01:10:28 2009)
Module 0x758F0000-0x75A10000: C:/Windows/syswow64/CRYPT32.dll (Tue Jul 09 04:49:04 2013)
Module 0x75A10000-0x7665A000: C:/Windows/syswow64/SHELL32.dll (Fri Jul 26 01:56:01 2013)
Module 0x76660000-0x7672C000: C:/Windows/syswow64/MSCTF.dll (Tue Jul 14 01:07:53 2009)
Module 0x76730000-0x767D0000: C:/Windows/syswow64/ADVAPI32.dll (Thu Aug 29 01:48:26 2013)
Module 0x767D0000-0x7684B000: C:/Windows/syswow64/COMDLG32.dll (Sat Nov 20 11:59:41 2010)
Module 0x76850000-0x7687E000: C:/Windows/syswow64/WINTRUST.dll (Tue Jul 09 04:52:48 2013)
Module 0x76880000-0x76886000: C:/Windows/syswow64/NSI.dll (Tue Jul 14 01:09:45 2009)
Module 0x76890000-0x7691F000: C:/Windows/syswow64/OLEAUT32.dll (Sat Aug 27 04:18:50 2011)
Module 0x76920000-0x76967000: C:/Windows/syswow64/KERNELBASE.dll (Fri Aug 02 01:53:26 2013)
Module 0x76970000-0x76975000: C:/Windows/syswow64/PSAPI.dll (Tue Jul 14 01:09:34 2009)
Module 0x76990000-0x76A3C000: C:/Windows/syswow64/msvcrt.dll (Fri Dec 16 07:45:38 2011)
Module 0x76A40000-0x76A52000: C:/Windows/syswow64/DEVOBJ.dll (Tue May 24 10:29:17 2011)
Module 0x76A60000-0x76AB7000: C:/Windows/syswow64/SHLWAPI.dll (Sat Nov 20 12:06:58 2010)
Module 0x76DB0000-0x76F0C000: C:/Windows/syswow64/ole32.dll (Sat Nov 20 12:05:03 2010)
Module 0x76F10000-0x76FAD000: C:/Windows/syswow64/USP10.dll (Thu Nov 22 04:45:19 2012)
Module 0x773B0000-0x77530000: C:/Windows/SysWOW64/ntdll.dll (Thu Aug 29 01:50:31 2013)

LavishScript Execution Stack:
-----------------------------------

Running Scripts:
-----------------------------------
isboxerui
isboxer
windowsnapper2

Witout Isboxer everuthing is working fine. Can You help me. Thank You.
P.S. Before POE 1.0 release Isboxer worked fine.
<<

lax

User avatar

Site Admin

Posts: 7301

Joined: Tue Nov 17, 2009 9:32 pm

Post Thu Oct 31, 2013 12:57 pm

Re: Path Of Exile 1.0.0 crashing

Thanks for posting the crash report, but it doesn't provide any particularly useful information unfortunately.

Try what was described earlier in the thread, and feel free to post "Diagnostics for game crashes" (as detailed in the post) -- http://isboxer.com/forum/viewtopic.php?p=22323#p22323. Deleting the .ini files is probably a good start
<<

cmoidudu

Posts: 152

Joined: Wed Dec 12, 2012 5:45 am

Post Fri Nov 01, 2013 12:31 am

Re: Path Of Exile 1.0.0 crashing

Hello here,

I can see that a lot of people are having trouble with PoE... Well I don't. I have been back in PoE since 2 days and everything is ok. Well I crashed once while in the PoE config menu, but out of that I have been playing a lot without a problem.

My settings are :
- Win 7-64 (french).
- PoE windows stacked on each other : 1920x1080, 4 game instances.
- ISBoxer config is set to the minimal : just mouse and key forwarding to all PoE clients.

I can post more details if it helps.
PreviousNext

Return to Path of Exile

Who is online

Users browsing this forum: No registered users and 11 guests