Special Aircraft Service

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 26 27 28 [29] 30 31 32 ... 44   Go Down

Author Topic: Problem with ATI drivers! (thread about different versions)  (Read 132899 times)

0 Members and 2 Guests are viewing this topic.

zsoltfireman

  • Modder
  • member
  • Offline Offline
  • Posts: 484
Re: Problem with ATI drivers! (thread about different versions)
« Reply #336 on: February 24, 2013, 05:13:45 AM »

Logged

BravoFxTrt

  • "BIGFOOT"
  • Modder
  • member
  • Offline Offline
  • Posts: 13433
  • Flying Ass Clown #13
Re: Problem with ATI drivers! (thread about different versions)
« Reply #337 on: February 24, 2013, 05:17:51 AM »

Here is your problem:

[0:11:50]   BMPLoader bmp8PalTo4TGA4 s=PaintSchemes/Skins/F-4E/469th TFS Arkansas Traveler.bmp s1=3DO/Plane/F-4E/summer s2=PaintSchemes/Cache/-4592894601451431531
[0:11:52]   ERROR: Not enough memory: SectFile '3do/humans/Paratroopers/Russia/Body.msh'
[0:11:52]   WARNING: object '3do/humans/Paratroopers/Russia/Body.msh' of class 'SkinTL' not loaded
[0:11:52]   INTERNAL ERROR: MeshObj: Can't load mesh 3do/humans/Paratroopers/Russia/Body.msh
[0:11:52]   WARNING: object '3do/humans/Paratroopers/Russia/mono.sim' of class 'SIM' not loaded
[0:11:52]   INTERNAL ERROR: MeshObj: Can't load SIM 3do/humans/Paratroopers/Russia/mono.sim
[0:11:52]   Mesh 3do/humans/Paratroopers/Russia/mono.sim not created
[0:11:52]   com.maddox.il2.engine.GObjException: Mesh 3do/humans/Paratroopers/Russia/mono.sim not created

Here is your fix, you should read in this link what to do to fix the problem
https://www.sas1946.com/main/index.php/topic,17194.msg184888.html#msg184888
Logged
MSI R9 280X 6GB x2/Crossfire /ASUS M5A99FX PRO R2.0 Mobo/AMD FX 4170 Bulldozer 4core CPU/RAM Kingston HyperX FURY 16GB/ Corsair RM 1000WATT PSU/Windows 10 Enterprise 64bit

zsoltfireman

  • Modder
  • member
  • Offline Offline
  • Posts: 484
Re: Problem with ATI drivers! (thread about different versions)
« Reply #338 on: February 24, 2013, 05:25:14 AM »

Are you sure?
So far it has been set!


Here the my conf file: http://www.speedshare.org/download.php?id=BE79337E1
Logged

BravoFxTrt

  • "BIGFOOT"
  • Modder
  • member
  • Offline Offline
  • Posts: 13433
  • Flying Ass Clown #13
Re: Problem with ATI drivers! (thread about different versions)
« Reply #339 on: February 24, 2013, 05:42:50 AM »

yep your already set. Well have you tried different Sellector setting, like 512?
Logged
MSI R9 280X 6GB x2/Crossfire /ASUS M5A99FX PRO R2.0 Mobo/AMD FX 4170 Bulldozer 4core CPU/RAM Kingston HyperX FURY 16GB/ Corsair RM 1000WATT PSU/Windows 10 Enterprise 64bit

zsoltfireman

  • Modder
  • member
  • Offline Offline
  • Posts: 484
Re: Problem with ATI drivers! (thread about different versions)
« Reply #340 on: February 24, 2013, 05:57:22 AM »

I tried 640x480, but it will also restart Windows  :(
Logged

BravoFxTrt

  • "BIGFOOT"
  • Modder
  • member
  • Offline Offline
  • Posts: 13433
  • Flying Ass Clown #13
Re: Problem with ATI drivers! (thread about different versions)
« Reply #341 on: February 24, 2013, 05:59:10 AM »

Hmm I dont know what else for you to try.
Logged
MSI R9 280X 6GB x2/Crossfire /ASUS M5A99FX PRO R2.0 Mobo/AMD FX 4170 Bulldozer 4core CPU/RAM Kingston HyperX FURY 16GB/ Corsair RM 1000WATT PSU/Windows 10 Enterprise 64bit

Semor

  • member
  • Offline Offline
  • Posts: 929
  • IL2 without Mods is possible,but senseless!
Re: Problem with ATI drivers! (thread about different versions)
« Reply #342 on: February 24, 2013, 06:01:08 AM »

Same here,never heard about a "bug" like this!!!!!  :-X
Logged

BravoFxTrt

  • "BIGFOOT"
  • Modder
  • member
  • Offline Offline
  • Posts: 13433
  • Flying Ass Clown #13
Re: Problem with ATI drivers! (thread about different versions)
« Reply #343 on: February 24, 2013, 06:07:42 AM »

Maybe SAS~Storebor will come along a give a hand
Logged
MSI R9 280X 6GB x2/Crossfire /ASUS M5A99FX PRO R2.0 Mobo/AMD FX 4170 Bulldozer 4core CPU/RAM Kingston HyperX FURY 16GB/ Corsair RM 1000WATT PSU/Windows 10 Enterprise 64bit

SAS~Storebror

  • Editor
  • member
  • Offline Offline
  • Posts: 23952
  • Taking a timeout
    • STFU
Re: Problem with ATI drivers! (thread about different versions)
« Reply #344 on: February 24, 2013, 06:23:07 AM »

Thanks for pointing me to the thread BF ;)

zsoltfireman, your conf.ini looks Nvidia optimized to me.
For instance, this block:
Code: [Select]
TexFlags.TexEnvCombine4NV=1
TexFlags.TexEnvCombineDot3=1
TexFlags.DepthClampNV=1
TexFlags.SeparateSpecular=1
TexFlags.TextureShaderNV=1
Should read this for ATI users:
Code: [Select]
TexFlags.TexEnvCombine4NV=0
TexFlags.TexEnvCombineDot3=1
TexFlags.DepthClampNV=0
TexFlags.SeparateSpecular=1
TexFlags.TextureShaderNV=0

And these flags:
Code: [Select]
TexFlags.UseVertexArrays=1
TexFlags.VertexArrayExt=1
should be this on ATI cards:
Code: [Select]
TexFlags.UseVertexArrays=0
TexFlags.VertexArrayExt=0
See sample perfect settings here: https://www.sas1946.com/main/index.php/topic,9756.msg185327.html#msg185327

I hope that helps. ATI drivers can be a pain in the *** on IL-2.

Best regards - Mike
Logged
Don't split your mentality without thinking twice.

zsoltfireman

  • Modder
  • member
  • Offline Offline
  • Posts: 484
Re: Problem with ATI drivers! (thread about different versions)
« Reply #345 on: February 24, 2013, 06:43:11 AM »

Hi Mike,

Now I try.....

 :o

Zsolt
Logged

zsoltfireman

  • Modder
  • member
  • Offline Offline
  • Posts: 484
Re: Problem with ATI drivers! (thread about different versions)
« Reply #346 on: February 24, 2013, 07:04:58 AM »

Unfortunately, there is no change!
Now I am very sad!
End of the IL2 era

 :'(
Logged

BravoFxTrt

  • "BIGFOOT"
  • Modder
  • member
  • Offline Offline
  • Posts: 13433
  • Flying Ass Clown #13
Re: Problem with ATI drivers! (thread about different versions)
« Reply #347 on: February 24, 2013, 07:07:12 AM »

Logged
MSI R9 280X 6GB x2/Crossfire /ASUS M5A99FX PRO R2.0 Mobo/AMD FX 4170 Bulldozer 4core CPU/RAM Kingston HyperX FURY 16GB/ Corsair RM 1000WATT PSU/Windows 10 Enterprise 64bit
Pages: 1 ... 26 27 28 [29] 30 31 32 ... 44   Go Up
 

Page created in 0.032 seconds with 27 queries.