Søgeresultater

Viser 1-10 af 294,348,335 forekomster
10
i heard this game was heavily censored
Lige nu
[Redacted]
29
BUG - Stuck in Inventory Menu
Lige nu
ashierah_0723
0
スタートボタンを押しても立ち上がらない問題を解決しました
Lige nu
iwasi
スタートボタンを押しても起動しない、またはゲーム名右クリックでローカルフォルダを開きプログラムを直接開いても0xc000007bのアプリケーションエラーが出ていました。

chatGPTと格闘した結果、d3dx9_43.dllが原因と判明しました。
以下をpowershellにコピペしてください。
Get-PEArch "$env:WINDIR\SysWOW64\d3dx9_43.dll" # ← 期待値:x86
Get-PEArch "$env:WINDIR\System32\d3dx9_43.dll" # ← 期待値:x64
もしいずれもx64と出た場合には私と同じ原因です。
sysWOW64に64bit版のdllが入っていることが原因です。

以下chatGPTの記載を転記します
1) オフライン redist を正しく展開

既に directx_Jun2010_redist.exe をダウンロード済みであれば、それを実行して展開先を C:\DXRedist に指定してください(Web インストーラ dxwebsetup では不可)。
powershellで以下を実行
展開できているか確認:
Test-Path C:\DXRedist\DXSETUP.exe
Get-ChildItem C:\DXRedist -Filter Jun2010_d3dx9_43_x86.cab

CAB から x86 DLL を展開
# 展開先フォルダを用意
New-Item -ItemType Directory -Path C:\DXRedist\x86 -Force

# CAB から対象ファイルだけ展開(※ -F: の指定が重要)
cmd /c expand -f:d3dx9_43.dll "C:\DXRedist\Jun2010_d3dx9_43_x86.cab" "C:\DXRedist\x86"

# 展開できたか確認
Get-ChildItem C:\DXRedist\x86\d3dx9_43.dll

。管理者 PowerShellで以下を実行してください(管理者でない場合は最初の1行で管理者窓を開きます)。

# (管理者でない場合のみ)管理者 PowerShell を開く
Start-Process powershell -Verb RunAs

1) 関数を定義 → ビット数確認

管理者 PowerShell でそのまま貼り付け・実行してください。

function Get-PEArch([string]$Path){
if(!(Test-Path $Path)){ return "NotFound" }
$fs=[IO.File]::OpenRead($Path); $br=New-Object IO.BinaryReader($fs)
$fs.Seek(0x3C,[IO.SeekOrigin]::Begin) | Out-Null
$peofs=$br.ReadInt32()
$fs.Seek($peofs,[IO.SeekOrigin]::Begin) | Out-Null
if($br.ReadUInt32() -ne 0x4550){ $br.Close(); $fs.Close(); return "NotPE" }
$fs.Seek(20,[IO.SeekOrigin]::Current) | Out-Null
$magic=$br.ReadUInt16()
$br.Close(); $fs.Close()
switch ($magic) { 0x20B { "x64" } 0x10B { "x86" } default { "Unknown" } }
}

Get-PEArch "$env:WINDIR\SysWOW64\d3dx9_43.dll" # 期待:x86
Get-PEArch "$env:WINDIR\System32\d3dx9_43.dll" # 期待:x64


SysWOW64\d3dx9_43.dll が x86、System32\d3dx9_43.dll が x64 と表示されれば置換成功です。
2
after the beta week...
40
1
inappropriate images for signs should get you banned
Lige nu
davistanner685
31
12
Regulatory and Compliance Assessment — “Whispers from the Star” Demo
0
I Can´t play with my friend
Lige nu
Kimura
6
Harvesting The 1st Plants in The RV
Lige nu
AttractiveHam
34
the right propeller has 4 rps while left has 14
Lige nu
Space
I forum "Steam Discussions"
63
Will Steam soon add ID age verification?
Lige nu
Sanmex
Viser 1-10 af 294,348,335 forekomster