Author Topic: Help!!  (Read 4418 times)

0 Members and 1 Guest are viewing this topic.

Offline Wobble73

  • 210
  • Reality is for people with no imagination
    • Steam
Gone back to Diaspora build debug release 1 because the settings flag wouldn't generate or parse for other builds, removed -img2dds and now I get this error

Code: [Select]
Submodel <Seata> in model <Col_Viper_Mk7.pof> has a radius <= 0.1f

ntdll.dll! NtWaitForSingleObject + 12 bytes
KERNELBASE.dll! WaitForSingleObject + 18 bytes
fs2_open_Diaspora_R1_Debug.exe! <no symbol>
fs2_open_Diaspora_R1_Debug.exe! <no symbol>
fs2_open_Diaspora_R1_Debug.exe! <no symbol>
fs2_open_Diaspora_R1_Debug.exe! <no symbol>
fs2_open_Diaspora_R1_Debug.exe! <no symbol>
fs2_open_Diaspora_R1_Debug.exe! <no symbol>
fs2_open_Diaspora_R1_Debug.exe! <no symbol>
fs2_open_Diaspora_R1_Debug.exe! <no symbol>
fs2_open_Diaspora_R1_Debug.exe! <no symbol>
fs2_open_Diaspora_R1_Debug.exe! <no symbol>
fs2_open_Diaspora_R1_Debug.exe! <no symbol>
fs2_open_Diaspora_R1_Debug.exe! <no symbol>
fs2_open_Diaspora_R1_Debug.exe! <no symbol>
fs2_open_Diaspora_R1_Debug.exe! <no symbol>
fs2_open_Diaspora_R1_Debug.exe! <no symbol>
fs2_open_Diaspora_R1_Debug.exe! <no symbol>
fs2_open_Diaspora_R1_Debug.exe! <no symbol>
fs2_open_Diaspora_R1_Debug.exe! <no symbol>
fs2_open_Diaspora_R1_Debug.exe! <no symbol>
fs2_open_Diaspora_R1_Debug.exe! <no symbol>
KERNEL32.DLL! BaseThreadInitThunk + 14 bytes
ntdll.dll! RtlInitializeExceptionChain + 132 bytes
ntdll.dll! RtlInitializeExceptionChain + 90 bytes
[\code]

Attached is my new log

[attachment kidnapped by pirates]
Who is General Failure and why is he reading my hard disk?
Early bird gets the worm, but the second mouse gets the cheese
Ambition is a poor excuse for not having enough sense to be lazy.
 
Member of the Scooby Doo Fanclub. And we're not talking a cartoon dog here people!!

 You would be well adviced to question the wisdom of older forumites, we all have our preferences and perversions

 

Offline Parias

  • 27
Is that a fatal error, or just a warning? It almost sounds like the latter - if you hit "No" at the bottom of the message, does the game continue?

If so, this would make it a warning that only appears when you run a debug build - it shouldn't appear when running the standard executable and could be safely ignored if the game otherwise works fine.

 

Offline Wobble73

  • 210
  • Reality is for people with no imagination
    • Steam
Yes it was just a debug warning in the end, I advanced through to the game by just clicking on "no" (about six or seven warnings though).

 I am still getting the srewy graphics though I'll upload some screenies soon.









« Last Edit: August 05, 2014, 03:21:58 pm by Wobble73 »
Who is General Failure and why is he reading my hard disk?
Early bird gets the worm, but the second mouse gets the cheese
Ambition is a poor excuse for not having enough sense to be lazy.
 
Member of the Scooby Doo Fanclub. And we're not talking a cartoon dog here people!!

 You would be well adviced to question the wisdom of older forumites, we all have our preferences and perversions

 

Offline niffiwan

  • 211
  • Eluder Class
OK, so I've actually looked up your video card now and found that it's some sort of AMD integrated card? Which means that its not as powerful as I thought. Therefore can you try removing these command line options and see if any of them make a difference:

Code: [Select]
  -soft_particles (Enable soft particles)
  -post_process (Enable Post Processing)
  -fxaa (Enable FXAA anti-aliasing)

If that doesn't help, then maybe try turning all these off as well.

Code: [Select]
  -no_vsync (Disable vertical sync)
  -disable_fbo (Disable OpenGL RenderTargets)
  -disable_pbo (Disable OpenGL Pixel Buffer Objects)
  -no_glsl (Disable OpenGL Pixel Buffer Objects)

And if that doesn't work try with just -no_glsl enabled.
Creating a fs2_open.log | Red Alert Bug = Hex Edit | MediaVPs 2014: Bigger HUD gauges | 32bit libs for 64bit Ubuntu
----
Debian Packages (testing/unstable): Freespace2 | wxLauncher
----
m|m: I think I'm suffering from Stockholm syndrome. Bmpman is starting to make sense and it's actually written reasonably well...

 

Offline Wobble73

  • 210
  • Reality is for people with no imagination
    • Steam
I think I have tried all these (basically I have been through the launcher switching things off and on again). Besides, the chip is powerful enough for it to play Blue Planet on mid/high settings with hardly any lag?
Who is General Failure and why is he reading my hard disk?
Early bird gets the worm, but the second mouse gets the cheese
Ambition is a poor excuse for not having enough sense to be lazy.
 
Member of the Scooby Doo Fanclub. And we're not talking a cartoon dog here people!!

 You would be well adviced to question the wisdom of older forumites, we all have our preferences and perversions

 

Offline niffiwan

  • 211
  • Eluder Class
True - I had forgotten that.  I had just found a review online that unfavourably compared the 8180 with the Intel HD 4000.

And sorry, if that hasn't fixed the issue, and your drivers are up to date, then I'm officially out of ideas :(
Creating a fs2_open.log | Red Alert Bug = Hex Edit | MediaVPs 2014: Bigger HUD gauges | 32bit libs for 64bit Ubuntu
----
Debian Packages (testing/unstable): Freespace2 | wxLauncher
----
m|m: I think I'm suffering from Stockholm syndrome. Bmpman is starting to make sense and it's actually written reasonably well...