HSPポータル
サイトマップ お問い合わせ


HSPTV!掲示板


未解決 解決 停止 削除要請

2018
0327
minasoftVitual C++ Runtime Error?3解決


minasoft

リンク

2018/3/27(Tue) 11:34:57|NO.82826

失礼します。
開発中のスクリプトを実行する時、毎回Microsoft Visual C++のエラーが発生します。
エラーは、
Runtime Error!

Program:(HSPのフォルダ)\hsp3.exe

This Application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.
というものです。
この文の中の
This Application has requested the Runtime to terminate it in an unusual way.Please contact the application's support team for more information.This Application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
を翻訳したところ、
このアプリケーションは、ランタイムが異常な方法でそれを終了するように要求しました。詳細については、アプリケーションのサポートチームにお問い合わせください。
となりました。
何がいけないのでしょうか?
EV1.hsp(実行元)

*kidou title "EXEVitual 1" gsel 0,-1 buffer 1 cls nmem1="" if b=1:chdir a a=dir_cur #module #uselib "gdi32.dll" #func AddFontResourceEx "AddFontResourceExA" sptr, int, nullptr #func RemoveFontResourceEx "RemoveFontResourceExA" sptr, int, nullptr #deffunc addFont str fontFileName AddFontResourceEx fontFileName, 0x10 sendmsg 0xffff, 0x001D, 0, 0 return #deffunc removeFont str fontFileName RemoveFontResourceEx fontFileName, 0x10 sendmsg 0xffff, 0x001D, 0, 0 return #global addfont dir_cur+"\\mplus-1c-thin.ttf" font "M+ 1c thin",48 mes "EXEVitual 1へようこそ!" font "M+ 1c thin",24 mes "minasoft EXEVitual 1\nVersion 1.01.01(Build 0101)" chdir dir_cur+"\\rvp" notesel nmem1 dirlist nmem1,"*.*",5 mes "実行するプロジェクト:" gsel 0,-1 gcopy 1,0,0,640,480 pos 0,168 objsize 150,25 combox lmem1,200,nmem1 button "プロジェクトの実行",*prun pos 150,168 button "reset",*kidou b=1 gsel 0,1 stop *prun cls 1 noteget fmem1,lmem1 c=dir_cur+"\\"+fmem1 wait 500 chdir c run "pack.ax"
pack.ax(解凍後)

title "EXEVitual 1-BeltaPack 5.7.2.68 mediacom SP3(日本語)" newcom ie,"InternetExplorer.Application" pos 0,48 axobj ie, "Shell.Explorer.2",640,480-48 pos 0,0 button "<-",*back pos 150,0 button "->",*foward ie->"Navigate"dir_cur+"\\beltapack.htm" wait 250 ie->"Navigate"dir_cur+"\\beltapack2.htm" stop *back ie->"GoBack" stop *foward ie->"GoFoward" stop
ちなみに、エラーが発生するのは、
EV1.hspの

run "pack.ax"
でウィンドウが切り替わった後です。
なので、pack.axに問題があるのかも?
よろしくお願いします。



この記事に返信する


minasoft

リンク

2018/3/27(Tue) 11:46:29|NO.82828

追記:HSP3.4aです



いののて

リンク

2018/3/27(Tue) 12:45:05|NO.82831

EV1.hsp を実行ファイルにしてできたものを実行するか、Debugウィンドゥを非表示で実行すると、
ランタイムエラーは発生しなくなります。

run命令の仕様だと思います。
なので、pack.axには何の問題もありません。



minasoft

リンク

2018/3/27(Tue) 15:55:36|NO.82837

ありがとうございます。
「HSP」メニューの
「Debugウィンドウ表示」をオフにしたら、
エラーが発生しなくなりました。
ありがとうございました。



ONION software Copyright 1997-2023(c) All rights reserved.