View previous topic :: View next topic |
Author |
Message |
Freiza Grandmaster Cheater
Reputation: 22
Joined: 28 Jun 2010 Posts: 662
|
Posted: Fri Apr 06, 2012 10:26 am Post subject: DBVM Crashed |
|
|
Intel 960 processor
Nvidia 465 graphics card.
Win 7 64 os.
DBVM Crashed for me?
Is there any solution that I can try?
_________________
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25794 Location: The netherlands
|
Posted: Fri Apr 06, 2012 7:23 pm Post subject: |
|
|
First: Make sure that in your bios the intel-VT option is not disabled.
If that's not it, try launching it using the about screen when as little as possible other processes are running.
If that also crashes, execute this lua script and give me the results:
Code: |
dbk_initialize()
for i=0x480,0x48a do
print(string.format( "%x=%x", i, dbk_readMSR(i) ))
end
print(string.format( "%x=%x", 0x3a, dbk_readMSR(0x3a) ))
|
(note: Use CE Beta 5)
(and you NEED to boot up with unsigned driver support)
And define the crash. Is it a full freeze?(Mouse/keyboard do not respond) Do you get a bsod saying a timer expired? Do you get a "Access Violation" message ?
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Freiza Grandmaster Cheater
Reputation: 22
Joined: 28 Jun 2010 Posts: 662
|
Posted: Fri Apr 06, 2012 11:25 pm Post subject: |
|
|
Crash Report
Code: | Problem signature:
Problem Event Name: BlueScreen
OS Version: 6.1.7600.2.0.0.256.1
Locale ID: 1033
Additional information about the problem:
BCCode: 3b
BCP1: 00000000C0000005
BCP2: FFFFF8800B9CAAA3
BCP3: FFFFF88009845C20
BCP4: 0000000000000000
OS Version: 6_1_7600
Service Pack: 0_0
Product: 256_1
|
Attached some files including
1) Windows crash dump file
2) sysdata.xml
3) Images after running the script
4) Mini Crash report after windows login
http://www.mediafire.com/?6612h77kmfy9v88
Edit:
The problem solved by itself. Now no longer BSOD. Everything working fine. But please still see the files attached
Thank You
_________________
|
|
Back to top |
|
 |
|