It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
scientt,
I think I've found the issue.

http://forums.gibberlings3.net/index.php?showtopic=25162
Have anyone tried the solution someone post in this forum about using the 2.2 ver of the WSM??

Thanks!

(Crshes at art gallery and curiosity shop, also in the silo, using pst- Drawfix for slowdown and spells problems)
Well guys, I´ve tried the WS mod 2.2 and I can confirm this solves the art gallery crash!
Have it a try!

Im going to start a new save game and see what happens.

Using:

WSM 2.2
GhostDog Ui mod 2.2
Fixpack v413
pstTweak v 412
pstUB v 412
Pst Drawfix_weidu

Have luck!
avatar
Redskull2020: Well guys, I´ve tried the WS mod 2.2 and I can confirm this solves the art gallery crash!
Have it a try!
That's the second time I read about that 2.2 version. I'd give it a go, but I can't find where to download it. Any help, please?
avatar
Redskull2020: Well guys, I´ve tried the WS mod 2.2 and I can confirm this solves the art gallery crash!
Have it a try!
avatar
Placop: That's the second time I read about that 2.2 version. I'd give it a go, but I can't find where to download it. Any help, please?
http://www.gog.com/forum/planescape_torment/crash_with_widescreen_mod_possible_solution
avatar
Placop: That's the second time I read about that 2.2 version. I'd give it a go, but I can't find where to download it. Any help, please?
avatar
olnorton: http://www.gog.com/forum/planescape_torment/crash_with_widescreen_mod_possible_solution
Oh, my bad! Thank you!
avatar
scientt: I don't really feel like manually patching anymore and bigg is taking forever to update Widescreen mod with fix. So I put together a quick console patch to automate it. Back up your torment exe before hand just in case. Run the command line patcher in directory where Torment.exe is. You'll have to run it as admin if its in program files on win7 or vista. It will ask for x and y coordinates of your current WS resolution, just enter them in and hit enter.

http://www.mediafire.com/?3l53i2p8q0ox936
This guys just saved my playthrough. I installed the mods in about November of last year, and my playthrough has been slow because I've been focusing on schoolwork, but somehow I encountered this same crash as everyone else where my game CTD as soon as I tried to walk to that bottom right corner of the art gallery. I don't know if I just installed an old version of the widescreen mod or if Bigg's never did patch this issue in an update, but either way this patch fixed it for resolution 1600x900, so thanks man :)
avatar
scientt: I don't really feel like manually patching anymore and bigg is taking forever to update Widescreen mod with fix. So I put together a quick console patch to automate it. Back up your torment exe before hand just in case. Run the command line patcher in directory where Torment.exe is. You'll have to run it as admin if its in program files on win7 or vista. It will ask for x and y coordinates of your current WS resolution, just enter them in and hit enter.

http://www.mediafire.com/?3l53i2p8q0ox936
avatar
staffordw1: This guys just saved my playthrough. I installed the mods in about November of last year, and my playthrough has been slow because I've been focusing on schoolwork, but somehow I encountered this same crash as everyone else where my game CTD as soon as I tried to walk to that bottom right corner of the art gallery. I don't know if I just installed an old version of the widescreen mod or if Bigg's never did patch this issue in an update, but either way this patch fixed it for resolution 1600x900, so thanks man :)
unfortunately this fix don't work on 1920x1200 ; (
avatar
scientt: I don't really feel like manually patching anymore and bigg is taking forever to update Widescreen mod with fix. So I put together a quick console patch to automate it. Back up your torment exe before hand just in case. Run the command line patcher in directory where Torment.exe is. You'll have to run it as admin if its in program files on win7 or vista. It will ask for x and y coordinates of your current WS resolution, just enter them in and hit enter.

http://www.mediafire.com/?3l53i2p8q0ox936
avatar
staffordw1: This guys just saved my playthrough. I installed the mods in about November of last year, and my playthrough has been slow because I've been focusing on schoolwork, but somehow I encountered this same crash as everyone else where my game CTD as soon as I tried to walk to that bottom right corner of the art gallery. I don't know if I just installed an old version of the widescreen mod or if Bigg's never did patch this issue in an update, but either way this patch fixed it for resolution 1600x900, so thanks man :)
I can confirm this worked for me too! I was crashing to desktop in the Art Gallery when walking towards Yvana. Now, no crash.

I was also crashing when leaving Mebbeth's hut, so I wonder if this would fix that too. I may be back to confirm other areas.

Thanks for the fix!

EDIT: This also worked for Mebbeth's Hut!
Post edited July 18, 2014 by dechorus
avatar
titos2k: unfortunately this fix don't work on 1920x1200 ; (
Any fix for 1920x1200? I'm playing at that resolution. Is there anything I can do to save my game?
Still having issues with this. I am using win 7 1920x1200 resolution. Game crashes immediately after interacting with anyone ore anything in the art gallery. Can anyone help?
avatar
Miezul_carpatin: Still having issues with this. I am using win 7 1920x1200 resolution. Game crashes immediately after interacting with anyone ore anything in the art gallery. Can anyone help?
Yes, I posted the solution in another thread, but I'll post it again here. It's a little bit complicated but it works.

Get hexedit ( I got it from a website hosted by physics.ohio-state)

Now you'll need to find the 4 strings mentioned below inside Torment.exe and replace them with the right versions for your resolution.

4 strings:

B9 80 02 00 00 F7 F9 89 45 BC 8B 95 D8 FE FF FF 8B 82 F0 00 00 00 99 B9 80 02 00 00
B9 E0 01 00 00 F7 F9 89 45 A0 8B 95 D8 FE FF FF 8B 82 F4 00 00 00 99 B9 E0 01 00 00
B9 80 02 00 00 F7 F9 89 85 68 FF FF FF 8B 55 18 8B 42 04 99 B9 E0 01 00 00
B9 80 02 00 00 F7 F9 89 85 70 FF FF FF 8B 55 18 8B 42 0C 99 B9 E0 01 00 00

Here's a short explanation first of how to modify these strings.
If you're using 1920x1200, then you can skip this and scroll down to the solution below.

80 02 00 00 is 640 converted to hex and stored as a 32 bit integer. 640 converted to hexadecimal is 280. So you can see that the number is actually written backwards. To read it start from 00 00, and then 02 and then 80, so 280. That's called big endian encoding.

So first you need to convert your horizontal resolution to an hexadecimal number. For example, 1920 is 780 in hex, so that becomes 00 00 80 07. And then your vertical resolution. 1200 is 4B0 in hex, so that becomes 00 00 B0 04.

Once you have your horizontal and vertical resolution, open notepad and copy the 4 strings below:

B9 80 02 00 00 F7 F9 89 45 BC 8B 95 D8 FE FF FF 8B 82 F0 00 00 00 99 B9 80 02 00 00
B9 E0 01 00 00 F7 F9 89 45 A0 8B 95 D8 FE FF FF 8B 82 F4 00 00 00 99 B9 E0 01 00 00
B9 80 02 00 00 F7 F9 89 85 68 FF FF FF 8B 55 18 8B 42 04 99 B9 E0 01 00 00
B9 80 02 00 00 F7 F9 89 85 70 FF FF FF 8B 55 18 8B 42 0C 99 B9 E0 01 00 00

Replace 80 02 00 00 anywhere in those strings with your horizontal resolution
Replace E0 01 00 00 anywhere in those strings with your vertical resolution
Don't forget to replace all the numbers. For example, you need to make 2 replacements inside the last line.

Then it's just a matter of searching for the original strings and replacing them with the new versions you have just edited inside Notepad.

Solution for 1920x1200:
Replace B9 80 02 00 00 F7 F9 89 45 BC 8B 95 D8 FE FF FF 8B 82 F0 00 00 00 99 B9 80 02 00 00
with B9 00 00 80 07 F7 F9 89 45 BC 8B 95 D8 FE FF FF 8B 82 F0 00 00 00 99 B9 00 00 80 07
Replace B9 E0 01 00 00 F7 F9 89 45 A0 8B 95 D8 FE FF FF 8B 82 F4 00 00 00 99 B9 E0 01 00 00
with B9 00 00 B0 04 F7 F9 89 45 A0 8B 95 D8 FE FF FF 8B 82 F4 00 00 00 99 B9 00 00 B0 04
Replace B9 80 02 00 00 F7 F9 89 85 68 FF FF FF 8B 55 18 8B 42 04 99 B9 E0 01 00 00
with B9 00 00 80 07 F7 F9 89 85 68 FF FF FF 8B 55 18 8B 42 04 99 B9 00 00 B0 04
Replace B9 80 02 00 00 F7 F9 89 85 70 FF FF FF 8B 55 18 8B 42 0C 99 B9 E0 01 00 00
with B9 00 00 80 07 F7 F9 89 85 70 FF FF FF 8B 55 18 8B 42 0C 99 B9 00 00 B0 04

Before editiing Torment.exe, you should back it up just to be sure.
Now, open Torment.exe with hexedit
Find the original strings inside Torment.exe with hexedit and replace them with the modified versions.
You can use copy paste (ctrl+c and ctrl+v)
Now save Torment.exe over the original Torment.exe.
Play the game!
Post edited August 02, 2014 by GC24
avatar
titos2k: unfortunately this fix don't work on 1920x1200 ; (
avatar
GC24: Any fix for 1920x1200? I'm playing at that resolution. Is there anything I can do to save my game?
Win8.1x64, 1920x1200, no crashes Art Gallery, no crashes McBeth's hut...smooth sailing...I am playing with all of the Gog-recommended mods...and Aqrit's contribution...

(This is a very old thread, btw...;))
avatar
staffordw1: This guys just saved my playthrough. I installed the mods in about November of last year, and my playthrough has been slow because I've been focusing on schoolwork, but somehow I encountered this same crash as everyone else where my game CTD as soon as I tried to walk to that bottom right corner of the art gallery. I don't know if I just installed an old version of the widescreen mod or if Bigg's never did patch this issue in an update, but either way this patch fixed it for resolution 1600x900, so thanks man :)
avatar
dechorus: I can confirm this worked for me too! I was crashing to desktop in the Art Gallery when walking towards Yvana. Now, no crash.

I was also crashing when leaving Mebbeth's hut, so I wonder if this would fix that too. I may be back to confirm other areas.

Thanks for the fix!

EDIT: This also worked for Mebbeth's Hut!
Such a lifesaver. This worked for me as well!
avatar
GC24: Solution for 1920x1200:
Replace B9 80 02 00 00 F7 F9 89 45 BC 8B 95 D8 FE FF FF 8B 82 F0 00 00 00 99 B9 80 02 00 00
with B9 00 00 80 07 F7 F9 89 45 BC 8B 95 D8 FE FF FF 8B 82 F0 00 00 00 99 B9 00 00 80 07
Replace B9 E0 01 00 00 F7 F9 89 45 A0 8B 95 D8 FE FF FF 8B 82 F4 00 00 00 99 B9 E0 01 00 00
with B9 00 00 B0 04 F7 F9 89 45 A0 8B 95 D8 FE FF FF 8B 82 F4 00 00 00 99 B9 00 00 B0 04
Replace B9 80 02 00 00 F7 F9 89 85 68 FF FF FF 8B 55 18 8B 42 04 99 B9 E0 01 00 00
with B9 00 00 80 07 F7 F9 89 85 68 FF FF FF 8B 55 18 8B 42 04 99 B9 00 00 B0 04
Replace B9 80 02 00 00 F7 F9 89 85 70 FF FF FF 8B 55 18 8B 42 0C 99 B9 E0 01 00 00
with B9 00 00 80 07 F7 F9 89 85 70 FF FF FF 8B 55 18 8B 42 0C 99 B9 00 00 B0 04

Before editiing Torment.exe, you should back it up just to be sure.
Now, open Torment.exe with hexedit
Find the original strings inside Torment.exe with hexedit and replace them with the modified versions.
You can use copy paste (ctrl+c and ctrl+v)
Now save Torment.exe over the original Torment.exe.
Play the game!
Thank you! This worked perfectly to get me out of Mebbeth's hut on 1920x1200 resolution.