Notes |
|
|
I can't reproduce this. Please attach your installed version of the game, it is probably unsupported by the current patch. |
|
|
(0013352)
|
robiza
|
2023-11-25 08:07
|
|
Same behaviour with tournament disk 1 |
|
|
(0013353)
|
robiza
|
2023-11-25 09:27
|
|
with no fast mem the game is ok |
|
|
|
I strongly suspect the problem is on your end. Is your MaxTransfer correctly set? resload_GetFileSize is only used once in the slave and at that time the game is not even started. Try copying the game data to RAM: and start the patch, does the problem still occur?
With "with no fast mem the game is OK" you mean it works correctly when you disable fast memory on your system? |
|
|
(0013357)
|
robiza
|
2023-11-26 06:47
|
|
exactly, if i use nofastmem the game works correctly |
|
|
(0013359)
|
robiza
|
2023-11-26 10:07
|
|
if i copy all the file in ram: and start the game from ram: the game exit with the same error |
|
|
|
"exactly, if i use nofastmem the game works correctly"
Then the culprit is your accelerator card I suppose. resload_GetFileSize should work the same no matter if fast memory is enabled or not.
Tagging @Wepl to check if it might be a WHDLoad problem. |
|
|
(0013364)
|
Wepl
|
2023-11-26 11:18
|
|
please set option TRACE, run, make coredump
and attach here the created files .whdl_trace and .whdl_register |
|
|
(0013373)
|
robiza
|
2023-11-26 14:49
|
|
how i can activate the TRACE option?
i try to add to the icon:
CoreDump
CoreDumpPath=RAM:
but a can't get the log |
|
|
(0013375)
|
Wepl
|
2023-11-26 16:26
(Last edited: 2023-11-26 16:28) |
|
set a tooltype TRACE
to make a coredump, just press 'make coredump' in the error requester
option codedump is a different thing
|
|
|
(0013378)
|
robiza
|
2023-11-26 18:57
|
|
ok, i have attached the files |
|
|
(0013379)
|
Wepl
|
2023-11-26 20:31
|
|
thanks
strange thing
you may try option NoResInt, this will very probably avoid the problem
whdload here checks if supervisor portion of sr has changed between entering and leaving whdload. it can be, that during GetFileSize a task is happening and on returning from whdload the system is in supervisor mode, which would mean the new task after the switch is not running in usermode. |
|
|
(0013381)
|
robiza
|
2023-11-27 08:32
|
|
If i use NoResInt i get this error:
the data/disk-files are damaged or it is an unsupported version |
|
|
(0013387)
|
Wepl
|
2023-11-28 13:10
|
|
please attach also the .wdhl_register with this error
do you have other whdload installs running? |
|
|
(0013388)
|
robiza
|
2023-11-28 17:50
|
|
ok, i have attached the files
i have all the install file and all the games from www.grandis.nu
Actually i have found only two install file with this type of crash: leaderboard and neuromancer (reported in mantis and attached the TRACE files) |
|