上位 200 件のコメント表示する 500

[–]Fire_Gaming_UAV 95ポイント96ポイント  (73子コメント)

Okay so via SSE4.1 emulation we have confirmed that the crash is indeed caused by a lack of SSE4.1 support.

You can confirm for yourself by following these steps if you don't have windows 10, it doesn't work so nice there: Basically:

This SHOULD make it be able to execute the commands, but it will also perform seriously badly. But at least will be confirmation of error. Won't be any playable performance, but then we can tell with certainty that a game recompile with legacy SSE support is needed from Hello.

[–]TheRealMorph 4ポイント5ポイント  (5子コメント)

followed the instructions but it's not doing anything when i run sde.exe

[–]ghost64 4ポイント5ポイント  (3子コメント)

Got this to work on Windows 10. It's definitely lack SSE 4.1

  • AMD Phenom II X6 1100T
  • GTX 960

[–]Bassplyr94 2ポイント3ポイント  (6子コメント)

what if you have amd?

[–]Fire_Gaming_UAV 5ポイント6ポイント  (3子コメント)

The emulator works for both Intel and AMD, its just Intel developed software is all.

[–]Bassplyr94 2ポイント3ポイント  (2子コメント)

there is no exe in the folder.

[–]Fire_Gaming_UAV 5ポイント6ポイント  (1子コメント)

Did you make sure to get the Windows one (and the non-debugging integration one)?

https://software.intel.com/system/files/managed/2f/ac/sde-external-7.49.0-2016-07-07-win.tar.bz2 more direct link.

Edit: when you extract the bz2, you will be left with a .tar, which you also need to extract.

[–]OuHiroshi 2ポイント3ポイント  (0子コメント)

If you have an AMD CPU that's newer than 2011 then it should have SSE 4.1 support.

Like the FX series.

[–]WhyAmISoSadRightNow 2ポイント3ポイント  (5子コメント)

What if you are running from Steam? I get "Steam isn't running or no suitable licence" error

[–]Neamprost 2ポイント3ポイント  (2子コメント)

i5 2500k has 4.1/4.2 support, still crashes. How does that compute?

[–]TheDarkGod 9ポイント10ポイント  (10子コメント)

It's amazing to me that paying customers can solve this issue within 3 hours of launch (and now have to wait for a fix), but a team of people that charge $60 a pop for their game and sell thousands if not millions of copies don't have any QA to catch these sort of things. Not being able to run the game at all should have been a fairly noticeable error.

[–]penjaye 14ポイント15ポイント  (7子コメント)

Not sure how this is amazing. Hello Games is small, and hella overworked at the moment. The internet is AN ARMY, with every possible meaningful configuration of hardware at the ready. No game launch is perfect. Give them a break and have patience.

[–]kenjindomini 2ポイント3ポイント  (1子コメント)

to their credit the minimum spec lists CPUs that have SSE4.1 but that doesnt change the fact that a lot of people dont update their CPUs very often because it almost always requires a new motherboard which carries the risk of requiring you to pretty much replace everything in the system. If they were building with a requirement of SSE4.1 in mind that should've been specified because most people only check clock speed and if you're lucky they'll check core count as well.

[–]cloud_dev 221ポイント222ポイント  (96子コメント)

Crashing on launch from Steam.

Cannot even enter the game.

EDIT: Still unable to launch after patch update. Received patch as soon as I heard the word of it on TB's stream.

[–]Elduder_ino 104ポイント105ポイント  (27子コメント)

Even if you could enter the game, youd be disappointed. Horrible optimization. Crazy fps drops. Even people with 1080s and titan's are experiencing shitty fps

[–]siverus38 13ポイント14ポイント  (33子コメント)

same here currently reinstalling also my gpu is an amd r9 380

Update: replaced the settings file and downloaded the redistributable and I now get to the hello games splash screen before crash... a step I guess, total biscuit is talking about a patch that JUST came out , going to try that.

Update 2: I can't find it , neither did TB O.o

Update 3: so I did a reinstall and a restart and now I get the splash screen and THEN 2 seconds of music before it would crash T.T I then I tried running the exe as admin and I got the message of "either steam isn't running or you don't have a suitable license"

update 4: so i guess i have 81% open GL 4.5 support. I'm trying to figure out how the fuck to get the other 9%, I've reinstalled absolutely any update I can think of.

[–]AaronToro 2ポイント3ポイント  (20子コメント)

Also r9 380, let me know if the reinstall fixes it

Edit: fuck it I'll restart now. Not like I'm playing anyway

[–]siverus38 4ポイント5ポイント  (11子コメント)

Reinstalled, integrity confirmed, drivers updated, restarted....... it's a no go

[–]Daedry 7ポイント8ポイント  (5子コメント)

Same here, just finished to reinstall it, still crashes

However I noticed something a bit strange, not sure if it's related/important:

When you go in Program files - steam - steamapps - No Man's Sky, and try to lunch the game directly from there (I wanted to run it as administrator to see if it changes anything) you get this error message:

''Either Steam isn't running, or you don't have a suitable license''

[–]CptOfTheGravyTrain 4ポイント5ポイント  (0子コメント)

I get that exact same message as well. Some people were reporting that there wasn't a redistributable (msvcr100.dll), but I looked and I have it. Thats when I tried to launch from the folder and I got the message you had as well.

[–]Mr_C_Baxter 2ポイント3ポイント  (0子コメント)

My guess is this has nothing to do with the crash. I think the msg indicates that you have to start the NMS.exe with some valid licence key as parameter which Steam does for us.

[–]azwethinkweizm 5ポイント6ポイント  (0子コメント)

Same here. Radeon 7800 series. 32 GB of RAM.

[–]lIllIlllllllllIlIIII 97ポイント98ポイント  (26子コメント)

The error code I'm getting from Windows is 0xc000001d, which means illegal instruction. Debugging the executable after the crash shows that roundps - an SSE4.1 instruction - is the culprit:

http://imgur.com/J9GMqXY

My CPU is an AMD Phenom II X6 1100T, which does not support SSE4.1. From grokking this thread it seems like others with this issue also have older AMD CPUs. You can check with CPU-Z if your CPU supports SSE4.1 or not.

The devs forgot to add software emulation for these instructions as far as I can tell.

You can check out the crash info in your event viewer and the "Application" log under the "Windows Logs" folder.

[–]Yllarius 18ポイント19ポイント  (2子コメント)

Mmm, nooowwww, what i'm going to need you to do is.

I'm goooing to need you to go ahead annnd...

Jusst go ahead and fix that for us, okay now?

[–]ymd878 6ポイント7ポイント  (1子コメント)

And uhh f you don't mind, come in this weekend, need this tps reports. Uh yaaa. Thanks

[–]Apocryphic 8ポイント9ポイント  (3子コメント)

Not just older AMD CPUs. Same here, dual Xeon 5160, 16GB, GTX 970.

I can run any other game on my system without problems, though obviously not with the same level of performance as a new CPU.

[–]lIllIlllllllllIlIIII 3ポイント4ポイント  (1子コメント)

Same here. No trouble playing Far Cry Primal, Just Cause 3, DOOM etc. on my system.

Hopefully they'll add software emulation for these instructions (even though their minimum CPU requirement is the Core i3 - one that has SSE4.1 support).

[–]agentsonar 5ポイント6ポイント  (1子コメント)

Just checked, same error code for me, AMD Phenom II 965BE.

[–]nunyabizzz 5ポイント6ポイント  (5子コメント)

The devs forgot to add software emulation for these instructions as far as I can tell.

You sound pretty knowledgeable about this. What is your guess on how difficult it would be for the devs to add this? I'm just wondering if we are talking hours or days. I know it most likely depends on their team size and what not to but just wondering what you think.

[–]lIllIlllllllllIlIIII 15ポイント16ポイント  (4子コメント)

It depends on if the code has explicit inline assembly or if it is generated by the compiler.

If it's generated by the compiler, you can disable the emitting of SSE4.1 instructions with a flag and a rebuild will suffice.

If it was explicitly added with inline assembly, they'll have to go and update every use with alternative / slower instructions that accomplish the same thing. Though I'm guessing they'll keep two version of the routines that use these instructions, and enable the quicker one if the user's CPU supports it.

[–]nunyabizzz 6ポイント7ポイント  (3子コメント)

So sounds like potentially its an easy fix if this is indeed the main issue. Thanks for your time answering this. :)

[–]crawlywhat 2ポイント3ポイント  (0子コメント)

I think this might be my very issue. I guess there was a reason intel processers were the only ones listed to be in the requirements

[–]CannabisPrime2 2ポイント3ポイント  (0子コメント)

So, I guess since I'm running a AMD Phenom II X6 1090T, that this is the cause of my issue.

[–]hysro 2ポイント3ポイント  (0子コメント)

I have the same CPU as you and getting crashes at the Hello Games logo.

[–]STORYTIME_BITCHES 87ポイント88ポイント  (13子コメント)

Cheers for this thread, if it wasn't for this I'd probably be reinstalling all the hardware on my computer by now whilst crying.

[–]the-no-lifer 67ポイント68ポイント  (10子コメント)

Hah! Right. sob. Pretty disappointed. I even broke my "no pre-order" rule for this one. Disappointed at myself for being taken in by the hype.

[–]STORYTIME_BITCHES 29ポイント30ポイント  (2子コメント)

As did I my friend, as did I.

Even if it's shit, I'm actually still pretty hyped about it. It'll be a good shit. Like one after a curry,

[–]Halikan 12ポイント13ポイント  (2子コメント)

The first thing I ever preordered was RDR. Then Brink. Now this.

I gotta balance out that good karma I guess.

It's downloading. Fingers crossed that it launches. Please oh sweet baby raptor Jesus.

[–]vildapel 36ポイント37ポイント  (30子コメント)

Crash after white splash screen.

  • AMD Radeon HD 6900 Series

  • AMD A8-5500 APU

  • 8gb DDR3

  • Windows 10

edit: Updated to beta drivers for GPU, still crashing at the white splash screen.

[–]CarlSagans 66ポイント67ポイント  (6子コメント)

GTX 970 Crashing at startup

edit: Desktop Logo looks like shit

[–]Cptxlr8 24ポイント25ポイント  (0子コメント)

Upvote because of truth

[–]Bestakes 16ポイント17ポイント  (1子コメント)

Just refund it before you hit 2 hours. I did. This is a major slap in the face. If they think they can present this shit and charge us 60 fucking euros for it they must be out of their mind.

[–]thedouchenozzle 54ポイント55ポイント  (21子コメント)

i guess im not the only one.cant get past the hello game splash screen.

amd phenom 2 980 gtx 980 4gb 8 gb RAM samsung solid state

[–]Svenotje1 3ポイント4ポイント  (0子コメント)

Nopee me neither gtx 660 amd phenom 2

[–]Samahan 2ポイント3ポイント  (3子コメント)

I have a 980 GTX, I went and downloaded the newest display drivers and was able to get the game to load.

[–]Sosolidclaws 2ポイント3ポイント  (2子コメント)

I passed the Hello Games screen, but I just get stuck floating through stars... http://i.imgur.com/toLQU7c.jpg

ASUS G75 laptop with Geforce GTX 670M 12GB RAM

Edit 1: I changed fullscreen to False in the notepad settings and managed to get the game working, but its really laggy. Can barely move around.

Edit 2: Behold, Kaleagasi Alpha! http://i.imgur.com/kRNltWv.jpg

Edit 3: Game crashed and I lost my starter planet. Too laggy to do anything. Can't play...

[–]dougshaftoe 27ポイント28ポイント  (13子コメント)

If OpenGL 4.5 is required than all of us with AMD HD6xxx can stop trying right away. It is never going to run as these GPUs simply do not support OpenGL 4.5.

[–]DentateGyros 133ポイント134ポイント  (10子コメント)

"99% of people who are on our servers aren't crashing"

no shit

[–]Deroni76 65ポイント66ポイント  (1子コメント)

That's like saying "Approximately 100% of the people on Earth are alive."

[–]Core_Four 5ポイント6ポイント  (2子コメント)

fuck that's hilarious. How the hell do you explain the 1% I wonder, just hedging their bets?

[–]Zenmaku 6ポイント7ポイント  (0子コメント)

Someone's trying to play NMS with a quantum computer, it's in a state of crashing and not crashing at the same time.

[–]Squanto0 18ポイント19ポイント  (6子コメント)

Sean from twitter: Number three please make sure your GFX card is above the min spec. OpenGL 4.5 is required to play No Man's Sky

can we correlate OpenGL 4.5 and below gpu's are primarily crashing

[–]lyon934 21ポイント22ポイント  (5子コメント)

They are. This is so fucking stupid though cause the minimum spec GPU on the store page is a OpneGL 4.2 model....

[–]Nonzy 103ポイント104ポイント  (21子コメント)

How can a game be released when it is hardly launching on the majority of systems it is being played on? Testing overlooked this big an issue?

[–]JustBeChillDude 13ポイント14ポイント  (9子コメント)

I don't think it's the majority of systems. There are 180k people playing on steam right now.

[–]joshnoble07 75ポイント76ポイント  (5子コメント)

But if you're sitting at the splash screen for however long steam still says you're "playing"

[–]cattopantsu 11ポイント12ポイント  (4子コメント)

Crashing to desktop at the HG logo

i5 4590

Nvidia 970

8GB RAM

Win 10

[–]eericson000 12ポイント13ポイント  (3子コメント)

Explains why I get like 3-4 prompts from the same person "is playing No Man's Sky" on steam.

[–]Only_Sub_RicknMorty 13ポイント14ポイント  (9子コメント)

I'm using a Gtx970/i7-470 3.60Ghz/Samsung Solid State and 16gbRam and have to set everything to the lowest setting to get 20fps +/-10fps

It crashed 2 times, at the very start and when leaving the planet

edit: I'm gonna make myself some popcorn now and watch this subreddit explode while playing the PS4 version again.

[–]inform880[S] 7ポイント8ポイント  (0子コメント)

Yep, I'm watching quite a show with this thread rising

[–]jugalator 2ポイント3ポイント  (1子コメント)

WTF man, my specs are similar as yours and I use to get ~50-60 avg fps in 1080p on games that look like this, and that's on most if not all settings maxed. Why did they even release it for PC in this state? Could end up a costly money grab.

[–]Tastyz 11ポイント12ポイント  (10子コメント)

is this the Phenom II fiasco all over again? MGSV and EDF 4.1 both crashed at weird points because they required CPUs capable of SSE4.1 (i think ) i have a phenom II 1090T and crash at "Hello Games" logo anyone else?

EDIT: http://steamcommunity.com/app/275850/discussions/1/360672137535529618/a BUNCH more phenom owners with probs

[–]arkham1010 51ポイント52ポイント  (6子コメント)

fucking SERIOUSLY? http://imgur.com/a/TbHCp

[–]jungletek 15ポイント16ポイント  (2子コメント)

That's a RPS article, it's not from the devs, if you weren't aware.

[–]Messerchief 16ポイント17ポイント  (1子コメント)

And they spend most of the article talking about the issues.

[–]9of9 19ポイント20ポイント  (7子コメント)

I got a good five minutes of wandering around until a Windows pop-up interrupted me saying I'm running low on memory and I should probably close down No Man's Sky...

I checked Task Manager - memory usage is at 45%. So I'm like, okay Windows, suuuuuuure. Then two minutes later my whole system locks down with a black screen, I have to do a hard reboot -_-

[–]the-no-lifer 7ポイント8ポイント  (7子コメント)

When I click Play in Steam, or from Desktop Shortcut, I get nothing - nothing at all. Have re-started, etc.

Spec: Intel i7 - 4790k @ 4Ghz R9 290X 16 Gb ram

Poopstick.

[–]RyouTakeshi 8ポイント9ポイント  (4子コメント)

Not sure how much this matters, but I might as well chime in on this. My friend who can play just fine only has openGL 4.4, so I'm willing to say that nobody should panic about not having openGL 4.5, because it MOST LIKELY is not the thing that is causing this.

[–]Icy1-0-6 54ポイント55ポイント  (3子コメント)

( ͡° ͜ʖ ͡°)╯╲_[$59.99] dont mind me boys ,just taking my money for a walk :)

[–]Sanyu85 11ポイント12ポイント  (0子コメント)

If i still had my 59.99, you'd be getting gold right now. Instead, you'll have to make due with this:

https://imgur.com/gallery/sy9lVl4

[–]Godrax 24ポイント25ポイント  (26子コメント)

i get to the white screen, then crash to desktop. I have a radeon HD 5970

EDIT: seems that I have found the problem.. radeon HD 5970 supports opengl 4.4 and 4.5 is needed to run the game. Time for a new card =)

[–]Godrax 7ポイント8ポイント  (11子コメント)

im gonna swap it with my GeForce 560, see if it changes anything. Will report back in a few minutes.

[–]Godrax 6ポイント7ポイント  (7子コメント)

Swapped it with my Geforce 560 now and it is working. Confirmed GPU problem

[–]NoD_GP 3ポイント4ポイント  (0子コメント)

I'm on a GeForce 550 and it's not working.

[–]tooclose104 2ポイント3ポイント  (0子コメント)

thank you for this. i'm also running a geforce 560. not working so will attempt more tweaking of the settings

[–]angeluserrare 22ポイント23ポイント  (15子コメント)

OpenGL 4.5? The system spec requirements lists a card with 4.2. What a joke.

[–]DieByzantium 13ポイント14ポイント  (1子コメント)

we are the 1% but +70% reviews on Steam are negative?

cool bait.

[–]DrJenkins1 11ポイント12ポイント  (0子コメント)

Most people only review something if it doesn't work.

[–]SilverBot 6ポイント7ポイント  (7子コメント)

i see hello games screen then it crashes

processor: AMD X6 1090T

gcard: AMD HD 6900

hopefully it works with amd :(

[–]OpalCruder 6ポイント7ポイント  (5子コメント)

I'm crashing at the white screen along with a planet landing sound (I think). I have an AMD A8-6500 and 16 gigs RAM. I haven't tried the E key yet, so after I post this, I'll give it a try.

[–]damstr 12ポイント13ポイント  (6子コメント)

Some people reported installing Microsoft Visual C++ 2010 fixed the launching issue.

EDIT: Here's the download link.

https://www.microsoft.com/en-us/download/confirmation.aspx?id=14632

[–]DyngusMaster 11ポイント12ポイント  (29子コメント)

I found a fix for the OpenGL issue.

Go to your Steamapps/common/No Man's Sky/Binaries/SETTINGS/TKGRAPHICSSETTINGS

From there you can either set "Fullscreen" to "false" or more appropriately, just put your proper resolution in and it should launch.

Getting the game to launch is easy. Trying to change options ingame doesn't work for me. I'm capped at 30fps and bad textures etc for some reason. Gonna have to go in and change them manually.

Good luck and have fun!

Edit: Just found out that you have to hold the button down for a second to change options. D'oh!

[–]JuicyYumYums 8ポイント9ポイント  (1子コメント)

I changed the resolution and user resolution. Now, instead of immediate crash I get a white screen and then immediate crash.

[–]Alinglapalap 7ポイント8ポイント  (0子コメント)

That is what I have from the beginning

[–]Spekingur 5ポイント6ポイント  (2子コメント)

Crashes after showing No Man's Sky (white screen I guess).

  • Intel i5 2500

  • AMD Radeon HD 6870

  • 8 GB

  • Windows 10

  • Samsung SSD

  • installed on C-drive

[–]Spekingur 2ポイント3ポイント  (0子コメント)

Right. If I try to run NMS.exe from the folder it says that either Steam isn't running or that I don't have a license for the game.

Did not have that problem with a couple of other games.

Edit: Right. This is the only game of a few Steam games I've tried that pops up with this message. No idea if relevant.

[–]Anorune 6ポイント7ポイント  (0子コメント)

Launches the game fine then goes to the Hello Games splash. Promptly crashes to desktop with Windows searching for a problem (and not finding a solution of course).

-AMD Radeon HD 6900 Series

-AMD Phenom(tm) II X6 1100T CPU

-8GB of RAM

-Windows 10 64 bit

Edit: Checked for OpenGL 4.5 Support and was at 90% with the only thing not supported as Shading Language.

[–]NaZer95 5ポイント6ポイント  (0子コメント)

Crashes on Hello Games screen..

  • GeForce GTX 670
  • AMD Phenom(tm) II X6 1090T Processor
  • 8GB RAM
  • Win 10 (x64)

[–]Delosias 4ポイント5ポイント  (0子コメント)

So I checked for openGL 4.5 seems only 4.4 is supported on my GTX 775M which I thought was quite above the minimum specs. Does this mean I pretty much can't play this game ever since Sean said 4.5 is needed?

[–]wvstolzing 10ポイント11ポイント  (5子コメント)

[–]cooldeadpunk 17ポイント18ポイント  (4子コメント)

99%??????????????????

[–]Lightdroplet 3ポイント4ポイント  (0子コメント)

Yeah, 99% of the guys on their servers have no issue... People who crash aren't on the servers :p. (And by no issue, I mean optimization bad enough to slow down TB's PC to the point he ragequit the game.)

And 70% negative reviews on Steam doesn't paint a very good picture either.

[–]12YearsOnReddit 4ポイント5ポイント  (0子コメント)

Crash after no mans sky white letters screen. Any help? I got to the planet part almost then crrash.

[–]Rune_nic 5ポイント6ポイント  (5子コメント)

crashing to desktop on splash

phenom II, gforce 750ti

[–]anjumbakshi7 4ポイント5ポイント  (1子コメント)

Crash after white splash screen. AMD Radeon HD 6670 Series Intel i3 2120 3.3 GHz 8gb DDR3 Windows 7

[–]heavyweaponman 4ポイント5ポイント  (4子コメント)

Crashing on intro with r9 290 and amd phenom ii x6. Drivers updated as well

[–]famellad 4ポイント5ポイント  (0子コメント)

Crashing from steam AMD Phenom II x6 NVIDIA GeForce 760 GTX Windows 7

[–]The_Drich 4ポイント5ポイント  (16子コメント)

How do I GET openGL 4.5? I'm on version 4.4 right now

[–]Korn_Bread 4ポイント5ポイント  (0子コメント)

Title Card, fade to white with some sounds, crash

AMD Radeon HD 6670

[–]Jeffdidit 12ポイント13ポイント  (7子コメント)

Is anyone just having shit frames?

[–]alsec 17ポイント18ポイント  (16子コメント)

It doesn't crash for me just stuck at "Initialise" screen

[–]WingedDefeat 4ポイント5ポイント  (1子コメント)

Same here. Been stuck on it for 15 minutes.

[–]LithIX 7ポイント8ポイント  (9子コメント)

  • AMD Phenom II x4 945
  • 8gb Ram
  • SSD
  • NVidia GeForce GTX 1070
  • Windows 10 Pro

[–]RadSocks 2ポイント3ポイント  (0子コメント)

Crash after white screen

AMD here.

[–]henkhooft 4ポイント5ポイント  (4子コメント)

Crashes here after hello games
Windows 10 x64
Nvidia Geforce GTX 960
AMD Phenom II X4 965
Installed on SSD drive

[–]EnvidiaProductions 2ポイント3ポイント  (1子コメント)

Before I couldn't wait to get out of work and go home and play for the weekend. Now I'm terrified to get out of work in an hour and go home to launch it for the first time.

[–]AlorisDiax 3ポイント4ポイント  (0子コメント)

..."Hello Games"

Crash.

Goodbye Games?

[–]thebestpopex 3ポイント4ポイント  (3子コメント)

Could someone possibly help me? I'm pretty computer illiterate.

I have a NVIDIA GeForce GTX 860M, and it says on the website that opengl 4.5 is supported, but on my computer it only has opengl 1.1

So i tried to update the drivers but it says they are already the best they could be if i do it automatically, and I cant figure out how to do it manually.

thanks

[–]TheKnightro 3ポイント4ポイント  (4子コメント)

ok so i keep getting the whitescreen crash on a Radeon 6870, but i did a openGL check for it and the only thing that it's not compatible with from openGL 4.5 is the shading language. this is the only reason it is not working? any way around this?

[–]_vogonpoetry_ 4ポイント5ポイント  (4子コメント)

Who the hell thought it was a good idea to make the minimum requirements OpenGL 4.5 and SSE4.1???

That's like, every computer older than 4 years is unable to run it.

[–]Merari01 3ポイント4ポイント  (1子コメント)

I believed in this game. Pre-ordered it. Stuck with it even after a lot of people began saying they were dissapointed with it.

Now it's release day for pc and I cannot even play it because it crashes after the intro.

I am not a happy panda.

[–]Dayemon 2ポイント3ポイント  (0子コメント)

Yeah I did not expect to ditch work early, drive home like a maniac in the hopes to play this game. Instead I've been f5'in this thread for the past 3 hours...

[–]Dietrik 6ポイント7ポイント  (2子コメント)

not working at all:

486dxII @ 66mhz 4mb RAM 4x Read CD-ROM Drive 28.8kbps modem Windows 3.11

[–]Quaesar 5ポイント6ポイント  (0子コメント)

GUYS MINE STARTED WORKING!!!!

So here's how I did it. My issue turned out to be in the graphics card. This may or may not work for you but please upvote for others to see.

So at first I tried many fixes here, the update didn't work either. I knew my GPU could support OpenGL 4.5 so that was out of the question.

Here are my specs:

Acer Aspire 7750G Intel Core i5 (2.3 turbo boost to 2.9) AMD Radeon HD 6650M; 1GB VRAM Intel HD3000 8GB RAM

So yeah I have dual graphics on my laptop. After running a test with the OpenGL Extensions Viewer (highly recommend you do this), I found that it would not detect my 6650M but was defaulting to my sh*tty HD3000. I went into my switchable graphics options and set the OpenGL exe to high performance. It finally recognized my card! After running a test I found that OpenGL 4.5 was 90% supported other than one shading function. So no reason No Man's Sky should not even open on Steam at all right?

Then it occurred to me that maybe NMS had the same issue and it was using my sh*t HD3000. I manually selected the game in switchable graphics (selected the exe in steamapps), then tried launching from steam again.

Success!!!!!!!! I could finally see stuff! I got to the end of the star thing before it crashed. I will go and manually fix my graphics settings, try a couple more times, then report back. Please comment if you have any questions and I will get back to them ASAP!

EDIT 1: I can't get past the white screen after the intro stars. Will keep trying and keep you updated

[–]avsfjan 2ポイント3ポイント  (2子コメント)

for me 2. i am from germany. if it works for you, from where are you?

[–]gloomy0032 2ポイント3ポイント  (0子コメント)

AMD Radeon HD 6900 Series

Intel(R) Core(TM) i7 CPU 960 @ 3.20GHz

RAM 12 GB

Windows 10

get to the title screen then whites out and crashes

[–]iBeenie 2ポイント3ポイント  (1子コメント)

Crashing on launch after hello games logo - GOG

AMD Phenom II x4 965

8gb Ram

SSD

NVidia GeForce GTX 950

Windows 10 Pro

[–]The_Drich 2ポイント3ポイント  (0子コメント)

Crashing at Hello Games screen

ASUS M4A88TD-V EVO/USB3 Motherboard

AMD Phenom II X6 1100T Processor

NVIDIA GeForce GTX 560

8 GB of Ram (this is listed as the MINIMUM requirement, will I be OK?)

[–]conkore 2ポイント3ポイント  (0子コメント)

If it helps anyone, here are things I have attempted that people have recommended in various threads.

  • disable fullscreen in binaries folder: failed
  • disable steam overlay: failed
  • full computer restart: failed
  • Un-check DLC ship: failed

Anyone have more to add?

[–]FunkeDope 2ポイント3ポイント  (2子コメント)

Protip: Steam was crashing me to a black screen on launch. I turned on Big Picture Mode and launched the game and it worked, I then exited BPM at the white Initializing screen and it seems to be working fine now.

Worth a shot to anyone who can't even get to the splash screen.

[–]domincaralem 2ポイント3ポイント  (1子コメント)

Crashing on GoG install as well. AMD Phenom II X4 965 AMD Radeon R9 200 series

[–]cloud_dev 2ポイント3ポイント  (0子コメント)

18MB patch was released.

Not sure what it did, but I'm still experiencing the same crash upon clicking play.

[–]Creator13 2ポイント3ポイント  (0子コメント)

Not the most common, but I crashed after alt+tabbing out of the game. I force quit the game, then it started an 18MB update and after that the game just doesn't start anymore. No errors or anything. Now restarting my PC, hope it helps.

[–]Dezasterous 2ポイント3ポイント  (2子コメント)

Anyone else getting missing textures? my starter planet seems to be covered in MissingNo's...

[–]kstarks17 2ポイント3ポイント  (1子コメント)

Is anyone here that's crashing not using an AMD radeon chip of some kind?

[–]leetleaf 2ポイント3ポイント  (3子コメント)

Saw this posted on someone's Steam review. Hope it helps some of you:

If your having problems with starting up the game then you can try this solution

Step 1: go to the folder (C:\Program Files (x86)\Steam\SteamApps\common\No Man's Sky\Binaries\SETTINGS)

Step 2: Open TKGRAPHICSSETTINGS.MXML with notepad

Step 3: Change the fullscreen value to False and the borderless window value to true

Hopefully this works for you!

[–]jeremyrobust 2ポイント3ポイント  (0子コメント)

Mine crashes at Hello Games :/

[–]sostressed2016 2ポイント3ポイント  (0子コメント)

Not crashing, got in game, saw my first planet, setup some graphics options and then quit to desktop. I don't want to press on towards my 2 hour time limit in case I do end up refunding.

Specs:

  • i7-4770 @ 3.4GHz
  • 16GB RAM
  • GTX 650 Ti
  • Game installed on an SSD

Going to go eat lunch, see if there are any more patches, and maybe try to play for an hour and see if I'm crashing.

[–]0xWintermute 2ポイント3ポイント  (0子コメント)

I completely reinstalled my nvidia graphics drivers from the website, now I'm in game and it's working for me. I think it was the OpenGL 4.5 issue.

[–]pichulasabrosa 2ポイント3ポイント  (7子コメント)

Folks I run on a GTX 770M (laptop) and "OpenGL Extension Viewer" says that my card does NOT support OpenGL 4.5 and the game runs fine for me.

[–]lemcott 2ポイント3ポイント  (1子コメント)

I was able to debug nms.exe in visual studio.

Unhandled exception at 0x00007FF6FDB610B6 in NMS.exe: illegal instruction

(crash at HG logo)

[–]wvstolzing 2ポイント3ポイント  (0子コメント)

Perhaps it would be more useful if people post their driver versions, rather than specs.

[–]somekindofsalad 2ポイント3ポイント  (5子コメント)

I finally got past the crash on launch, however I now get to a screen where it flies through the planets for about two minutes and then it goes to a white screen and crashes. i7-2600, AMD HD 6850, 16 gb ram.

I did:

  • edit settings file for lowest settings
  • Update GPU drivers, roll back sound (had no sound after update)
  • Restarted.

[–]adi_a12 2ポイント3ポイント  (6子コメント)

you can see if your graphic card support OpenGL 4.5 / your procie support SSE 4.1 from steam, Help > System Information, scroll and find the information like my screenshot http://puu.sh/qz2rz/bd1c68e060.png

unfortunately my procie didnt support sse4.1

[–]drawciaSorceress 2ポイント3ポイント  (0子コメント)

90% support of openGL 4.5, Radeon HD 5770 1GB GPU, crashing after No Man's Sky splash.

[–]Wind890_dude 2ポイント3ポイント  (0子コメント)

I have 90% opengl 4.5 compliance and still crash at the splash screen. :/

[–]Cptxlr8 2ポイント3ポイント  (0子コメント)

well 90% support for me but still crashing at start

Edit: Nvidia GTX 760 Driver ver.: 369

[–]Devils_Demon 2ポイント3ポイント  (2子コメント)

Meanwhile, PS4 players are reading this thread thinking "so you guys can't just pop in the disc/download it and, well ya know, boot it up and play it? What a shame."

[–]WhyAmISoSadRightNow 2ポイント3ポイント  (1子コメント)

I have a Radeon HD 5860 and OpenGL 4.4 with 90% in 4.5 and it's still not working.. EDIT: Has OP got it working?

[–]PsychoticRainbow 2ポイント3ポイント  (2子コメント)

I understand on the problems on the developer side (or at least I can assume) however they are still liable for it, they have long delayed it (and even got a 3 day space for the pc release) and all went to shit. I don't think it's just the 1% that has problems, tried lowering / maxing, using compatibility uninstall the xbox app and it just run shit. Few people also have found some PS codes on one of the game's DLL files - mother fcking port of a PS4 game isn't it? Very disheartening.

I thought I would never say this but this game isn't work $59.99

[–]wirelessdarkness 2ポイント3ポイント  (0子コメント)

"The people who decided to refund the game can leave /r/nomansskythegame forever, the ones who are going to stick through can stay here."

LOL

[–]jaquesparblue 2ポイント3ポイント  (2子コメント)

me right now: http://37.media.tumblr.com/6228573587d4ec5b83d10d8453176ee6/tumblr_mxwyznfaxF1rbjoeao1_400.gif

Other than some minor audio hitches I have ran the game perfectly fine for the last 3 hours on default settings and fps on unlimited.

X5650 RX 480 / latest updates 24gb RAM Win 10 PRO / latest updates

TL;DR of this thread seems to to be people with old hardware have the biggest problems, mostly I see phenoms (which are a billion years old) while scrolling through the thread.

[–]TitoGover 10ポイント11ポイント  (2子コメント)

I have a 1080 and 32GB of ram and it keeps crashing.

I found a fix tho.

  1. Go to help click steam support

  2. Click "A Purchase" Tab

  3. Select NMS

  4. Request refund for the shittest game on launch day..

[–]ibiff 2ポイント3ポイント  (1子コメント)

Popcorn in hand :) - watching the flames over the distant sky. Not even going to bother to install until later today or tomorrow on steam. Frankly watching the rage has been entertaining and I don't need a scanner to find it....ha.

Feel for HG as they are likely running on no sleep and life, but could have avoided the PC swarm hate if they had simply tested a bit more, or allowed some more widespread beta testing, etc. Plenty of free minions to do your bug testing rather than waiting for launch..ha