Widescreen Gaming Forum

[-noun] Web community dedicated to ensuring PC games run properly on your tablet, netbook, personal computer, HDTV and multi-monitor gaming rig.
It is currently 02 Jul 2024, 20:04

All times are UTC [ DST ]




Post new topic Reply to topic  [ 1252 posts ]  Go to page Previous  1 ... 71, 72, 73, 74, 75, 76, 77 ... 126  Next
Author Message
 Post subject: Re: Flawless Widescreen
PostPosted: 11 Nov 2013, 19:55 
Offline
Insiders
Insiders
User avatar

Joined: 06 Sep 2011, 09:29
Posts: 552
Location: Haarlem, the Netherlands
HaYDen thanks a lot for fixing both the Wolf among us and Battlefield 4 single player!!! :twothumb: Donation incoming!

There is a problem with the 64 bit version when using older plugins though. For example starting the Witchers 2 will crash both the game and Flawless Widescreen. Diablo 3 won't cause either the game or Flawless Widescreen to crash, but simply won't work instead. I have not tested any other games, so not sure how they fare. Re-installing the 32 bit version will fix this problem, but won't work with Battlefield 4 I presume.

Currently the fix for the FOV in Battlefield single player will go up to ~78 I believe. Would it be possible to have higher values as an option?

_________________
Philips BDM4065UC(3840x2160) Acer Z35(2560x1080@200hz); 980 Ti Hybrid @stock ; 6700K 4.6ghz (1.35v)/D15; 16GB 3200mhz; Asus Maximus Ranger VIII; AX860; 1TB 960 EVO; 750GB 840 EVO; Teufel Concept D 500; Sennheiser HD6XX; Windows 10 (latest build)


Top
 Profile  
 


 Post subject: Re: Flawless Widescreen
PostPosted: 11 Nov 2013, 23:51 
Offline

Joined: 07 Jun 2013, 12:25
Posts: 116
thanks hayden, but for me wolf among us and flawless widescreen crash when i launch the game.


Top
 Profile  
 
 Post subject: Re: Flawless Widescreen
PostPosted: 12 Nov 2013, 01:02 
Offline
Insiders
Insiders

Joined: 01 Sep 2010, 11:38
Posts: 516
Don't forget to donate people! I'm not going to because I don't like Hayden much, but the rest of you should :P Nah, gotta love the man's work!

_________________
起死回生 (kishi kaisei) Wake from death and return to life..


Top
 Profile  
 
 Post subject: Re: Flawless Widescreen
PostPosted: 12 Nov 2013, 08:55 
Offline
Insiders
Insiders
User avatar

Joined: 14 Feb 2010, 13:39
Posts: 761
Wijkert wrote:
HaYDen thanks a lot for fixing both the Wolf among us and Battlefield 4 single player!!! :twothumb: Donation incoming!

There is a problem with the 64 bit version when using older plugins though. For example starting the Witchers 2 will crash both the game and Flawless Widescreen. Diablo 3 won't cause either the game or Flawless Widescreen to crash, but simply won't work instead. I have not tested any other games, so not sure how they fare. Re-installing the 32 bit version will fix this problem, but won't work with Battlefield 4 I presume.

Currently the fix for the FOV in Battlefield single player will go up to ~78 I believe. Would it be possible to have higher values as an option?


A great example of issues when porting from 32bit to 64bit.

Offending code:
Code:
BytesRead = this->Owner->ReadMemory(this->BaseAddress,this->Address,&Result,sizeof(size_t));

New Code:
Code:
DWORD PtrSize = (this->Owner->GetArchitecture() == 64) ? sizeof(size_t):sizeof(uint32_t);
BytesRead = this->Owner->ReadMemory(this->BaseAddress,this->Address,&Result,PtrSize);


Basically when following a pointer it was reading (even in 32bit apps) the address as if it was a 64bit address, works fine on 32bit because the compiler resolves size_t to 32bit on 32bit systems and 64bit on 64bit systems, compiling as 64bit means in all circumstances it uses 8byte/64bit

I will push a new version of Flawless Widescreen that will fix this issue.

Cheers

_________________
Resident Jester - Flawless Widescreen - Widescreen gaming the way it should be.
[Steam Profile]

Want to keep Flawless Widescreen alive? Donate Here


Top
 Profile  
 
 Post subject: Re: Flawless Widescreen
PostPosted: 12 Nov 2013, 17:51 
Offline
Insiders
Insiders
User avatar

Joined: 06 Sep 2011, 09:29
Posts: 552
Location: Haarlem, the Netherlands
With the last update Diablo 3 works like before. The Witcher 2 on the other hand still crashes and so does Flawless Widescreen. I am happy to help if you need me to test anything.

_________________
Philips BDM4065UC(3840x2160) Acer Z35(2560x1080@200hz); 980 Ti Hybrid @stock ; 6700K 4.6ghz (1.35v)/D15; 16GB 3200mhz; Asus Maximus Ranger VIII; AX860; 1TB 960 EVO; 750GB 840 EVO; Teufel Concept D 500; Sennheiser HD6XX; Windows 10 (latest build)


Top
 Profile  
 
 Post subject: Re: Flawless Widescreen
PostPosted: 13 Nov 2013, 15:39 
Offline
Insiders
Insiders
User avatar

Joined: 14 Feb 2010, 13:39
Posts: 761
Can you try The Witcher 2 now?

Also just released another update fixing a bunch of bugs... 64bit port has opened a small can of worms.

Also updated the Call of Duty: Ghosts plugin... now supports FOV (disabled by default) - also fixes the weapon zoom FOV.

_________________
Resident Jester - Flawless Widescreen - Widescreen gaming the way it should be.
[Steam Profile]

Want to keep Flawless Widescreen alive? Donate Here


Top
 Profile  
 
 Post subject: Re: Flawless Widescreen
PostPosted: 13 Nov 2013, 16:08 
Offline
Insiders
Insiders
User avatar

Joined: 06 Sep 2011, 09:29
Posts: 552
Location: Haarlem, the Netherlands
Sadly the Witcher 2 still crashes.

EDIT: The wolf among us also crashes with the 64 bit version. Since I finished the battlefield campaign I am back using the 32 bit version. To be sure I did a clean install (not an upgrade) to check if that changes anything and it doesn't.

_________________
Philips BDM4065UC(3840x2160) Acer Z35(2560x1080@200hz); 980 Ti Hybrid @stock ; 6700K 4.6ghz (1.35v)/D15; 16GB 3200mhz; Asus Maximus Ranger VIII; AX860; 1TB 960 EVO; 750GB 840 EVO; Teufel Concept D 500; Sennheiser HD6XX; Windows 10 (latest build)


Top
 Profile  
 
 Post subject: Re: Flawless Widescreen
PostPosted: 16 Nov 2013, 21:58 
Offline

Joined: 28 Aug 2013, 03:17
Posts: 11
Say, HaYDeN, remember how a few years back you said that you offered to update your widescreen hack for GRAW2's (AKA Ghost Recon: Advanced Warfighter 2) retail version if it didn't work? I'd like to take you up on that offer, as the game is horizontally-stretched when I am using a 2560x1080 resolution. My copy was downloaded from Uplay, but is technically a "retail release" due to its installation method. Said copy also has the exact same version number as the Steam version does after applying the latest patch: v1.5.0.3048. As is, the fix supplied in Flawless Widescreen does nothing whatsoever.


Top
 Profile  
 
 Post subject: Re: Flawless Widescreen
PostPosted: 17 Nov 2013, 10:00 
Offline
Insiders
Insiders
User avatar

Joined: 14 Feb 2010, 13:39
Posts: 761
Shockwave_S08 wrote:
Say, HaYDeN, remember how a few years back you said that you offered to update your widescreen hack for GRAW2's (AKA Ghost Recon: Advanced Warfighter 2) retail version if it didn't work? I'd like to take you up on that offer, as the game is horizontally-stretched when I am using a 2560x1080 resolution. My copy was downloaded from Uplay, but is technically a "retail release" due to its installation method. Said copy also has the exact same version number as the Steam version does after applying the latest patch: v1.5.0.3048. As is, the fix supplied in Flawless Widescreen does nothing whatsoever.


I had enough trouble originally porting that fix - it crashes typically after 30-60 seconds... always has done on the later versions of windows, know how to fix that issue?

You could send your exe if you want, but if it's tied to Uplay DRM - I probably wont be able to launch it?

_________________
Resident Jester - Flawless Widescreen - Widescreen gaming the way it should be.
[Steam Profile]

Want to keep Flawless Widescreen alive? Donate Here


Top
 Profile  
 
 Post subject: Re: Flawless Widescreen
PostPosted: 17 Nov 2013, 10:01 
Offline
Insiders
Insiders
User avatar

Joined: 14 Feb 2010, 13:39
Posts: 761
Released fix for Silent Hill 3
Released fix for Alien Rage (based on the Demo on steam, milage may vary on Full)
Released fix for Deadfall Adventures

In the works:
Path of Exile - Done but not sure about releasing due to multiplayer/bans, wait and see if I get banned first. (http://iforce.co.nz/i/kygxhtzu.lft.jpg)
Lost Planet 3

_________________
Resident Jester - Flawless Widescreen - Widescreen gaming the way it should be.
[Steam Profile]

Want to keep Flawless Widescreen alive? Donate Here


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1252 posts ]  Go to page Previous  1 ... 71, 72, 73, 74, 75, 76, 77 ... 126  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 6 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  




Powered by phpBB® Forum Software © phpBB Group