-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
debian 9 strech #13
Comments
As stated in other thread, same trouble on a raspberry pi (stretch too). |
I wonder if them meltdown fixed are messing with the timing. I never tried this on my pie as i cant enable my gles on it because im using retropie on it. Im wondering if its the kernel. Ill use the kernel tha daphne work with on my pie if its not too old and see if its that |
Well I dropped down to kernel 4.9.41 no difference accept ctrl + c ended the task had to kill it before. Does anyone know a kernel this works on for x64 so i can drop down to that kernel and rule the kernel out as the cause |
Hello, Here are the logs on my side, I'm running Ubuntu 16.04 LTS. $ ./hypseus lair vldp -nosound -framefile /home/toto/.hypseus/roms/lair.daphne/lair.txt Seems like the virtual player is in trouble. Thanks. |
Hi Grant2258, Could you try to compile like that (see below) and tell me if it working on your side? First steps just to get the missing "sound" folder in the master branch Now back to the futur (because we know the last version is not working) And build it It should be fine as it works for me, I just had to compile SDL2 with specific options as I'm not using any X server (Seems SDL2 raspbian packages are not "supporting" non-X environment). Thanks. |
Well I am using a xserver on my linux machine so i dont think that would be an issue. The sounds being missing wasnt a mistake. I believe it was a a copyright reason to remove them. I never tried rolling back before the new threading . I will give it a try when im at my box. Hopefully that will get it up and running till the issue is found, I will report back if going back helps |
I just noted the "git reset --hard" command has been modified by github, they "translated" with the short commit hash, just click on it to get the full one (the command need the full one). |
Just tested commit @maksun mentioned 365c0e9 on a fresh (minimal) amd64 bit install of Buster: Hypseus and Testvldp worked fine. So upto 365c0e9 tree is fine. |
I am getting this problem also running the current master branch (Ref: c6af13b ) I noticed in my logs that while the frame file is found ok, The vldp player can't find the video file. Date;Time;Severity;TID;This;Function;Message |
its strange its only happening in stretch i wonder if compiling the latest sdl will help. I originally thought maybe is all these meltdown and spectre patches |
Ok, I think I have it worked out (Testing on Debian Buster amd64) The scoreboard scale isn't quite right - But it works. I can test it on Stretch as well if you need.
|
will test this when i get to my linux box im using a Radeon rx 480 so hopefully its forgiving |
Compiled on Stretch amd64.
|
that was a very impressive piece of debugging mr oz :) |
There are other separate issues like the dapinput.ini needing to be 3 integers (Not 2). |
grant@debian:~/hypseus$ ./hypseus lair2 vldp -framefile roms/lair/lair.txt
Video not playing but there is sound no idea whats wrong.
2018-03-04 03:40:05.055 INFO [7317] [reset_logfile@323] Version v1.2.0-28-dirty
2018-03-04 03:40:05.056 INFO [7317] [reset_logfile@327] Command line: ./hypseus lair2 vldp -framefile roms/lair/lair.txt
2018-03-04 03:40:05.056 INFO [7317] [reset_logfile@328] CPU : GenuineIntel || Mem : 32128 megs
2018-03-04 03:40:05.075 INFO [7317] [reset_logfile@329] OS : Linux 4.9 || Video : Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480] (rev c7)
2018-03-04 03:40:05.075 INFO [7317] [reset_logfile@330] RGB2YUV Function: C
2018-03-04 03:40:05.075 INFO [7317] [reset_logfile@336] Line Blending Function: C
2018-03-04 03:40:05.075 INFO [7317] [reset_logfile@343] Audio Mixing Function: C
2018-03-04 03:40:05.076 DEBUG [7317] [sound::init@156] Initializing sound system ...
2018-03-04 03:40:05.081 WARN [7317] [sound::init@208] WARNING : requested 2048 samples for sound buffer, but got 1024 samples
2018-03-04 03:40:05.092 INFO [7317] [SDL_input_init@278] No joysticks detected
2018-03-04 03:40:05.092 INFO [7317] [game::load_compressed_rom@873] Loading compressed ROM image dl2_319.bin ... 65536 bytes read.
2018-03-04 03:40:06.457 INFO [7317] [ldp_vldp::read_frame_conversions@1038] Framefile parse succeeded. Video/Audio directory is: roms/lair/./
2018-03-04 03:40:06.478 INFO [7317] [printline@95] Loaded 128 bytes from /home/grant/.hypseus/ram/lair2_319.gz
2018-03-04 03:40:06.526 DEBUG [7317] [ldp::pre_play@512] Play
2018-03-04 03:40:06.526 DEBUG [7317] [main@209] Booting ROM ...
2018-03-04 03:40:06.529 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 896 requested
2018-03-04 03:40:14.618 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 500 requested
2018-03-04 03:40:15.211 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 880 requested
2018-03-04 03:40:15.211 WARN [7317] [ldp1000::write@455] Unimplemented Sony LDP command received: 0xC
2018-03-04 03:40:17.138 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 880 requested
2018-03-04 03:40:17.156 DEBUG [7317] [ldp::pre_search@194] Search to 722 received
2018-03-04 03:40:17.156 INFO [7317] [ldp_vldp::nonblocking_search@471] NOTE: converting FPKS from 29970 to 23976. This may be less accurate.
2018-03-04 03:40:20.225 WARN [7317] [ldp1000::enter@616] caller didn't wait for search to complete, so we'll ignore the search request
2018-03-04 03:40:23.303 WARN [7317] [ldp1000::enter@616] caller didn't wait for search to complete, so we'll ignore the search request
2018-03-04 03:40:26.382 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 1000 requested
2018-03-04 03:40:26.462 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 440 requested
2018-03-04 03:40:26.492 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 1000 requested
2018-03-04 03:40:26.571 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 440 requested
2018-03-04 03:40:26.601 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 1000 requested
2018-03-04 03:40:26.681 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 440 requested
2018-03-04 03:40:26.692 DEBUG [7317] [ldp::pre_pause@540] Received pause while disc was not playing, ignoring
2018-03-04 03:40:26.910 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 880 requested
2018-03-04 03:40:26.912 WARN [7317] [ldp1000::write@455] Unimplemented Sony LDP command received: 0xC
2018-03-04 03:40:28.842 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 880 requested
2018-03-04 03:40:28.858 INFO [7317] [ldp::pre_search@173] ignoring seek because we're already on that frame
2018-03-04 03:40:29.246 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 880 requested
2018-03-04 03:40:29.246 DEBUG [7317] [ldp::pre_pause@540] Received pause while disc was not playing, ignoring
2018-03-04 03:40:29.406 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 880 requested
2018-03-04 03:40:30.433 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 880 requested
2018-03-04 03:40:31.662 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 880 requested
2018-03-04 03:40:32.727 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 880 requested
2018-03-04 03:40:34.337 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 1000 requested
2018-03-04 03:40:34.429 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 440 requested
2018-03-04 03:40:34.458 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 1000 requested
2018-03-04 03:40:34.539 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 440 requested
2018-03-04 03:40:34.568 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 1000 requested
2018-03-04 03:40:34.648 DEBUG [7317] [beeper::ctrl_data@110] PC BEEPER : freq 440 requested
2018-03-04 03:40:34.785 DEBUG [7317] [ldp::pre_search@194] Search to 721 received
2018-03-04 03:40:34.785 INFO [7317] [ldp_vldp::nonblocking_search@471] NOTE: converting FPKS from 29970 to 23976. This may be less accurate.
VLDP error! Timed out waiting for internal thread to accept command!
2018-03-04 03:40:42.284 WARN [7317] [ldp_vldp::nonblocking_search@486] Search failed in video file
VLDP error! Timed out waiting for internal thread to accept command!
VLDP ERROR!!!! Timed out with getting our expected response!
2018-03-04 03:40:57.286 WARN [7317] [ldp_vldp::play@564] play command failed!
2018-03-04 03:40:57.286 DEBUG [7317] [ldp::pre_play@512] Play
2018-03-04 03:40:57.287 DEBUG [7317] [ldp::pre_play@508] disc is already playing, play command ignored
2018-03-04 03:40:57.287 DEBUG [7317] [ldp::pre_play@512] Play
2018-03-04 03:40:57.379 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2662400, expected 2909012, timer=0, curtime=16491
2018-03-04 03:40:57.379 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2666496, expected 2909012, timer=0, curtime=16491
2018-03-04 03:40:57.379 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2670592, expected 2909012, timer=0, curtime=16491
2018-03-04 03:40:57.379 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2674688, expected 2909012, timer=0, curtime=16491
2018-03-04 03:40:57.379 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2678784, expected 2909012, timer=0, curtime=16491
2018-03-04 03:40:57.379 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2682880, expected 2909012, timer=0, curtime=16491
2018-03-04 03:40:57.379 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2686976, expected 2909012, timer=0, curtime=16491
2018-03-04 03:40:57.380 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2691072, expected 2909012, timer=0, curtime=16491
2018-03-04 03:40:57.380 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2695168, expected 2909012, timer=0, curtime=16491
2018-03-04 03:40:57.380 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2699264, expected 2909012, timer=0, curtime=16491
2018-03-04 03:40:57.399 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2703360, expected 3526941, timer=0, curtime=19994
2018-03-04 03:40:57.399 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2707456, expected 3526941, timer=0, curtime=19994
2018-03-04 03:40:57.399 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2711552, expected 3526941, timer=0, curtime=19994
2018-03-04 03:40:57.399 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2715648, expected 3526941, timer=0, curtime=19994
2018-03-04 03:40:57.399 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2719744, expected 3526941, timer=0, curtime=19994
2018-03-04 03:40:57.399 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2723840, expected 3526941, timer=0, curtime=19994
2018-03-04 03:40:57.400 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2727936, expected 3526941, timer=0, curtime=19994
2018-03-04 03:40:57.400 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2732032, expected 3526941, timer=0, curtime=19994
2018-03-04 03:40:57.400 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2736128, expected 3526941, timer=0, curtime=19994
2018-03-04 03:40:57.400 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2740224, expected 3526941, timer=0, curtime=19994
2018-03-04 03:40:57.429 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2744320, expected 3926487, timer=0, curtime=22259
2018-03-04 03:40:57.429 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2748416, expected 3926487, timer=0, curtime=22259
2018-03-04 03:40:57.429 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2752512, expected 3926487, timer=0, curtime=22259
2018-03-04 03:40:57.429 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2756608, expected 3926664, timer=0, curtime=22260
2018-03-04 03:40:57.430 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2760704, expected 3926664, timer=0, curtime=22260
2018-03-04 03:40:57.430 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2764800, expected 3926664, timer=0, curtime=22260
2018-03-04 03:40:57.430 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2768896, expected 3926664, timer=0, curtime=22260
2018-03-04 03:40:57.430 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2772992, expected 3926664, timer=0, curtime=22260
2018-03-04 03:40:57.430 DEBUG [7323] [ldp_vldp_audio_callback@636] played 2777088, expected 3926664, timer=0, curtime=22260
The text was updated successfully, but these errors were encountered: