Hacknet

Hacknet

Ver estadísticas:
Orann  [desarrollador] 13 AGO 2015 a las 8:44 a. m.
Known Issues (with crash on startup workaround)
This thread is out of date!
Use the new thread here:
http://steamcommunity.com/app/365450/discussions/0/451850849198782888/
The following is just here for archival purposes.

Some users have recently reported crashes on startup. These are due to some graphics cards losing track of loaded resources when their virtual device is reset (first startup, tabbing in and out, changing resolution, etc).

While I work on a proper fix for these, here are a few workarounds that might help:

Startup Crash Workarounds

1: Add in a settings file so the resolution wont change on first startup :

Download this settings file

http://s000.tinyupload.com/?file_id=62986558349021612047

And paste the file in this folder:

C:\Program Files (x86)\Steam\steamapps\common\Hacknet

Overwriting any existing file.

The first 2 numbers in that file define the resolution - change them to whatever you want. true or false underneath that says if the game should run fullscreen or not. If in doubt, it's more stable when *not* in fullscreen.

Try the game after doing this - it should fix issues for most people.

2: Run in compatibility mode.

Find the Hacknet executable in the following folder:

C:\Program Files (x86)\Steam\steamapps\common\Hacknet\Hacknet.exe

Right click it, select properties. Go the the "Compatibility" tab and check "Run in 640x480 Resolution".

Check "Run this program as an Administrator"

Start Hacknet and change your resolution up again via options menu.

---------------------------------------------

Startup Crash Alt Fixes

Navigate to this file:

\SteamLibrary\SteamApps\common\Hacknet\_CommonRedist\XNA\4.0\xnafx40_redist.msi

and run it. The repair option should do the trick.

Apparently steam had errors installing one of the pre-reqs of the game for some people. If your copy is failing to start at all, try this!

---------------------------------------------

Thanks for all the bug reports - i'll be working as much as I can to iron them all out as soon as possible!

Thanks,
-Matt
Hacknet Developer
Última edición por Orann; 8 MAR 2016 a las 7:52 p. m.
< >
Mostrando 1-15 de 173 comentarios
Tovvi 13 AGO 2015 a las 8:59 a. m. 
I loaded the game, and started the tutorial (Although I've played the "demo"), but when I get to the "exe PortHack"-part, I type in the command, but then it only lists the different executables I can use, it won't let me use the exact executable I wanted
Orann  [desarrollador] 13 AGO 2015 a las 9:00 a. m. 
Publicado originalmente por Tovvi:
I loaded the game, and started the tutorial (Although I've played the "demo"), but when I get to the "exe PortHack"-part, I type in the command, but then it only lists the different executables I can use, it won't let me use the exact executable I wanted

Unlike the 2012 version, programs in Hacknet don't require you to type "exe" infront of them to run. Just "Porthack" is fine.
iota97 13 AGO 2015 a las 9:20 a. m. 
I got crash everytime i try to loggin a previous saved game, now fist at all i want to inform that im not running this game under Windows but under Kubuntu and using Wine so that might be the problem still here the crash log found in steam folder, let me know if there is a workaround or fix, btw game is great.


System.Xml.XmlException

Content cannot be converted to the type Float. Line 8, position 11.

Source : System.Xml

at System.Xml.XmlReader.ReadContentAsFloat()
at Hacknet.Computer.load(XmlReader reader, OS os)
at Hacknet.NetworkMap.load(XmlReader reader)
at Hacknet.OS.loadSaveFile()
at Hacknet.OS.LoadContent()
at Hacknet.ScreenManager.AddScreen(GameScreen screen, Nullable`1 controllingPlayer)
at Hacknet.MainMenu.<HookUpCreationEvents>b__2(String userFile, String username)
at Hacknet.UIUtils.SavefileLoginScreen.Draw(SpriteBatch sb, Rectangle dest)
at Hacknet.MainMenu.Draw(GameTime gameTime)
at Hacknet.ScreenManager.Draw(GameTime gameTime)
at Microsoft.Xna.Framework.Game.Draw(GameTime gameTime)
at Hacknet.Game1.Draw(GameTime gameTime)
at Microsoft.Xna.Framework.Game.DrawFrame()
at Microsoft.Xna.Framework.Game.Tick()
at Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e)
at Microsoft.Xna.Framework.GameHost.OnIdle()
at Microsoft.Xna.Framework.WindowsGameHost.RunOneFrame()
at Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
at
System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.I
MsoComponent.FDoIdle(Int32 grfidlef)

at
System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMetho
ds.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32
pvLoopData)

at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason,
ApplicationContext context)

at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason,
ApplicationContext context)

at System.Windows.Forms.Application.Run(Form mainForm)
at Microsoft.Xna.Framework.WindowsGameHost.Run()
at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
at Hacknet.Program.Main(String[] args)System.Xml.XmlException: Content cannot be converted
to the type Float. Line 8, position 11. ---> System.FormatException: Input string was not in a
correct format.

at System.Number.ParseSingle(String value, NumberStyles options, NumberFormatInfo numfmt)

at System.Xml.XmlConvert.ToSingle(String s)
at System.Xml.XmlReader.ReadContentAsFloat()
--- End of inner exception stack trace ---
at System.Xml.XmlReader.ReadContentAsFloat()
at Hacknet.Computer.load(XmlReader reader, OS os)
at Hacknet.NetworkMap.load(XmlReader reader)
at Hacknet.OS.loadSaveFile()
at Hacknet.OS.LoadContent()
at Hacknet.ScreenManager.AddScreen(GameScreen screen, Nullable`1 controllingPlayer)
at Hacknet.MainMenu.<HookUpCreationEvents>b__2(String userFile, String username)
at Hacknet.UIUtils.SavefileLoginScreen.Draw(SpriteBatch sb, Rectangle dest)
at Hacknet.MainMenu.Draw(GameTime gameTime)
at Hacknet.ScreenManager.Draw(GameTime gameTime)
at Microsoft.Xna.Framework.Game.Draw(GameTime gameTime)
at Hacknet.Game1.Draw(GameTime gameTime)
at Microsoft.Xna.Framework.Game.DrawFrame()
at Microsoft.Xna.Framework.Game.Tick()
at Microsoft.Xna.Framework.Game.HostIdle(Object sender, EventArgs e)
at Microsoft.Xna.Framework.GameHost.OnIdle()
at Microsoft.Xna.Framework.WindowsGameHost.RunOneFrame()
at Microsoft.Xna.Framework.WindowsGameHost.ApplicationIdle(Object sender, EventArgs e)
at
System.Windows.Forms.Application.ThreadContext.System.Windows.Forms.UnsafeNativeMethods.I
MsoComponent.FDoIdle(Int32 grfidlef)

at
System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMetho
ds.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32
pvLoopData)

at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason,
ApplicationContext context)

at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason,
ApplicationContext context)

at System.Windows.Forms.Application.Run(Form mainForm)
at Microsoft.Xna.Framework.WindowsGameHost.Run()
at Microsoft.Xna.Framework.Game.RunGame(Boolean useBlockingRun)
at Hacknet.Program.Main(String[] args)

Inner : ---------------

System.FormatException

Input string was not in a correct format.

Source : mscorlib

at System.Number.ParseSingle(String value, NumberStyles options, NumberFormatInfo numfmt)


at System.Xml.XmlConvert.ToSingle(String s)
at System.Xml.XmlReader.ReadContentAsFloat()System.FormatException: Input string was not

in a correct format.

at System.Number.ParseSingle(String value, NumberStyles options, NumberFormatInfo numfmt)


at System.Xml.XmlConvert.ToSingle(String s)
at System.Xml.XmlReader.ReadContentAsFloat()

<Flags></Flags>


Timer : 0mins
Display cache :
String Cache :
Almea 13 AGO 2015 a las 11:44 a. m. 
I switched to windowed mode, and now I can't play the game at all due to it launching out of my computer window..
Stone 13 AGO 2015 a las 12:21 p. m. 
Publicado originalmente por Demon Bean:
I switched to windowed mode, and now I can't play the game at all due to it launching out of my computer window..

i got a similar issue, i use windowed mode too but if i want to "tap-out" to my desktop the game crashes -.-
Bezo 13 AGO 2015 a las 12:51 p. m. 
For some reason the terminal window is miising and when i try load again it load only the terminal window only.
freaky-m0 13 AGO 2015 a las 1:16 p. m. 
I just bought this game and the only thing i get is a black screen... i tried your steps to fix it: nothing works. I use windows 10.. :( byebye money for a black screen -.-
Almea 13 AGO 2015 a las 1:22 p. m. 
Publicado originalmente por STONE -Kakarott-:
Publicado originalmente por Demon Bean:
I switched to windowed mode, and now I can't play the game at all due to it launching out of my computer window..

i got a similar issue, i use windowed mode too but if i want to "tap-out" to my desktop the game crashes -.-

I fixed the game by changing the "false" in it's settings file, to "true".

I hacked the hacking game, ye
Cannonball 13 AGO 2015 a las 1:51 p. m. 
I'm also getting a crash everytime I try to load a save. A problem!
VexTary 13 AGO 2015 a las 2:49 p. m. 
I'm getting a crash everytime I try to load a save too. Please, fix that. I really wanna play the game, but I can't continue with my progress this way.
Hellbert 13 AGO 2015 a las 4:12 p. m. 
In my case the game does not crash at all, but its performance is about 1 or 0.5 fps :( It's not even playable in any way and there's no music nor sound playing. I'm using Windows 10, with 16Gb of RAM and a Geforce GTX 770...
Última edición por Hellbert; 13 AGO 2015 a las 4:13 p. m.
Shane 13 AGO 2015 a las 4:50 p. m. 
Game fails to start up. I tried your suggested workarounds with no luck. I tried various resolutions, fullscreen on/off with no luck. I run Windows 7, 8GB RAM, GTX 760. Thank you for posting a workaround even though it had no effect for me. I look forward to playing your game soon!
Última edición por Shane; 13 AGO 2015 a las 5:37 p. m.
I am become Snek 13 AGO 2015 a las 6:00 p. m. 
My game crashes when loading my savegame. No Restart or anything in between. This is a little frustrating because i have progressed FAR in the game. Any way to fix this?
Technoid 13 AGO 2015 a las 6:07 p. m. 
I'm getting an error whenever I start the game "No suitable graphics card found." It also says "could not find a direct3D device that supports the XNA framework HiDef profile." I'm using Windows XP, ATI Radeon x600. 1 GB RAM. Now I know my computer's old, if it just doesn't work that's fine. But I find it ridiculous that I can play a game with cutting-edge graphics at highest quality, and this "terminal simulator" won't even open!
(FO)GreatDane 13 AGO 2015 a las 6:34 p. m. 
So right now from monitoring the forums I'm seeing a lot of crashes on the initial launch of the game, restoring saved files and for me the game crashing when I tried to exit. The fix Orann provided was pretty prompt but also seeing a lot of issues with trying to run the game in a windowed mode as well.
< >
Mostrando 1-15 de 173 comentarios
Por página: 1530 50

Publicado el: 13 AGO 2015 a las 8:44 a. m.
Mensajes: 173